po / git.poton commit Merge branch 'rs/mailinfo-lib' into maint (71165f0)
   1# SOME DESCRIPTIVE TITLE.
   2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
   3# This file is distributed under the same license as the PACKAGE package.
   4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
   5#
   6#, fuzzy
   7msgid ""
   8msgstr ""
   9"Project-Id-Version: PACKAGE VERSION\n"
  10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
  11"POT-Creation-Date: 2016-05-24 23:42+0800\n"
  12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14"Language-Team: LANGUAGE <LL@li.org>\n"
  15"Language: \n"
  16"MIME-Version: 1.0\n"
  17"Content-Type: text/plain; charset=CHARSET\n"
  18"Content-Transfer-Encoding: 8bit\n"
  19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20
  21#: advice.c:55
  22#, c-format
  23msgid "hint: %.*s\n"
  24msgstr ""
  25
  26#: advice.c:88
  27msgid ""
  28"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
  29"as appropriate to mark resolution and make a commit."
  30msgstr ""
  31
  32#: advice.c:101 builtin/merge.c:1238
  33msgid "You have not concluded your merge (MERGE_HEAD exists)."
  34msgstr ""
  35
  36#: advice.c:103
  37msgid "Please, commit your changes before merging."
  38msgstr ""
  39
  40#: advice.c:104
  41msgid "Exiting because of unfinished merge."
  42msgstr ""
  43
  44#: archive.c:12
  45msgid "git archive [<options>] <tree-ish> [<path>...]"
  46msgstr ""
  47
  48#: archive.c:13
  49msgid "git archive --list"
  50msgstr ""
  51
  52#: archive.c:14
  53msgid ""
  54"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
  55msgstr ""
  56
  57#: archive.c:15
  58msgid "git archive --remote <repo> [--exec <cmd>] --list"
  59msgstr ""
  60
  61#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327
  62#, c-format
  63msgid "pathspec '%s' did not match any files"
  64msgstr ""
  65
  66#: archive.c:429
  67msgid "fmt"
  68msgstr ""
  69
  70#: archive.c:429
  71msgid "archive format"
  72msgstr ""
  73
  74#: archive.c:430 builtin/log.c:1395
  75msgid "prefix"
  76msgstr ""
  77
  78#: archive.c:431
  79msgid "prepend prefix to each pathname in the archive"
  80msgstr ""
  81
  82#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2548
  83#: builtin/blame.c:2549 builtin/config.c:60 builtin/fast-export.c:987
  84#: builtin/fast-export.c:989 builtin/grep.c:722 builtin/hash-object.c:100
  85#: builtin/ls-files.c:459 builtin/ls-files.c:462 builtin/notes.c:398
  86#: builtin/notes.c:561 builtin/read-tree.c:109 parse-options.h:153
  87msgid "file"
  88msgstr ""
  89
  90#: archive.c:433 builtin/archive.c:89
  91msgid "write the archive to this file"
  92msgstr ""
  93
  94#: archive.c:435
  95msgid "read .gitattributes in working directory"
  96msgstr ""
  97
  98#: archive.c:436
  99msgid "report archived files on stderr"
 100msgstr ""
 101
 102#: archive.c:437
 103msgid "store only"
 104msgstr ""
 105
 106#: archive.c:438
 107msgid "compress faster"
 108msgstr ""
 109
 110#: archive.c:446
 111msgid "compress better"
 112msgstr ""
 113
 114#: archive.c:449
 115msgid "list supported archive formats"
 116msgstr ""
 117
 118#: archive.c:451 builtin/archive.c:90 builtin/clone.c:82
 119#: builtin/submodule--helper.c:776
 120msgid "repo"
 121msgstr ""
 122
 123#: archive.c:452 builtin/archive.c:91
 124msgid "retrieve the archive from remote repository <repo>"
 125msgstr ""
 126
 127#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482
 128msgid "command"
 129msgstr ""
 130
 131#: archive.c:454 builtin/archive.c:93
 132msgid "path to the remote git-upload-archive command"
 133msgstr ""
 134
 135#: attr.c:263
 136msgid ""
 137"Negative patterns are ignored in git attributes\n"
 138"Use '\\!' for literal leading exclamation."
 139msgstr ""
 140
 141#: branch.c:53
 142#, c-format
 143msgid ""
 144"\n"
 145"After fixing the error cause you may try to fix up\n"
 146"the remote tracking information by invoking\n"
 147"\"git branch --set-upstream-to=%s%s%s\"."
 148msgstr ""
 149
 150#: branch.c:67
 151#, c-format
 152msgid "Not setting branch %s as its own upstream."
 153msgstr ""
 154
 155#: branch.c:93
 156#, c-format
 157msgid "Branch %s set up to track remote branch %s from %s by rebasing."
 158msgstr ""
 159
 160#: branch.c:94
 161#, c-format
 162msgid "Branch %s set up to track remote branch %s from %s."
 163msgstr ""
 164
 165#: branch.c:98
 166#, c-format
 167msgid "Branch %s set up to track local branch %s by rebasing."
 168msgstr ""
 169
 170#: branch.c:99
 171#, c-format
 172msgid "Branch %s set up to track local branch %s."
 173msgstr ""
 174
 175#: branch.c:104
 176#, c-format
 177msgid "Branch %s set up to track remote ref %s by rebasing."
 178msgstr ""
 179
 180#: branch.c:105
 181#, c-format
 182msgid "Branch %s set up to track remote ref %s."
 183msgstr ""
 184
 185#: branch.c:109
 186#, c-format
 187msgid "Branch %s set up to track local ref %s by rebasing."
 188msgstr ""
 189
 190#: branch.c:110
 191#, c-format
 192msgid "Branch %s set up to track local ref %s."
 193msgstr ""
 194
 195#: branch.c:119
 196msgid "Unable to write upstream branch configuration"
 197msgstr ""
 198
 199#: branch.c:156
 200#, c-format
 201msgid "Not tracking: ambiguous information for ref %s"
 202msgstr ""
 203
 204#: branch.c:185
 205#, c-format
 206msgid "'%s' is not a valid branch name."
 207msgstr ""
 208
 209#: branch.c:190
 210#, c-format
 211msgid "A branch named '%s' already exists."
 212msgstr ""
 213
 214#: branch.c:198
 215msgid "Cannot force update the current branch."
 216msgstr ""
 217
 218#: branch.c:218
 219#, c-format
 220msgid "Cannot setup tracking information; starting point '%s' is not a branch."
 221msgstr ""
 222
 223#: branch.c:220
 224#, c-format
 225msgid "the requested upstream branch '%s' does not exist"
 226msgstr ""
 227
 228#: branch.c:222
 229msgid ""
 230"\n"
 231"If you are planning on basing your work on an upstream\n"
 232"branch that already exists at the remote, you may need to\n"
 233"run \"git fetch\" to retrieve it.\n"
 234"\n"
 235"If you are planning to push out a new local branch that\n"
 236"will track its remote counterpart, you may want to use\n"
 237"\"git push -u\" to set the upstream config as you push."
 238msgstr ""
 239
 240#: branch.c:266
 241#, c-format
 242msgid "Not a valid object name: '%s'."
 243msgstr ""
 244
 245#: branch.c:286
 246#, c-format
 247msgid "Ambiguous object name: '%s'."
 248msgstr ""
 249
 250#: branch.c:291
 251#, c-format
 252msgid "Not a valid branch point: '%s'."
 253msgstr ""
 254
 255#: branch.c:345
 256#, c-format
 257msgid "'%s' is already checked out at '%s'"
 258msgstr ""
 259
 260#: branch.c:364
 261#, c-format
 262msgid "HEAD of working tree %s is not updated"
 263msgstr ""
 264
 265#: bundle.c:34
 266#, c-format
 267msgid "'%s' does not look like a v2 bundle file"
 268msgstr ""
 269
 270#: bundle.c:61
 271#, c-format
 272msgid "unrecognized header: %s%s (%d)"
 273msgstr ""
 274
 275#: bundle.c:87 builtin/commit.c:777
 276#, c-format
 277msgid "could not open '%s'"
 278msgstr ""
 279
 280#: bundle.c:139
 281msgid "Repository lacks these prerequisite commits:"
 282msgstr ""
 283
 284#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1073
 285#: builtin/blame.c:2755 builtin/commit.c:1056 builtin/log.c:340
 286#: builtin/log.c:863 builtin/log.c:1308 builtin/log.c:1633 builtin/log.c:1875
 287#: builtin/merge.c:361 builtin/shortlog.c:170
 288msgid "revision walk setup failed"
 289msgstr ""
 290
 291#: bundle.c:185
 292#, c-format
 293msgid "The bundle contains this ref:"
 294msgid_plural "The bundle contains these %d refs:"
 295msgstr[0] ""
 296msgstr[1] ""
 297
 298#: bundle.c:192
 299msgid "The bundle records a complete history."
 300msgstr ""
 301
 302#: bundle.c:194
 303#, c-format
 304msgid "The bundle requires this ref:"
 305msgid_plural "The bundle requires these %d refs:"
 306msgstr[0] ""
 307msgstr[1] ""
 308
 309#: bundle.c:253
 310msgid "Could not spawn pack-objects"
 311msgstr ""
 312
 313#: bundle.c:264
 314msgid "pack-objects died"
 315msgstr ""
 316
 317#: bundle.c:304
 318msgid "rev-list died"
 319msgstr ""
 320
 321#: bundle.c:353
 322#, c-format
 323msgid "ref '%s' is excluded by the rev-list options"
 324msgstr ""
 325
 326#: bundle.c:443 builtin/log.c:163 builtin/log.c:1538 builtin/shortlog.c:273
 327#, c-format
 328msgid "unrecognized argument: %s"
 329msgstr ""
 330
 331#: bundle.c:451
 332msgid "Refusing to create empty bundle."
 333msgstr ""
 334
 335#: bundle.c:463
 336#, c-format
 337msgid "cannot create '%s'"
 338msgstr ""
 339
 340#: bundle.c:491
 341msgid "index-pack died"
 342msgstr ""
 343
 344#: color.c:275
 345#, c-format
 346msgid "invalid color value: %.*s"
 347msgstr ""
 348
 349#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1504
 350#: builtin/am.c:2134
 351#, c-format
 352msgid "could not parse %s"
 353msgstr ""
 354
 355#: commit.c:42
 356#, c-format
 357msgid "%s %s is not a commit!"
 358msgstr ""
 359
 360#: compat/obstack.c:406 compat/obstack.c:408
 361msgid "memory exhausted"
 362msgstr ""
 363
 364#: config.c:475 config.c:477
 365#, c-format
 366msgid "bad config line %d in %s %s"
 367msgstr ""
 368
 369#: config.c:593
 370#, c-format
 371msgid "bad numeric config value '%s' for '%s' in %s %s: %s"
 372msgstr ""
 373
 374#: config.c:595
 375#, c-format
 376msgid "bad numeric config value '%s' for '%s': %s"
 377msgstr ""
 378
 379#: config.c:680
 380#, c-format
 381msgid "failed to expand user dir in: '%s'"
 382msgstr ""
 383
 384#: config.c:761 config.c:772
 385#, c-format
 386msgid "bad zlib compression level %d"
 387msgstr ""
 388
 389#: config.c:890
 390#, c-format
 391msgid "invalid mode for object creation: %s"
 392msgstr ""
 393
 394#: config.c:1228
 395msgid "unable to parse command-line config"
 396msgstr ""
 397
 398#: config.c:1284
 399msgid "unknown error occured while reading the configuration files"
 400msgstr ""
 401
 402#: config.c:1629
 403#, c-format
 404msgid "unable to parse '%s' from command-line config"
 405msgstr ""
 406
 407#: config.c:1631
 408#, c-format
 409msgid "bad config variable '%s' in file '%s' at line %d"
 410msgstr ""
 411
 412#: config.c:1690
 413#, c-format
 414msgid "%s has multiple values"
 415msgstr ""
 416
 417#: config.c:2224
 418#, c-format
 419msgid "could not set '%s' to '%s'"
 420msgstr ""
 421
 422#: config.c:2226
 423#, c-format
 424msgid "could not unset '%s'"
 425msgstr ""
 426
 427#: connected.c:69
 428msgid "Could not run 'git rev-list'"
 429msgstr ""
 430
 431#: connected.c:89
 432msgid "failed write to rev-list"
 433msgstr ""
 434
 435#: connected.c:96
 436msgid "failed to close rev-list's stdin"
 437msgstr ""
 438
 439#: date.c:95
 440msgid "in the future"
 441msgstr ""
 442
 443#: date.c:101
 444#, c-format
 445msgid "%lu second ago"
 446msgid_plural "%lu seconds ago"
 447msgstr[0] ""
 448msgstr[1] ""
 449
 450#: date.c:108
 451#, c-format
 452msgid "%lu minute ago"
 453msgid_plural "%lu minutes ago"
 454msgstr[0] ""
 455msgstr[1] ""
 456
 457#: date.c:115
 458#, c-format
 459msgid "%lu hour ago"
 460msgid_plural "%lu hours ago"
 461msgstr[0] ""
 462msgstr[1] ""
 463
 464#: date.c:122
 465#, c-format
 466msgid "%lu day ago"
 467msgid_plural "%lu days ago"
 468msgstr[0] ""
 469msgstr[1] ""
 470
 471#: date.c:128
 472#, c-format
 473msgid "%lu week ago"
 474msgid_plural "%lu weeks ago"
 475msgstr[0] ""
 476msgstr[1] ""
 477
 478#: date.c:135
 479#, c-format
 480msgid "%lu month ago"
 481msgid_plural "%lu months ago"
 482msgstr[0] ""
 483msgstr[1] ""
 484
 485#: date.c:146
 486#, c-format
 487msgid "%lu year"
 488msgid_plural "%lu years"
 489msgstr[0] ""
 490msgstr[1] ""
 491
 492#. TRANSLATORS: "%s" is "<n> years"
 493#: date.c:149
 494#, c-format
 495msgid "%s, %lu month ago"
 496msgid_plural "%s, %lu months ago"
 497msgstr[0] ""
 498msgstr[1] ""
 499
 500#: date.c:154 date.c:159
 501#, c-format
 502msgid "%lu year ago"
 503msgid_plural "%lu years ago"
 504msgstr[0] ""
 505msgstr[1] ""
 506
 507#: diffcore-order.c:24
 508#, c-format
 509msgid "failed to read orderfile '%s'"
 510msgstr ""
 511
 512#: diffcore-rename.c:538
 513msgid "Performing inexact rename detection"
 514msgstr ""
 515
 516#: diff.c:116
 517#, c-format
 518msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
 519msgstr ""
 520
 521#: diff.c:121
 522#, c-format
 523msgid "  Unknown dirstat parameter '%s'\n"
 524msgstr ""
 525
 526#: diff.c:225
 527#, c-format
 528msgid "Unknown value for 'diff.submodule' config variable: '%s'"
 529msgstr ""
 530
 531#: diff.c:277
 532#, c-format
 533msgid ""
 534"Found errors in 'diff.dirstat' config variable:\n"
 535"%s"
 536msgstr ""
 537
 538#: diff.c:3007
 539#, c-format
 540msgid "external diff died, stopping at %s"
 541msgstr ""
 542
 543#: diff.c:3405
 544msgid "--follow requires exactly one pathspec"
 545msgstr ""
 546
 547#: diff.c:3568
 548#, c-format
 549msgid ""
 550"Failed to parse --dirstat/-X option parameter:\n"
 551"%s"
 552msgstr ""
 553
 554#: diff.c:3582
 555#, c-format
 556msgid "Failed to parse --submodule option parameter: '%s'"
 557msgstr ""
 558
 559#: dir.c:1823
 560msgid "failed to get kernel name and information"
 561msgstr ""
 562
 563#: dir.c:1942
 564msgid "Untracked cache is disabled on this system or location."
 565msgstr ""
 566
 567#: gpg-interface.c:166 gpg-interface.c:235
 568msgid "could not run gpg."
 569msgstr ""
 570
 571#: gpg-interface.c:178
 572msgid "gpg did not accept the data"
 573msgstr ""
 574
 575#: gpg-interface.c:189
 576msgid "gpg failed to sign the data"
 577msgstr ""
 578
 579#: gpg-interface.c:222
 580#, c-format
 581msgid "could not create temporary file '%s'"
 582msgstr ""
 583
 584#: gpg-interface.c:224
 585#, c-format
 586msgid "failed writing detached signature to '%s'"
 587msgstr ""
 588
 589#: grep.c:1718
 590#, c-format
 591msgid "'%s': unable to read %s"
 592msgstr ""
 593
 594#: grep.c:1735 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155
 595#, c-format
 596msgid "failed to stat '%s'"
 597msgstr ""
 598
 599#: grep.c:1746
 600#, c-format
 601msgid "'%s': short read"
 602msgstr ""
 603
 604#: help.c:205
 605#, c-format
 606msgid "available git commands in '%s'"
 607msgstr ""
 608
 609#: help.c:212
 610msgid "git commands available from elsewhere on your $PATH"
 611msgstr ""
 612
 613#: help.c:244
 614msgid "These are common Git commands used in various situations:"
 615msgstr ""
 616
 617#: help.c:309
 618#, c-format
 619msgid ""
 620"'%s' appears to be a git command, but we were not\n"
 621"able to execute it. Maybe git-%s is broken?"
 622msgstr ""
 623
 624#: help.c:366
 625msgid "Uh oh. Your system reports no Git commands at all."
 626msgstr ""
 627
 628#: help.c:388
 629#, c-format
 630msgid ""
 631"WARNING: You called a Git command named '%s', which does not exist.\n"
 632"Continuing under the assumption that you meant '%s'"
 633msgstr ""
 634
 635#: help.c:393
 636#, c-format
 637msgid "in %0.1f seconds automatically..."
 638msgstr ""
 639
 640#: help.c:400
 641#, c-format
 642msgid "git: '%s' is not a git command. See 'git --help'."
 643msgstr ""
 644
 645#: help.c:404 help.c:464
 646msgid ""
 647"\n"
 648"Did you mean this?"
 649msgid_plural ""
 650"\n"
 651"Did you mean one of these?"
 652msgstr[0] ""
 653msgstr[1] ""
 654
 655#: help.c:460
 656#, c-format
 657msgid "%s: %s - %s"
 658msgstr ""
 659
 660#: lockfile.c:152
 661#, c-format
 662msgid ""
 663"Unable to create '%s.lock': %s.\n"
 664"\n"
 665"Another git process seems to be running in this repository, e.g.\n"
 666"an editor opened by 'git commit'. Please make sure all processes\n"
 667"are terminated then try again. If it still fails, a git process\n"
 668"may have crashed in this repository earlier:\n"
 669"remove the file manually to continue."
 670msgstr ""
 671
 672#: lockfile.c:160
 673#, c-format
 674msgid "Unable to create '%s.lock': %s"
 675msgstr ""
 676
 677#: merge.c:41
 678msgid "failed to read the cache"
 679msgstr ""
 680
 681#: merge.c:94 builtin/am.c:2007 builtin/am.c:2042 builtin/checkout.c:375
 682#: builtin/checkout.c:586 builtin/clone.c:732
 683msgid "unable to write new index file"
 684msgstr ""
 685
 686#: merge-recursive.c:189
 687#, c-format
 688msgid "(bad commit)\n"
 689msgstr ""
 690
 691#: merge-recursive.c:209
 692#, c-format
 693msgid "addinfo_cache failed for path '%s'"
 694msgstr ""
 695
 696#: merge-recursive.c:270
 697msgid "error building trees"
 698msgstr ""
 699
 700#: merge-recursive.c:689
 701#, c-format
 702msgid "failed to create path '%s'%s"
 703msgstr ""
 704
 705#: merge-recursive.c:700
 706#, c-format
 707msgid "Removing %s to make room for subdirectory\n"
 708msgstr ""
 709
 710#: merge-recursive.c:714 merge-recursive.c:735
 711msgid ": perhaps a D/F conflict?"
 712msgstr ""
 713
 714#: merge-recursive.c:725
 715#, c-format
 716msgid "refusing to lose untracked file at '%s'"
 717msgstr ""
 718
 719#: merge-recursive.c:765
 720#, c-format
 721msgid "cannot read object %s '%s'"
 722msgstr ""
 723
 724#: merge-recursive.c:767
 725#, c-format
 726msgid "blob expected for %s '%s'"
 727msgstr ""
 728
 729#: merge-recursive.c:790 builtin/clone.c:376
 730#, c-format
 731msgid "failed to open '%s'"
 732msgstr ""
 733
 734#: merge-recursive.c:798
 735#, c-format
 736msgid "failed to symlink '%s'"
 737msgstr ""
 738
 739#: merge-recursive.c:801
 740#, c-format
 741msgid "do not know what to do with %06o %s '%s'"
 742msgstr ""
 743
 744#: merge-recursive.c:939
 745msgid "Failed to execute internal merge"
 746msgstr ""
 747
 748#: merge-recursive.c:943
 749#, c-format
 750msgid "Unable to add %s to database"
 751msgstr ""
 752
 753#: merge-recursive.c:959
 754msgid "unsupported object type in the tree"
 755msgstr ""
 756
 757#: merge-recursive.c:1034 merge-recursive.c:1048
 758#, c-format
 759msgid ""
 760"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 761"in tree."
 762msgstr ""
 763
 764#: merge-recursive.c:1040 merge-recursive.c:1053
 765#, c-format
 766msgid ""
 767"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 768"in tree at %s."
 769msgstr ""
 770
 771#: merge-recursive.c:1094
 772msgid "rename"
 773msgstr ""
 774
 775#: merge-recursive.c:1094
 776msgid "renamed"
 777msgstr ""
 778
 779#: merge-recursive.c:1150
 780#, c-format
 781msgid "%s is a directory in %s adding as %s instead"
 782msgstr ""
 783
 784#: merge-recursive.c:1172
 785#, c-format
 786msgid ""
 787"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
 788"\"->\"%s\" in \"%s\"%s"
 789msgstr ""
 790
 791#: merge-recursive.c:1177
 792msgid " (left unresolved)"
 793msgstr ""
 794
 795#: merge-recursive.c:1231
 796#, c-format
 797msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
 798msgstr ""
 799
 800#: merge-recursive.c:1261
 801#, c-format
 802msgid "Renaming %s to %s and %s to %s instead"
 803msgstr ""
 804
 805#: merge-recursive.c:1460
 806#, c-format
 807msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
 808msgstr ""
 809
 810#: merge-recursive.c:1470
 811#, c-format
 812msgid "Adding merged %s"
 813msgstr ""
 814
 815#: merge-recursive.c:1475 merge-recursive.c:1677
 816#, c-format
 817msgid "Adding as %s instead"
 818msgstr ""
 819
 820#: merge-recursive.c:1526
 821#, c-format
 822msgid "cannot read object %s"
 823msgstr ""
 824
 825#: merge-recursive.c:1529
 826#, c-format
 827msgid "object %s is not a blob"
 828msgstr ""
 829
 830#: merge-recursive.c:1581
 831msgid "modify"
 832msgstr ""
 833
 834#: merge-recursive.c:1581
 835msgid "modified"
 836msgstr ""
 837
 838#: merge-recursive.c:1591
 839msgid "content"
 840msgstr ""
 841
 842#: merge-recursive.c:1598
 843msgid "add/add"
 844msgstr ""
 845
 846#: merge-recursive.c:1632
 847#, c-format
 848msgid "Skipped %s (merged same as existing)"
 849msgstr ""
 850
 851#: merge-recursive.c:1646
 852#, c-format
 853msgid "Auto-merging %s"
 854msgstr ""
 855
 856#: merge-recursive.c:1650 git-submodule.sh:941
 857msgid "submodule"
 858msgstr ""
 859
 860#: merge-recursive.c:1651
 861#, c-format
 862msgid "CONFLICT (%s): Merge conflict in %s"
 863msgstr ""
 864
 865#: merge-recursive.c:1737
 866#, c-format
 867msgid "Removing %s"
 868msgstr ""
 869
 870#: merge-recursive.c:1762
 871msgid "file/directory"
 872msgstr ""
 873
 874#: merge-recursive.c:1768
 875msgid "directory/file"
 876msgstr ""
 877
 878#: merge-recursive.c:1773
 879#, c-format
 880msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
 881msgstr ""
 882
 883#: merge-recursive.c:1781
 884#, c-format
 885msgid "Adding %s"
 886msgstr ""
 887
 888#: merge-recursive.c:1798
 889msgid "Fatal merge failure, shouldn't happen."
 890msgstr ""
 891
 892#: merge-recursive.c:1817
 893msgid "Already up-to-date!"
 894msgstr ""
 895
 896#: merge-recursive.c:1826
 897#, c-format
 898msgid "merging of trees %s and %s failed"
 899msgstr ""
 900
 901#: merge-recursive.c:1856
 902#, c-format
 903msgid "Unprocessed path??? %s"
 904msgstr ""
 905
 906#: merge-recursive.c:1904
 907msgid "Merging:"
 908msgstr ""
 909
 910#: merge-recursive.c:1917
 911#, c-format
 912msgid "found %u common ancestor:"
 913msgid_plural "found %u common ancestors:"
 914msgstr[0] ""
 915msgstr[1] ""
 916
 917#: merge-recursive.c:1954
 918msgid "merge returned no commit"
 919msgstr ""
 920
 921#: merge-recursive.c:2011
 922#, c-format
 923msgid "Could not parse object '%s'"
 924msgstr ""
 925
 926#: merge-recursive.c:2022 builtin/merge.c:649 builtin/merge.c:831
 927msgid "Unable to write index."
 928msgstr ""
 929
 930#: notes-utils.c:41
 931msgid "Cannot commit uninitialized/unreferenced notes tree"
 932msgstr ""
 933
 934#: notes-utils.c:100
 935#, c-format
 936msgid "Bad notes.rewriteMode value: '%s'"
 937msgstr ""
 938
 939#: notes-utils.c:110
 940#, c-format
 941msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
 942msgstr ""
 943
 944#. TRANSLATORS: The first %s is the name of the
 945#. environment variable, the second %s is its value
 946#: notes-utils.c:137
 947#, c-format
 948msgid "Bad %s value: '%s'"
 949msgstr ""
 950
 951#: object.c:242
 952#, c-format
 953msgid "unable to parse object: %s"
 954msgstr ""
 955
 956#: parse-options.c:572
 957msgid "..."
 958msgstr ""
 959
 960#: parse-options.c:590
 961#, c-format
 962msgid "usage: %s"
 963msgstr ""
 964
 965#. TRANSLATORS: the colon here should align with the
 966#. one in "usage: %s" translation
 967#: parse-options.c:594
 968#, c-format
 969msgid "   or: %s"
 970msgstr ""
 971
 972#: parse-options.c:597
 973#, c-format
 974msgid "    %s"
 975msgstr ""
 976
 977#: parse-options.c:631
 978msgid "-NUM"
 979msgstr ""
 980
 981#: parse-options-cb.c:108
 982#, c-format
 983msgid "malformed object name '%s'"
 984msgstr ""
 985
 986#: path.c:796
 987#, c-format
 988msgid "Could not make %s writable by group"
 989msgstr ""
 990
 991#: pathspec.c:133
 992msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
 993msgstr ""
 994
 995#: pathspec.c:143
 996msgid ""
 997"global 'literal' pathspec setting is incompatible with all other global "
 998"pathspec settings"
 999msgstr ""
1000
1001#: pathspec.c:177
1002msgid "invalid parameter for pathspec magic 'prefix'"
1003msgstr ""
1004
1005#: pathspec.c:183
1006#, c-format
1007msgid "Invalid pathspec magic '%.*s' in '%s'"
1008msgstr ""
1009
1010#: pathspec.c:187
1011#, c-format
1012msgid "Missing ')' at the end of pathspec magic in '%s'"
1013msgstr ""
1014
1015#: pathspec.c:205
1016#, c-format
1017msgid "Unimplemented pathspec magic '%c' in '%s'"
1018msgstr ""
1019
1020#: pathspec.c:230
1021#, c-format
1022msgid "%s: 'literal' and 'glob' are incompatible"
1023msgstr ""
1024
1025#: pathspec.c:241
1026#, c-format
1027msgid "%s: '%s' is outside repository"
1028msgstr ""
1029
1030#: pathspec.c:291
1031#, c-format
1032msgid "Pathspec '%s' is in submodule '%.*s'"
1033msgstr ""
1034
1035#: pathspec.c:353
1036#, c-format
1037msgid "%s: pathspec magic not supported by this command: %s"
1038msgstr ""
1039
1040#: pathspec.c:433
1041#, c-format
1042msgid "pathspec '%s' is beyond a symbolic link"
1043msgstr ""
1044
1045#: pathspec.c:442
1046msgid ""
1047"There is nothing to exclude from by :(exclude) patterns.\n"
1048"Perhaps you forgot to add either ':/' or '.' ?"
1049msgstr ""
1050
1051#: pretty.c:971
1052msgid "unable to parse --pretty format"
1053msgstr ""
1054
1055#: progress.c:235
1056msgid "done"
1057msgstr ""
1058
1059#: read-cache.c:1281
1060#, c-format
1061msgid ""
1062"index.version set, but the value is invalid.\n"
1063"Using version %i"
1064msgstr ""
1065
1066#: read-cache.c:1291
1067#, c-format
1068msgid ""
1069"GIT_INDEX_VERSION set, but the value is invalid.\n"
1070"Using version %i"
1071msgstr ""
1072
1073#: refs.c:543 builtin/merge.c:764 builtin/merge.c:883 builtin/merge.c:985
1074#: builtin/merge.c:995
1075#, c-format
1076msgid "Could not open '%s' for writing"
1077msgstr ""
1078
1079#: refs/files-backend.c:2243
1080#, c-format
1081msgid "could not delete reference %s: %s"
1082msgstr ""
1083
1084#: refs/files-backend.c:2246
1085#, c-format
1086msgid "could not delete references: %s"
1087msgstr ""
1088
1089#: refs/files-backend.c:2255
1090#, c-format
1091msgid "could not remove reference %s"
1092msgstr ""
1093
1094#: ref-filter.c:55
1095#, c-format
1096msgid "expected format: %%(color:<color>)"
1097msgstr ""
1098
1099#: ref-filter.c:57
1100#, c-format
1101msgid "unrecognized color: %%(color:%s)"
1102msgstr ""
1103
1104#: ref-filter.c:71
1105#, c-format
1106msgid "unrecognized format: %%(%s)"
1107msgstr ""
1108
1109#: ref-filter.c:77
1110#, c-format
1111msgid "%%(body) does not take arguments"
1112msgstr ""
1113
1114#: ref-filter.c:84
1115#, c-format
1116msgid "%%(subject) does not take arguments"
1117msgstr ""
1118
1119#: ref-filter.c:101
1120#, c-format
1121msgid "positive value expected contents:lines=%s"
1122msgstr ""
1123
1124#: ref-filter.c:103
1125#, c-format
1126msgid "unrecognized %%(contents) argument: %s"
1127msgstr ""
1128
1129#: ref-filter.c:113
1130#, c-format
1131msgid "unrecognized %%(objectname) argument: %s"
1132msgstr ""
1133
1134#: ref-filter.c:135
1135#, c-format
1136msgid "expected format: %%(align:<width>,<position>)"
1137msgstr ""
1138
1139#: ref-filter.c:147
1140#, c-format
1141msgid "unrecognized position:%s"
1142msgstr ""
1143
1144#: ref-filter.c:151
1145#, c-format
1146msgid "unrecognized width:%s"
1147msgstr ""
1148
1149#: ref-filter.c:157
1150#, c-format
1151msgid "unrecognized %%(align) argument: %s"
1152msgstr ""
1153
1154#: ref-filter.c:161
1155#, c-format
1156msgid "positive width expected with the %%(align) atom"
1157msgstr ""
1158
1159#: ref-filter.c:244
1160#, c-format
1161msgid "malformed field name: %.*s"
1162msgstr ""
1163
1164#: ref-filter.c:270
1165#, c-format
1166msgid "unknown field name: %.*s"
1167msgstr ""
1168
1169#: ref-filter.c:372
1170#, c-format
1171msgid "format: %%(end) atom used without corresponding atom"
1172msgstr ""
1173
1174#: ref-filter.c:424
1175#, c-format
1176msgid "malformed format string %s"
1177msgstr ""
1178
1179#: ref-filter.c:878
1180msgid ":strip= requires a positive integer argument"
1181msgstr ""
1182
1183#: ref-filter.c:883
1184#, c-format
1185msgid "ref '%s' does not have %ld components to :strip"
1186msgstr ""
1187
1188#: ref-filter.c:1046
1189#, c-format
1190msgid "unknown %.*s format %s"
1191msgstr ""
1192
1193#: ref-filter.c:1066 ref-filter.c:1097
1194#, c-format
1195msgid "missing object %s for %s"
1196msgstr ""
1197
1198#: ref-filter.c:1069 ref-filter.c:1100
1199#, c-format
1200msgid "parse_object_buffer failed on %s for %s"
1201msgstr ""
1202
1203#: ref-filter.c:1311
1204#, c-format
1205msgid "malformed object at '%s'"
1206msgstr ""
1207
1208#: ref-filter.c:1373
1209#, c-format
1210msgid "ignoring ref with broken name %s"
1211msgstr ""
1212
1213#: ref-filter.c:1378
1214#, c-format
1215msgid "ignoring broken ref %s"
1216msgstr ""
1217
1218#: ref-filter.c:1651
1219#, c-format
1220msgid "format: %%(end) atom missing"
1221msgstr ""
1222
1223#: ref-filter.c:1705
1224#, c-format
1225msgid "malformed object name %s"
1226msgstr ""
1227
1228#: remote.c:746
1229#, c-format
1230msgid "Cannot fetch both %s and %s to %s"
1231msgstr ""
1232
1233#: remote.c:750
1234#, c-format
1235msgid "%s usually tracks %s, not %s"
1236msgstr ""
1237
1238#: remote.c:754
1239#, c-format
1240msgid "%s tracks both %s and %s"
1241msgstr ""
1242
1243#: remote.c:762
1244msgid "Internal error"
1245msgstr ""
1246
1247#: remote.c:1678 remote.c:1721
1248msgid "HEAD does not point to a branch"
1249msgstr ""
1250
1251#: remote.c:1687
1252#, c-format
1253msgid "no such branch: '%s'"
1254msgstr ""
1255
1256#: remote.c:1690
1257#, c-format
1258msgid "no upstream configured for branch '%s'"
1259msgstr ""
1260
1261#: remote.c:1696
1262#, c-format
1263msgid "upstream branch '%s' not stored as a remote-tracking branch"
1264msgstr ""
1265
1266#: remote.c:1711
1267#, c-format
1268msgid "push destination '%s' on remote '%s' has no local tracking branch"
1269msgstr ""
1270
1271#: remote.c:1726
1272#, c-format
1273msgid "branch '%s' has no remote for pushing"
1274msgstr ""
1275
1276#: remote.c:1737
1277#, c-format
1278msgid "push refspecs for '%s' do not include '%s'"
1279msgstr ""
1280
1281#: remote.c:1750
1282msgid "push has no destination (push.default is 'nothing')"
1283msgstr ""
1284
1285#: remote.c:1772
1286msgid "cannot resolve 'simple' push to a single destination"
1287msgstr ""
1288
1289#: remote.c:2074
1290#, c-format
1291msgid "Your branch is based on '%s', but the upstream is gone.\n"
1292msgstr ""
1293
1294#: remote.c:2078
1295msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
1296msgstr ""
1297
1298#: remote.c:2081
1299#, c-format
1300msgid "Your branch is up-to-date with '%s'.\n"
1301msgstr ""
1302
1303#: remote.c:2085
1304#, c-format
1305msgid "Your branch is ahead of '%s' by %d commit.\n"
1306msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1307msgstr[0] ""
1308msgstr[1] ""
1309
1310#: remote.c:2091
1311msgid "  (use \"git push\" to publish your local commits)\n"
1312msgstr ""
1313
1314#: remote.c:2094
1315#, c-format
1316msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1317msgid_plural ""
1318"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1319msgstr[0] ""
1320msgstr[1] ""
1321
1322#: remote.c:2102
1323msgid "  (use \"git pull\" to update your local branch)\n"
1324msgstr ""
1325
1326#: remote.c:2105
1327#, c-format
1328msgid ""
1329"Your branch and '%s' have diverged,\n"
1330"and have %d and %d different commit each, respectively.\n"
1331msgid_plural ""
1332"Your branch and '%s' have diverged,\n"
1333"and have %d and %d different commits each, respectively.\n"
1334msgstr[0] ""
1335msgstr[1] ""
1336
1337#: remote.c:2115
1338msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
1339msgstr ""
1340
1341#: revision.c:2142
1342msgid "your current branch appears to be broken"
1343msgstr ""
1344
1345#: revision.c:2145
1346#, c-format
1347msgid "your current branch '%s' does not have any commits yet"
1348msgstr ""
1349
1350#: revision.c:2339
1351msgid "--first-parent is incompatible with --bisect"
1352msgstr ""
1353
1354#: run-command.c:92
1355msgid "open /dev/null failed"
1356msgstr ""
1357
1358#: run-command.c:94
1359#, c-format
1360msgid "dup2(%d,%d) failed"
1361msgstr ""
1362
1363#: send-pack.c:295
1364msgid "failed to sign the push certificate"
1365msgstr ""
1366
1367#: send-pack.c:404
1368msgid "the receiving end does not support --signed push"
1369msgstr ""
1370
1371#: send-pack.c:406
1372msgid ""
1373"not sending a push certificate since the receiving end does not support --"
1374"signed push"
1375msgstr ""
1376
1377#: send-pack.c:418
1378msgid "the receiving end does not support --atomic push"
1379msgstr ""
1380
1381#: sequencer.c:174
1382msgid ""
1383"after resolving the conflicts, mark the corrected paths\n"
1384"with 'git add <paths>' or 'git rm <paths>'"
1385msgstr ""
1386
1387#: sequencer.c:177
1388msgid ""
1389"after resolving the conflicts, mark the corrected paths\n"
1390"with 'git add <paths>' or 'git rm <paths>'\n"
1391"and commit the result with 'git commit'"
1392msgstr ""
1393
1394#: sequencer.c:190 sequencer.c:833 sequencer.c:912
1395#, c-format
1396msgid "Could not write to %s"
1397msgstr ""
1398
1399#: sequencer.c:193
1400#, c-format
1401msgid "Error wrapping up %s"
1402msgstr ""
1403
1404#: sequencer.c:208
1405msgid "Your local changes would be overwritten by cherry-pick."
1406msgstr ""
1407
1408#: sequencer.c:210
1409msgid "Your local changes would be overwritten by revert."
1410msgstr ""
1411
1412#: sequencer.c:213
1413msgid "Commit your changes or stash them to proceed."
1414msgstr ""
1415
1416#. TRANSLATORS: %s will be "revert" or "cherry-pick"
1417#: sequencer.c:300
1418#, c-format
1419msgid "%s: Unable to write new index file"
1420msgstr ""
1421
1422#: sequencer.c:318
1423msgid "Could not resolve HEAD commit\n"
1424msgstr ""
1425
1426#: sequencer.c:338
1427msgid "Unable to update cache tree\n"
1428msgstr ""
1429
1430#: sequencer.c:390
1431#, c-format
1432msgid "Could not parse commit %s\n"
1433msgstr ""
1434
1435#: sequencer.c:395
1436#, c-format
1437msgid "Could not parse parent commit %s\n"
1438msgstr ""
1439
1440#: sequencer.c:460
1441msgid "Your index file is unmerged."
1442msgstr ""
1443
1444#: sequencer.c:479
1445#, c-format
1446msgid "Commit %s is a merge but no -m option was given."
1447msgstr ""
1448
1449#: sequencer.c:487
1450#, c-format
1451msgid "Commit %s does not have parent %d"
1452msgstr ""
1453
1454#: sequencer.c:491
1455#, c-format
1456msgid "Mainline was specified but commit %s is not a merge."
1457msgstr ""
1458
1459#. TRANSLATORS: The first %s will be "revert" or
1460#. "cherry-pick", the second %s a SHA1
1461#: sequencer.c:504
1462#, c-format
1463msgid "%s: cannot parse parent commit %s"
1464msgstr ""
1465
1466#: sequencer.c:508
1467#, c-format
1468msgid "Cannot get commit message for %s"
1469msgstr ""
1470
1471#: sequencer.c:594
1472#, c-format
1473msgid "could not revert %s... %s"
1474msgstr ""
1475
1476#: sequencer.c:595
1477#, c-format
1478msgid "could not apply %s... %s"
1479msgstr ""
1480
1481#: sequencer.c:630
1482msgid "empty commit set passed"
1483msgstr ""
1484
1485#: sequencer.c:638
1486#, c-format
1487msgid "git %s: failed to read the index"
1488msgstr ""
1489
1490#: sequencer.c:642
1491#, c-format
1492msgid "git %s: failed to refresh the index"
1493msgstr ""
1494
1495#: sequencer.c:702
1496#, c-format
1497msgid "Cannot %s during a %s"
1498msgstr ""
1499
1500#: sequencer.c:724
1501#, c-format
1502msgid "Could not parse line %d."
1503msgstr ""
1504
1505#: sequencer.c:729
1506msgid "No commits parsed."
1507msgstr ""
1508
1509#: sequencer.c:741
1510#, c-format
1511msgid "Could not open %s"
1512msgstr ""
1513
1514#: sequencer.c:745
1515#, c-format
1516msgid "Could not read %s."
1517msgstr ""
1518
1519#: sequencer.c:752
1520#, c-format
1521msgid "Unusable instruction sheet: %s"
1522msgstr ""
1523
1524#: sequencer.c:782
1525#, c-format
1526msgid "Invalid key: %s"
1527msgstr ""
1528
1529#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:52
1530#, c-format
1531msgid "Invalid value for %s: %s"
1532msgstr ""
1533
1534#: sequencer.c:795
1535#, c-format
1536msgid "Malformed options sheet: %s"
1537msgstr ""
1538
1539#: sequencer.c:814
1540msgid "a cherry-pick or revert is already in progress"
1541msgstr ""
1542
1543#: sequencer.c:815
1544msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1545msgstr ""
1546
1547#: sequencer.c:819
1548#, c-format
1549msgid "Could not create sequencer directory %s"
1550msgstr ""
1551
1552#: sequencer.c:835 sequencer.c:916
1553#, c-format
1554msgid "Error wrapping up %s."
1555msgstr ""
1556
1557#: sequencer.c:854 sequencer.c:986
1558msgid "no cherry-pick or revert in progress"
1559msgstr ""
1560
1561#: sequencer.c:856
1562msgid "cannot resolve HEAD"
1563msgstr ""
1564
1565#: sequencer.c:858
1566msgid "cannot abort from a branch yet to be born"
1567msgstr ""
1568
1569#: sequencer.c:878 builtin/fetch.c:610 builtin/fetch.c:851
1570#, c-format
1571msgid "cannot open %s"
1572msgstr ""
1573
1574#: sequencer.c:880
1575#, c-format
1576msgid "cannot read %s: %s"
1577msgstr ""
1578
1579#: sequencer.c:881
1580msgid "unexpected end of file"
1581msgstr ""
1582
1583#: sequencer.c:887
1584#, c-format
1585msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1586msgstr ""
1587
1588#: sequencer.c:909
1589#, c-format
1590msgid "Could not format %s."
1591msgstr ""
1592
1593#: sequencer.c:1054
1594#, c-format
1595msgid "%s: can't cherry-pick a %s"
1596msgstr ""
1597
1598#: sequencer.c:1057
1599#, c-format
1600msgid "%s: bad revision"
1601msgstr ""
1602
1603#: sequencer.c:1091
1604msgid "Can't revert as initial commit"
1605msgstr ""
1606
1607#: sequencer.c:1092
1608msgid "Can't cherry-pick into empty head"
1609msgstr ""
1610
1611#: setup.c:248
1612#, c-format
1613msgid "failed to read %s"
1614msgstr ""
1615
1616#: setup.c:468
1617#, c-format
1618msgid "Expected git repo version <= %d, found %d"
1619msgstr ""
1620
1621#: setup.c:476
1622msgid "unknown repository extensions found:"
1623msgstr ""
1624
1625#: sha1_file.c:1080
1626msgid "offset before end of packfile (broken .idx?)"
1627msgstr ""
1628
1629#: sha1_file.c:2458
1630#, c-format
1631msgid "offset before start of pack index for %s (corrupt index?)"
1632msgstr ""
1633
1634#: sha1_file.c:2462
1635#, c-format
1636msgid "offset beyond end of pack index for %s (truncated index?)"
1637msgstr ""
1638
1639#: sha1_name.c:462
1640msgid ""
1641"Git normally never creates a ref that ends with 40 hex characters\n"
1642"because it will be ignored when you just specify 40-hex. These refs\n"
1643"may be created by mistake. For example,\n"
1644"\n"
1645"  git checkout -b $br $(git rev-parse ...)\n"
1646"\n"
1647"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1648"examine these refs and maybe delete them. Turn this message off by\n"
1649"running \"git config advice.objectNameWarning false\""
1650msgstr ""
1651
1652#: submodule.c:64 submodule.c:98
1653msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1654msgstr ""
1655
1656#: submodule.c:68 submodule.c:102
1657#, c-format
1658msgid "Could not find section in .gitmodules where path=%s"
1659msgstr ""
1660
1661#: submodule.c:76
1662#, c-format
1663msgid "Could not update .gitmodules entry %s"
1664msgstr ""
1665
1666#: submodule.c:109
1667#, c-format
1668msgid "Could not remove .gitmodules entry for %s"
1669msgstr ""
1670
1671#: submodule.c:120
1672msgid "staging updated .gitmodules failed"
1673msgstr ""
1674
1675#: submodule.c:177
1676msgid "negative values not allowed for submodule.fetchJobs"
1677msgstr ""
1678
1679#: submodule-config.c:355
1680#, c-format
1681msgid "invalid value for %s"
1682msgstr ""
1683
1684#: trailer.c:237
1685#, c-format
1686msgid "running trailer command '%s' failed"
1687msgstr ""
1688
1689#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
1690#: trailer.c:562
1691#, c-format
1692msgid "unknown value '%s' for key '%s'"
1693msgstr ""
1694
1695#: trailer.c:544 trailer.c:549 builtin/remote.c:289
1696#, c-format
1697msgid "more than one %s"
1698msgstr ""
1699
1700#: trailer.c:582
1701#, c-format
1702msgid "empty trailer token in trailer '%.*s'"
1703msgstr ""
1704
1705#: trailer.c:702
1706#, c-format
1707msgid "could not read input file '%s'"
1708msgstr ""
1709
1710#: trailer.c:705
1711msgid "could not read from stdin"
1712msgstr ""
1713
1714#: trailer.c:857 builtin/am.c:42
1715#, c-format
1716msgid "could not stat %s"
1717msgstr ""
1718
1719#: trailer.c:859
1720#, c-format
1721msgid "file %s is not a regular file"
1722msgstr ""
1723
1724#: trailer.c:861
1725#, c-format
1726msgid "file %s is not writable by user"
1727msgstr ""
1728
1729#: trailer.c:873
1730msgid "could not open temporary file"
1731msgstr ""
1732
1733#: trailer.c:912
1734#, c-format
1735msgid "could not rename temporary file to %s"
1736msgstr ""
1737
1738#: transport-helper.c:1041
1739#, c-format
1740msgid "Could not read ref %s"
1741msgstr ""
1742
1743#: unpack-trees.c:64
1744#, c-format
1745msgid ""
1746"Your local changes to the following files would be overwritten by checkout:\n"
1747"%%sPlease commit your changes or stash them before you can switch branches."
1748msgstr ""
1749
1750#: unpack-trees.c:66
1751#, c-format
1752msgid ""
1753"Your local changes to the following files would be overwritten by checkout:\n"
1754"%%s"
1755msgstr ""
1756
1757#: unpack-trees.c:69
1758#, c-format
1759msgid ""
1760"Your local changes to the following files would be overwritten by merge:\n"
1761"%%sPlease commit your changes or stash them before you can merge."
1762msgstr ""
1763
1764#: unpack-trees.c:71
1765#, c-format
1766msgid ""
1767"Your local changes to the following files would be overwritten by merge:\n"
1768"%%s"
1769msgstr ""
1770
1771#: unpack-trees.c:74
1772#, c-format
1773msgid ""
1774"Your local changes to the following files would be overwritten by %s:\n"
1775"%%sPlease commit your changes or stash them before you can %s."
1776msgstr ""
1777
1778#: unpack-trees.c:76
1779#, c-format
1780msgid ""
1781"Your local changes to the following files would be overwritten by %s:\n"
1782"%%s"
1783msgstr ""
1784
1785#: unpack-trees.c:81
1786#, c-format
1787msgid ""
1788"Updating the following directories would lose untracked files in it:\n"
1789"%s"
1790msgstr ""
1791
1792#: unpack-trees.c:85
1793#, c-format
1794msgid ""
1795"The following untracked working tree files would be removed by checkout:\n"
1796"%%sPlease move or remove them before you can switch branches."
1797msgstr ""
1798
1799#: unpack-trees.c:87
1800#, c-format
1801msgid ""
1802"The following untracked working tree files would be removed by checkout:\n"
1803"%%s"
1804msgstr ""
1805
1806#: unpack-trees.c:90
1807#, c-format
1808msgid ""
1809"The following untracked working tree files would be removed by merge:\n"
1810"%%sPlease move or remove them before you can merge."
1811msgstr ""
1812
1813#: unpack-trees.c:92
1814#, c-format
1815msgid ""
1816"The following untracked working tree files would be removed by merge:\n"
1817"%%s"
1818msgstr ""
1819
1820#: unpack-trees.c:95
1821#, c-format
1822msgid ""
1823"The following untracked working tree files would be removed by %s:\n"
1824"%%sPlease move or remove them before you can %s."
1825msgstr ""
1826
1827#: unpack-trees.c:97
1828#, c-format
1829msgid ""
1830"The following untracked working tree files would be removed by %s:\n"
1831"%%s"
1832msgstr ""
1833
1834#: unpack-trees.c:102
1835#, c-format
1836msgid ""
1837"The following untracked working tree files would be overwritten by "
1838"checkout:\n"
1839"%%sPlease move or remove them before you can switch branches."
1840msgstr ""
1841
1842#: unpack-trees.c:104
1843#, c-format
1844msgid ""
1845"The following untracked working tree files would be overwritten by "
1846"checkout:\n"
1847"%%s"
1848msgstr ""
1849
1850#: unpack-trees.c:107
1851#, c-format
1852msgid ""
1853"The following untracked working tree files would be overwritten by merge:\n"
1854"%%sPlease move or remove them before you can merge."
1855msgstr ""
1856
1857#: unpack-trees.c:109
1858#, c-format
1859msgid ""
1860"The following untracked working tree files would be overwritten by merge:\n"
1861"%%s"
1862msgstr ""
1863
1864#: unpack-trees.c:112
1865#, c-format
1866msgid ""
1867"The following untracked working tree files would be overwritten by %s:\n"
1868"%%sPlease move or remove them before you can %s."
1869msgstr ""
1870
1871#: unpack-trees.c:114
1872#, c-format
1873msgid ""
1874"The following untracked working tree files would be overwritten by %s:\n"
1875"%%s"
1876msgstr ""
1877
1878#: unpack-trees.c:121
1879#, c-format
1880msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
1881msgstr ""
1882
1883#: unpack-trees.c:124
1884#, c-format
1885msgid ""
1886"Cannot update sparse checkout: the following entries are not up-to-date:\n"
1887"%s"
1888msgstr ""
1889
1890#: unpack-trees.c:126
1891#, c-format
1892msgid ""
1893"The following Working tree files would be overwritten by sparse checkout "
1894"update:\n"
1895"%s"
1896msgstr ""
1897
1898#: unpack-trees.c:128
1899#, c-format
1900msgid ""
1901"The following Working tree files would be removed by sparse checkout "
1902"update:\n"
1903"%s"
1904msgstr ""
1905
1906#: unpack-trees.c:205
1907#, c-format
1908msgid "Aborting\n"
1909msgstr ""
1910
1911#: unpack-trees.c:237
1912msgid "Checking out files"
1913msgstr ""
1914
1915#: urlmatch.c:120
1916msgid "invalid URL scheme name or missing '://' suffix"
1917msgstr ""
1918
1919#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1920#, c-format
1921msgid "invalid %XX escape sequence"
1922msgstr ""
1923
1924#: urlmatch.c:172
1925msgid "missing host and scheme is not 'file:'"
1926msgstr ""
1927
1928#: urlmatch.c:189
1929msgid "a 'file:' URL may not have a port number"
1930msgstr ""
1931
1932#: urlmatch.c:199
1933msgid "invalid characters in host name"
1934msgstr ""
1935
1936#: urlmatch.c:244 urlmatch.c:255
1937msgid "invalid port number"
1938msgstr ""
1939
1940#: urlmatch.c:322
1941msgid "invalid '..' path segment"
1942msgstr ""
1943
1944#: wrapper.c:222 wrapper.c:381
1945#, c-format
1946msgid "could not open '%s' for reading and writing"
1947msgstr ""
1948
1949#: wrapper.c:224 wrapper.c:383 builtin/am.c:779
1950#, c-format
1951msgid "could not open '%s' for writing"
1952msgstr ""
1953
1954#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/am.c:772
1955#: builtin/am.c:860 builtin/commit.c:1711 builtin/merge.c:1086
1956#: builtin/pull.c:407
1957#, c-format
1958msgid "could not open '%s' for reading"
1959msgstr ""
1960
1961#: wrapper.c:594 wrapper.c:615
1962#, c-format
1963msgid "unable to access '%s'"
1964msgstr ""
1965
1966#: wrapper.c:623
1967msgid "unable to get current working directory"
1968msgstr ""
1969
1970#: wrapper.c:650
1971#, c-format
1972msgid "could not open %s for writing"
1973msgstr ""
1974
1975#: wrapper.c:661 builtin/am.c:410
1976#, c-format
1977msgid "could not write to %s"
1978msgstr ""
1979
1980#: wrapper.c:667
1981#, c-format
1982msgid "could not close %s"
1983msgstr ""
1984
1985#: wt-status.c:150
1986msgid "Unmerged paths:"
1987msgstr ""
1988
1989#: wt-status.c:177 wt-status.c:204
1990#, c-format
1991msgid "  (use \"git reset %s <file>...\" to unstage)"
1992msgstr ""
1993
1994#: wt-status.c:179 wt-status.c:206
1995msgid "  (use \"git rm --cached <file>...\" to unstage)"
1996msgstr ""
1997
1998#: wt-status.c:183
1999msgid "  (use \"git add <file>...\" to mark resolution)"
2000msgstr ""
2001
2002#: wt-status.c:185 wt-status.c:189
2003msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
2004msgstr ""
2005
2006#: wt-status.c:187
2007msgid "  (use \"git rm <file>...\" to mark resolution)"
2008msgstr ""
2009
2010#: wt-status.c:198 wt-status.c:881
2011msgid "Changes to be committed:"
2012msgstr ""
2013
2014#: wt-status.c:216 wt-status.c:890
2015msgid "Changes not staged for commit:"
2016msgstr ""
2017
2018#: wt-status.c:220
2019msgid "  (use \"git add <file>...\" to update what will be committed)"
2020msgstr ""
2021
2022#: wt-status.c:222
2023msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
2024msgstr ""
2025
2026#: wt-status.c:223
2027msgid ""
2028"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
2029msgstr ""
2030
2031#: wt-status.c:225
2032msgid "  (commit or discard the untracked or modified content in submodules)"
2033msgstr ""
2034
2035#: wt-status.c:237
2036#, c-format
2037msgid "  (use \"git %s <file>...\" to include in what will be committed)"
2038msgstr ""
2039
2040#: wt-status.c:252
2041msgid "both deleted:"
2042msgstr ""
2043
2044#: wt-status.c:254
2045msgid "added by us:"
2046msgstr ""
2047
2048#: wt-status.c:256
2049msgid "deleted by them:"
2050msgstr ""
2051
2052#: wt-status.c:258
2053msgid "added by them:"
2054msgstr ""
2055
2056#: wt-status.c:260
2057msgid "deleted by us:"
2058msgstr ""
2059
2060#: wt-status.c:262
2061msgid "both added:"
2062msgstr ""
2063
2064#: wt-status.c:264
2065msgid "both modified:"
2066msgstr ""
2067
2068#: wt-status.c:266
2069#, c-format
2070msgid "bug: unhandled unmerged status %x"
2071msgstr ""
2072
2073#: wt-status.c:274
2074msgid "new file:"
2075msgstr ""
2076
2077#: wt-status.c:276
2078msgid "copied:"
2079msgstr ""
2080
2081#: wt-status.c:278
2082msgid "deleted:"
2083msgstr ""
2084
2085#: wt-status.c:280
2086msgid "modified:"
2087msgstr ""
2088
2089#: wt-status.c:282
2090msgid "renamed:"
2091msgstr ""
2092
2093#: wt-status.c:284
2094msgid "typechange:"
2095msgstr ""
2096
2097#: wt-status.c:286
2098msgid "unknown:"
2099msgstr ""
2100
2101#: wt-status.c:288
2102msgid "unmerged:"
2103msgstr ""
2104
2105#: wt-status.c:370
2106msgid "new commits, "
2107msgstr ""
2108
2109#: wt-status.c:372
2110msgid "modified content, "
2111msgstr ""
2112
2113#: wt-status.c:374
2114msgid "untracked content, "
2115msgstr ""
2116
2117#: wt-status.c:391
2118#, c-format
2119msgid "bug: unhandled diff status %c"
2120msgstr ""
2121
2122#: wt-status.c:755
2123msgid "Submodules changed but not updated:"
2124msgstr ""
2125
2126#: wt-status.c:757
2127msgid "Submodule changes to be committed:"
2128msgstr ""
2129
2130#: wt-status.c:838
2131msgid ""
2132"Do not touch the line above.\n"
2133"Everything below will be removed."
2134msgstr ""
2135
2136#: wt-status.c:949
2137msgid "You have unmerged paths."
2138msgstr ""
2139
2140#: wt-status.c:952
2141msgid "  (fix conflicts and run \"git commit\")"
2142msgstr ""
2143
2144#: wt-status.c:956
2145msgid "All conflicts fixed but you are still merging."
2146msgstr ""
2147
2148#: wt-status.c:959
2149msgid "  (use \"git commit\" to conclude merge)"
2150msgstr ""
2151
2152#: wt-status.c:969
2153msgid "You are in the middle of an am session."
2154msgstr ""
2155
2156#: wt-status.c:972
2157msgid "The current patch is empty."
2158msgstr ""
2159
2160#: wt-status.c:976
2161msgid "  (fix conflicts and then run \"git am --continue\")"
2162msgstr ""
2163
2164#: wt-status.c:978
2165msgid "  (use \"git am --skip\" to skip this patch)"
2166msgstr ""
2167
2168#: wt-status.c:980
2169msgid "  (use \"git am --abort\" to restore the original branch)"
2170msgstr ""
2171
2172#: wt-status.c:1105
2173msgid "No commands done."
2174msgstr ""
2175
2176#: wt-status.c:1108
2177#, c-format
2178msgid "Last command done (%d command done):"
2179msgid_plural "Last commands done (%d commands done):"
2180msgstr[0] ""
2181msgstr[1] ""
2182
2183#: wt-status.c:1119
2184#, c-format
2185msgid "  (see more in file %s)"
2186msgstr ""
2187
2188#: wt-status.c:1124
2189msgid "No commands remaining."
2190msgstr ""
2191
2192#: wt-status.c:1127
2193#, c-format
2194msgid "Next command to do (%d remaining command):"
2195msgid_plural "Next commands to do (%d remaining commands):"
2196msgstr[0] ""
2197msgstr[1] ""
2198
2199#: wt-status.c:1135
2200msgid "  (use \"git rebase --edit-todo\" to view and edit)"
2201msgstr ""
2202
2203#: wt-status.c:1148
2204#, c-format
2205msgid "You are currently rebasing branch '%s' on '%s'."
2206msgstr ""
2207
2208#: wt-status.c:1153
2209msgid "You are currently rebasing."
2210msgstr ""
2211
2212#: wt-status.c:1167
2213msgid "  (fix conflicts and then run \"git rebase --continue\")"
2214msgstr ""
2215
2216#: wt-status.c:1169
2217msgid "  (use \"git rebase --skip\" to skip this patch)"
2218msgstr ""
2219
2220#: wt-status.c:1171
2221msgid "  (use \"git rebase --abort\" to check out the original branch)"
2222msgstr ""
2223
2224#: wt-status.c:1177
2225msgid "  (all conflicts fixed: run \"git rebase --continue\")"
2226msgstr ""
2227
2228#: wt-status.c:1181
2229#, c-format
2230msgid ""
2231"You are currently splitting a commit while rebasing branch '%s' on '%s'."
2232msgstr ""
2233
2234#: wt-status.c:1186
2235msgid "You are currently splitting a commit during a rebase."
2236msgstr ""
2237
2238#: wt-status.c:1189
2239msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
2240msgstr ""
2241
2242#: wt-status.c:1193
2243#, c-format
2244msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
2245msgstr ""
2246
2247#: wt-status.c:1198
2248msgid "You are currently editing a commit during a rebase."
2249msgstr ""
2250
2251#: wt-status.c:1201
2252msgid "  (use \"git commit --amend\" to amend the current commit)"
2253msgstr ""
2254
2255#: wt-status.c:1203
2256msgid ""
2257"  (use \"git rebase --continue\" once you are satisfied with your changes)"
2258msgstr ""
2259
2260#: wt-status.c:1213
2261#, c-format
2262msgid "You are currently cherry-picking commit %s."
2263msgstr ""
2264
2265#: wt-status.c:1218
2266msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
2267msgstr ""
2268
2269#: wt-status.c:1221
2270msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
2271msgstr ""
2272
2273#: wt-status.c:1223
2274msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
2275msgstr ""
2276
2277#: wt-status.c:1232
2278#, c-format
2279msgid "You are currently reverting commit %s."
2280msgstr ""
2281
2282#: wt-status.c:1237
2283msgid "  (fix conflicts and run \"git revert --continue\")"
2284msgstr ""
2285
2286#: wt-status.c:1240
2287msgid "  (all conflicts fixed: run \"git revert --continue\")"
2288msgstr ""
2289
2290#: wt-status.c:1242
2291msgid "  (use \"git revert --abort\" to cancel the revert operation)"
2292msgstr ""
2293
2294#: wt-status.c:1253
2295#, c-format
2296msgid "You are currently bisecting, started from branch '%s'."
2297msgstr ""
2298
2299#: wt-status.c:1257
2300msgid "You are currently bisecting."
2301msgstr ""
2302
2303#: wt-status.c:1260
2304msgid "  (use \"git bisect reset\" to get back to the original branch)"
2305msgstr ""
2306
2307#: wt-status.c:1460
2308msgid "On branch "
2309msgstr ""
2310
2311#: wt-status.c:1466
2312msgid "interactive rebase in progress; onto "
2313msgstr ""
2314
2315#: wt-status.c:1468
2316msgid "rebase in progress; onto "
2317msgstr ""
2318
2319#: wt-status.c:1473
2320msgid "HEAD detached at "
2321msgstr ""
2322
2323#: wt-status.c:1475
2324msgid "HEAD detached from "
2325msgstr ""
2326
2327#: wt-status.c:1478
2328msgid "Not currently on any branch."
2329msgstr ""
2330
2331#: wt-status.c:1496
2332msgid "Initial commit"
2333msgstr ""
2334
2335#: wt-status.c:1510
2336msgid "Untracked files"
2337msgstr ""
2338
2339#: wt-status.c:1512
2340msgid "Ignored files"
2341msgstr ""
2342
2343#: wt-status.c:1516
2344#, c-format
2345msgid ""
2346"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
2347"may speed it up, but you have to be careful not to forget to add\n"
2348"new files yourself (see 'git help status')."
2349msgstr ""
2350
2351#: wt-status.c:1522
2352#, c-format
2353msgid "Untracked files not listed%s"
2354msgstr ""
2355
2356#: wt-status.c:1524
2357msgid " (use -u option to show untracked files)"
2358msgstr ""
2359
2360#: wt-status.c:1530
2361msgid "No changes"
2362msgstr ""
2363
2364#: wt-status.c:1535
2365#, c-format
2366msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
2367msgstr ""
2368
2369#: wt-status.c:1538
2370#, c-format
2371msgid "no changes added to commit\n"
2372msgstr ""
2373
2374#: wt-status.c:1541
2375#, c-format
2376msgid ""
2377"nothing added to commit but untracked files present (use \"git add\" to "
2378"track)\n"
2379msgstr ""
2380
2381#: wt-status.c:1544
2382#, c-format
2383msgid "nothing added to commit but untracked files present\n"
2384msgstr ""
2385
2386#: wt-status.c:1547
2387#, c-format
2388msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
2389msgstr ""
2390
2391#: wt-status.c:1550 wt-status.c:1555
2392#, c-format
2393msgid "nothing to commit\n"
2394msgstr ""
2395
2396#: wt-status.c:1553
2397#, c-format
2398msgid "nothing to commit (use -u to show untracked files)\n"
2399msgstr ""
2400
2401#: wt-status.c:1557
2402#, c-format
2403msgid "nothing to commit, working directory clean\n"
2404msgstr ""
2405
2406#: wt-status.c:1664
2407msgid "Initial commit on "
2408msgstr ""
2409
2410#: wt-status.c:1668
2411msgid "HEAD (no branch)"
2412msgstr ""
2413
2414#: wt-status.c:1697
2415msgid "gone"
2416msgstr ""
2417
2418#: wt-status.c:1699 wt-status.c:1707
2419msgid "behind "
2420msgstr ""
2421
2422#: wt-status.c:1702 wt-status.c:1705
2423msgid "ahead "
2424msgstr ""
2425
2426#: compat/precompose_utf8.c:57 builtin/clone.c:415
2427#, c-format
2428msgid "failed to unlink '%s'"
2429msgstr ""
2430
2431#: builtin/add.c:22
2432msgid "git add [<options>] [--] <pathspec>..."
2433msgstr ""
2434
2435#: builtin/add.c:65
2436#, c-format
2437msgid "unexpected diff status %c"
2438msgstr ""
2439
2440#: builtin/add.c:70 builtin/commit.c:280
2441msgid "updating files failed"
2442msgstr ""
2443
2444#: builtin/add.c:80
2445#, c-format
2446msgid "remove '%s'\n"
2447msgstr ""
2448
2449#: builtin/add.c:134
2450msgid "Unstaged changes after refreshing the index:"
2451msgstr ""
2452
2453#: builtin/add.c:194 builtin/rev-parse.c:811
2454msgid "Could not read the index"
2455msgstr ""
2456
2457#: builtin/add.c:205
2458#, c-format
2459msgid "Could not open '%s' for writing."
2460msgstr ""
2461
2462#: builtin/add.c:209
2463msgid "Could not write patch"
2464msgstr ""
2465
2466#: builtin/add.c:212
2467msgid "editing patch failed"
2468msgstr ""
2469
2470#: builtin/add.c:215
2471#, c-format
2472msgid "Could not stat '%s'"
2473msgstr ""
2474
2475#: builtin/add.c:217
2476msgid "Empty patch. Aborted."
2477msgstr ""
2478
2479#: builtin/add.c:222
2480#, c-format
2481msgid "Could not apply '%s'"
2482msgstr ""
2483
2484#: builtin/add.c:232
2485msgid "The following paths are ignored by one of your .gitignore files:\n"
2486msgstr ""
2487
2488#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:111
2489#: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:511
2490#: builtin/remote.c:1332 builtin/rm.c:268 builtin/send-pack.c:162
2491msgid "dry run"
2492msgstr ""
2493
2494#: builtin/add.c:250 builtin/apply.c:4563 builtin/check-ignore.c:19
2495#: builtin/commit.c:1333 builtin/count-objects.c:85 builtin/fsck.c:557
2496#: builtin/log.c:1826 builtin/mv.c:110 builtin/read-tree.c:114
2497msgid "be verbose"
2498msgstr ""
2499
2500#: builtin/add.c:252
2501msgid "interactive picking"
2502msgstr ""
2503
2504#: builtin/add.c:253 builtin/checkout.c:1154 builtin/reset.c:286
2505msgid "select hunks interactively"
2506msgstr ""
2507
2508#: builtin/add.c:254
2509msgid "edit current diff and apply"
2510msgstr ""
2511
2512#: builtin/add.c:255
2513msgid "allow adding otherwise ignored files"
2514msgstr ""
2515
2516#: builtin/add.c:256
2517msgid "update tracked files"
2518msgstr ""
2519
2520#: builtin/add.c:257
2521msgid "record only the fact that the path will be added later"
2522msgstr ""
2523
2524#: builtin/add.c:258
2525msgid "add changes from all tracked and untracked files"
2526msgstr ""
2527
2528#: builtin/add.c:261
2529msgid "ignore paths removed in the working tree (same as --no-all)"
2530msgstr ""
2531
2532#: builtin/add.c:263
2533msgid "don't add, only refresh the index"
2534msgstr ""
2535
2536#: builtin/add.c:264
2537msgid "just skip files which cannot be added because of errors"
2538msgstr ""
2539
2540#: builtin/add.c:265
2541msgid "check if - even missing - files are ignored in dry run"
2542msgstr ""
2543
2544#: builtin/add.c:287
2545#, c-format
2546msgid "Use -f if you really want to add them.\n"
2547msgstr ""
2548
2549#: builtin/add.c:294
2550msgid "adding files failed"
2551msgstr ""
2552
2553#: builtin/add.c:330
2554msgid "-A and -u are mutually incompatible"
2555msgstr ""
2556
2557#: builtin/add.c:337
2558msgid "Option --ignore-missing can only be used together with --dry-run"
2559msgstr ""
2560
2561#: builtin/add.c:352
2562#, c-format
2563msgid "Nothing specified, nothing added.\n"
2564msgstr ""
2565
2566#: builtin/add.c:353
2567#, c-format
2568msgid "Maybe you wanted to say 'git add .'?\n"
2569msgstr ""
2570
2571#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:914
2572#: builtin/commit.c:339 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
2573#: builtin/submodule--helper.c:240
2574msgid "index file corrupt"
2575msgstr ""
2576
2577#: builtin/add.c:439 builtin/apply.c:4661 builtin/mv.c:283 builtin/rm.c:430
2578msgid "Unable to write new index file"
2579msgstr ""
2580
2581#: builtin/am.c:256 builtin/commit.c:749 builtin/merge.c:1089
2582#, c-format
2583msgid "could not read '%s'"
2584msgstr ""
2585
2586#: builtin/am.c:430
2587msgid "could not parse author script"
2588msgstr ""
2589
2590#: builtin/am.c:507
2591#, c-format
2592msgid "'%s' was deleted by the applypatch-msg hook"
2593msgstr ""
2594
2595#: builtin/am.c:548 builtin/notes.c:300
2596#, c-format
2597msgid "Malformed input line: '%s'."
2598msgstr ""
2599
2600#: builtin/am.c:585 builtin/notes.c:315
2601#, c-format
2602msgid "Failed to copy notes from '%s' to '%s'"
2603msgstr ""
2604
2605#: builtin/am.c:611
2606msgid "fseek failed"
2607msgstr ""
2608
2609#: builtin/am.c:788
2610#, c-format
2611msgid "could not parse patch '%s'"
2612msgstr ""
2613
2614#: builtin/am.c:853
2615msgid "Only one StGIT patch series can be applied at once"
2616msgstr ""
2617
2618#: builtin/am.c:900
2619msgid "invalid timestamp"
2620msgstr ""
2621
2622#: builtin/am.c:903 builtin/am.c:911
2623msgid "invalid Date line"
2624msgstr ""
2625
2626#: builtin/am.c:908
2627msgid "invalid timezone offset"
2628msgstr ""
2629
2630#: builtin/am.c:995
2631msgid "Patch format detection failed."
2632msgstr ""
2633
2634#: builtin/am.c:1000 builtin/clone.c:380
2635#, c-format
2636msgid "failed to create directory '%s'"
2637msgstr ""
2638
2639#: builtin/am.c:1004
2640msgid "Failed to split patches."
2641msgstr ""
2642
2643#: builtin/am.c:1136 builtin/commit.c:365
2644msgid "unable to write index file"
2645msgstr ""
2646
2647#: builtin/am.c:1187
2648#, c-format
2649msgid "When you have resolved this problem, run \"%s --continue\"."
2650msgstr ""
2651
2652#: builtin/am.c:1188
2653#, c-format
2654msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
2655msgstr ""
2656
2657#: builtin/am.c:1189
2658#, c-format
2659msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2660msgstr ""
2661
2662#: builtin/am.c:1327
2663msgid "Patch is empty. Was it split wrong?"
2664msgstr ""
2665
2666#: builtin/am.c:1401 builtin/log.c:1516
2667#, c-format
2668msgid "invalid ident line: %s"
2669msgstr ""
2670
2671#: builtin/am.c:1428
2672#, c-format
2673msgid "unable to parse commit %s"
2674msgstr ""
2675
2676#: builtin/am.c:1630
2677msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2678msgstr ""
2679
2680#: builtin/am.c:1632
2681msgid "Using index info to reconstruct a base tree..."
2682msgstr ""
2683
2684#: builtin/am.c:1651
2685msgid ""
2686"Did you hand edit your patch?\n"
2687"It does not apply to blobs recorded in its index."
2688msgstr ""
2689
2690#: builtin/am.c:1657
2691msgid "Falling back to patching base and 3-way merge..."
2692msgstr ""
2693
2694#: builtin/am.c:1672
2695msgid "Failed to merge in the changes."
2696msgstr ""
2697
2698#: builtin/am.c:1696 builtin/merge.c:636
2699msgid "git write-tree failed to write a tree"
2700msgstr ""
2701
2702#: builtin/am.c:1703
2703msgid "applying to an empty history"
2704msgstr ""
2705
2706#: builtin/am.c:1716 builtin/commit.c:1775 builtin/merge.c:841
2707#: builtin/merge.c:866
2708msgid "failed to write commit object"
2709msgstr ""
2710
2711#: builtin/am.c:1748 builtin/am.c:1752
2712#, c-format
2713msgid "cannot resume: %s does not exist."
2714msgstr ""
2715
2716#: builtin/am.c:1768
2717msgid "cannot be interactive without stdin connected to a terminal."
2718msgstr ""
2719
2720#: builtin/am.c:1773
2721msgid "Commit Body is:"
2722msgstr ""
2723
2724#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
2725#. in your translation. The program will only accept English
2726#. input at this point.
2727#.
2728#: builtin/am.c:1783
2729msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
2730msgstr ""
2731
2732#: builtin/am.c:1833
2733#, c-format
2734msgid "Dirty index: cannot apply patches (dirty: %s)"
2735msgstr ""
2736
2737#: builtin/am.c:1868 builtin/am.c:1940
2738#, c-format
2739msgid "Applying: %.*s"
2740msgstr ""
2741
2742#: builtin/am.c:1884
2743msgid "No changes -- Patch already applied."
2744msgstr ""
2745
2746#: builtin/am.c:1892
2747#, c-format
2748msgid "Patch failed at %s %.*s"
2749msgstr ""
2750
2751#: builtin/am.c:1898
2752#, c-format
2753msgid "The copy of the patch that failed is found in: %s"
2754msgstr ""
2755
2756#: builtin/am.c:1943
2757msgid ""
2758"No changes - did you forget to use 'git add'?\n"
2759"If there is nothing left to stage, chances are that something else\n"
2760"already introduced the same changes; you might want to skip this patch."
2761msgstr ""
2762
2763#: builtin/am.c:1950
2764msgid ""
2765"You still have unmerged paths in your index.\n"
2766"Did you forget to use 'git add'?"
2767msgstr ""
2768
2769#: builtin/am.c:2058 builtin/am.c:2062 builtin/am.c:2074 builtin/reset.c:308
2770#: builtin/reset.c:316
2771#, c-format
2772msgid "Could not parse object '%s'."
2773msgstr ""
2774
2775#: builtin/am.c:2110
2776msgid "failed to clean index"
2777msgstr ""
2778
2779#: builtin/am.c:2144
2780msgid ""
2781"You seem to have moved HEAD since the last 'am' failure.\n"
2782"Not rewinding to ORIG_HEAD"
2783msgstr ""
2784
2785#: builtin/am.c:2205
2786#, c-format
2787msgid "Invalid value for --patch-format: %s"
2788msgstr ""
2789
2790#: builtin/am.c:2238
2791msgid "git am [<options>] [(<mbox>|<Maildir>)...]"
2792msgstr ""
2793
2794#: builtin/am.c:2239
2795msgid "git am [<options>] (--continue | --skip | --abort)"
2796msgstr ""
2797
2798#: builtin/am.c:2245
2799msgid "run interactively"
2800msgstr ""
2801
2802#: builtin/am.c:2247
2803msgid "historical option -- no-op"
2804msgstr ""
2805
2806#: builtin/am.c:2249
2807msgid "allow fall back on 3way merging if needed"
2808msgstr ""
2809
2810#: builtin/am.c:2250 builtin/init-db.c:478 builtin/prune-packed.c:57
2811#: builtin/repack.c:171
2812msgid "be quiet"
2813msgstr ""
2814
2815#: builtin/am.c:2252
2816msgid "add a Signed-off-by line to the commit message"
2817msgstr ""
2818
2819#: builtin/am.c:2255
2820msgid "recode into utf8 (default)"
2821msgstr ""
2822
2823#: builtin/am.c:2257
2824msgid "pass -k flag to git-mailinfo"
2825msgstr ""
2826
2827#: builtin/am.c:2259
2828msgid "pass -b flag to git-mailinfo"
2829msgstr ""
2830
2831#: builtin/am.c:2261
2832msgid "pass -m flag to git-mailinfo"
2833msgstr ""
2834
2835#: builtin/am.c:2263
2836msgid "pass --keep-cr flag to git-mailsplit for mbox format"
2837msgstr ""
2838
2839#: builtin/am.c:2266
2840msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
2841msgstr ""
2842
2843#: builtin/am.c:2269
2844msgid "strip everything before a scissors line"
2845msgstr ""
2846
2847#: builtin/am.c:2270 builtin/apply.c:4546
2848msgid "action"
2849msgstr ""
2850
2851#: builtin/am.c:2271 builtin/am.c:2274 builtin/am.c:2277 builtin/am.c:2280
2852#: builtin/am.c:2283 builtin/am.c:2286 builtin/am.c:2289 builtin/am.c:2292
2853#: builtin/am.c:2298
2854msgid "pass it through git-apply"
2855msgstr ""
2856
2857#: builtin/am.c:2279 builtin/apply.c:4570
2858msgid "root"
2859msgstr ""
2860
2861#: builtin/am.c:2282 builtin/am.c:2285 builtin/apply.c:4508
2862#: builtin/apply.c:4511 builtin/clone.c:90 builtin/fetch.c:95
2863#: builtin/pull.c:179 builtin/submodule--helper.c:277
2864#: builtin/submodule--helper.c:404 builtin/submodule--helper.c:485
2865#: builtin/submodule--helper.c:488 builtin/submodule--helper.c:767
2866#: builtin/submodule--helper.c:770
2867msgid "path"
2868msgstr ""
2869
2870#: builtin/am.c:2288 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
2871#: builtin/grep.c:706 builtin/merge.c:199 builtin/pull.c:134
2872#: builtin/pull.c:193 builtin/repack.c:178 builtin/repack.c:182
2873#: builtin/show-branch.c:645 builtin/show-ref.c:175 builtin/tag.c:340
2874#: parse-options.h:132 parse-options.h:134 parse-options.h:244
2875msgid "n"
2876msgstr ""
2877
2878#: builtin/am.c:2291 builtin/apply.c:4514
2879msgid "num"
2880msgstr ""
2881
2882#: builtin/am.c:2294 builtin/for-each-ref.c:37 builtin/replace.c:438
2883#: builtin/tag.c:372
2884msgid "format"
2885msgstr ""
2886
2887#: builtin/am.c:2295
2888msgid "format the patch(es) are in"
2889msgstr ""
2890
2891#: builtin/am.c:2301
2892msgid "override error message when patch failure occurs"
2893msgstr ""
2894
2895#: builtin/am.c:2303
2896msgid "continue applying patches after resolving a conflict"
2897msgstr ""
2898
2899#: builtin/am.c:2306
2900msgid "synonyms for --continue"
2901msgstr ""
2902
2903#: builtin/am.c:2309
2904msgid "skip the current patch"
2905msgstr ""
2906
2907#: builtin/am.c:2312
2908msgid "restore the original branch and abort the patching operation."
2909msgstr ""
2910
2911#: builtin/am.c:2316
2912msgid "lie about committer date"
2913msgstr ""
2914
2915#: builtin/am.c:2318
2916msgid "use current timestamp for author date"
2917msgstr ""
2918
2919#: builtin/am.c:2320 builtin/commit.c:1609 builtin/merge.c:228
2920#: builtin/pull.c:164 builtin/revert.c:92 builtin/tag.c:355
2921msgid "key-id"
2922msgstr ""
2923
2924#: builtin/am.c:2321
2925msgid "GPG-sign commits"
2926msgstr ""
2927
2928#: builtin/am.c:2324
2929msgid "(internal use for git-rebase)"
2930msgstr ""
2931
2932#: builtin/am.c:2339
2933msgid ""
2934"The -b/--binary option has been a no-op for long time, and\n"
2935"it will be removed. Please do not use it anymore."
2936msgstr ""
2937
2938#: builtin/am.c:2346
2939msgid "failed to read the index"
2940msgstr ""
2941
2942#: builtin/am.c:2361
2943#, c-format
2944msgid "previous rebase directory %s still exists but mbox given."
2945msgstr ""
2946
2947#: builtin/am.c:2385
2948#, c-format
2949msgid ""
2950"Stray %s directory found.\n"
2951"Use \"git am --abort\" to remove it."
2952msgstr ""
2953
2954#: builtin/am.c:2391
2955msgid "Resolve operation not in progress, we are not resuming."
2956msgstr ""
2957
2958#: builtin/apply.c:59
2959msgid "git apply [<options>] [<patch>...]"
2960msgstr ""
2961
2962#: builtin/apply.c:111
2963#, c-format
2964msgid "unrecognized whitespace option '%s'"
2965msgstr ""
2966
2967#: builtin/apply.c:126
2968#, c-format
2969msgid "unrecognized whitespace ignore option '%s'"
2970msgstr ""
2971
2972#: builtin/apply.c:818
2973#, c-format
2974msgid "Cannot prepare timestamp regexp %s"
2975msgstr ""
2976
2977#: builtin/apply.c:827
2978#, c-format
2979msgid "regexec returned %d for input: %s"
2980msgstr ""
2981
2982#: builtin/apply.c:908
2983#, c-format
2984msgid "unable to find filename in patch at line %d"
2985msgstr ""
2986
2987#: builtin/apply.c:937
2988#, c-format
2989msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2990msgstr ""
2991
2992#: builtin/apply.c:942
2993#, c-format
2994msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2995msgstr ""
2996
2997#: builtin/apply.c:943
2998#, c-format
2999msgid "git apply: bad git-diff - inconsistent old filename on line %d"
3000msgstr ""
3001
3002#: builtin/apply.c:949
3003#, c-format
3004msgid "git apply: bad git-diff - expected /dev/null on line %d"
3005msgstr ""
3006
3007#: builtin/apply.c:1406
3008#, c-format
3009msgid "recount: unexpected line: %.*s"
3010msgstr ""
3011
3012#: builtin/apply.c:1463
3013#, c-format
3014msgid "patch fragment without header at line %d: %.*s"
3015msgstr ""
3016
3017#: builtin/apply.c:1480
3018#, c-format
3019msgid ""
3020"git diff header lacks filename information when removing %d leading pathname "
3021"component (line %d)"
3022msgid_plural ""
3023"git diff header lacks filename information when removing %d leading pathname "
3024"components (line %d)"
3025msgstr[0] ""
3026msgstr[1] ""
3027
3028#: builtin/apply.c:1646
3029msgid "new file depends on old contents"
3030msgstr ""
3031
3032#: builtin/apply.c:1648
3033msgid "deleted file still has contents"
3034msgstr ""
3035
3036#: builtin/apply.c:1674
3037#, c-format
3038msgid "corrupt patch at line %d"
3039msgstr ""
3040
3041#: builtin/apply.c:1710
3042#, c-format
3043msgid "new file %s depends on old contents"
3044msgstr ""
3045
3046#: builtin/apply.c:1712
3047#, c-format
3048msgid "deleted file %s still has contents"
3049msgstr ""
3050
3051#: builtin/apply.c:1715
3052#, c-format
3053msgid "** warning: file %s becomes empty but is not deleted"
3054msgstr ""
3055
3056#: builtin/apply.c:1861
3057#, c-format
3058msgid "corrupt binary patch at line %d: %.*s"
3059msgstr ""
3060
3061#: builtin/apply.c:1895
3062#, c-format
3063msgid "unrecognized binary patch at line %d"
3064msgstr ""
3065
3066#: builtin/apply.c:2048
3067#, c-format
3068msgid "patch with only garbage at line %d"
3069msgstr ""
3070
3071#: builtin/apply.c:2138
3072#, c-format
3073msgid "unable to read symlink %s"
3074msgstr ""
3075
3076#: builtin/apply.c:2142
3077#, c-format
3078msgid "unable to open or read %s"
3079msgstr ""
3080
3081#: builtin/apply.c:2775
3082#, c-format
3083msgid "invalid start of line: '%c'"
3084msgstr ""
3085
3086#: builtin/apply.c:2894
3087#, c-format
3088msgid "Hunk #%d succeeded at %d (offset %d line)."
3089msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
3090msgstr[0] ""
3091msgstr[1] ""
3092
3093#: builtin/apply.c:2906
3094#, c-format
3095msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
3096msgstr ""
3097
3098#: builtin/apply.c:2912
3099#, c-format
3100msgid ""
3101"while searching for:\n"
3102"%.*s"
3103msgstr ""
3104
3105#: builtin/apply.c:2932
3106#, c-format
3107msgid "missing binary patch data for '%s'"
3108msgstr ""
3109
3110#: builtin/apply.c:3033
3111#, c-format
3112msgid "binary patch does not apply to '%s'"
3113msgstr ""
3114
3115#: builtin/apply.c:3039
3116#, c-format
3117msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
3118msgstr ""
3119
3120#: builtin/apply.c:3060
3121#, c-format
3122msgid "patch failed: %s:%ld"
3123msgstr ""
3124
3125#: builtin/apply.c:3184
3126#, c-format
3127msgid "cannot checkout %s"
3128msgstr ""
3129
3130#: builtin/apply.c:3229 builtin/apply.c:3240 builtin/apply.c:3285
3131#, c-format
3132msgid "read of %s failed"
3133msgstr ""
3134
3135#: builtin/apply.c:3237
3136#, c-format
3137msgid "reading from '%s' beyond a symbolic link"
3138msgstr ""
3139
3140#: builtin/apply.c:3265 builtin/apply.c:3487
3141#, c-format
3142msgid "path %s has been renamed/deleted"
3143msgstr ""
3144
3145#: builtin/apply.c:3346 builtin/apply.c:3501
3146#, c-format
3147msgid "%s: does not exist in index"
3148msgstr ""
3149
3150#: builtin/apply.c:3350 builtin/apply.c:3493 builtin/apply.c:3515
3151#, c-format
3152msgid "%s: %s"
3153msgstr ""
3154
3155#: builtin/apply.c:3355 builtin/apply.c:3509
3156#, c-format
3157msgid "%s: does not match index"
3158msgstr ""
3159
3160#: builtin/apply.c:3457
3161msgid "removal patch leaves file contents"
3162msgstr ""
3163
3164#: builtin/apply.c:3526
3165#, c-format
3166msgid "%s: wrong type"
3167msgstr ""
3168
3169#: builtin/apply.c:3528
3170#, c-format
3171msgid "%s has type %o, expected %o"
3172msgstr ""
3173
3174#: builtin/apply.c:3687 builtin/apply.c:3689
3175#, c-format
3176msgid "invalid path '%s'"
3177msgstr ""
3178
3179#: builtin/apply.c:3744
3180#, c-format
3181msgid "%s: already exists in index"
3182msgstr ""
3183
3184#: builtin/apply.c:3747
3185#, c-format
3186msgid "%s: already exists in working directory"
3187msgstr ""
3188
3189#: builtin/apply.c:3767
3190#, c-format
3191msgid "new mode (%o) of %s does not match old mode (%o)"
3192msgstr ""
3193
3194#: builtin/apply.c:3772
3195#, c-format
3196msgid "new mode (%o) of %s does not match old mode (%o) of %s"
3197msgstr ""
3198
3199#: builtin/apply.c:3792
3200#, c-format
3201msgid "affected file '%s' is beyond a symbolic link"
3202msgstr ""
3203
3204#: builtin/apply.c:3796
3205#, c-format
3206msgid "%s: patch does not apply"
3207msgstr ""
3208
3209#: builtin/apply.c:3810
3210#, c-format
3211msgid "Checking patch %s..."
3212msgstr ""
3213
3214#: builtin/apply.c:3903 builtin/checkout.c:233 builtin/reset.c:135
3215#, c-format
3216msgid "make_cache_entry failed for path '%s'"
3217msgstr ""
3218
3219#: builtin/apply.c:4046
3220#, c-format
3221msgid "unable to remove %s from index"
3222msgstr ""
3223
3224#: builtin/apply.c:4075
3225#, c-format
3226msgid "corrupt patch for submodule %s"
3227msgstr ""
3228
3229#: builtin/apply.c:4079
3230#, c-format
3231msgid "unable to stat newly created file '%s'"
3232msgstr ""
3233
3234#: builtin/apply.c:4084
3235#, c-format
3236msgid "unable to create backing store for newly created file %s"
3237msgstr ""
3238
3239#: builtin/apply.c:4087 builtin/apply.c:4195
3240#, c-format
3241msgid "unable to add cache entry for %s"
3242msgstr ""
3243
3244#: builtin/apply.c:4120
3245#, c-format
3246msgid "closing file '%s'"
3247msgstr ""
3248
3249#: builtin/apply.c:4169
3250#, c-format
3251msgid "unable to write file '%s' mode %o"
3252msgstr ""
3253
3254#: builtin/apply.c:4256
3255#, c-format
3256msgid "Applied patch %s cleanly."
3257msgstr ""
3258
3259#: builtin/apply.c:4264
3260msgid "internal error"
3261msgstr ""
3262
3263#: builtin/apply.c:4267
3264#, c-format
3265msgid "Applying patch %%s with %d reject..."
3266msgid_plural "Applying patch %%s with %d rejects..."
3267msgstr[0] ""
3268msgstr[1] ""
3269
3270#: builtin/apply.c:4277
3271#, c-format
3272msgid "truncating .rej filename to %.*s.rej"
3273msgstr ""
3274
3275#: builtin/apply.c:4285
3276#, c-format
3277msgid "cannot open %s: %s"
3278msgstr ""
3279
3280#: builtin/apply.c:4298
3281#, c-format
3282msgid "Hunk #%d applied cleanly."
3283msgstr ""
3284
3285#: builtin/apply.c:4301
3286#, c-format
3287msgid "Rejected hunk #%d."
3288msgstr ""
3289
3290#: builtin/apply.c:4387
3291#, c-format
3292msgid "Skipped patch '%s'."
3293msgstr ""
3294
3295#: builtin/apply.c:4395
3296msgid "unrecognized input"
3297msgstr ""
3298
3299#: builtin/apply.c:4406
3300msgid "unable to read index file"
3301msgstr ""
3302
3303#: builtin/apply.c:4509
3304msgid "don't apply changes matching the given path"
3305msgstr ""
3306
3307#: builtin/apply.c:4512
3308msgid "apply changes matching the given path"
3309msgstr ""
3310
3311#: builtin/apply.c:4515
3312msgid "remove <num> leading slashes from traditional diff paths"
3313msgstr ""
3314
3315#: builtin/apply.c:4518
3316msgid "ignore additions made by the patch"
3317msgstr ""
3318
3319#: builtin/apply.c:4520
3320msgid "instead of applying the patch, output diffstat for the input"
3321msgstr ""
3322
3323#: builtin/apply.c:4524
3324msgid "show number of added and deleted lines in decimal notation"
3325msgstr ""
3326
3327#: builtin/apply.c:4526
3328msgid "instead of applying the patch, output a summary for the input"
3329msgstr ""
3330
3331#: builtin/apply.c:4528
3332msgid "instead of applying the patch, see if the patch is applicable"
3333msgstr ""
3334
3335#: builtin/apply.c:4530
3336msgid "make sure the patch is applicable to the current index"
3337msgstr ""
3338
3339#: builtin/apply.c:4532
3340msgid "apply a patch without touching the working tree"
3341msgstr ""
3342
3343#: builtin/apply.c:4534
3344msgid "accept a patch that touches outside the working area"
3345msgstr ""
3346
3347#: builtin/apply.c:4536
3348msgid "also apply the patch (use with --stat/--summary/--check)"
3349msgstr ""
3350
3351#: builtin/apply.c:4538
3352msgid "attempt three-way merge if a patch does not apply"
3353msgstr ""
3354
3355#: builtin/apply.c:4540
3356msgid "build a temporary index based on embedded index information"
3357msgstr ""
3358
3359#: builtin/apply.c:4543 builtin/checkout-index.c:169 builtin/ls-files.c:425
3360msgid "paths are separated with NUL character"
3361msgstr ""
3362
3363#: builtin/apply.c:4545
3364msgid "ensure at least <n> lines of context match"
3365msgstr ""
3366
3367#: builtin/apply.c:4547
3368msgid "detect new or modified lines that have whitespace errors"
3369msgstr ""
3370
3371#: builtin/apply.c:4550 builtin/apply.c:4553
3372msgid "ignore changes in whitespace when finding context"
3373msgstr ""
3374
3375#: builtin/apply.c:4556
3376msgid "apply the patch in reverse"
3377msgstr ""
3378
3379#: builtin/apply.c:4558
3380msgid "don't expect at least one line of context"
3381msgstr ""
3382
3383#: builtin/apply.c:4560
3384msgid "leave the rejected hunks in corresponding *.rej files"
3385msgstr ""
3386
3387#: builtin/apply.c:4562
3388msgid "allow overlapping hunks"
3389msgstr ""
3390
3391#: builtin/apply.c:4565
3392msgid "tolerate incorrectly detected missing new-line at the end of file"
3393msgstr ""
3394
3395#: builtin/apply.c:4568
3396msgid "do not trust the line counts in the hunk headers"
3397msgstr ""
3398
3399#: builtin/apply.c:4571
3400msgid "prepend <root> to all filenames"
3401msgstr ""
3402
3403#: builtin/apply.c:4593
3404msgid "--3way outside a repository"
3405msgstr ""
3406
3407#: builtin/apply.c:4601
3408msgid "--index outside a repository"
3409msgstr ""
3410
3411#: builtin/apply.c:4604
3412msgid "--cached outside a repository"
3413msgstr ""
3414
3415#: builtin/apply.c:4623
3416#, c-format
3417msgid "can't open patch '%s'"
3418msgstr ""
3419
3420#: builtin/apply.c:4637
3421#, c-format
3422msgid "squelched %d whitespace error"
3423msgid_plural "squelched %d whitespace errors"
3424msgstr[0] ""
3425msgstr[1] ""
3426
3427#: builtin/apply.c:4643 builtin/apply.c:4653
3428#, c-format
3429msgid "%d line adds whitespace errors."
3430msgid_plural "%d lines add whitespace errors."
3431msgstr[0] ""
3432msgstr[1] ""
3433
3434#: builtin/archive.c:17
3435#, c-format
3436msgid "could not create archive file '%s'"
3437msgstr ""
3438
3439#: builtin/archive.c:20
3440msgid "could not redirect output"
3441msgstr ""
3442
3443#: builtin/archive.c:37
3444msgid "git archive: Remote with no URL"
3445msgstr ""
3446
3447#: builtin/archive.c:58
3448msgid "git archive: expected ACK/NAK, got EOF"
3449msgstr ""
3450
3451#: builtin/archive.c:61
3452#, c-format
3453msgid "git archive: NACK %s"
3454msgstr ""
3455
3456#: builtin/archive.c:63
3457#, c-format
3458msgid "remote error: %s"
3459msgstr ""
3460
3461#: builtin/archive.c:64
3462msgid "git archive: protocol error"
3463msgstr ""
3464
3465#: builtin/archive.c:68
3466msgid "git archive: expected a flush"
3467msgstr ""
3468
3469#: builtin/bisect--helper.c:7
3470msgid "git bisect--helper --next-all [--no-checkout]"
3471msgstr ""
3472
3473#: builtin/bisect--helper.c:17
3474msgid "perform 'git bisect next'"
3475msgstr ""
3476
3477#: builtin/bisect--helper.c:19
3478msgid "update BISECT_HEAD instead of checking out the current commit"
3479msgstr ""
3480
3481#: builtin/blame.c:33
3482msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3483msgstr ""
3484
3485#: builtin/blame.c:38
3486msgid "<rev-opts> are documented in git-rev-list(1)"
3487msgstr ""
3488
3489#: builtin/blame.c:1782
3490msgid "Blaming lines"
3491msgstr ""
3492
3493#: builtin/blame.c:2531
3494msgid "Show blame entries as we find them, incrementally"
3495msgstr ""
3496
3497#: builtin/blame.c:2532
3498msgid "Show blank SHA-1 for boundary commits (Default: off)"
3499msgstr ""
3500
3501#: builtin/blame.c:2533
3502msgid "Do not treat root commits as boundaries (Default: off)"
3503msgstr ""
3504
3505#: builtin/blame.c:2534
3506msgid "Show work cost statistics"
3507msgstr ""
3508
3509#: builtin/blame.c:2535
3510msgid "Force progress reporting"
3511msgstr ""
3512
3513#: builtin/blame.c:2536
3514msgid "Show output score for blame entries"
3515msgstr ""
3516
3517#: builtin/blame.c:2537
3518msgid "Show original filename (Default: auto)"
3519msgstr ""
3520
3521#: builtin/blame.c:2538
3522msgid "Show original linenumber (Default: off)"
3523msgstr ""
3524
3525#: builtin/blame.c:2539
3526msgid "Show in a format designed for machine consumption"
3527msgstr ""
3528
3529#: builtin/blame.c:2540
3530msgid "Show porcelain format with per-line commit information"
3531msgstr ""
3532
3533#: builtin/blame.c:2541
3534msgid "Use the same output mode as git-annotate (Default: off)"
3535msgstr ""
3536
3537#: builtin/blame.c:2542
3538msgid "Show raw timestamp (Default: off)"
3539msgstr ""
3540
3541#: builtin/blame.c:2543
3542msgid "Show long commit SHA1 (Default: off)"
3543msgstr ""
3544
3545#: builtin/blame.c:2544
3546msgid "Suppress author name and timestamp (Default: off)"
3547msgstr ""
3548
3549#: builtin/blame.c:2545
3550msgid "Show author email instead of name (Default: off)"
3551msgstr ""
3552
3553#: builtin/blame.c:2546
3554msgid "Ignore whitespace differences"
3555msgstr ""
3556
3557#: builtin/blame.c:2547
3558msgid "Spend extra cycles to find better match"
3559msgstr ""
3560
3561#: builtin/blame.c:2548
3562msgid "Use revisions from <file> instead of calling git-rev-list"
3563msgstr ""
3564
3565#: builtin/blame.c:2549
3566msgid "Use <file>'s contents as the final image"
3567msgstr ""
3568
3569#: builtin/blame.c:2550 builtin/blame.c:2551
3570msgid "score"
3571msgstr ""
3572
3573#: builtin/blame.c:2550
3574msgid "Find line copies within and across files"
3575msgstr ""
3576
3577#: builtin/blame.c:2551
3578msgid "Find line movements within and across files"
3579msgstr ""
3580
3581#: builtin/blame.c:2552
3582msgid "n,m"
3583msgstr ""
3584
3585#: builtin/blame.c:2552
3586msgid "Process only line range n,m, counting from 1"
3587msgstr ""
3588
3589#. TRANSLATORS: This string is used to tell us the maximum
3590#. display width for a relative timestamp in "git blame"
3591#. output.  For C locale, "4 years, 11 months ago", which
3592#. takes 22 places, is the longest among various forms of
3593#. relative timestamps, but your language may need more or
3594#. fewer display columns.
3595#: builtin/blame.c:2641
3596msgid "4 years, 11 months ago"
3597msgstr ""
3598
3599#: builtin/branch.c:26
3600msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
3601msgstr ""
3602
3603#: builtin/branch.c:27
3604msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
3605msgstr ""
3606
3607#: builtin/branch.c:28
3608msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3609msgstr ""
3610
3611#: builtin/branch.c:29
3612msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3613msgstr ""
3614
3615#: builtin/branch.c:30
3616msgid "git branch [<options>] [-r | -a] [--points-at]"
3617msgstr ""
3618
3619#: builtin/branch.c:143
3620#, c-format
3621msgid ""
3622"deleting branch '%s' that has been merged to\n"
3623"         '%s', but not yet merged to HEAD."
3624msgstr ""
3625
3626#: builtin/branch.c:147
3627#, c-format
3628msgid ""
3629"not deleting branch '%s' that is not yet merged to\n"
3630"         '%s', even though it is merged to HEAD."
3631msgstr ""
3632
3633#: builtin/branch.c:161
3634#, c-format
3635msgid "Couldn't look up commit object for '%s'"
3636msgstr ""
3637
3638#: builtin/branch.c:165
3639#, c-format
3640msgid ""
3641"The branch '%s' is not fully merged.\n"
3642"If you are sure you want to delete it, run 'git branch -D %s'."
3643msgstr ""
3644
3645#: builtin/branch.c:178
3646msgid "Update of config-file failed"
3647msgstr ""
3648
3649#: builtin/branch.c:206
3650msgid "cannot use -a with -d"
3651msgstr ""
3652
3653#: builtin/branch.c:212
3654msgid "Couldn't look up commit object for HEAD"
3655msgstr ""
3656
3657#: builtin/branch.c:226
3658#, c-format
3659msgid "Cannot delete branch '%s' checked out at '%s'"
3660msgstr ""
3661
3662#: builtin/branch.c:241
3663#, c-format
3664msgid "remote-tracking branch '%s' not found."
3665msgstr ""
3666
3667#: builtin/branch.c:242
3668#, c-format
3669msgid "branch '%s' not found."
3670msgstr ""
3671
3672#: builtin/branch.c:257
3673#, c-format
3674msgid "Error deleting remote-tracking branch '%s'"
3675msgstr ""
3676
3677#: builtin/branch.c:258
3678#, c-format
3679msgid "Error deleting branch '%s'"
3680msgstr ""
3681
3682#: builtin/branch.c:265
3683#, c-format
3684msgid "Deleted remote-tracking branch %s (was %s).\n"
3685msgstr ""
3686
3687#: builtin/branch.c:266
3688#, c-format
3689msgid "Deleted branch %s (was %s).\n"
3690msgstr ""
3691
3692#: builtin/branch.c:309
3693#, c-format
3694msgid "[%s: gone]"
3695msgstr ""
3696
3697#: builtin/branch.c:314
3698#, c-format
3699msgid "[%s]"
3700msgstr ""
3701
3702#: builtin/branch.c:319
3703#, c-format
3704msgid "[%s: behind %d]"
3705msgstr ""
3706
3707#: builtin/branch.c:321
3708#, c-format
3709msgid "[behind %d]"
3710msgstr ""
3711
3712#: builtin/branch.c:325
3713#, c-format
3714msgid "[%s: ahead %d]"
3715msgstr ""
3716
3717#: builtin/branch.c:327
3718#, c-format
3719msgid "[ahead %d]"
3720msgstr ""
3721
3722#: builtin/branch.c:330
3723#, c-format
3724msgid "[%s: ahead %d, behind %d]"
3725msgstr ""
3726
3727#: builtin/branch.c:333
3728#, c-format
3729msgid "[ahead %d, behind %d]"
3730msgstr ""
3731
3732#: builtin/branch.c:346
3733msgid " **** invalid ref ****"
3734msgstr ""
3735
3736#: builtin/branch.c:372
3737#, c-format
3738msgid "(no branch, rebasing %s)"
3739msgstr ""
3740
3741#: builtin/branch.c:375
3742#, c-format
3743msgid "(no branch, bisect started on %s)"
3744msgstr ""
3745
3746#. TRANSLATORS: make sure this matches
3747#. "HEAD detached at " in wt-status.c
3748#: builtin/branch.c:381
3749#, c-format
3750msgid "(HEAD detached at %s)"
3751msgstr ""
3752
3753#. TRANSLATORS: make sure this matches
3754#. "HEAD detached from " in wt-status.c
3755#: builtin/branch.c:386
3756#, c-format
3757msgid "(HEAD detached from %s)"
3758msgstr ""
3759
3760#: builtin/branch.c:390
3761msgid "(no branch)"
3762msgstr ""
3763
3764#: builtin/branch.c:541
3765#, c-format
3766msgid "Branch %s is being rebased at %s"
3767msgstr ""
3768
3769#: builtin/branch.c:545
3770#, c-format
3771msgid "Branch %s is being bisected at %s"
3772msgstr ""
3773
3774#: builtin/branch.c:560
3775msgid "cannot rename the current branch while not on any."
3776msgstr ""
3777
3778#: builtin/branch.c:570
3779#, c-format
3780msgid "Invalid branch name: '%s'"
3781msgstr ""
3782
3783#: builtin/branch.c:587
3784msgid "Branch rename failed"
3785msgstr ""
3786
3787#: builtin/branch.c:591
3788#, c-format
3789msgid "Renamed a misnamed branch '%s' away"
3790msgstr ""
3791
3792#: builtin/branch.c:594
3793#, c-format
3794msgid "Branch renamed to %s, but HEAD is not updated!"
3795msgstr ""
3796
3797#: builtin/branch.c:601
3798msgid "Branch is renamed, but update of config-file failed"
3799msgstr ""
3800
3801#: builtin/branch.c:623
3802msgid "could not write branch description template"
3803msgstr ""
3804
3805#: builtin/branch.c:651
3806msgid "Generic options"
3807msgstr ""
3808
3809#: builtin/branch.c:653
3810msgid "show hash and subject, give twice for upstream branch"
3811msgstr ""
3812
3813#: builtin/branch.c:654
3814msgid "suppress informational messages"
3815msgstr ""
3816
3817#: builtin/branch.c:655
3818msgid "set up tracking mode (see git-pull(1))"
3819msgstr ""
3820
3821#: builtin/branch.c:657
3822msgid "change upstream info"
3823msgstr ""
3824
3825#: builtin/branch.c:659
3826msgid "upstream"
3827msgstr ""
3828
3829#: builtin/branch.c:659
3830msgid "change the upstream info"
3831msgstr ""
3832
3833#: builtin/branch.c:661
3834msgid "use colored output"
3835msgstr ""
3836
3837#: builtin/branch.c:662
3838msgid "act on remote-tracking branches"
3839msgstr ""
3840
3841#: builtin/branch.c:664 builtin/branch.c:665
3842msgid "print only branches that contain the commit"
3843msgstr ""
3844
3845#: builtin/branch.c:668
3846msgid "Specific git-branch actions:"
3847msgstr ""
3848
3849#: builtin/branch.c:669
3850msgid "list both remote-tracking and local branches"
3851msgstr ""
3852
3853#: builtin/branch.c:671
3854msgid "delete fully merged branch"
3855msgstr ""
3856
3857#: builtin/branch.c:672
3858msgid "delete branch (even if not merged)"
3859msgstr ""
3860
3861#: builtin/branch.c:673
3862msgid "move/rename a branch and its reflog"
3863msgstr ""
3864
3865#: builtin/branch.c:674
3866msgid "move/rename a branch, even if target exists"
3867msgstr ""
3868
3869#: builtin/branch.c:675
3870msgid "list branch names"
3871msgstr ""
3872
3873#: builtin/branch.c:676
3874msgid "create the branch's reflog"
3875msgstr ""
3876
3877#: builtin/branch.c:678
3878msgid "edit the description for the branch"
3879msgstr ""
3880
3881#: builtin/branch.c:679
3882msgid "force creation, move/rename, deletion"
3883msgstr ""
3884
3885#: builtin/branch.c:680
3886msgid "print only branches that are merged"
3887msgstr ""
3888
3889#: builtin/branch.c:681
3890msgid "print only branches that are not merged"
3891msgstr ""
3892
3893#: builtin/branch.c:682
3894msgid "list branches in columns"
3895msgstr ""
3896
3897#: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:366
3898msgid "key"
3899msgstr ""
3900
3901#: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:367
3902msgid "field name to sort on"
3903msgstr ""
3904
3905#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:401
3906#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:567
3907#: builtin/tag.c:369
3908msgid "object"
3909msgstr ""
3910
3911#: builtin/branch.c:687
3912msgid "print only branches of the object"
3913msgstr ""
3914
3915#: builtin/branch.c:705
3916msgid "Failed to resolve HEAD as a valid ref."
3917msgstr ""
3918
3919#: builtin/branch.c:709 builtin/clone.c:707
3920msgid "HEAD not found below refs/heads!"
3921msgstr ""
3922
3923#: builtin/branch.c:729
3924msgid "--column and --verbose are incompatible"
3925msgstr ""
3926
3927#: builtin/branch.c:740 builtin/branch.c:782
3928msgid "branch name required"
3929msgstr ""
3930
3931#: builtin/branch.c:758
3932msgid "Cannot give description to detached HEAD"
3933msgstr ""
3934
3935#: builtin/branch.c:763
3936msgid "cannot edit description of more than one branch"
3937msgstr ""
3938
3939#: builtin/branch.c:770
3940#, c-format
3941msgid "No commit on branch '%s' yet."
3942msgstr ""
3943
3944#: builtin/branch.c:773
3945#, c-format
3946msgid "No branch named '%s'."
3947msgstr ""
3948
3949#: builtin/branch.c:788
3950msgid "too many branches for a rename operation"
3951msgstr ""
3952
3953#: builtin/branch.c:793
3954msgid "too many branches to set new upstream"
3955msgstr ""
3956
3957#: builtin/branch.c:797
3958#, c-format
3959msgid ""
3960"could not set upstream of HEAD to %s when it does not point to any branch."
3961msgstr ""
3962
3963#: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:843
3964#, c-format
3965msgid "no such branch '%s'"
3966msgstr ""
3967
3968#: builtin/branch.c:804
3969#, c-format
3970msgid "branch '%s' does not exist"
3971msgstr ""
3972
3973#: builtin/branch.c:816
3974msgid "too many branches to unset upstream"
3975msgstr ""
3976
3977#: builtin/branch.c:820
3978msgid "could not unset upstream of HEAD when it does not point to any branch."
3979msgstr ""
3980
3981#: builtin/branch.c:826
3982#, c-format
3983msgid "Branch '%s' has no upstream information"
3984msgstr ""
3985
3986#: builtin/branch.c:840
3987msgid "it does not make sense to create 'HEAD' manually"
3988msgstr ""
3989
3990#: builtin/branch.c:846
3991msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3992msgstr ""
3993
3994#: builtin/branch.c:849
3995#, c-format
3996msgid ""
3997"The --set-upstream flag is deprecated and will be removed. Consider using --"
3998"track or --set-upstream-to\n"
3999msgstr ""
4000
4001#: builtin/branch.c:866
4002#, c-format
4003msgid ""
4004"\n"
4005"If you wanted to make '%s' track '%s', do this:\n"
4006"\n"
4007msgstr ""
4008
4009#: builtin/bundle.c:51
4010#, c-format
4011msgid "%s is okay\n"
4012msgstr ""
4013
4014#: builtin/bundle.c:64
4015msgid "Need a repository to create a bundle."
4016msgstr ""
4017
4018#: builtin/bundle.c:68
4019msgid "Need a repository to unbundle."
4020msgstr ""
4021
4022#: builtin/cat-file.c:428
4023msgid ""
4024"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
4025"<type>|--textconv) <object>"
4026msgstr ""
4027
4028#: builtin/cat-file.c:429
4029msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"
4030msgstr ""
4031
4032#: builtin/cat-file.c:466
4033msgid "<type> can be one of: blob, tree, commit, tag"
4034msgstr ""
4035
4036#: builtin/cat-file.c:467
4037msgid "show object type"
4038msgstr ""
4039
4040#: builtin/cat-file.c:468
4041msgid "show object size"
4042msgstr ""
4043
4044#: builtin/cat-file.c:470
4045msgid "exit with zero when there's no error"
4046msgstr ""
4047
4048#: builtin/cat-file.c:471
4049msgid "pretty-print object's content"
4050msgstr ""
4051
4052#: builtin/cat-file.c:473
4053msgid "for blob objects, run textconv on object's content"
4054msgstr ""
4055
4056#: builtin/cat-file.c:475
4057msgid "allow -s and -t to work with broken/corrupt objects"
4058msgstr ""
4059
4060#: builtin/cat-file.c:476
4061msgid "buffer --batch output"
4062msgstr ""
4063
4064#: builtin/cat-file.c:478
4065msgid "show info and content of objects fed from the standard input"
4066msgstr ""
4067
4068#: builtin/cat-file.c:481
4069msgid "show info about objects fed from the standard input"
4070msgstr ""
4071
4072#: builtin/cat-file.c:484
4073msgid "follow in-tree symlinks (used with --batch or --batch-check)"
4074msgstr ""
4075
4076#: builtin/cat-file.c:486
4077msgid "show all objects with --batch or --batch-check"
4078msgstr ""
4079
4080#: builtin/check-attr.c:11
4081msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
4082msgstr ""
4083
4084#: builtin/check-attr.c:12
4085msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
4086msgstr ""
4087
4088#: builtin/check-attr.c:19
4089msgid "report all attributes set on file"
4090msgstr ""
4091
4092#: builtin/check-attr.c:20
4093msgid "use .gitattributes only from the index"
4094msgstr ""
4095
4096#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:97
4097msgid "read file names from stdin"
4098msgstr ""
4099
4100#: builtin/check-attr.c:23 builtin/check-ignore.c:24
4101msgid "terminate input and output records by a NUL character"
4102msgstr ""
4103
4104#: builtin/check-ignore.c:18 builtin/checkout.c:1135 builtin/gc.c:325
4105msgid "suppress progress reporting"
4106msgstr ""
4107
4108#: builtin/check-ignore.c:26
4109msgid "show non-matching input paths"
4110msgstr ""
4111
4112#: builtin/check-ignore.c:28
4113msgid "ignore index when checking"
4114msgstr ""
4115
4116#: builtin/check-ignore.c:154
4117msgid "cannot specify pathnames with --stdin"
4118msgstr ""
4119
4120#: builtin/check-ignore.c:157
4121msgid "-z only makes sense with --stdin"
4122msgstr ""
4123
4124#: builtin/check-ignore.c:159
4125msgid "no path specified"
4126msgstr ""
4127
4128#: builtin/check-ignore.c:163
4129msgid "--quiet is only valid with a single pathname"
4130msgstr ""
4131
4132#: builtin/check-ignore.c:165
4133msgid "cannot have both --quiet and --verbose"
4134msgstr ""
4135
4136#: builtin/check-ignore.c:168
4137msgid "--non-matching is only valid with --verbose"
4138msgstr ""
4139
4140#: builtin/check-mailmap.c:8
4141msgid "git check-mailmap [<options>] <contact>..."
4142msgstr ""
4143
4144#: builtin/check-mailmap.c:13
4145msgid "also read contacts from stdin"
4146msgstr ""
4147
4148#: builtin/check-mailmap.c:24
4149#, c-format
4150msgid "unable to parse contact: %s"
4151msgstr ""
4152
4153#: builtin/check-mailmap.c:47
4154msgid "no contacts specified"
4155msgstr ""
4156
4157#: builtin/checkout-index.c:127
4158msgid "git checkout-index [<options>] [--] [<file>...]"
4159msgstr ""
4160
4161#: builtin/checkout-index.c:144
4162msgid "stage should be between 1 and 3 or all"
4163msgstr ""
4164
4165#: builtin/checkout-index.c:160
4166msgid "check out all files in the index"
4167msgstr ""
4168
4169#: builtin/checkout-index.c:161
4170msgid "force overwrite of existing files"
4171msgstr ""
4172
4173#: builtin/checkout-index.c:163
4174msgid "no warning for existing files and files not in index"
4175msgstr ""
4176
4177#: builtin/checkout-index.c:165
4178msgid "don't checkout new files"
4179msgstr ""
4180
4181#: builtin/checkout-index.c:167
4182msgid "update stat information in the index file"
4183msgstr ""
4184
4185#: builtin/checkout-index.c:171
4186msgid "read list of paths from the standard input"
4187msgstr ""
4188
4189#: builtin/checkout-index.c:173
4190msgid "write the content to temporary files"
4191msgstr ""
4192
4193#: builtin/checkout-index.c:174 builtin/column.c:30
4194#: builtin/submodule--helper.c:491 builtin/submodule--helper.c:494
4195#: builtin/submodule--helper.c:497 builtin/submodule--helper.c:500
4196#: builtin/submodule--helper.c:774
4197msgid "string"
4198msgstr ""
4199
4200#: builtin/checkout-index.c:175
4201msgid "when creating files, prepend <string>"
4202msgstr ""
4203
4204#: builtin/checkout-index.c:177
4205msgid "copy out the files from named stage"
4206msgstr ""
4207
4208#: builtin/checkout.c:25
4209msgid "git checkout [<options>] <branch>"
4210msgstr ""
4211
4212#: builtin/checkout.c:26
4213msgid "git checkout [<options>] [<branch>] -- <file>..."
4214msgstr ""
4215
4216#: builtin/checkout.c:134 builtin/checkout.c:167
4217#, c-format
4218msgid "path '%s' does not have our version"
4219msgstr ""
4220
4221#: builtin/checkout.c:136 builtin/checkout.c:169
4222#, c-format
4223msgid "path '%s' does not have their version"
4224msgstr ""
4225
4226#: builtin/checkout.c:152
4227#, c-format
4228msgid "path '%s' does not have all necessary versions"
4229msgstr ""
4230
4231#: builtin/checkout.c:196
4232#, c-format
4233msgid "path '%s' does not have necessary versions"
4234msgstr ""
4235
4236#: builtin/checkout.c:213
4237#, c-format
4238msgid "path '%s': cannot merge"
4239msgstr ""
4240
4241#: builtin/checkout.c:230
4242#, c-format
4243msgid "Unable to add merge result for '%s'"
4244msgstr ""
4245
4246#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:256
4247#: builtin/checkout.c:259
4248#, c-format
4249msgid "'%s' cannot be used with updating paths"
4250msgstr ""
4251
4252#: builtin/checkout.c:262 builtin/checkout.c:265
4253#, c-format
4254msgid "'%s' cannot be used with %s"
4255msgstr ""
4256
4257#: builtin/checkout.c:268
4258#, c-format
4259msgid "Cannot update paths and switch to branch '%s' at the same time."
4260msgstr ""
4261
4262#: builtin/checkout.c:279 builtin/checkout.c:473
4263msgid "corrupt index file"
4264msgstr ""
4265
4266#: builtin/checkout.c:339 builtin/checkout.c:346
4267#, c-format
4268msgid "path '%s' is unmerged"
4269msgstr ""
4270
4271#: builtin/checkout.c:495
4272msgid "you need to resolve your current index first"
4273msgstr ""
4274
4275#: builtin/checkout.c:622
4276#, c-format
4277msgid "Can not do reflog for '%s': %s\n"
4278msgstr ""
4279
4280#: builtin/checkout.c:660
4281msgid "HEAD is now at"
4282msgstr ""
4283
4284#: builtin/checkout.c:664 builtin/clone.c:661
4285msgid "unable to update HEAD"
4286msgstr ""
4287
4288#: builtin/checkout.c:668
4289#, c-format
4290msgid "Reset branch '%s'\n"
4291msgstr ""
4292
4293#: builtin/checkout.c:671
4294#, c-format
4295msgid "Already on '%s'\n"
4296msgstr ""
4297
4298#: builtin/checkout.c:675
4299#, c-format
4300msgid "Switched to and reset branch '%s'\n"
4301msgstr ""
4302
4303#: builtin/checkout.c:677 builtin/checkout.c:1067
4304#, c-format
4305msgid "Switched to a new branch '%s'\n"
4306msgstr ""
4307
4308#: builtin/checkout.c:679
4309#, c-format
4310msgid "Switched to branch '%s'\n"
4311msgstr ""
4312
4313#: builtin/checkout.c:731
4314#, c-format
4315msgid " ... and %d more.\n"
4316msgstr ""
4317
4318#: builtin/checkout.c:737
4319#, c-format
4320msgid ""
4321"Warning: you are leaving %d commit behind, not connected to\n"
4322"any of your branches:\n"
4323"\n"
4324"%s\n"
4325msgid_plural ""
4326"Warning: you are leaving %d commits behind, not connected to\n"
4327"any of your branches:\n"
4328"\n"
4329"%s\n"
4330msgstr[0] ""
4331msgstr[1] ""
4332
4333#: builtin/checkout.c:756
4334#, c-format
4335msgid ""
4336"If you want to keep it by creating a new branch, this may be a good time\n"
4337"to do so with:\n"
4338"\n"
4339" git branch <new-branch-name> %s\n"
4340"\n"
4341msgid_plural ""
4342"If you want to keep them by creating a new branch, this may be a good time\n"
4343"to do so with:\n"
4344"\n"
4345" git branch <new-branch-name> %s\n"
4346"\n"
4347msgstr[0] ""
4348msgstr[1] ""
4349
4350#: builtin/checkout.c:792
4351msgid "internal error in revision walk"
4352msgstr ""
4353
4354#: builtin/checkout.c:796
4355msgid "Previous HEAD position was"
4356msgstr ""
4357
4358#: builtin/checkout.c:823 builtin/checkout.c:1062
4359msgid "You are on a branch yet to be born"
4360msgstr ""
4361
4362#: builtin/checkout.c:968
4363#, c-format
4364msgid "only one reference expected, %d given."
4365msgstr ""
4366
4367#: builtin/checkout.c:1008 builtin/worktree.c:212
4368#, c-format
4369msgid "invalid reference: %s"
4370msgstr ""
4371
4372#: builtin/checkout.c:1037
4373#, c-format
4374msgid "reference is not a tree: %s"
4375msgstr ""
4376
4377#: builtin/checkout.c:1076
4378msgid "paths cannot be used with switching branches"
4379msgstr ""
4380
4381#: builtin/checkout.c:1079 builtin/checkout.c:1083
4382#, c-format
4383msgid "'%s' cannot be used with switching branches"
4384msgstr ""
4385
4386#: builtin/checkout.c:1087 builtin/checkout.c:1090 builtin/checkout.c:1095
4387#: builtin/checkout.c:1098
4388#, c-format
4389msgid "'%s' cannot be used with '%s'"
4390msgstr ""
4391
4392#: builtin/checkout.c:1103
4393#, c-format
4394msgid "Cannot switch branch to a non-commit '%s'"
4395msgstr ""
4396
4397#: builtin/checkout.c:1136 builtin/checkout.c:1138 builtin/clone.c:88
4398#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:323
4399#: builtin/worktree.c:325
4400msgid "branch"
4401msgstr ""
4402
4403#: builtin/checkout.c:1137
4404msgid "create and checkout a new branch"
4405msgstr ""
4406
4407#: builtin/checkout.c:1139
4408msgid "create/reset and checkout a branch"
4409msgstr ""
4410
4411#: builtin/checkout.c:1140
4412msgid "create reflog for new branch"
4413msgstr ""
4414
4415#: builtin/checkout.c:1141
4416msgid "detach the HEAD at named commit"
4417msgstr ""
4418
4419#: builtin/checkout.c:1142
4420msgid "set upstream info for new branch"
4421msgstr ""
4422
4423#: builtin/checkout.c:1144
4424msgid "new-branch"
4425msgstr ""
4426
4427#: builtin/checkout.c:1144
4428msgid "new unparented branch"
4429msgstr ""
4430
4431#: builtin/checkout.c:1145
4432msgid "checkout our version for unmerged files"
4433msgstr ""
4434
4435#: builtin/checkout.c:1147
4436msgid "checkout their version for unmerged files"
4437msgstr ""
4438
4439#: builtin/checkout.c:1149
4440msgid "force checkout (throw away local modifications)"
4441msgstr ""
4442
4443#: builtin/checkout.c:1150
4444msgid "perform a 3-way merge with the new branch"
4445msgstr ""
4446
4447#: builtin/checkout.c:1151 builtin/merge.c:230
4448msgid "update ignored files (default)"
4449msgstr ""
4450
4451#: builtin/checkout.c:1152 builtin/log.c:1432 parse-options.h:250
4452msgid "style"
4453msgstr ""
4454
4455#: builtin/checkout.c:1153
4456msgid "conflict style (merge or diff3)"
4457msgstr ""
4458
4459#: builtin/checkout.c:1156
4460msgid "do not limit pathspecs to sparse entries only"
4461msgstr ""
4462
4463#: builtin/checkout.c:1158
4464msgid "second guess 'git checkout <no-such-branch>'"
4465msgstr ""
4466
4467#: builtin/checkout.c:1160
4468msgid "do not check if another worktree is holding the given ref"
4469msgstr ""
4470
4471#: builtin/checkout.c:1161 builtin/clone.c:60 builtin/fetch.c:116
4472#: builtin/merge.c:227 builtin/pull.c:116 builtin/push.c:526
4473#: builtin/send-pack.c:168
4474msgid "force progress reporting"
4475msgstr ""
4476
4477#: builtin/checkout.c:1192
4478msgid "-b, -B and --orphan are mutually exclusive"
4479msgstr ""
4480
4481#: builtin/checkout.c:1209
4482msgid "--track needs a branch name"
4483msgstr ""
4484
4485#: builtin/checkout.c:1214
4486msgid "Missing branch name; try -b"
4487msgstr ""
4488
4489#: builtin/checkout.c:1250
4490msgid "invalid path specification"
4491msgstr ""
4492
4493#: builtin/checkout.c:1257
4494#, c-format
4495msgid ""
4496"Cannot update paths and switch to branch '%s' at the same time.\n"
4497"Did you intend to checkout '%s' which can not be resolved as commit?"
4498msgstr ""
4499
4500#: builtin/checkout.c:1262
4501#, c-format
4502msgid "git checkout: --detach does not take a path argument '%s'"
4503msgstr ""
4504
4505#: builtin/checkout.c:1266
4506msgid ""
4507"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4508"checking out of the index."
4509msgstr ""
4510
4511#: builtin/clean.c:25
4512msgid ""
4513"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
4514msgstr ""
4515
4516#: builtin/clean.c:29
4517#, c-format
4518msgid "Removing %s\n"
4519msgstr ""
4520
4521#: builtin/clean.c:30
4522#, c-format
4523msgid "Would remove %s\n"
4524msgstr ""
4525
4526#: builtin/clean.c:31
4527#, c-format
4528msgid "Skipping repository %s\n"
4529msgstr ""
4530
4531#: builtin/clean.c:32
4532#, c-format
4533msgid "Would skip repository %s\n"
4534msgstr ""
4535
4536#: builtin/clean.c:33
4537#, c-format
4538msgid "failed to remove %s"
4539msgstr ""
4540
4541#: builtin/clean.c:291
4542msgid ""
4543"Prompt help:\n"
4544"1          - select a numbered item\n"
4545"foo        - select item based on unique prefix\n"
4546"           - (empty) select nothing"
4547msgstr ""
4548
4549#: builtin/clean.c:295
4550msgid ""
4551"Prompt help:\n"
4552"1          - select a single item\n"
4553"3-5        - select a range of items\n"
4554"2-3,6-9    - select multiple ranges\n"
4555"foo        - select item based on unique prefix\n"
4556"-...       - unselect specified items\n"
4557"*          - choose all items\n"
4558"           - (empty) finish selecting"
4559msgstr ""
4560
4561#: builtin/clean.c:511
4562#, c-format
4563msgid "Huh (%s)?"
4564msgstr ""
4565
4566#: builtin/clean.c:653
4567#, c-format
4568msgid "Input ignore patterns>> "
4569msgstr ""
4570
4571#: builtin/clean.c:690
4572#, c-format
4573msgid "WARNING: Cannot find items matched by: %s"
4574msgstr ""
4575
4576#: builtin/clean.c:711
4577msgid "Select items to delete"
4578msgstr ""
4579
4580#. TRANSLATORS: Make sure to keep [y/N] as is
4581#: builtin/clean.c:752
4582#, c-format
4583msgid "Remove %s [y/N]? "
4584msgstr ""
4585
4586#: builtin/clean.c:777
4587msgid "Bye."
4588msgstr ""
4589
4590#: builtin/clean.c:785
4591msgid ""
4592"clean               - start cleaning\n"
4593"filter by pattern   - exclude items from deletion\n"
4594"select by numbers   - select items to be deleted by numbers\n"
4595"ask each            - confirm each deletion (like \"rm -i\")\n"
4596"quit                - stop cleaning\n"
4597"help                - this screen\n"
4598"?                   - help for prompt selection"
4599msgstr ""
4600
4601#: builtin/clean.c:812
4602msgid "*** Commands ***"
4603msgstr ""
4604
4605#: builtin/clean.c:813
4606msgid "What now"
4607msgstr ""
4608
4609#: builtin/clean.c:821
4610msgid "Would remove the following item:"
4611msgid_plural "Would remove the following items:"
4612msgstr[0] ""
4613msgstr[1] ""
4614
4615#: builtin/clean.c:838
4616msgid "No more files to clean, exiting."
4617msgstr ""
4618
4619#: builtin/clean.c:869
4620msgid "do not print names of files removed"
4621msgstr ""
4622
4623#: builtin/clean.c:871
4624msgid "force"
4625msgstr ""
4626
4627#: builtin/clean.c:872
4628msgid "interactive cleaning"
4629msgstr ""
4630
4631#: builtin/clean.c:874
4632msgid "remove whole directories"
4633msgstr ""
4634
4635#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:724
4636#: builtin/ls-files.c:456 builtin/name-rev.c:314 builtin/show-ref.c:182
4637msgid "pattern"
4638msgstr ""
4639
4640#: builtin/clean.c:876
4641msgid "add <pattern> to ignore rules"
4642msgstr ""
4643
4644#: builtin/clean.c:877
4645msgid "remove ignored files, too"
4646msgstr ""
4647
4648#: builtin/clean.c:879
4649msgid "remove only ignored files"
4650msgstr ""
4651
4652#: builtin/clean.c:897
4653msgid "-x and -X cannot be used together"
4654msgstr ""
4655
4656#: builtin/clean.c:901
4657msgid ""
4658"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
4659"clean"
4660msgstr ""
4661
4662#: builtin/clean.c:904
4663msgid ""
4664"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
4665"refusing to clean"
4666msgstr ""
4667
4668#: builtin/clone.c:37
4669msgid "git clone [<options>] [--] <repo> [<dir>]"
4670msgstr ""
4671
4672#: builtin/clone.c:62
4673msgid "don't create a checkout"
4674msgstr ""
4675
4676#: builtin/clone.c:63 builtin/clone.c:65 builtin/init-db.c:473
4677msgid "create a bare repository"
4678msgstr ""
4679
4680#: builtin/clone.c:67
4681msgid "create a mirror repository (implies bare)"
4682msgstr ""
4683
4684#: builtin/clone.c:69
4685msgid "to clone from a local repository"
4686msgstr ""
4687
4688#: builtin/clone.c:71
4689msgid "don't use local hardlinks, always copy"
4690msgstr ""
4691
4692#: builtin/clone.c:73
4693msgid "setup as shared repository"
4694msgstr ""
4695
4696#: builtin/clone.c:75 builtin/clone.c:77
4697msgid "initialize submodules in the clone"
4698msgstr ""
4699
4700#: builtin/clone.c:79
4701msgid "number of submodules cloned in parallel"
4702msgstr ""
4703
4704#: builtin/clone.c:80 builtin/init-db.c:470
4705msgid "template-directory"
4706msgstr ""
4707
4708#: builtin/clone.c:81 builtin/init-db.c:471
4709msgid "directory from which templates will be used"
4710msgstr ""
4711
4712#: builtin/clone.c:83 builtin/submodule--helper.c:498
4713#: builtin/submodule--helper.c:777
4714msgid "reference repository"
4715msgstr ""
4716
4717#: builtin/clone.c:85
4718msgid "use --reference only while cloning"
4719msgstr ""
4720
4721#: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:44
4722msgid "name"
4723msgstr ""
4724
4725#: builtin/clone.c:87
4726msgid "use <name> instead of 'origin' to track upstream"
4727msgstr ""
4728
4729#: builtin/clone.c:89
4730msgid "checkout <branch> instead of the remote's HEAD"
4731msgstr ""
4732
4733#: builtin/clone.c:91
4734msgid "path to git-upload-pack on the remote"
4735msgstr ""
4736
4737#: builtin/clone.c:92 builtin/fetch.c:117 builtin/grep.c:667
4738#: builtin/pull.c:201
4739msgid "depth"
4740msgstr ""
4741
4742#: builtin/clone.c:93
4743msgid "create a shallow clone of that depth"
4744msgstr ""
4745
4746#: builtin/clone.c:95
4747msgid "clone only one branch, HEAD or --branch"
4748msgstr ""
4749
4750#: builtin/clone.c:97
4751msgid "any cloned submodules will be shallow"
4752msgstr ""
4753
4754#: builtin/clone.c:98 builtin/init-db.c:479
4755msgid "gitdir"
4756msgstr ""
4757
4758#: builtin/clone.c:99 builtin/init-db.c:480
4759msgid "separate git dir from working tree"
4760msgstr ""
4761
4762#: builtin/clone.c:100
4763msgid "key=value"
4764msgstr ""
4765
4766#: builtin/clone.c:101
4767msgid "set config inside the new repository"
4768msgstr ""
4769
4770#: builtin/clone.c:102 builtin/fetch.c:131 builtin/push.c:536
4771msgid "use IPv4 addresses only"
4772msgstr ""
4773
4774#: builtin/clone.c:104 builtin/fetch.c:133 builtin/push.c:538
4775msgid "use IPv6 addresses only"
4776msgstr ""
4777
4778#: builtin/clone.c:241
4779msgid ""
4780"No directory name could be guessed.\n"
4781"Please specify a directory on the command line"
4782msgstr ""
4783
4784#: builtin/clone.c:307
4785#, c-format
4786msgid "reference repository '%s' as a linked checkout is not supported yet."
4787msgstr ""
4788
4789#: builtin/clone.c:309
4790#, c-format
4791msgid "reference repository '%s' is not a local repository."
4792msgstr ""
4793
4794#: builtin/clone.c:314
4795#, c-format
4796msgid "reference repository '%s' is shallow"
4797msgstr ""
4798
4799#: builtin/clone.c:317
4800#, c-format
4801msgid "reference repository '%s' is grafted"
4802msgstr ""
4803
4804#: builtin/clone.c:384
4805#, c-format
4806msgid "%s exists and is not a directory"
4807msgstr ""
4808
4809#: builtin/clone.c:398
4810#, c-format
4811msgid "failed to stat %s\n"
4812msgstr ""
4813
4814#: builtin/clone.c:420
4815#, c-format
4816msgid "failed to create link '%s'"
4817msgstr ""
4818
4819#: builtin/clone.c:424
4820#, c-format
4821msgid "failed to copy file to '%s'"
4822msgstr ""
4823
4824#: builtin/clone.c:449 builtin/clone.c:633
4825#, c-format
4826msgid "done.\n"
4827msgstr ""
4828
4829#: builtin/clone.c:461
4830msgid ""
4831"Clone succeeded, but checkout failed.\n"
4832"You can inspect what was checked out with 'git status'\n"
4833"and retry the checkout with 'git checkout -f HEAD'\n"
4834msgstr ""
4835
4836#: builtin/clone.c:538
4837#, c-format
4838msgid "Could not find remote branch %s to clone."
4839msgstr ""
4840
4841#: builtin/clone.c:628
4842#, c-format
4843msgid "Checking connectivity... "
4844msgstr ""
4845
4846#: builtin/clone.c:631
4847msgid "remote did not send all necessary objects"
4848msgstr ""
4849
4850#: builtin/clone.c:649
4851#, c-format
4852msgid "unable to update %s"
4853msgstr ""
4854
4855#: builtin/clone.c:698
4856msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
4857msgstr ""
4858
4859#: builtin/clone.c:729
4860msgid "unable to checkout working tree"
4861msgstr ""
4862
4863#: builtin/clone.c:767
4864msgid "unable to write parameters to config file"
4865msgstr ""
4866
4867#: builtin/clone.c:830
4868msgid "cannot repack to clean up"
4869msgstr ""
4870
4871#: builtin/clone.c:832
4872msgid "cannot unlink temporary alternates file"
4873msgstr ""
4874
4875#: builtin/clone.c:864 builtin/receive-pack.c:1731
4876msgid "Too many arguments."
4877msgstr ""
4878
4879#: builtin/clone.c:868
4880msgid "You must specify a repository to clone."
4881msgstr ""
4882
4883#: builtin/clone.c:879
4884#, c-format
4885msgid "--bare and --origin %s options are incompatible."
4886msgstr ""
4887
4888#: builtin/clone.c:882
4889msgid "--bare and --separate-git-dir are incompatible."
4890msgstr ""
4891
4892#: builtin/clone.c:895
4893#, c-format
4894msgid "repository '%s' does not exist"
4895msgstr ""
4896
4897#: builtin/clone.c:901 builtin/fetch.c:1174
4898#, c-format
4899msgid "depth %s is not a positive number"
4900msgstr ""
4901
4902#: builtin/clone.c:911
4903#, c-format
4904msgid "destination path '%s' already exists and is not an empty directory."
4905msgstr ""
4906
4907#: builtin/clone.c:921
4908#, c-format
4909msgid "working tree '%s' already exists."
4910msgstr ""
4911
4912#: builtin/clone.c:936 builtin/clone.c:947 builtin/submodule--helper.c:547
4913#: builtin/worktree.c:220 builtin/worktree.c:247
4914#, c-format
4915msgid "could not create leading directories of '%s'"
4916msgstr ""
4917
4918#: builtin/clone.c:939
4919#, c-format
4920msgid "could not create work tree dir '%s'"
4921msgstr ""
4922
4923#: builtin/clone.c:957
4924#, c-format
4925msgid "Cloning into bare repository '%s'...\n"
4926msgstr ""
4927
4928#: builtin/clone.c:959
4929#, c-format
4930msgid "Cloning into '%s'...\n"
4931msgstr ""
4932
4933#: builtin/clone.c:998
4934msgid "--depth is ignored in local clones; use file:// instead."
4935msgstr ""
4936
4937#: builtin/clone.c:1001
4938msgid "source repository is shallow, ignoring --local"
4939msgstr ""
4940
4941#: builtin/clone.c:1006
4942msgid "--local is ignored"
4943msgstr ""
4944
4945#: builtin/clone.c:1010
4946#, c-format
4947msgid "Don't know how to clone %s"
4948msgstr ""
4949
4950#: builtin/clone.c:1059 builtin/clone.c:1067
4951#, c-format
4952msgid "Remote branch %s not found in upstream %s"
4953msgstr ""
4954
4955#: builtin/clone.c:1070
4956msgid "You appear to have cloned an empty repository."
4957msgstr ""
4958
4959#: builtin/column.c:9
4960msgid "git column [<options>]"
4961msgstr ""
4962
4963#: builtin/column.c:26
4964msgid "lookup config vars"
4965msgstr ""
4966
4967#: builtin/column.c:27 builtin/column.c:28
4968msgid "layout to use"
4969msgstr ""
4970
4971#: builtin/column.c:29
4972msgid "Maximum width"
4973msgstr ""
4974
4975#: builtin/column.c:30
4976msgid "Padding space on left border"
4977msgstr ""
4978
4979#: builtin/column.c:31
4980msgid "Padding space on right border"
4981msgstr ""
4982
4983#: builtin/column.c:32
4984msgid "Padding space between columns"
4985msgstr ""
4986
4987#: builtin/column.c:51
4988msgid "--command must be the first argument"
4989msgstr ""
4990
4991#: builtin/commit.c:38
4992msgid "git commit [<options>] [--] <pathspec>..."
4993msgstr ""
4994
4995#: builtin/commit.c:43
4996msgid "git status [<options>] [--] <pathspec>..."
4997msgstr ""
4998
4999#: builtin/commit.c:48
5000msgid ""
5001"Your name and email address were configured automatically based\n"
5002"on your username and hostname. Please check that they are accurate.\n"
5003"You can suppress this message by setting them explicitly. Run the\n"
5004"following command and follow the instructions in your editor to edit\n"
5005"your configuration file:\n"
5006"\n"
5007"    git config --global --edit\n"
5008"\n"
5009"After doing this, you may fix the identity used for this commit with:\n"
5010"\n"
5011"    git commit --amend --reset-author\n"
5012msgstr ""
5013
5014#: builtin/commit.c:61
5015msgid ""
5016"Your name and email address were configured automatically based\n"
5017"on your username and hostname. Please check that they are accurate.\n"
5018"You can suppress this message by setting them explicitly:\n"
5019"\n"
5020"    git config --global user.name \"Your Name\"\n"
5021"    git config --global user.email you@example.com\n"
5022"\n"
5023"After doing this, you may fix the identity used for this commit with:\n"
5024"\n"
5025"    git commit --amend --reset-author\n"
5026msgstr ""
5027
5028#: builtin/commit.c:73
5029msgid ""
5030"You asked to amend the most recent commit, but doing so would make\n"
5031"it empty. You can repeat your command with --allow-empty, or you can\n"
5032"remove the commit entirely with \"git reset HEAD^\".\n"
5033msgstr ""
5034
5035#: builtin/commit.c:78
5036msgid ""
5037"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
5038"If you wish to commit it anyway, use:\n"
5039"\n"
5040"    git commit --allow-empty\n"
5041"\n"
5042msgstr ""
5043
5044#: builtin/commit.c:85
5045msgid "Otherwise, please use 'git reset'\n"
5046msgstr ""
5047
5048#: builtin/commit.c:88
5049msgid ""
5050"If you wish to skip this commit, use:\n"
5051"\n"
5052"    git reset\n"
5053"\n"
5054"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
5055"the remaining commits.\n"
5056msgstr ""
5057
5058#: builtin/commit.c:307
5059msgid "failed to unpack HEAD tree object"
5060msgstr ""
5061
5062#: builtin/commit.c:348
5063msgid "unable to create temporary index"
5064msgstr ""
5065
5066#: builtin/commit.c:354
5067msgid "interactive add failed"
5068msgstr ""
5069
5070#: builtin/commit.c:367
5071msgid "unable to update temporary index"
5072msgstr ""
5073
5074#: builtin/commit.c:369
5075msgid "Failed to update main cache tree"
5076msgstr ""
5077
5078#: builtin/commit.c:393 builtin/commit.c:416 builtin/commit.c:465
5079msgid "unable to write new_index file"
5080msgstr ""
5081
5082#: builtin/commit.c:447
5083msgid "cannot do a partial commit during a merge."
5084msgstr ""
5085
5086#: builtin/commit.c:449
5087msgid "cannot do a partial commit during a cherry-pick."
5088msgstr ""
5089
5090#: builtin/commit.c:458
5091msgid "cannot read the index"
5092msgstr ""
5093
5094#: builtin/commit.c:477
5095msgid "unable to write temporary index file"
5096msgstr ""
5097
5098#: builtin/commit.c:582
5099#, c-format
5100msgid "commit '%s' lacks author header"
5101msgstr ""
5102
5103#: builtin/commit.c:584
5104#, c-format
5105msgid "commit '%s' has malformed author line"
5106msgstr ""
5107
5108#: builtin/commit.c:603
5109msgid "malformed --author parameter"
5110msgstr ""
5111
5112#: builtin/commit.c:611
5113#, c-format
5114msgid "invalid date format: %s"
5115msgstr ""
5116
5117#: builtin/commit.c:655
5118msgid ""
5119"unable to select a comment character that is not used\n"
5120"in the current commit message"
5121msgstr ""
5122
5123#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1091
5124#, c-format
5125msgid "could not lookup commit %s"
5126msgstr ""
5127
5128#: builtin/commit.c:704 builtin/shortlog.c:285
5129#, c-format
5130msgid "(reading log message from standard input)\n"
5131msgstr ""
5132
5133#: builtin/commit.c:706
5134msgid "could not read log from standard input"
5135msgstr ""
5136
5137#: builtin/commit.c:710
5138#, c-format
5139msgid "could not read log file '%s'"
5140msgstr ""
5141
5142#: builtin/commit.c:737 builtin/commit.c:745
5143msgid "could not read SQUASH_MSG"
5144msgstr ""
5145
5146#: builtin/commit.c:742
5147msgid "could not read MERGE_MSG"
5148msgstr ""
5149
5150#: builtin/commit.c:796
5151msgid "could not write commit template"
5152msgstr ""
5153
5154#: builtin/commit.c:814
5155#, c-format
5156msgid ""
5157"\n"
5158"It looks like you may be committing a merge.\n"
5159"If this is not correct, please remove the file\n"
5160"\t%s\n"
5161"and try again.\n"
5162msgstr ""
5163
5164#: builtin/commit.c:819
5165#, c-format
5166msgid ""
5167"\n"
5168"It looks like you may be committing a cherry-pick.\n"
5169"If this is not correct, please remove the file\n"
5170"\t%s\n"
5171"and try again.\n"
5172msgstr ""
5173
5174#: builtin/commit.c:832
5175#, c-format
5176msgid ""
5177"Please enter the commit message for your changes. Lines starting\n"
5178"with '%c' will be ignored, and an empty message aborts the commit.\n"
5179msgstr ""
5180
5181#: builtin/commit.c:839
5182#, c-format
5183msgid ""
5184"Please enter the commit message for your changes. Lines starting\n"
5185"with '%c' will be kept; you may remove them yourself if you want to.\n"
5186"An empty message aborts the commit.\n"
5187msgstr ""
5188
5189#: builtin/commit.c:859
5190#, c-format
5191msgid "%sAuthor:    %.*s <%.*s>"
5192msgstr ""
5193
5194#: builtin/commit.c:867
5195#, c-format
5196msgid "%sDate:      %s"
5197msgstr ""
5198
5199#: builtin/commit.c:874
5200#, c-format
5201msgid "%sCommitter: %.*s <%.*s>"
5202msgstr ""
5203
5204#: builtin/commit.c:892
5205msgid "Cannot read index"
5206msgstr ""
5207
5208#: builtin/commit.c:949
5209msgid "Error building trees"
5210msgstr ""
5211
5212#: builtin/commit.c:964 builtin/tag.c:266
5213#, c-format
5214msgid "Please supply the message using either -m or -F option.\n"
5215msgstr ""
5216
5217#: builtin/commit.c:1066
5218#, c-format
5219msgid "--author '%s' is not 'Name <email>' and matches no existing author"
5220msgstr ""
5221
5222#: builtin/commit.c:1081 builtin/commit.c:1321
5223#, c-format
5224msgid "Invalid untracked files mode '%s'"
5225msgstr ""
5226
5227#: builtin/commit.c:1118
5228msgid "--long and -z are incompatible"
5229msgstr ""
5230
5231#: builtin/commit.c:1148
5232msgid "Using both --reset-author and --author does not make sense"
5233msgstr ""
5234
5235#: builtin/commit.c:1157
5236msgid "You have nothing to amend."
5237msgstr ""
5238
5239#: builtin/commit.c:1160
5240msgid "You are in the middle of a merge -- cannot amend."
5241msgstr ""
5242
5243#: builtin/commit.c:1162
5244msgid "You are in the middle of a cherry-pick -- cannot amend."
5245msgstr ""
5246
5247#: builtin/commit.c:1165
5248msgid "Options --squash and --fixup cannot be used together"
5249msgstr ""
5250
5251#: builtin/commit.c:1175
5252msgid "Only one of -c/-C/-F/--fixup can be used."
5253msgstr ""
5254
5255#: builtin/commit.c:1177
5256msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
5257msgstr ""
5258
5259#: builtin/commit.c:1185
5260msgid "--reset-author can be used only with -C, -c or --amend."
5261msgstr ""
5262
5263#: builtin/commit.c:1202
5264msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
5265msgstr ""
5266
5267#: builtin/commit.c:1204
5268msgid "No paths with --include/--only does not make sense."
5269msgstr ""
5270
5271#: builtin/commit.c:1206
5272msgid "Clever... amending the last one with dirty index."
5273msgstr ""
5274
5275#: builtin/commit.c:1208
5276msgid "Explicit paths specified without -i or -o; assuming --only paths..."
5277msgstr ""
5278
5279#: builtin/commit.c:1220 builtin/tag.c:474
5280#, c-format
5281msgid "Invalid cleanup mode %s"
5282msgstr ""
5283
5284#: builtin/commit.c:1225
5285msgid "Paths with -a does not make sense."
5286msgstr ""
5287
5288#: builtin/commit.c:1335 builtin/commit.c:1621
5289msgid "show status concisely"
5290msgstr ""
5291
5292#: builtin/commit.c:1337 builtin/commit.c:1623
5293msgid "show branch information"
5294msgstr ""
5295
5296#: builtin/commit.c:1339 builtin/commit.c:1625 builtin/push.c:512
5297#: builtin/worktree.c:437
5298msgid "machine-readable output"
5299msgstr ""
5300
5301#: builtin/commit.c:1342 builtin/commit.c:1627
5302msgid "show status in long format (default)"
5303msgstr ""
5304
5305#: builtin/commit.c:1345 builtin/commit.c:1630
5306msgid "terminate entries with NUL"
5307msgstr ""
5308
5309#: builtin/commit.c:1347 builtin/commit.c:1633 builtin/fast-export.c:981
5310#: builtin/fast-export.c:984 builtin/tag.c:353
5311msgid "mode"
5312msgstr ""
5313
5314#: builtin/commit.c:1348 builtin/commit.c:1633
5315msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
5316msgstr ""
5317
5318#: builtin/commit.c:1351
5319msgid "show ignored files"
5320msgstr ""
5321
5322#: builtin/commit.c:1352 parse-options.h:155
5323msgid "when"
5324msgstr ""
5325
5326#: builtin/commit.c:1353
5327msgid ""
5328"ignore changes to submodules, optional when: all, dirty, untracked. "
5329"(Default: all)"
5330msgstr ""
5331
5332#: builtin/commit.c:1355
5333msgid "list untracked files in columns"
5334msgstr ""
5335
5336#: builtin/commit.c:1441
5337msgid "couldn't look up newly created commit"
5338msgstr ""
5339
5340#: builtin/commit.c:1443
5341msgid "could not parse newly created commit"
5342msgstr ""
5343
5344#: builtin/commit.c:1488
5345msgid "detached HEAD"
5346msgstr ""
5347
5348#: builtin/commit.c:1491
5349msgid " (root-commit)"
5350msgstr ""
5351
5352#: builtin/commit.c:1591
5353msgid "suppress summary after successful commit"
5354msgstr ""
5355
5356#: builtin/commit.c:1592
5357msgid "show diff in commit message template"
5358msgstr ""
5359
5360#: builtin/commit.c:1594
5361msgid "Commit message options"
5362msgstr ""
5363
5364#: builtin/commit.c:1595 builtin/tag.c:351
5365msgid "read message from file"
5366msgstr ""
5367
5368#: builtin/commit.c:1596
5369msgid "author"
5370msgstr ""
5371
5372#: builtin/commit.c:1596
5373msgid "override author for commit"
5374msgstr ""
5375
5376#: builtin/commit.c:1597 builtin/gc.c:326
5377msgid "date"
5378msgstr ""
5379
5380#: builtin/commit.c:1597
5381msgid "override date for commit"
5382msgstr ""
5383
5384#: builtin/commit.c:1598 builtin/merge.c:219 builtin/notes.c:395
5385#: builtin/notes.c:558 builtin/tag.c:349
5386msgid "message"
5387msgstr ""
5388
5389#: builtin/commit.c:1598
5390msgid "commit message"
5391msgstr ""
5392
5393#: builtin/commit.c:1599 builtin/commit.c:1600 builtin/commit.c:1601
5394#: builtin/commit.c:1602 parse-options.h:256 ref-filter.h:79
5395msgid "commit"
5396msgstr ""
5397
5398#: builtin/commit.c:1599
5399msgid "reuse and edit message from specified commit"
5400msgstr ""
5401
5402#: builtin/commit.c:1600
5403msgid "reuse message from specified commit"
5404msgstr ""
5405
5406#: builtin/commit.c:1601
5407msgid "use autosquash formatted message to fixup specified commit"
5408msgstr ""
5409
5410#: builtin/commit.c:1602
5411msgid "use autosquash formatted message to squash specified commit"
5412msgstr ""
5413
5414#: builtin/commit.c:1603
5415msgid "the commit is authored by me now (used with -C/-c/--amend)"
5416msgstr ""
5417
5418#: builtin/commit.c:1604 builtin/log.c:1382 builtin/revert.c:86
5419msgid "add Signed-off-by:"
5420msgstr ""
5421
5422#: builtin/commit.c:1605
5423msgid "use specified template file"
5424msgstr ""
5425
5426#: builtin/commit.c:1606
5427msgid "force edit of commit"
5428msgstr ""
5429
5430#: builtin/commit.c:1607
5431msgid "default"
5432msgstr ""
5433
5434#: builtin/commit.c:1607 builtin/tag.c:354
5435msgid "how to strip spaces and #comments from message"
5436msgstr ""
5437
5438#: builtin/commit.c:1608
5439msgid "include status in commit message template"
5440msgstr ""
5441
5442#: builtin/commit.c:1610 builtin/merge.c:229 builtin/pull.c:165
5443#: builtin/revert.c:93
5444msgid "GPG sign commit"
5445msgstr ""
5446
5447#: builtin/commit.c:1613
5448msgid "Commit contents options"
5449msgstr ""
5450
5451#: builtin/commit.c:1614
5452msgid "commit all changed files"
5453msgstr ""
5454
5455#: builtin/commit.c:1615
5456msgid "add specified files to index for commit"
5457msgstr ""
5458
5459#: builtin/commit.c:1616
5460msgid "interactively add files"
5461msgstr ""
5462
5463#: builtin/commit.c:1617
5464msgid "interactively add changes"
5465msgstr ""
5466
5467#: builtin/commit.c:1618
5468msgid "commit only specified files"
5469msgstr ""
5470
5471#: builtin/commit.c:1619
5472msgid "bypass pre-commit hook"
5473msgstr ""
5474
5475#: builtin/commit.c:1620
5476msgid "show what would be committed"
5477msgstr ""
5478
5479#: builtin/commit.c:1631
5480msgid "amend previous commit"
5481msgstr ""
5482
5483#: builtin/commit.c:1632
5484msgid "bypass post-rewrite hook"
5485msgstr ""
5486
5487#: builtin/commit.c:1637
5488msgid "ok to record an empty change"
5489msgstr ""
5490
5491#: builtin/commit.c:1639
5492msgid "ok to record a change with an empty message"
5493msgstr ""
5494
5495#: builtin/commit.c:1668
5496msgid "could not parse HEAD commit"
5497msgstr ""
5498
5499#: builtin/commit.c:1718
5500#, c-format
5501msgid "Corrupt MERGE_HEAD file (%s)"
5502msgstr ""
5503
5504#: builtin/commit.c:1725
5505msgid "could not read MERGE_MODE"
5506msgstr ""
5507
5508#: builtin/commit.c:1744
5509#, c-format
5510msgid "could not read commit message: %s"
5511msgstr ""
5512
5513#: builtin/commit.c:1755
5514#, c-format
5515msgid "Aborting commit; you did not edit the message.\n"
5516msgstr ""
5517
5518#: builtin/commit.c:1760
5519#, c-format
5520msgid "Aborting commit due to empty commit message.\n"
5521msgstr ""
5522
5523#: builtin/commit.c:1808
5524msgid ""
5525"Repository has been updated, but unable to write\n"
5526"new_index file. Check that disk is not full and quota is\n"
5527"not exceeded, and then \"git reset HEAD\" to recover."
5528msgstr ""
5529
5530#: builtin/config.c:9
5531msgid "git config [<options>]"
5532msgstr ""
5533
5534#: builtin/config.c:56
5535msgid "Config file location"
5536msgstr ""
5537
5538#: builtin/config.c:57
5539msgid "use global config file"
5540msgstr ""
5541
5542#: builtin/config.c:58
5543msgid "use system config file"
5544msgstr ""
5545
5546#: builtin/config.c:59
5547msgid "use repository config file"
5548msgstr ""
5549
5550#: builtin/config.c:60
5551msgid "use given config file"
5552msgstr ""
5553
5554#: builtin/config.c:61
5555msgid "blob-id"
5556msgstr ""
5557
5558#: builtin/config.c:61
5559msgid "read config from given blob object"
5560msgstr ""
5561
5562#: builtin/config.c:62
5563msgid "Action"
5564msgstr ""
5565
5566#: builtin/config.c:63
5567msgid "get value: name [value-regex]"
5568msgstr ""
5569
5570#: builtin/config.c:64
5571msgid "get all values: key [value-regex]"
5572msgstr ""
5573
5574#: builtin/config.c:65
5575msgid "get values for regexp: name-regex [value-regex]"
5576msgstr ""
5577
5578#: builtin/config.c:66
5579msgid "get value specific for the URL: section[.var] URL"
5580msgstr ""
5581
5582#: builtin/config.c:67
5583msgid "replace all matching variables: name value [value_regex]"
5584msgstr ""
5585
5586#: builtin/config.c:68
5587msgid "add a new variable: name value"
5588msgstr ""
5589
5590#: builtin/config.c:69
5591msgid "remove a variable: name [value-regex]"
5592msgstr ""
5593
5594#: builtin/config.c:70
5595msgid "remove all matches: name [value-regex]"
5596msgstr ""
5597
5598#: builtin/config.c:71
5599msgid "rename section: old-name new-name"
5600msgstr ""
5601
5602#: builtin/config.c:72
5603msgid "remove a section: name"
5604msgstr ""
5605
5606#: builtin/config.c:73
5607msgid "list all"
5608msgstr ""
5609
5610#: builtin/config.c:74
5611msgid "open an editor"
5612msgstr ""
5613
5614#: builtin/config.c:75
5615msgid "find the color configured: slot [default]"
5616msgstr ""
5617
5618#: builtin/config.c:76
5619msgid "find the color setting: slot [stdout-is-tty]"
5620msgstr ""
5621
5622#: builtin/config.c:77
5623msgid "Type"
5624msgstr ""
5625
5626#: builtin/config.c:78
5627msgid "value is \"true\" or \"false\""
5628msgstr ""
5629
5630#: builtin/config.c:79
5631msgid "value is decimal number"
5632msgstr ""
5633
5634#: builtin/config.c:80
5635msgid "value is --bool or --int"
5636msgstr ""
5637
5638#: builtin/config.c:81
5639msgid "value is a path (file or directory name)"
5640msgstr ""
5641
5642#: builtin/config.c:82
5643msgid "Other"
5644msgstr ""
5645
5646#: builtin/config.c:83
5647msgid "terminate values with NUL byte"
5648msgstr ""
5649
5650#: builtin/config.c:84
5651msgid "show variable names only"
5652msgstr ""
5653
5654#: builtin/config.c:85
5655msgid "respect include directives on lookup"
5656msgstr ""
5657
5658#: builtin/config.c:86
5659msgid "show origin of config (file, standard input, blob, command line)"
5660msgstr ""
5661
5662#: builtin/config.c:328
5663msgid "unable to parse default color value"
5664msgstr ""
5665
5666#: builtin/config.c:472
5667#, c-format
5668msgid ""
5669"# This is Git's per-user configuration file.\n"
5670"[user]\n"
5671"# Please adapt and uncomment the following lines:\n"
5672"#\tname = %s\n"
5673"#\temail = %s\n"
5674msgstr ""
5675
5676#: builtin/config.c:614
5677#, c-format
5678msgid "cannot create configuration file %s"
5679msgstr ""
5680
5681#: builtin/count-objects.c:77
5682msgid "git count-objects [-v] [-H | --human-readable]"
5683msgstr ""
5684
5685#: builtin/count-objects.c:87
5686msgid "print sizes in human readable format"
5687msgstr ""
5688
5689#: builtin/describe.c:17
5690msgid "git describe [<options>] [<commit-ish>...]"
5691msgstr ""
5692
5693#: builtin/describe.c:18
5694msgid "git describe [<options>] --dirty"
5695msgstr ""
5696
5697#: builtin/describe.c:217
5698#, c-format
5699msgid "annotated tag %s not available"
5700msgstr ""
5701
5702#: builtin/describe.c:221
5703#, c-format
5704msgid "annotated tag %s has no embedded name"
5705msgstr ""
5706
5707#: builtin/describe.c:223
5708#, c-format
5709msgid "tag '%s' is really '%s' here"
5710msgstr ""
5711
5712#: builtin/describe.c:250 builtin/log.c:465
5713#, c-format
5714msgid "Not a valid object name %s"
5715msgstr ""
5716
5717#: builtin/describe.c:253
5718#, c-format
5719msgid "%s is not a valid '%s' object"
5720msgstr ""
5721
5722#: builtin/describe.c:270
5723#, c-format
5724msgid "no tag exactly matches '%s'"
5725msgstr ""
5726
5727#: builtin/describe.c:272
5728#, c-format
5729msgid "searching to describe %s\n"
5730msgstr ""
5731
5732#: builtin/describe.c:319
5733#, c-format
5734msgid "finished search at %s\n"
5735msgstr ""
5736
5737#: builtin/describe.c:346
5738#, c-format
5739msgid ""
5740"No annotated tags can describe '%s'.\n"
5741"However, there were unannotated tags: try --tags."
5742msgstr ""
5743
5744#: builtin/describe.c:350
5745#, c-format
5746msgid ""
5747"No tags can describe '%s'.\n"
5748"Try --always, or create some tags."
5749msgstr ""
5750
5751#: builtin/describe.c:371
5752#, c-format
5753msgid "traversed %lu commits\n"
5754msgstr ""
5755
5756#: builtin/describe.c:374
5757#, c-format
5758msgid ""
5759"more than %i tags found; listed %i most recent\n"
5760"gave up search at %s\n"
5761msgstr ""
5762
5763#: builtin/describe.c:396
5764msgid "find the tag that comes after the commit"
5765msgstr ""
5766
5767#: builtin/describe.c:397
5768msgid "debug search strategy on stderr"
5769msgstr ""
5770
5771#: builtin/describe.c:398
5772msgid "use any ref"
5773msgstr ""
5774
5775#: builtin/describe.c:399
5776msgid "use any tag, even unannotated"
5777msgstr ""
5778
5779#: builtin/describe.c:400
5780msgid "always use long format"
5781msgstr ""
5782
5783#: builtin/describe.c:401
5784msgid "only follow first parent"
5785msgstr ""
5786
5787#: builtin/describe.c:404
5788msgid "only output exact matches"
5789msgstr ""
5790
5791#: builtin/describe.c:406
5792msgid "consider <n> most recent tags (default: 10)"
5793msgstr ""
5794
5795#: builtin/describe.c:408
5796msgid "only consider tags matching <pattern>"
5797msgstr ""
5798
5799#: builtin/describe.c:410 builtin/name-rev.c:321
5800msgid "show abbreviated commit object as fallback"
5801msgstr ""
5802
5803#: builtin/describe.c:411
5804msgid "mark"
5805msgstr ""
5806
5807#: builtin/describe.c:412
5808msgid "append <mark> on dirty working tree (default: \"-dirty\")"
5809msgstr ""
5810
5811#: builtin/describe.c:430
5812msgid "--long is incompatible with --abbrev=0"
5813msgstr ""
5814
5815#: builtin/describe.c:456
5816msgid "No names found, cannot describe anything."
5817msgstr ""
5818
5819#: builtin/describe.c:476
5820msgid "--dirty is incompatible with commit-ishes"
5821msgstr ""
5822
5823#: builtin/diff.c:86
5824#, c-format
5825msgid "'%s': not a regular file or symlink"
5826msgstr ""
5827
5828#: builtin/diff.c:237
5829#, c-format
5830msgid "invalid option: %s"
5831msgstr ""
5832
5833#: builtin/diff.c:360
5834msgid "Not a git repository"
5835msgstr ""
5836
5837#: builtin/diff.c:403
5838#, c-format
5839msgid "invalid object '%s' given."
5840msgstr ""
5841
5842#: builtin/diff.c:412
5843#, c-format
5844msgid "more than two blobs given: '%s'"
5845msgstr ""
5846
5847#: builtin/diff.c:419
5848#, c-format
5849msgid "unhandled object '%s' given."
5850msgstr ""
5851
5852#: builtin/fast-export.c:25
5853msgid "git fast-export [rev-list-opts]"
5854msgstr ""
5855
5856#: builtin/fast-export.c:980
5857msgid "show progress after <n> objects"
5858msgstr ""
5859
5860#: builtin/fast-export.c:982
5861msgid "select handling of signed tags"
5862msgstr ""
5863
5864#: builtin/fast-export.c:985
5865msgid "select handling of tags that tag filtered objects"
5866msgstr ""
5867
5868#: builtin/fast-export.c:988
5869msgid "Dump marks to this file"
5870msgstr ""
5871
5872#: builtin/fast-export.c:990
5873msgid "Import marks from this file"
5874msgstr ""
5875
5876#: builtin/fast-export.c:992
5877msgid "Fake a tagger when tags lack one"
5878msgstr ""
5879
5880#: builtin/fast-export.c:994
5881msgid "Output full tree for each commit"
5882msgstr ""
5883
5884#: builtin/fast-export.c:996
5885msgid "Use the done feature to terminate the stream"
5886msgstr ""
5887
5888#: builtin/fast-export.c:997
5889msgid "Skip output of blob data"
5890msgstr ""
5891
5892#: builtin/fast-export.c:998
5893msgid "refspec"
5894msgstr ""
5895
5896#: builtin/fast-export.c:999
5897msgid "Apply refspec to exported refs"
5898msgstr ""
5899
5900#: builtin/fast-export.c:1000
5901msgid "anonymize output"
5902msgstr ""
5903
5904#: builtin/fetch.c:20
5905msgid "git fetch [<options>] [<repository> [<refspec>...]]"
5906msgstr ""
5907
5908#: builtin/fetch.c:21
5909msgid "git fetch [<options>] <group>"
5910msgstr ""
5911
5912#: builtin/fetch.c:22
5913msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
5914msgstr ""
5915
5916#: builtin/fetch.c:23
5917msgid "git fetch --all [<options>]"
5918msgstr ""
5919
5920#: builtin/fetch.c:92 builtin/pull.c:174
5921msgid "fetch from all remotes"
5922msgstr ""
5923
5924#: builtin/fetch.c:94 builtin/pull.c:177
5925msgid "append to .git/FETCH_HEAD instead of overwriting"
5926msgstr ""
5927
5928#: builtin/fetch.c:96 builtin/pull.c:180
5929msgid "path to upload pack on remote end"
5930msgstr ""
5931
5932#: builtin/fetch.c:97 builtin/pull.c:182
5933msgid "force overwrite of local branch"
5934msgstr ""
5935
5936#: builtin/fetch.c:99
5937msgid "fetch from multiple remotes"
5938msgstr ""
5939
5940#: builtin/fetch.c:101 builtin/pull.c:184
5941msgid "fetch all tags and associated objects"
5942msgstr ""
5943
5944#: builtin/fetch.c:103
5945msgid "do not fetch all tags (--no-tags)"
5946msgstr ""
5947
5948#: builtin/fetch.c:105
5949msgid "number of submodules fetched in parallel"
5950msgstr ""
5951
5952#: builtin/fetch.c:107 builtin/pull.c:187
5953msgid "prune remote-tracking branches no longer on remote"
5954msgstr ""
5955
5956#: builtin/fetch.c:108 builtin/pull.c:190
5957msgid "on-demand"
5958msgstr ""
5959
5960#: builtin/fetch.c:109 builtin/pull.c:191
5961msgid "control recursive fetching of submodules"
5962msgstr ""
5963
5964#: builtin/fetch.c:113 builtin/pull.c:199
5965msgid "keep downloaded pack"
5966msgstr ""
5967
5968#: builtin/fetch.c:115
5969msgid "allow updating of HEAD ref"
5970msgstr ""
5971
5972#: builtin/fetch.c:118 builtin/pull.c:202
5973msgid "deepen history of shallow clone"
5974msgstr ""
5975
5976#: builtin/fetch.c:120 builtin/pull.c:205
5977msgid "convert to a complete repository"
5978msgstr ""
5979
5980#: builtin/fetch.c:122 builtin/log.c:1399
5981msgid "dir"
5982msgstr ""
5983
5984#: builtin/fetch.c:123
5985msgid "prepend this to submodule path output"
5986msgstr ""
5987
5988#: builtin/fetch.c:126
5989msgid "default mode for recursion"
5990msgstr ""
5991
5992#: builtin/fetch.c:128 builtin/pull.c:208
5993msgid "accept refs that update .git/shallow"
5994msgstr ""
5995
5996#: builtin/fetch.c:129 builtin/pull.c:210
5997msgid "refmap"
5998msgstr ""
5999
6000#: builtin/fetch.c:130 builtin/pull.c:211
6001msgid "specify fetch refmap"
6002msgstr ""
6003
6004#: builtin/fetch.c:386
6005msgid "Couldn't find remote ref HEAD"
6006msgstr ""
6007
6008#: builtin/fetch.c:466
6009#, c-format
6010msgid "object %s not found"
6011msgstr ""
6012
6013#: builtin/fetch.c:471
6014msgid "[up to date]"
6015msgstr ""
6016
6017#: builtin/fetch.c:485
6018#, c-format
6019msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
6020msgstr ""
6021
6022#: builtin/fetch.c:486 builtin/fetch.c:574
6023msgid "[rejected]"
6024msgstr ""
6025
6026#: builtin/fetch.c:497
6027msgid "[tag update]"
6028msgstr ""
6029
6030#: builtin/fetch.c:499 builtin/fetch.c:534 builtin/fetch.c:552
6031msgid "  (unable to update local ref)"
6032msgstr ""
6033
6034#: builtin/fetch.c:517
6035msgid "[new tag]"
6036msgstr ""
6037
6038#: builtin/fetch.c:520
6039msgid "[new branch]"
6040msgstr ""
6041
6042#: builtin/fetch.c:523
6043msgid "[new ref]"
6044msgstr ""
6045
6046#: builtin/fetch.c:569
6047msgid "unable to update local ref"
6048msgstr ""
6049
6050#: builtin/fetch.c:569
6051msgid "forced update"
6052msgstr ""
6053
6054#: builtin/fetch.c:576
6055msgid "(non-fast-forward)"
6056msgstr ""
6057
6058#: builtin/fetch.c:619
6059#, c-format
6060msgid "%s did not send all necessary objects\n"
6061msgstr ""
6062
6063#: builtin/fetch.c:637
6064#, c-format
6065msgid "reject %s because shallow roots are not allowed to be updated"
6066msgstr ""
6067
6068#: builtin/fetch.c:724 builtin/fetch.c:816
6069#, c-format
6070msgid "From %.*s\n"
6071msgstr ""
6072
6073#: builtin/fetch.c:735
6074#, c-format
6075msgid ""
6076"some local refs could not be updated; try running\n"
6077" 'git remote prune %s' to remove any old, conflicting branches"
6078msgstr ""
6079
6080#: builtin/fetch.c:787
6081#, c-format
6082msgid "   (%s will become dangling)"
6083msgstr ""
6084
6085#: builtin/fetch.c:788
6086#, c-format
6087msgid "   (%s has become dangling)"
6088msgstr ""
6089
6090#: builtin/fetch.c:820
6091msgid "[deleted]"
6092msgstr ""
6093
6094#: builtin/fetch.c:821 builtin/remote.c:1025
6095msgid "(none)"
6096msgstr ""
6097
6098#: builtin/fetch.c:841
6099#, c-format
6100msgid "Refusing to fetch into current branch %s of non-bare repository"
6101msgstr ""
6102
6103#: builtin/fetch.c:860
6104#, c-format
6105msgid "Option \"%s\" value \"%s\" is not valid for %s"
6106msgstr ""
6107
6108#: builtin/fetch.c:863
6109#, c-format
6110msgid "Option \"%s\" is ignored for %s\n"
6111msgstr ""
6112
6113#: builtin/fetch.c:920
6114#, c-format
6115msgid "Don't know how to fetch from %s"
6116msgstr ""
6117
6118#: builtin/fetch.c:1080
6119#, c-format
6120msgid "Fetching %s\n"
6121msgstr ""
6122
6123#: builtin/fetch.c:1082 builtin/remote.c:96
6124#, c-format
6125msgid "Could not fetch %s"
6126msgstr ""
6127
6128#: builtin/fetch.c:1100
6129msgid ""
6130"No remote repository specified.  Please, specify either a URL or a\n"
6131"remote name from which new revisions should be fetched."
6132msgstr ""
6133
6134#: builtin/fetch.c:1123
6135msgid "You need to specify a tag name."
6136msgstr ""
6137
6138#: builtin/fetch.c:1165
6139msgid "--depth and --unshallow cannot be used together"
6140msgstr ""
6141
6142#: builtin/fetch.c:1167
6143msgid "--unshallow on a complete repository does not make sense"
6144msgstr ""
6145
6146#: builtin/fetch.c:1187
6147msgid "fetch --all does not take a repository argument"
6148msgstr ""
6149
6150#: builtin/fetch.c:1189
6151msgid "fetch --all does not make sense with refspecs"
6152msgstr ""
6153
6154#: builtin/fetch.c:1200
6155#, c-format
6156msgid "No such remote or remote group: %s"
6157msgstr ""
6158
6159#: builtin/fetch.c:1208
6160msgid "Fetching a group and specifying refspecs does not make sense"
6161msgstr ""
6162
6163#: builtin/fmt-merge-msg.c:14
6164msgid ""
6165"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
6166msgstr ""
6167
6168#: builtin/fmt-merge-msg.c:667
6169msgid "populate log with at most <n> entries from shortlog"
6170msgstr ""
6171
6172#: builtin/fmt-merge-msg.c:670
6173msgid "alias for --log (deprecated)"
6174msgstr ""
6175
6176#: builtin/fmt-merge-msg.c:673
6177msgid "text"
6178msgstr ""
6179
6180#: builtin/fmt-merge-msg.c:674
6181msgid "use <text> as start of message"
6182msgstr ""
6183
6184#: builtin/fmt-merge-msg.c:675
6185msgid "file to read from"
6186msgstr ""
6187
6188#: builtin/for-each-ref.c:9
6189msgid "git for-each-ref [<options>] [<pattern>]"
6190msgstr ""
6191
6192#: builtin/for-each-ref.c:10
6193msgid "git for-each-ref [--points-at <object>]"
6194msgstr ""
6195
6196#: builtin/for-each-ref.c:11
6197msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
6198msgstr ""
6199
6200#: builtin/for-each-ref.c:12
6201msgid "git for-each-ref [--contains [<object>]]"
6202msgstr ""
6203
6204#: builtin/for-each-ref.c:27
6205msgid "quote placeholders suitably for shells"
6206msgstr ""
6207
6208#: builtin/for-each-ref.c:29
6209msgid "quote placeholders suitably for perl"
6210msgstr ""
6211
6212#: builtin/for-each-ref.c:31
6213msgid "quote placeholders suitably for python"
6214msgstr ""
6215
6216#: builtin/for-each-ref.c:33
6217msgid "quote placeholders suitably for Tcl"
6218msgstr ""
6219
6220#: builtin/for-each-ref.c:36
6221msgid "show only <n> matched refs"
6222msgstr ""
6223
6224#: builtin/for-each-ref.c:37 builtin/tag.c:372
6225msgid "format to use for the output"
6226msgstr ""
6227
6228#: builtin/for-each-ref.c:41
6229msgid "print only refs which points at the given object"
6230msgstr ""
6231
6232#: builtin/for-each-ref.c:43
6233msgid "print only refs that are merged"
6234msgstr ""
6235
6236#: builtin/for-each-ref.c:44
6237msgid "print only refs that are not merged"
6238msgstr ""
6239
6240#: builtin/for-each-ref.c:45
6241msgid "print only refs which contain the commit"
6242msgstr ""
6243
6244#: builtin/fsck.c:156 builtin/prune.c:140
6245msgid "Checking connectivity"
6246msgstr ""
6247
6248#: builtin/fsck.c:486
6249msgid "Checking object directories"
6250msgstr ""
6251
6252#: builtin/fsck.c:552
6253msgid "git fsck [<options>] [<object>...]"
6254msgstr ""
6255
6256#: builtin/fsck.c:558
6257msgid "show unreachable objects"
6258msgstr ""
6259
6260#: builtin/fsck.c:559
6261msgid "show dangling objects"
6262msgstr ""
6263
6264#: builtin/fsck.c:560
6265msgid "report tags"
6266msgstr ""
6267
6268#: builtin/fsck.c:561
6269msgid "report root nodes"
6270msgstr ""
6271
6272#: builtin/fsck.c:562
6273msgid "make index objects head nodes"
6274msgstr ""
6275
6276#: builtin/fsck.c:563
6277msgid "make reflogs head nodes (default)"
6278msgstr ""
6279
6280#: builtin/fsck.c:564
6281msgid "also consider packs and alternate objects"
6282msgstr ""
6283
6284#: builtin/fsck.c:565
6285msgid "check only connectivity"
6286msgstr ""
6287
6288#: builtin/fsck.c:566
6289msgid "enable more strict checking"
6290msgstr ""
6291
6292#: builtin/fsck.c:568
6293msgid "write dangling objects in .git/lost-found"
6294msgstr ""
6295
6296#: builtin/fsck.c:569 builtin/prune.c:107
6297msgid "show progress"
6298msgstr ""
6299
6300#: builtin/fsck.c:630
6301msgid "Checking objects"
6302msgstr ""
6303
6304#: builtin/gc.c:25
6305msgid "git gc [<options>]"
6306msgstr ""
6307
6308#: builtin/gc.c:72
6309#, c-format
6310msgid "Invalid %s: '%s'"
6311msgstr ""
6312
6313#: builtin/gc.c:139
6314#, c-format
6315msgid "insanely long object directory %.*s"
6316msgstr ""
6317
6318#: builtin/gc.c:290
6319#, c-format
6320msgid ""
6321"The last gc run reported the following. Please correct the root cause\n"
6322"and remove %s.\n"
6323"Automatic cleanup will not be performed until the file is removed.\n"
6324"\n"
6325"%s"
6326msgstr ""
6327
6328#: builtin/gc.c:327
6329msgid "prune unreferenced objects"
6330msgstr ""
6331
6332#: builtin/gc.c:329
6333msgid "be more thorough (increased runtime)"
6334msgstr ""
6335
6336#: builtin/gc.c:330
6337msgid "enable auto-gc mode"
6338msgstr ""
6339
6340#: builtin/gc.c:331
6341msgid "force running gc even if there may be another gc running"
6342msgstr ""
6343
6344#: builtin/gc.c:373
6345#, c-format
6346msgid "Auto packing the repository in background for optimum performance.\n"
6347msgstr ""
6348
6349#: builtin/gc.c:375
6350#, c-format
6351msgid "Auto packing the repository for optimum performance.\n"
6352msgstr ""
6353
6354#: builtin/gc.c:376
6355#, c-format
6356msgid "See \"git help gc\" for manual housekeeping.\n"
6357msgstr ""
6358
6359#: builtin/gc.c:397
6360#, c-format
6361msgid ""
6362"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
6363msgstr ""
6364
6365#: builtin/gc.c:441
6366msgid ""
6367"There are too many unreachable loose objects; run 'git prune' to remove them."
6368msgstr ""
6369
6370#: builtin/grep.c:23
6371msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
6372msgstr ""
6373
6374#: builtin/grep.c:219
6375#, c-format
6376msgid "grep: failed to create thread: %s"
6377msgstr ""
6378
6379#: builtin/grep.c:277
6380#, c-format
6381msgid "invalid number of threads specified (%d) for %s"
6382msgstr ""
6383
6384#: builtin/grep.c:452 builtin/grep.c:487
6385#, c-format
6386msgid "unable to read tree (%s)"
6387msgstr ""
6388
6389#: builtin/grep.c:502
6390#, c-format
6391msgid "unable to grep from object of type %s"
6392msgstr ""
6393
6394#: builtin/grep.c:560
6395#, c-format
6396msgid "switch `%c' expects a numerical value"
6397msgstr ""
6398
6399#: builtin/grep.c:577
6400#, c-format
6401msgid "cannot open '%s'"
6402msgstr ""
6403
6404#: builtin/grep.c:646
6405msgid "search in index instead of in the work tree"
6406msgstr ""
6407
6408#: builtin/grep.c:648
6409msgid "find in contents not managed by git"
6410msgstr ""
6411
6412#: builtin/grep.c:650
6413msgid "search in both tracked and untracked files"
6414msgstr ""
6415
6416#: builtin/grep.c:652
6417msgid "ignore files specified via '.gitignore'"
6418msgstr ""
6419
6420#: builtin/grep.c:655
6421msgid "show non-matching lines"
6422msgstr ""
6423
6424#: builtin/grep.c:657
6425msgid "case insensitive matching"
6426msgstr ""
6427
6428#: builtin/grep.c:659
6429msgid "match patterns only at word boundaries"
6430msgstr ""
6431
6432#: builtin/grep.c:661
6433msgid "process binary files as text"
6434msgstr ""
6435
6436#: builtin/grep.c:663
6437msgid "don't match patterns in binary files"
6438msgstr ""
6439
6440#: builtin/grep.c:666
6441msgid "process binary files with textconv filters"
6442msgstr ""
6443
6444#: builtin/grep.c:668
6445msgid "descend at most <depth> levels"
6446msgstr ""
6447
6448#: builtin/grep.c:672
6449msgid "use extended POSIX regular expressions"
6450msgstr ""
6451
6452#: builtin/grep.c:675
6453msgid "use basic POSIX regular expressions (default)"
6454msgstr ""
6455
6456#: builtin/grep.c:678
6457msgid "interpret patterns as fixed strings"
6458msgstr ""
6459
6460#: builtin/grep.c:681
6461msgid "use Perl-compatible regular expressions"
6462msgstr ""
6463
6464#: builtin/grep.c:684
6465msgid "show line numbers"
6466msgstr ""
6467
6468#: builtin/grep.c:685
6469msgid "don't show filenames"
6470msgstr ""
6471
6472#: builtin/grep.c:686
6473msgid "show filenames"
6474msgstr ""
6475
6476#: builtin/grep.c:688
6477msgid "show filenames relative to top directory"
6478msgstr ""
6479
6480#: builtin/grep.c:690
6481msgid "show only filenames instead of matching lines"
6482msgstr ""
6483
6484#: builtin/grep.c:692
6485msgid "synonym for --files-with-matches"
6486msgstr ""
6487
6488#: builtin/grep.c:695
6489msgid "show only the names of files without match"
6490msgstr ""
6491
6492#: builtin/grep.c:697
6493msgid "print NUL after filenames"
6494msgstr ""
6495
6496#: builtin/grep.c:699
6497msgid "show the number of matches instead of matching lines"
6498msgstr ""
6499
6500#: builtin/grep.c:700
6501msgid "highlight matches"
6502msgstr ""
6503
6504#: builtin/grep.c:702
6505msgid "print empty line between matches from different files"
6506msgstr ""
6507
6508#: builtin/grep.c:704
6509msgid "show filename only once above matches from same file"
6510msgstr ""
6511
6512#: builtin/grep.c:707
6513msgid "show <n> context lines before and after matches"
6514msgstr ""
6515
6516#: builtin/grep.c:710
6517msgid "show <n> context lines before matches"
6518msgstr ""
6519
6520#: builtin/grep.c:712
6521msgid "show <n> context lines after matches"
6522msgstr ""
6523
6524#: builtin/grep.c:714
6525msgid "use <n> worker threads"
6526msgstr ""
6527
6528#: builtin/grep.c:715
6529msgid "shortcut for -C NUM"
6530msgstr ""
6531
6532#: builtin/grep.c:718
6533msgid "show a line with the function name before matches"
6534msgstr ""
6535
6536#: builtin/grep.c:720
6537msgid "show the surrounding function"
6538msgstr ""
6539
6540#: builtin/grep.c:723
6541msgid "read patterns from file"
6542msgstr ""
6543
6544#: builtin/grep.c:725
6545msgid "match <pattern>"
6546msgstr ""
6547
6548#: builtin/grep.c:727
6549msgid "combine patterns specified with -e"
6550msgstr ""
6551
6552#: builtin/grep.c:739
6553msgid "indicate hit with exit status without output"
6554msgstr ""
6555
6556#: builtin/grep.c:741
6557msgid "show only matches from files that match all patterns"
6558msgstr ""
6559
6560#: builtin/grep.c:743
6561msgid "show parse tree for grep expression"
6562msgstr ""
6563
6564#: builtin/grep.c:747
6565msgid "pager"
6566msgstr ""
6567
6568#: builtin/grep.c:747
6569msgid "show matching files in the pager"
6570msgstr ""
6571
6572#: builtin/grep.c:750
6573msgid "allow calling of grep(1) (ignored by this build)"
6574msgstr ""
6575
6576#: builtin/grep.c:813
6577msgid "no pattern given."
6578msgstr ""
6579
6580#: builtin/grep.c:845 builtin/index-pack.c:1477
6581#, c-format
6582msgid "invalid number of threads specified (%d)"
6583msgstr ""
6584
6585#: builtin/grep.c:875
6586msgid "--open-files-in-pager only works on the worktree"
6587msgstr ""
6588
6589#: builtin/grep.c:901
6590msgid "--cached or --untracked cannot be used with --no-index."
6591msgstr ""
6592
6593#: builtin/grep.c:906
6594msgid "--no-index or --untracked cannot be used with revs."
6595msgstr ""
6596
6597#: builtin/grep.c:909
6598msgid "--[no-]exclude-standard cannot be used for tracked contents."
6599msgstr ""
6600
6601#: builtin/grep.c:917
6602msgid "both --cached and trees are given."
6603msgstr ""
6604
6605#: builtin/hash-object.c:81
6606msgid ""
6607"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
6608"[--] <file>..."
6609msgstr ""
6610
6611#: builtin/hash-object.c:82
6612msgid "git hash-object  --stdin-paths"
6613msgstr ""
6614
6615#: builtin/hash-object.c:93
6616msgid "type"
6617msgstr ""
6618
6619#: builtin/hash-object.c:93
6620msgid "object type"
6621msgstr ""
6622
6623#: builtin/hash-object.c:94
6624msgid "write the object into the object database"
6625msgstr ""
6626
6627#: builtin/hash-object.c:96
6628msgid "read the object from stdin"
6629msgstr ""
6630
6631#: builtin/hash-object.c:98
6632msgid "store file as is without filters"
6633msgstr ""
6634
6635#: builtin/hash-object.c:99
6636msgid ""
6637"just hash any random garbage to create corrupt objects for debugging Git"
6638msgstr ""
6639
6640#: builtin/hash-object.c:100
6641msgid "process file as it were from this path"
6642msgstr ""
6643
6644#: builtin/help.c:41
6645msgid "print all available commands"
6646msgstr ""
6647
6648#: builtin/help.c:42
6649msgid "print list of useful guides"
6650msgstr ""
6651
6652#: builtin/help.c:43
6653msgid "show man page"
6654msgstr ""
6655
6656#: builtin/help.c:44
6657msgid "show manual in web browser"
6658msgstr ""
6659
6660#: builtin/help.c:46
6661msgid "show info page"
6662msgstr ""
6663
6664#: builtin/help.c:52
6665msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
6666msgstr ""
6667
6668#: builtin/help.c:64
6669#, c-format
6670msgid "unrecognized help format '%s'"
6671msgstr ""
6672
6673#: builtin/help.c:91
6674msgid "Failed to start emacsclient."
6675msgstr ""
6676
6677#: builtin/help.c:104
6678msgid "Failed to parse emacsclient version."
6679msgstr ""
6680
6681#: builtin/help.c:112
6682#, c-format
6683msgid "emacsclient version '%d' too old (< 22)."
6684msgstr ""
6685
6686#: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:168
6687#, c-format
6688msgid "failed to exec '%s'"
6689msgstr ""
6690
6691#: builtin/help.c:205
6692#, c-format
6693msgid ""
6694"'%s': path for unsupported man viewer.\n"
6695"Please consider using 'man.<tool>.cmd' instead."
6696msgstr ""
6697
6698#: builtin/help.c:217
6699#, c-format
6700msgid ""
6701"'%s': cmd for supported man viewer.\n"
6702"Please consider using 'man.<tool>.path' instead."
6703msgstr ""
6704
6705#: builtin/help.c:334
6706#, c-format
6707msgid "'%s': unknown man viewer."
6708msgstr ""
6709
6710#: builtin/help.c:351
6711msgid "no man viewer handled the request"
6712msgstr ""
6713
6714#: builtin/help.c:359
6715msgid "no info viewer handled the request"
6716msgstr ""
6717
6718#: builtin/help.c:408
6719msgid "Defining attributes per path"
6720msgstr ""
6721
6722#: builtin/help.c:409
6723msgid "Everyday Git With 20 Commands Or So"
6724msgstr ""
6725
6726#: builtin/help.c:410
6727msgid "A Git glossary"
6728msgstr ""
6729
6730#: builtin/help.c:411
6731msgid "Specifies intentionally untracked files to ignore"
6732msgstr ""
6733
6734#: builtin/help.c:412
6735msgid "Defining submodule properties"
6736msgstr ""
6737
6738#: builtin/help.c:413
6739msgid "Specifying revisions and ranges for Git"
6740msgstr ""
6741
6742#: builtin/help.c:414
6743msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
6744msgstr ""
6745
6746#: builtin/help.c:415
6747msgid "An overview of recommended workflows with Git"
6748msgstr ""
6749
6750#: builtin/help.c:427
6751msgid "The common Git guides are:\n"
6752msgstr ""
6753
6754#: builtin/help.c:448 builtin/help.c:465
6755#, c-format
6756msgid "usage: %s%s"
6757msgstr ""
6758
6759#: builtin/help.c:481
6760#, c-format
6761msgid "`git %s' is aliased to `%s'"
6762msgstr ""
6763
6764#: builtin/index-pack.c:152
6765#, c-format
6766msgid "unable to open %s"
6767msgstr ""
6768
6769#: builtin/index-pack.c:202
6770#, c-format
6771msgid "object type mismatch at %s"
6772msgstr ""
6773
6774#: builtin/index-pack.c:222
6775#, c-format
6776msgid "did not receive expected object %s"
6777msgstr ""
6778
6779#: builtin/index-pack.c:225
6780#, c-format
6781msgid "object %s: expected type %s, found %s"
6782msgstr ""
6783
6784#: builtin/index-pack.c:267
6785#, c-format
6786msgid "cannot fill %d byte"
6787msgid_plural "cannot fill %d bytes"
6788msgstr[0] ""
6789msgstr[1] ""
6790
6791#: builtin/index-pack.c:277
6792msgid "early EOF"
6793msgstr ""
6794
6795#: builtin/index-pack.c:278
6796msgid "read error on input"
6797msgstr ""
6798
6799#: builtin/index-pack.c:290
6800msgid "used more bytes than were available"
6801msgstr ""
6802
6803#: builtin/index-pack.c:297
6804msgid "pack too large for current definition of off_t"
6805msgstr ""
6806
6807#: builtin/index-pack.c:313
6808#, c-format
6809msgid "unable to create '%s'"
6810msgstr ""
6811
6812#: builtin/index-pack.c:318
6813#, c-format
6814msgid "cannot open packfile '%s'"
6815msgstr ""
6816
6817#: builtin/index-pack.c:332
6818msgid "pack signature mismatch"
6819msgstr ""
6820
6821#: builtin/index-pack.c:334
6822#, c-format
6823msgid "pack version %<PRIu32> unsupported"
6824msgstr ""
6825
6826#: builtin/index-pack.c:352
6827#, c-format
6828msgid "pack has bad object at offset %lu: %s"
6829msgstr ""
6830
6831#: builtin/index-pack.c:473
6832#, c-format
6833msgid "inflate returned %d"
6834msgstr ""
6835
6836#: builtin/index-pack.c:522
6837msgid "offset value overflow for delta base object"
6838msgstr ""
6839
6840#: builtin/index-pack.c:530
6841msgid "delta base offset is out of bound"
6842msgstr ""
6843
6844#: builtin/index-pack.c:538
6845#, c-format
6846msgid "unknown object type %d"
6847msgstr ""
6848
6849#: builtin/index-pack.c:569
6850msgid "cannot pread pack file"
6851msgstr ""
6852
6853#: builtin/index-pack.c:571
6854#, c-format
6855msgid "premature end of pack file, %lu byte missing"
6856msgid_plural "premature end of pack file, %lu bytes missing"
6857msgstr[0] ""
6858msgstr[1] ""
6859
6860#: builtin/index-pack.c:597
6861msgid "serious inflate inconsistency"
6862msgstr ""
6863
6864#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:772
6865#: builtin/index-pack.c:806 builtin/index-pack.c:815
6866#, c-format
6867msgid "SHA1 COLLISION FOUND WITH %s !"
6868msgstr ""
6869
6870#: builtin/index-pack.c:746 builtin/pack-objects.c:162
6871#: builtin/pack-objects.c:254
6872#, c-format
6873msgid "unable to read %s"
6874msgstr ""
6875
6876#: builtin/index-pack.c:812
6877#, c-format
6878msgid "cannot read existing object %s"
6879msgstr ""
6880
6881#: builtin/index-pack.c:826
6882#, c-format
6883msgid "invalid blob object %s"
6884msgstr ""
6885
6886#: builtin/index-pack.c:840
6887#, c-format
6888msgid "invalid %s"
6889msgstr ""
6890
6891#: builtin/index-pack.c:843
6892msgid "Error in object"
6893msgstr ""
6894
6895#: builtin/index-pack.c:845
6896#, c-format
6897msgid "Not all child objects of %s are reachable"
6898msgstr ""
6899
6900#: builtin/index-pack.c:917 builtin/index-pack.c:948
6901msgid "failed to apply delta"
6902msgstr ""
6903
6904#: builtin/index-pack.c:1118
6905msgid "Receiving objects"
6906msgstr ""
6907
6908#: builtin/index-pack.c:1118
6909msgid "Indexing objects"
6910msgstr ""
6911
6912#: builtin/index-pack.c:1150
6913msgid "pack is corrupted (SHA1 mismatch)"
6914msgstr ""
6915
6916#: builtin/index-pack.c:1155
6917msgid "cannot fstat packfile"
6918msgstr ""
6919
6920#: builtin/index-pack.c:1158
6921msgid "pack has junk at the end"
6922msgstr ""
6923
6924#: builtin/index-pack.c:1169
6925msgid "confusion beyond insanity in parse_pack_objects()"
6926msgstr ""
6927
6928#: builtin/index-pack.c:1194
6929msgid "Resolving deltas"
6930msgstr ""
6931
6932#: builtin/index-pack.c:1205
6933#, c-format
6934msgid "unable to create thread: %s"
6935msgstr ""
6936
6937#: builtin/index-pack.c:1247
6938msgid "confusion beyond insanity"
6939msgstr ""
6940
6941#: builtin/index-pack.c:1253
6942#, c-format
6943msgid "completed with %d local object"
6944msgid_plural "completed with %d local objects"
6945msgstr[0] ""
6946msgstr[1] ""
6947
6948#: builtin/index-pack.c:1265
6949#, c-format
6950msgid "Unexpected tail checksum for %s (disk corruption?)"
6951msgstr ""
6952
6953#: builtin/index-pack.c:1269
6954#, c-format
6955msgid "pack has %d unresolved delta"
6956msgid_plural "pack has %d unresolved deltas"
6957msgstr[0] ""
6958msgstr[1] ""
6959
6960#: builtin/index-pack.c:1293
6961#, c-format
6962msgid "unable to deflate appended object (%d)"
6963msgstr ""
6964
6965#: builtin/index-pack.c:1369
6966#, c-format
6967msgid "local object %s is corrupt"
6968msgstr ""
6969
6970#: builtin/index-pack.c:1393
6971msgid "error while closing pack file"
6972msgstr ""
6973
6974#: builtin/index-pack.c:1406
6975#, c-format
6976msgid "cannot write keep file '%s'"
6977msgstr ""
6978
6979#: builtin/index-pack.c:1414
6980#, c-format
6981msgid "cannot close written keep file '%s'"
6982msgstr ""
6983
6984#: builtin/index-pack.c:1427
6985msgid "cannot store pack file"
6986msgstr ""
6987
6988#: builtin/index-pack.c:1438
6989msgid "cannot store index file"
6990msgstr ""
6991
6992#: builtin/index-pack.c:1471
6993#, c-format
6994msgid "bad pack.indexversion=%<PRIu32>"
6995msgstr ""
6996
6997#: builtin/index-pack.c:1481 builtin/index-pack.c:1678
6998#, c-format
6999msgid "no threads support, ignoring %s"
7000msgstr ""
7001
7002#: builtin/index-pack.c:1540
7003#, c-format
7004msgid "Cannot open existing pack file '%s'"
7005msgstr ""
7006
7007#: builtin/index-pack.c:1542
7008#, c-format
7009msgid "Cannot open existing pack idx file for '%s'"
7010msgstr ""
7011
7012#: builtin/index-pack.c:1589
7013#, c-format
7014msgid "non delta: %d object"
7015msgid_plural "non delta: %d objects"
7016msgstr[0] ""
7017msgstr[1] ""
7018
7019#: builtin/index-pack.c:1596
7020#, c-format
7021msgid "chain length = %d: %lu object"
7022msgid_plural "chain length = %d: %lu objects"
7023msgstr[0] ""
7024msgstr[1] ""
7025
7026#: builtin/index-pack.c:1609
7027#, c-format
7028msgid "packfile name '%s' does not end with '.pack'"
7029msgstr ""
7030
7031#: builtin/index-pack.c:1638
7032msgid "Cannot come back to cwd"
7033msgstr ""
7034
7035#: builtin/index-pack.c:1690 builtin/index-pack.c:1693
7036#: builtin/index-pack.c:1705 builtin/index-pack.c:1709
7037#, c-format
7038msgid "bad %s"
7039msgstr ""
7040
7041#: builtin/index-pack.c:1723
7042msgid "--fix-thin cannot be used without --stdin"
7043msgstr ""
7044
7045#: builtin/index-pack.c:1731
7046msgid "--verify with no packfile name given"
7047msgstr ""
7048
7049#: builtin/init-db.c:55
7050#, c-format
7051msgid "cannot stat '%s'"
7052msgstr ""
7053
7054#: builtin/init-db.c:61
7055#, c-format
7056msgid "cannot stat template '%s'"
7057msgstr ""
7058
7059#: builtin/init-db.c:66
7060#, c-format
7061msgid "cannot opendir '%s'"
7062msgstr ""
7063
7064#: builtin/init-db.c:77
7065#, c-format
7066msgid "cannot readlink '%s'"
7067msgstr ""
7068
7069#: builtin/init-db.c:79
7070#, c-format
7071msgid "cannot symlink '%s' '%s'"
7072msgstr ""
7073
7074#: builtin/init-db.c:85
7075#, c-format
7076msgid "cannot copy '%s' to '%s'"
7077msgstr ""
7078
7079#: builtin/init-db.c:89
7080#, c-format
7081msgid "ignoring template %s"
7082msgstr ""
7083
7084#: builtin/init-db.c:120
7085#, c-format
7086msgid "templates not found %s"
7087msgstr ""
7088
7089#: builtin/init-db.c:135
7090#, c-format
7091msgid "not copying templates from '%s': %s"
7092msgstr ""
7093
7094#: builtin/init-db.c:312 builtin/init-db.c:315
7095#, c-format
7096msgid "%s already exists"
7097msgstr ""
7098
7099#: builtin/init-db.c:344
7100#, c-format
7101msgid "unable to handle file type %d"
7102msgstr ""
7103
7104#: builtin/init-db.c:347
7105#, c-format
7106msgid "unable to move %s to %s"
7107msgstr ""
7108
7109#. TRANSLATORS: The first '%s' is either "Reinitialized
7110#. existing" or "Initialized empty", the second " shared" or
7111#. "", and the last '%s%s' is the verbatim directory name.
7112#: builtin/init-db.c:403
7113#, c-format
7114msgid "%s%s Git repository in %s%s\n"
7115msgstr ""
7116
7117#: builtin/init-db.c:404
7118msgid "Reinitialized existing"
7119msgstr ""
7120
7121#: builtin/init-db.c:404
7122msgid "Initialized empty"
7123msgstr ""
7124
7125#: builtin/init-db.c:405
7126msgid " shared"
7127msgstr ""
7128
7129#: builtin/init-db.c:452
7130msgid ""
7131"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
7132"shared[=<permissions>]] [<directory>]"
7133msgstr ""
7134
7135#: builtin/init-db.c:475
7136msgid "permissions"
7137msgstr ""
7138
7139#: builtin/init-db.c:476
7140msgid "specify that the git repository is to be shared amongst several users"
7141msgstr ""
7142
7143#: builtin/init-db.c:510 builtin/init-db.c:515
7144#, c-format
7145msgid "cannot mkdir %s"
7146msgstr ""
7147
7148#: builtin/init-db.c:519
7149#, c-format
7150msgid "cannot chdir to %s"
7151msgstr ""
7152
7153#: builtin/init-db.c:540
7154#, c-format
7155msgid ""
7156"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
7157"dir=<directory>)"
7158msgstr ""
7159
7160#: builtin/init-db.c:568
7161#, c-format
7162msgid "Cannot access work tree '%s'"
7163msgstr ""
7164
7165#: builtin/interpret-trailers.c:15
7166msgid ""
7167"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
7168"<token>[(=|:)<value>])...] [<file>...]"
7169msgstr ""
7170
7171#: builtin/interpret-trailers.c:26
7172msgid "edit files in place"
7173msgstr ""
7174
7175#: builtin/interpret-trailers.c:27
7176msgid "trim empty trailers"
7177msgstr ""
7178
7179#: builtin/interpret-trailers.c:28
7180msgid "trailer"
7181msgstr ""
7182
7183#: builtin/interpret-trailers.c:29
7184msgid "trailer(s) to add"
7185msgstr ""
7186
7187#: builtin/interpret-trailers.c:42
7188msgid "no input file given for in-place editing"
7189msgstr ""
7190
7191#: builtin/log.c:43
7192msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
7193msgstr ""
7194
7195#: builtin/log.c:44
7196msgid "git show [<options>] <object>..."
7197msgstr ""
7198
7199#: builtin/log.c:83
7200#, c-format
7201msgid "invalid --decorate option: %s"
7202msgstr ""
7203
7204#: builtin/log.c:137
7205msgid "suppress diff output"
7206msgstr ""
7207
7208#: builtin/log.c:138
7209msgid "show source"
7210msgstr ""
7211
7212#: builtin/log.c:139
7213msgid "Use mail map file"
7214msgstr ""
7215
7216#: builtin/log.c:140
7217msgid "decorate options"
7218msgstr ""
7219
7220#: builtin/log.c:143
7221msgid "Process line range n,m in file, counting from 1"
7222msgstr ""
7223
7224#: builtin/log.c:239
7225#, c-format
7226msgid "Final output: %d %s\n"
7227msgstr ""
7228
7229#: builtin/log.c:471
7230#, c-format
7231msgid "git show %s: bad file"
7232msgstr ""
7233
7234#: builtin/log.c:485 builtin/log.c:578
7235#, c-format
7236msgid "Could not read object %s"
7237msgstr ""
7238
7239#: builtin/log.c:602
7240#, c-format
7241msgid "Unknown type: %d"
7242msgstr ""
7243
7244#: builtin/log.c:722
7245msgid "format.headers without value"
7246msgstr ""
7247
7248#: builtin/log.c:812
7249msgid "name of output directory is too long"
7250msgstr ""
7251
7252#: builtin/log.c:827
7253#, c-format
7254msgid "Cannot open patch file %s"
7255msgstr ""
7256
7257#: builtin/log.c:841
7258msgid "Need exactly one range."
7259msgstr ""
7260
7261#: builtin/log.c:851
7262msgid "Not a range."
7263msgstr ""
7264
7265#: builtin/log.c:957
7266msgid "Cover letter needs email format"
7267msgstr ""
7268
7269#: builtin/log.c:1036
7270#, c-format
7271msgid "insane in-reply-to: %s"
7272msgstr ""
7273
7274#: builtin/log.c:1064
7275msgid "git format-patch [<options>] [<since> | <revision-range>]"
7276msgstr ""
7277
7278#: builtin/log.c:1109
7279msgid "Two output directories?"
7280msgstr ""
7281
7282#: builtin/log.c:1216 builtin/log.c:1857 builtin/log.c:1859 builtin/log.c:1871
7283#, c-format
7284msgid "Unknown commit %s"
7285msgstr ""
7286
7287#: builtin/log.c:1226 builtin/notes.c:253 builtin/notes.c:304
7288#: builtin/notes.c:306 builtin/notes.c:369 builtin/notes.c:424
7289#: builtin/notes.c:510 builtin/notes.c:515 builtin/notes.c:593
7290#: builtin/notes.c:656 builtin/notes.c:881 builtin/tag.c:455
7291#, c-format
7292msgid "Failed to resolve '%s' as a valid ref."
7293msgstr ""
7294
7295#: builtin/log.c:1231
7296msgid "Could not find exact merge base."
7297msgstr ""
7298
7299#: builtin/log.c:1235
7300msgid ""
7301"Failed to get upstream, if you want to record base commit automatically,\n"
7302"please use git branch --set-upstream-to to track a remote branch.\n"
7303"Or you could specify base commit by --base=<base-commit-id> manually."
7304msgstr ""
7305
7306#: builtin/log.c:1255
7307msgid "Failed to find exact merge base"
7308msgstr ""
7309
7310#: builtin/log.c:1266
7311msgid "base commit should be the ancestor of revision list"
7312msgstr ""
7313
7314#: builtin/log.c:1270
7315msgid "base commit shouldn't be in revision list"
7316msgstr ""
7317
7318#: builtin/log.c:1319
7319msgid "cannot get patch id"
7320msgstr ""
7321
7322#: builtin/log.c:1377
7323msgid "use [PATCH n/m] even with a single patch"
7324msgstr ""
7325
7326#: builtin/log.c:1380
7327msgid "use [PATCH] even with multiple patches"
7328msgstr ""
7329
7330#: builtin/log.c:1384
7331msgid "print patches to standard out"
7332msgstr ""
7333
7334#: builtin/log.c:1386
7335msgid "generate a cover letter"
7336msgstr ""
7337
7338#: builtin/log.c:1388
7339msgid "use simple number sequence for output file names"
7340msgstr ""
7341
7342#: builtin/log.c:1389
7343msgid "sfx"
7344msgstr ""
7345
7346#: builtin/log.c:1390
7347msgid "use <sfx> instead of '.patch'"
7348msgstr ""
7349
7350#: builtin/log.c:1392
7351msgid "start numbering patches at <n> instead of 1"
7352msgstr ""
7353
7354#: builtin/log.c:1394
7355msgid "mark the series as Nth re-roll"
7356msgstr ""
7357
7358#: builtin/log.c:1396
7359msgid "Use [<prefix>] instead of [PATCH]"
7360msgstr ""
7361
7362#: builtin/log.c:1399
7363msgid "store resulting files in <dir>"
7364msgstr ""
7365
7366#: builtin/log.c:1402
7367msgid "don't strip/add [PATCH]"
7368msgstr ""
7369
7370#: builtin/log.c:1405
7371msgid "don't output binary diffs"
7372msgstr ""
7373
7374#: builtin/log.c:1407
7375msgid "output all-zero hash in From header"
7376msgstr ""
7377
7378#: builtin/log.c:1409
7379msgid "don't include a patch matching a commit upstream"
7380msgstr ""
7381
7382#: builtin/log.c:1411
7383msgid "show patch format instead of default (patch + stat)"
7384msgstr ""
7385
7386#: builtin/log.c:1413
7387msgid "Messaging"
7388msgstr ""
7389
7390#: builtin/log.c:1414
7391msgid "header"
7392msgstr ""
7393
7394#: builtin/log.c:1415
7395msgid "add email header"
7396msgstr ""
7397
7398#: builtin/log.c:1416 builtin/log.c:1418
7399msgid "email"
7400msgstr ""
7401
7402#: builtin/log.c:1416
7403msgid "add To: header"
7404msgstr ""
7405
7406#: builtin/log.c:1418
7407msgid "add Cc: header"
7408msgstr ""
7409
7410#: builtin/log.c:1420
7411msgid "ident"
7412msgstr ""
7413
7414#: builtin/log.c:1421
7415msgid "set From address to <ident> (or committer ident if absent)"
7416msgstr ""
7417
7418#: builtin/log.c:1423
7419msgid "message-id"
7420msgstr ""
7421
7422#: builtin/log.c:1424
7423msgid "make first mail a reply to <message-id>"
7424msgstr ""
7425
7426#: builtin/log.c:1425 builtin/log.c:1428
7427msgid "boundary"
7428msgstr ""
7429
7430#: builtin/log.c:1426
7431msgid "attach the patch"
7432msgstr ""
7433
7434#: builtin/log.c:1429
7435msgid "inline the patch"
7436msgstr ""
7437
7438#: builtin/log.c:1433
7439msgid "enable message threading, styles: shallow, deep"
7440msgstr ""
7441
7442#: builtin/log.c:1435
7443msgid "signature"
7444msgstr ""
7445
7446#: builtin/log.c:1436
7447msgid "add a signature"
7448msgstr ""
7449
7450#: builtin/log.c:1437
7451msgid "base-commit"
7452msgstr ""
7453
7454#: builtin/log.c:1438
7455msgid "add prerequisite tree info to the patch series"
7456msgstr ""
7457
7458#: builtin/log.c:1440
7459msgid "add a signature from a file"
7460msgstr ""
7461
7462#: builtin/log.c:1441
7463msgid "don't print the patch filenames"
7464msgstr ""
7465
7466#: builtin/log.c:1531
7467msgid "-n and -k are mutually exclusive."
7468msgstr ""
7469
7470#: builtin/log.c:1533
7471msgid "--subject-prefix and -k are mutually exclusive."
7472msgstr ""
7473
7474#: builtin/log.c:1541
7475msgid "--name-only does not make sense"
7476msgstr ""
7477
7478#: builtin/log.c:1543
7479msgid "--name-status does not make sense"
7480msgstr ""
7481
7482#: builtin/log.c:1545
7483msgid "--check does not make sense"
7484msgstr ""
7485
7486#: builtin/log.c:1573
7487msgid "standard output, or directory, which one?"
7488msgstr ""
7489
7490#: builtin/log.c:1575
7491#, c-format
7492msgid "Could not create directory '%s'"
7493msgstr ""
7494
7495#: builtin/log.c:1672
7496#, c-format
7497msgid "unable to read signature file '%s'"
7498msgstr ""
7499
7500#: builtin/log.c:1743
7501msgid "Failed to create output files"
7502msgstr ""
7503
7504#: builtin/log.c:1792
7505msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
7506msgstr ""
7507
7508#: builtin/log.c:1846
7509#, c-format
7510msgid ""
7511"Could not find a tracked remote branch, please specify <upstream> manually.\n"
7512msgstr ""
7513
7514#: builtin/ls-files.c:378
7515msgid "git ls-files [<options>] [<file>...]"
7516msgstr ""
7517
7518#: builtin/ls-files.c:427
7519msgid "identify the file status with tags"
7520msgstr ""
7521
7522#: builtin/ls-files.c:429
7523msgid "use lowercase letters for 'assume unchanged' files"
7524msgstr ""
7525
7526#: builtin/ls-files.c:431
7527msgid "show cached files in the output (default)"
7528msgstr ""
7529
7530#: builtin/ls-files.c:433
7531msgid "show deleted files in the output"
7532msgstr ""
7533
7534#: builtin/ls-files.c:435
7535msgid "show modified files in the output"
7536msgstr ""
7537
7538#: builtin/ls-files.c:437
7539msgid "show other files in the output"
7540msgstr ""
7541
7542#: builtin/ls-files.c:439
7543msgid "show ignored files in the output"
7544msgstr ""
7545
7546#: builtin/ls-files.c:442
7547msgid "show staged contents' object name in the output"
7548msgstr ""
7549
7550#: builtin/ls-files.c:444
7551msgid "show files on the filesystem that need to be removed"
7552msgstr ""
7553
7554#: builtin/ls-files.c:446
7555msgid "show 'other' directories' names only"
7556msgstr ""
7557
7558#: builtin/ls-files.c:448
7559msgid "show line endings of files"
7560msgstr ""
7561
7562#: builtin/ls-files.c:450
7563msgid "don't show empty directories"
7564msgstr ""
7565
7566#: builtin/ls-files.c:453
7567msgid "show unmerged files in the output"
7568msgstr ""
7569
7570#: builtin/ls-files.c:455
7571msgid "show resolve-undo information"
7572msgstr ""
7573
7574#: builtin/ls-files.c:457
7575msgid "skip files matching pattern"
7576msgstr ""
7577
7578#: builtin/ls-files.c:460
7579msgid "exclude patterns are read from <file>"
7580msgstr ""
7581
7582#: builtin/ls-files.c:463
7583msgid "read additional per-directory exclude patterns in <file>"
7584msgstr ""
7585
7586#: builtin/ls-files.c:465
7587msgid "add the standard git exclusions"
7588msgstr ""
7589
7590#: builtin/ls-files.c:468
7591msgid "make the output relative to the project top directory"
7592msgstr ""
7593
7594#: builtin/ls-files.c:471
7595msgid "if any <file> is not in the index, treat this as an error"
7596msgstr ""
7597
7598#: builtin/ls-files.c:472
7599msgid "tree-ish"
7600msgstr ""
7601
7602#: builtin/ls-files.c:473
7603msgid "pretend that paths removed since <tree-ish> are still present"
7604msgstr ""
7605
7606#: builtin/ls-files.c:475
7607msgid "show debugging data"
7608msgstr ""
7609
7610#: builtin/ls-remote.c:7
7611msgid ""
7612"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
7613"                     [-q | --quiet] [--exit-code] [--get-url]\n"
7614"                     [--symref] [<repository> [<refs>...]]"
7615msgstr ""
7616
7617#: builtin/ls-remote.c:50
7618msgid "do not print remote URL"
7619msgstr ""
7620
7621#: builtin/ls-remote.c:51 builtin/ls-remote.c:53
7622msgid "exec"
7623msgstr ""
7624
7625#: builtin/ls-remote.c:52 builtin/ls-remote.c:54
7626msgid "path of git-upload-pack on the remote host"
7627msgstr ""
7628
7629#: builtin/ls-remote.c:56
7630msgid "limit to tags"
7631msgstr ""
7632
7633#: builtin/ls-remote.c:57
7634msgid "limit to heads"
7635msgstr ""
7636
7637#: builtin/ls-remote.c:58
7638msgid "do not show peeled tags"
7639msgstr ""
7640
7641#: builtin/ls-remote.c:60
7642msgid "take url.<base>.insteadOf into account"
7643msgstr ""
7644
7645#: builtin/ls-remote.c:62
7646msgid "exit with exit code 2 if no matching refs are found"
7647msgstr ""
7648
7649#: builtin/ls-remote.c:64
7650msgid "show underlying ref in addition to the object pointed by it"
7651msgstr ""
7652
7653#: builtin/ls-tree.c:28
7654msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
7655msgstr ""
7656
7657#: builtin/ls-tree.c:128
7658msgid "only show trees"
7659msgstr ""
7660
7661#: builtin/ls-tree.c:130
7662msgid "recurse into subtrees"
7663msgstr ""
7664
7665#: builtin/ls-tree.c:132
7666msgid "show trees when recursing"
7667msgstr ""
7668
7669#: builtin/ls-tree.c:135
7670msgid "terminate entries with NUL byte"
7671msgstr ""
7672
7673#: builtin/ls-tree.c:136
7674msgid "include object size"
7675msgstr ""
7676
7677#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
7678msgid "list only filenames"
7679msgstr ""
7680
7681#: builtin/ls-tree.c:143
7682msgid "use full path names"
7683msgstr ""
7684
7685#: builtin/ls-tree.c:145
7686msgid "list entire tree; not just current directory (implies --full-name)"
7687msgstr ""
7688
7689#: builtin/merge.c:45
7690msgid "git merge [<options>] [<commit>...]"
7691msgstr ""
7692
7693#: builtin/merge.c:46
7694msgid "git merge [<options>] <msg> HEAD <commit>"
7695msgstr ""
7696
7697#: builtin/merge.c:47
7698msgid "git merge --abort"
7699msgstr ""
7700
7701#: builtin/merge.c:101
7702msgid "switch `m' requires a value"
7703msgstr ""
7704
7705#: builtin/merge.c:138
7706#, c-format
7707msgid "Could not find merge strategy '%s'.\n"
7708msgstr ""
7709
7710#: builtin/merge.c:139
7711#, c-format
7712msgid "Available strategies are:"
7713msgstr ""
7714
7715#: builtin/merge.c:144
7716#, c-format
7717msgid "Available custom strategies are:"
7718msgstr ""
7719
7720#: builtin/merge.c:194 builtin/pull.c:126
7721msgid "do not show a diffstat at the end of the merge"
7722msgstr ""
7723
7724#: builtin/merge.c:197 builtin/pull.c:129
7725msgid "show a diffstat at the end of the merge"
7726msgstr ""
7727
7728#: builtin/merge.c:198 builtin/pull.c:132
7729msgid "(synonym to --stat)"
7730msgstr ""
7731
7732#: builtin/merge.c:200 builtin/pull.c:135
7733msgid "add (at most <n>) entries from shortlog to merge commit message"
7734msgstr ""
7735
7736#: builtin/merge.c:203 builtin/pull.c:138
7737msgid "create a single commit instead of doing a merge"
7738msgstr ""
7739
7740#: builtin/merge.c:205 builtin/pull.c:141
7741msgid "perform a commit if the merge succeeds (default)"
7742msgstr ""
7743
7744#: builtin/merge.c:207 builtin/pull.c:144
7745msgid "edit message before committing"
7746msgstr ""
7747
7748#: builtin/merge.c:208
7749msgid "allow fast-forward (default)"
7750msgstr ""
7751
7752#: builtin/merge.c:210 builtin/pull.c:150
7753msgid "abort if fast-forward is not possible"
7754msgstr ""
7755
7756#: builtin/merge.c:214
7757msgid "Verify that the named commit has a valid GPG signature"
7758msgstr ""
7759
7760#: builtin/merge.c:215 builtin/notes.c:771 builtin/pull.c:157
7761#: builtin/revert.c:89
7762msgid "strategy"
7763msgstr ""
7764
7765#: builtin/merge.c:216 builtin/pull.c:158
7766msgid "merge strategy to use"
7767msgstr ""
7768
7769#: builtin/merge.c:217 builtin/pull.c:161
7770msgid "option=value"
7771msgstr ""
7772
7773#: builtin/merge.c:218 builtin/pull.c:162
7774msgid "option for selected merge strategy"
7775msgstr ""
7776
7777#: builtin/merge.c:220
7778msgid "merge commit message (for a non-fast-forward merge)"
7779msgstr ""
7780
7781#: builtin/merge.c:224
7782msgid "abort the current in-progress merge"
7783msgstr ""
7784
7785#: builtin/merge.c:226 builtin/pull.c:169
7786msgid "allow merging unrelated histories"
7787msgstr ""
7788
7789#: builtin/merge.c:254
7790msgid "could not run stash."
7791msgstr ""
7792
7793#: builtin/merge.c:259
7794msgid "stash failed"
7795msgstr ""
7796
7797#: builtin/merge.c:264
7798#, c-format
7799msgid "not a valid object: %s"
7800msgstr ""
7801
7802#: builtin/merge.c:283 builtin/merge.c:300
7803msgid "read-tree failed"
7804msgstr ""
7805
7806#: builtin/merge.c:330
7807msgid " (nothing to squash)"
7808msgstr ""
7809
7810#: builtin/merge.c:343
7811#, c-format
7812msgid "Squash commit -- not updating HEAD\n"
7813msgstr ""
7814
7815#: builtin/merge.c:347 builtin/merge.c:767 builtin/merge.c:987
7816#: builtin/merge.c:1000
7817#, c-format
7818msgid "Could not write to '%s'"
7819msgstr ""
7820
7821#: builtin/merge.c:375
7822msgid "Writing SQUASH_MSG"
7823msgstr ""
7824
7825#: builtin/merge.c:377
7826msgid "Finishing SQUASH_MSG"
7827msgstr ""
7828
7829#: builtin/merge.c:400
7830#, c-format
7831msgid "No merge message -- not updating HEAD\n"
7832msgstr ""
7833
7834#: builtin/merge.c:451
7835#, c-format
7836msgid "'%s' does not point to a commit"
7837msgstr ""
7838
7839#: builtin/merge.c:541
7840#, c-format
7841msgid "Bad branch.%s.mergeoptions string: %s"
7842msgstr ""
7843
7844#: builtin/merge.c:660
7845msgid "Not handling anything other than two heads merge."
7846msgstr ""
7847
7848#: builtin/merge.c:674
7849#, c-format
7850msgid "Unknown option for merge-recursive: -X%s"
7851msgstr ""
7852
7853#: builtin/merge.c:687
7854#, c-format
7855msgid "unable to write %s"
7856msgstr ""
7857
7858#: builtin/merge.c:776
7859#, c-format
7860msgid "Could not read from '%s'"
7861msgstr ""
7862
7863#: builtin/merge.c:785
7864#, c-format
7865msgid "Not committing merge; use 'git commit' to complete the merge.\n"
7866msgstr ""
7867
7868#: builtin/merge.c:791
7869#, c-format
7870msgid ""
7871"Please enter a commit message to explain why this merge is necessary,\n"
7872"especially if it merges an updated upstream into a topic branch.\n"
7873"\n"
7874"Lines starting with '%c' will be ignored, and an empty message aborts\n"
7875"the commit.\n"
7876msgstr ""
7877
7878#: builtin/merge.c:815
7879msgid "Empty commit message."
7880msgstr ""
7881
7882#: builtin/merge.c:835
7883#, c-format
7884msgid "Wonderful.\n"
7885msgstr ""
7886
7887#: builtin/merge.c:890
7888#, c-format
7889msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
7890msgstr ""
7891
7892#: builtin/merge.c:906
7893#, c-format
7894msgid "'%s' is not a commit"
7895msgstr ""
7896
7897#: builtin/merge.c:947
7898msgid "No current branch."
7899msgstr ""
7900
7901#: builtin/merge.c:949
7902msgid "No remote for the current branch."
7903msgstr ""
7904
7905#: builtin/merge.c:951
7906msgid "No default upstream defined for the current branch."
7907msgstr ""
7908
7909#: builtin/merge.c:956
7910#, c-format
7911msgid "No remote-tracking branch for %s from %s"
7912msgstr ""
7913
7914#: builtin/merge.c:1091
7915#, c-format
7916msgid "could not close '%s'"
7917msgstr ""
7918
7919#: builtin/merge.c:1219
7920msgid "There is no merge to abort (MERGE_HEAD missing)."
7921msgstr ""
7922
7923#: builtin/merge.c:1235
7924msgid ""
7925"You have not concluded your merge (MERGE_HEAD exists).\n"
7926"Please, commit your changes before you merge."
7927msgstr ""
7928
7929#: builtin/merge.c:1242
7930msgid ""
7931"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
7932"Please, commit your changes before you merge."
7933msgstr ""
7934
7935#: builtin/merge.c:1245
7936msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
7937msgstr ""
7938
7939#: builtin/merge.c:1254
7940msgid "You cannot combine --squash with --no-ff."
7941msgstr ""
7942
7943#: builtin/merge.c:1262
7944msgid "No commit specified and merge.defaultToUpstream not set."
7945msgstr ""
7946
7947#: builtin/merge.c:1279
7948msgid "Squash commit into empty head not supported yet"
7949msgstr ""
7950
7951#: builtin/merge.c:1281
7952msgid "Non-fast-forward commit does not make sense into an empty head"
7953msgstr ""
7954
7955#: builtin/merge.c:1286
7956#, c-format
7957msgid "%s - not something we can merge"
7958msgstr ""
7959
7960#: builtin/merge.c:1288
7961msgid "Can merge only exactly one commit into empty head"
7962msgstr ""
7963
7964#: builtin/merge.c:1344
7965#, c-format
7966msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
7967msgstr ""
7968
7969#: builtin/merge.c:1347
7970#, c-format
7971msgid "Commit %s has a bad GPG signature allegedly by %s."
7972msgstr ""
7973
7974#: builtin/merge.c:1350
7975#, c-format
7976msgid "Commit %s does not have a GPG signature."
7977msgstr ""
7978
7979#: builtin/merge.c:1353
7980#, c-format
7981msgid "Commit %s has a good GPG signature by %s\n"
7982msgstr ""
7983
7984#: builtin/merge.c:1415
7985msgid "refusing to merge unrelated histories"
7986msgstr ""
7987
7988#: builtin/merge.c:1439
7989#, c-format
7990msgid "Updating %s..%s\n"
7991msgstr ""
7992
7993#: builtin/merge.c:1476
7994#, c-format
7995msgid "Trying really trivial in-index merge...\n"
7996msgstr ""
7997
7998#: builtin/merge.c:1483
7999#, c-format
8000msgid "Nope.\n"
8001msgstr ""
8002
8003#: builtin/merge.c:1515
8004msgid "Not possible to fast-forward, aborting."
8005msgstr ""
8006
8007#: builtin/merge.c:1538 builtin/merge.c:1617
8008#, c-format
8009msgid "Rewinding the tree to pristine...\n"
8010msgstr ""
8011
8012#: builtin/merge.c:1542
8013#, c-format
8014msgid "Trying merge strategy %s...\n"
8015msgstr ""
8016
8017#: builtin/merge.c:1608
8018#, c-format
8019msgid "No merge strategy handled the merge.\n"
8020msgstr ""
8021
8022#: builtin/merge.c:1610
8023#, c-format
8024msgid "Merge with strategy %s failed.\n"
8025msgstr ""
8026
8027#: builtin/merge.c:1619
8028#, c-format
8029msgid "Using the %s to prepare resolving by hand.\n"
8030msgstr ""
8031
8032#: builtin/merge.c:1631
8033#, c-format
8034msgid "Automatic merge went well; stopped before committing as requested\n"
8035msgstr ""
8036
8037#: builtin/merge-base.c:29
8038msgid "git merge-base [-a | --all] <commit> <commit>..."
8039msgstr ""
8040
8041#: builtin/merge-base.c:30
8042msgid "git merge-base [-a | --all] --octopus <commit>..."
8043msgstr ""
8044
8045#: builtin/merge-base.c:31
8046msgid "git merge-base --independent <commit>..."
8047msgstr ""
8048
8049#: builtin/merge-base.c:32
8050msgid "git merge-base --is-ancestor <commit> <commit>"
8051msgstr ""
8052
8053#: builtin/merge-base.c:33
8054msgid "git merge-base --fork-point <ref> [<commit>]"
8055msgstr ""
8056
8057#: builtin/merge-base.c:214
8058msgid "output all common ancestors"
8059msgstr ""
8060
8061#: builtin/merge-base.c:216
8062msgid "find ancestors for a single n-way merge"
8063msgstr ""
8064
8065#: builtin/merge-base.c:218
8066msgid "list revs not reachable from others"
8067msgstr ""
8068
8069#: builtin/merge-base.c:220
8070msgid "is the first one ancestor of the other?"
8071msgstr ""
8072
8073#: builtin/merge-base.c:222
8074msgid "find where <commit> forked from reflog of <ref>"
8075msgstr ""
8076
8077#: builtin/merge-file.c:8
8078msgid ""
8079"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
8080"<orig-file> <file2>"
8081msgstr ""
8082
8083#: builtin/merge-file.c:33
8084msgid "send results to standard output"
8085msgstr ""
8086
8087#: builtin/merge-file.c:34
8088msgid "use a diff3 based merge"
8089msgstr ""
8090
8091#: builtin/merge-file.c:35
8092msgid "for conflicts, use our version"
8093msgstr ""
8094
8095#: builtin/merge-file.c:37
8096msgid "for conflicts, use their version"
8097msgstr ""
8098
8099#: builtin/merge-file.c:39
8100msgid "for conflicts, use a union version"
8101msgstr ""
8102
8103#: builtin/merge-file.c:42
8104msgid "for conflicts, use this marker size"
8105msgstr ""
8106
8107#: builtin/merge-file.c:43
8108msgid "do not warn about conflicts"
8109msgstr ""
8110
8111#: builtin/merge-file.c:45
8112msgid "set labels for file1/orig-file/file2"
8113msgstr ""
8114
8115#: builtin/mktree.c:65
8116msgid "git mktree [-z] [--missing] [--batch]"
8117msgstr ""
8118
8119#: builtin/mktree.c:152
8120msgid "input is NUL terminated"
8121msgstr ""
8122
8123#: builtin/mktree.c:153 builtin/write-tree.c:24
8124msgid "allow missing objects"
8125msgstr ""
8126
8127#: builtin/mktree.c:154
8128msgid "allow creation of more than one tree"
8129msgstr ""
8130
8131#: builtin/mv.c:15
8132msgid "git mv [<options>] <source>... <destination>"
8133msgstr ""
8134
8135#: builtin/mv.c:70
8136#, c-format
8137msgid "Directory %s is in index and no submodule?"
8138msgstr ""
8139
8140#: builtin/mv.c:72 builtin/rm.c:317
8141msgid "Please stage your changes to .gitmodules or stash them to proceed"
8142msgstr ""
8143
8144#: builtin/mv.c:90
8145#, c-format
8146msgid "%.*s is in index"
8147msgstr ""
8148
8149#: builtin/mv.c:112
8150msgid "force move/rename even if target exists"
8151msgstr ""
8152
8153#: builtin/mv.c:113
8154msgid "skip move/rename errors"
8155msgstr ""
8156
8157#: builtin/mv.c:152
8158#, c-format
8159msgid "destination '%s' is not a directory"
8160msgstr ""
8161
8162#: builtin/mv.c:163
8163#, c-format
8164msgid "Checking rename of '%s' to '%s'\n"
8165msgstr ""
8166
8167#: builtin/mv.c:167
8168msgid "bad source"
8169msgstr ""
8170
8171#: builtin/mv.c:170
8172msgid "can not move directory into itself"
8173msgstr ""
8174
8175#: builtin/mv.c:173
8176msgid "cannot move directory over file"
8177msgstr ""
8178
8179#: builtin/mv.c:182
8180msgid "source directory is empty"
8181msgstr ""
8182
8183#: builtin/mv.c:207
8184msgid "not under version control"
8185msgstr ""
8186
8187#: builtin/mv.c:210
8188msgid "destination exists"
8189msgstr ""
8190
8191#: builtin/mv.c:218
8192#, c-format
8193msgid "overwriting '%s'"
8194msgstr ""
8195
8196#: builtin/mv.c:221
8197msgid "Cannot overwrite"
8198msgstr ""
8199
8200#: builtin/mv.c:224
8201msgid "multiple sources for the same target"
8202msgstr ""
8203
8204#: builtin/mv.c:226
8205msgid "destination directory does not exist"
8206msgstr ""
8207
8208#: builtin/mv.c:233
8209#, c-format
8210msgid "%s, source=%s, destination=%s"
8211msgstr ""
8212
8213#: builtin/mv.c:254
8214#, c-format
8215msgid "Renaming %s to %s\n"
8216msgstr ""
8217
8218#: builtin/mv.c:260 builtin/remote.c:714 builtin/repack.c:365
8219#, c-format
8220msgid "renaming '%s' failed"
8221msgstr ""
8222
8223#: builtin/name-rev.c:258
8224msgid "git name-rev [<options>] <commit>..."
8225msgstr ""
8226
8227#: builtin/name-rev.c:259
8228msgid "git name-rev [<options>] --all"
8229msgstr ""
8230
8231#: builtin/name-rev.c:260
8232msgid "git name-rev [<options>] --stdin"
8233msgstr ""
8234
8235#: builtin/name-rev.c:312
8236msgid "print only names (no SHA-1)"
8237msgstr ""
8238
8239#: builtin/name-rev.c:313
8240msgid "only use tags to name the commits"
8241msgstr ""
8242
8243#: builtin/name-rev.c:315
8244msgid "only use refs matching <pattern>"
8245msgstr ""
8246
8247#: builtin/name-rev.c:317
8248msgid "list all commits reachable from all refs"
8249msgstr ""
8250
8251#: builtin/name-rev.c:318
8252msgid "read from stdin"
8253msgstr ""
8254
8255#: builtin/name-rev.c:319
8256msgid "allow to print `undefined` names (default)"
8257msgstr ""
8258
8259#: builtin/name-rev.c:325
8260msgid "dereference tags in the input (internal use)"
8261msgstr ""
8262
8263#: builtin/notes.c:25
8264msgid "git notes [--ref <notes-ref>] [list [<object>]]"
8265msgstr ""
8266
8267#: builtin/notes.c:26
8268msgid ""
8269"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
8270"| (-c | -C) <object>] [<object>]"
8271msgstr ""
8272
8273#: builtin/notes.c:27
8274msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
8275msgstr ""
8276
8277#: builtin/notes.c:28
8278msgid ""
8279"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
8280"(-c | -C) <object>] [<object>]"
8281msgstr ""
8282
8283#: builtin/notes.c:29
8284msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
8285msgstr ""
8286
8287#: builtin/notes.c:30
8288msgid "git notes [--ref <notes-ref>] show [<object>]"
8289msgstr ""
8290
8291#: builtin/notes.c:31
8292msgid ""
8293"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
8294msgstr ""
8295
8296#: builtin/notes.c:32
8297msgid "git notes merge --commit [-v | -q]"
8298msgstr ""
8299
8300#: builtin/notes.c:33
8301msgid "git notes merge --abort [-v | -q]"
8302msgstr ""
8303
8304#: builtin/notes.c:34
8305msgid "git notes [--ref <notes-ref>] remove [<object>...]"
8306msgstr ""
8307
8308#: builtin/notes.c:35
8309msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
8310msgstr ""
8311
8312#: builtin/notes.c:36
8313msgid "git notes [--ref <notes-ref>] get-ref"
8314msgstr ""
8315
8316#: builtin/notes.c:41
8317msgid "git notes [list [<object>]]"
8318msgstr ""
8319
8320#: builtin/notes.c:46
8321msgid "git notes add [<options>] [<object>]"
8322msgstr ""
8323
8324#: builtin/notes.c:51
8325msgid "git notes copy [<options>] <from-object> <to-object>"
8326msgstr ""
8327
8328#: builtin/notes.c:52
8329msgid "git notes copy --stdin [<from-object> <to-object>]..."
8330msgstr ""
8331
8332#: builtin/notes.c:57
8333msgid "git notes append [<options>] [<object>]"
8334msgstr ""
8335
8336#: builtin/notes.c:62
8337msgid "git notes edit [<object>]"
8338msgstr ""
8339
8340#: builtin/notes.c:67
8341msgid "git notes show [<object>]"
8342msgstr ""
8343
8344#: builtin/notes.c:72
8345msgid "git notes merge [<options>] <notes-ref>"
8346msgstr ""
8347
8348#: builtin/notes.c:73
8349msgid "git notes merge --commit [<options>]"
8350msgstr ""
8351
8352#: builtin/notes.c:74
8353msgid "git notes merge --abort [<options>]"
8354msgstr ""
8355
8356#: builtin/notes.c:79
8357msgid "git notes remove [<object>]"
8358msgstr ""
8359
8360#: builtin/notes.c:84
8361msgid "git notes prune [<options>]"
8362msgstr ""
8363
8364#: builtin/notes.c:89
8365msgid "git notes get-ref"
8366msgstr ""
8367
8368#: builtin/notes.c:147
8369#, c-format
8370msgid "unable to start 'show' for object '%s'"
8371msgstr ""
8372
8373#: builtin/notes.c:151
8374msgid "could not read 'show' output"
8375msgstr ""
8376
8377#: builtin/notes.c:159
8378#, c-format
8379msgid "failed to finish 'show' for object '%s'"
8380msgstr ""
8381
8382#: builtin/notes.c:174 builtin/tag.c:248
8383#, c-format
8384msgid "could not create file '%s'"
8385msgstr ""
8386
8387#: builtin/notes.c:193
8388msgid "Please supply the note contents using either -m or -F option"
8389msgstr ""
8390
8391#: builtin/notes.c:202
8392msgid "unable to write note object"
8393msgstr ""
8394
8395#: builtin/notes.c:204
8396#, c-format
8397msgid "The note contents have been left in %s"
8398msgstr ""
8399
8400#: builtin/notes.c:232 builtin/tag.c:439
8401#, c-format
8402msgid "cannot read '%s'"
8403msgstr ""
8404
8405#: builtin/notes.c:234 builtin/tag.c:442
8406#, c-format
8407msgid "could not open or read '%s'"
8408msgstr ""
8409
8410#: builtin/notes.c:256
8411#, c-format
8412msgid "Failed to read object '%s'."
8413msgstr ""
8414
8415#: builtin/notes.c:260
8416#, c-format
8417msgid "Cannot read note data from non-blob object '%s'."
8418msgstr ""
8419
8420#: builtin/notes.c:362 builtin/notes.c:417 builtin/notes.c:493
8421#: builtin/notes.c:505 builtin/notes.c:581 builtin/notes.c:649
8422#: builtin/notes.c:946
8423msgid "too many parameters"
8424msgstr ""
8425
8426#: builtin/notes.c:375 builtin/notes.c:662
8427#, c-format
8428msgid "No note found for object %s."
8429msgstr ""
8430
8431#: builtin/notes.c:396 builtin/notes.c:559
8432msgid "note contents as a string"
8433msgstr ""
8434
8435#: builtin/notes.c:399 builtin/notes.c:562
8436msgid "note contents in a file"
8437msgstr ""
8438
8439#: builtin/notes.c:402 builtin/notes.c:565
8440msgid "reuse and edit specified note object"
8441msgstr ""
8442
8443#: builtin/notes.c:405 builtin/notes.c:568
8444msgid "reuse specified note object"
8445msgstr ""
8446
8447#: builtin/notes.c:408 builtin/notes.c:571
8448msgid "allow storing empty note"
8449msgstr ""
8450
8451#: builtin/notes.c:409 builtin/notes.c:480
8452msgid "replace existing notes"
8453msgstr ""
8454
8455#: builtin/notes.c:434
8456#, c-format
8457msgid ""
8458"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
8459"existing notes"
8460msgstr ""
8461
8462#: builtin/notes.c:449 builtin/notes.c:528
8463#, c-format
8464msgid "Overwriting existing notes for object %s\n"
8465msgstr ""
8466
8467#: builtin/notes.c:460 builtin/notes.c:621 builtin/notes.c:886
8468#, c-format
8469msgid "Removing note for object %s\n"
8470msgstr ""
8471
8472#: builtin/notes.c:481
8473msgid "read objects from stdin"
8474msgstr ""
8475
8476#: builtin/notes.c:483
8477msgid "load rewriting config for <command> (implies --stdin)"
8478msgstr ""
8479
8480#: builtin/notes.c:501
8481msgid "too few parameters"
8482msgstr ""
8483
8484#: builtin/notes.c:522
8485#, c-format
8486msgid ""
8487"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
8488"existing notes"
8489msgstr ""
8490
8491#: builtin/notes.c:534
8492#, c-format
8493msgid "Missing notes on source object %s. Cannot copy."
8494msgstr ""
8495
8496#: builtin/notes.c:586
8497#, c-format
8498msgid ""
8499"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
8500"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
8501msgstr ""
8502
8503#: builtin/notes.c:768
8504msgid "General options"
8505msgstr ""
8506
8507#: builtin/notes.c:770
8508msgid "Merge options"
8509msgstr ""
8510
8511#: builtin/notes.c:772
8512msgid ""
8513"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
8514"cat_sort_uniq)"
8515msgstr ""
8516
8517#: builtin/notes.c:774
8518msgid "Committing unmerged notes"
8519msgstr ""
8520
8521#: builtin/notes.c:776
8522msgid "finalize notes merge by committing unmerged notes"
8523msgstr ""
8524
8525#: builtin/notes.c:778
8526msgid "Aborting notes merge resolution"
8527msgstr ""
8528
8529#: builtin/notes.c:780
8530msgid "abort notes merge"
8531msgstr ""
8532
8533#: builtin/notes.c:857
8534#, c-format
8535msgid "A notes merge into %s is already in-progress at %s"
8536msgstr ""
8537
8538#: builtin/notes.c:884
8539#, c-format
8540msgid "Object %s has no note\n"
8541msgstr ""
8542
8543#: builtin/notes.c:896
8544msgid "attempt to remove non-existent note is not an error"
8545msgstr ""
8546
8547#: builtin/notes.c:899
8548msgid "read object names from the standard input"
8549msgstr ""
8550
8551#: builtin/notes.c:980
8552msgid "notes-ref"
8553msgstr ""
8554
8555#: builtin/notes.c:981
8556msgid "use notes from <notes-ref>"
8557msgstr ""
8558
8559#: builtin/notes.c:1016 builtin/remote.c:1628
8560#, c-format
8561msgid "Unknown subcommand: %s"
8562msgstr ""
8563
8564#: builtin/pack-objects.c:28
8565msgid ""
8566"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
8567msgstr ""
8568
8569#: builtin/pack-objects.c:29
8570msgid ""
8571"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
8572msgstr ""
8573
8574#: builtin/pack-objects.c:175 builtin/pack-objects.c:178
8575#, c-format
8576msgid "deflate error (%d)"
8577msgstr ""
8578
8579#: builtin/pack-objects.c:763
8580msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
8581msgstr ""
8582
8583#: builtin/pack-objects.c:776
8584msgid "Writing objects"
8585msgstr ""
8586
8587#: builtin/pack-objects.c:1017
8588msgid "disabling bitmap writing, as some objects are not being packed"
8589msgstr ""
8590
8591#: builtin/pack-objects.c:2177
8592msgid "Compressing objects"
8593msgstr ""
8594
8595#: builtin/pack-objects.c:2563
8596#, c-format
8597msgid "unsupported index version %s"
8598msgstr ""
8599
8600#: builtin/pack-objects.c:2567
8601#, c-format
8602msgid "bad index version '%s'"
8603msgstr ""
8604
8605#: builtin/pack-objects.c:2597
8606msgid "do not show progress meter"
8607msgstr ""
8608
8609#: builtin/pack-objects.c:2599
8610msgid "show progress meter"
8611msgstr ""
8612
8613#: builtin/pack-objects.c:2601
8614msgid "show progress meter during object writing phase"
8615msgstr ""
8616
8617#: builtin/pack-objects.c:2604
8618msgid "similar to --all-progress when progress meter is shown"
8619msgstr ""
8620
8621#: builtin/pack-objects.c:2605
8622msgid "version[,offset]"
8623msgstr ""
8624
8625#: builtin/pack-objects.c:2606
8626msgid "write the pack index file in the specified idx format version"
8627msgstr ""
8628
8629#: builtin/pack-objects.c:2609
8630msgid "maximum size of each output pack file"
8631msgstr ""
8632
8633#: builtin/pack-objects.c:2611
8634msgid "ignore borrowed objects from alternate object store"
8635msgstr ""
8636
8637#: builtin/pack-objects.c:2613
8638msgid "ignore packed objects"
8639msgstr ""
8640
8641#: builtin/pack-objects.c:2615
8642msgid "limit pack window by objects"
8643msgstr ""
8644
8645#: builtin/pack-objects.c:2617
8646msgid "limit pack window by memory in addition to object limit"
8647msgstr ""
8648
8649#: builtin/pack-objects.c:2619
8650msgid "maximum length of delta chain allowed in the resulting pack"
8651msgstr ""
8652
8653#: builtin/pack-objects.c:2621
8654msgid "reuse existing deltas"
8655msgstr ""
8656
8657#: builtin/pack-objects.c:2623
8658msgid "reuse existing objects"
8659msgstr ""
8660
8661#: builtin/pack-objects.c:2625
8662msgid "use OFS_DELTA objects"
8663msgstr ""
8664
8665#: builtin/pack-objects.c:2627
8666msgid "use threads when searching for best delta matches"
8667msgstr ""
8668
8669#: builtin/pack-objects.c:2629
8670msgid "do not create an empty pack output"
8671msgstr ""
8672
8673#: builtin/pack-objects.c:2631
8674msgid "read revision arguments from standard input"
8675msgstr ""
8676
8677#: builtin/pack-objects.c:2633
8678msgid "limit the objects to those that are not yet packed"
8679msgstr ""
8680
8681#: builtin/pack-objects.c:2636
8682msgid "include objects reachable from any reference"
8683msgstr ""
8684
8685#: builtin/pack-objects.c:2639
8686msgid "include objects referred by reflog entries"
8687msgstr ""
8688
8689#: builtin/pack-objects.c:2642
8690msgid "include objects referred to by the index"
8691msgstr ""
8692
8693#: builtin/pack-objects.c:2645
8694msgid "output pack to stdout"
8695msgstr ""
8696
8697#: builtin/pack-objects.c:2647
8698msgid "include tag objects that refer to objects to be packed"
8699msgstr ""
8700
8701#: builtin/pack-objects.c:2649
8702msgid "keep unreachable objects"
8703msgstr ""
8704
8705#: builtin/pack-objects.c:2650 parse-options.h:142
8706msgid "time"
8707msgstr ""
8708
8709#: builtin/pack-objects.c:2651
8710msgid "unpack unreachable objects newer than <time>"
8711msgstr ""
8712
8713#: builtin/pack-objects.c:2654
8714msgid "create thin packs"
8715msgstr ""
8716
8717#: builtin/pack-objects.c:2656
8718msgid "create packs suitable for shallow fetches"
8719msgstr ""
8720
8721#: builtin/pack-objects.c:2658
8722msgid "ignore packs that have companion .keep file"
8723msgstr ""
8724
8725#: builtin/pack-objects.c:2660
8726msgid "pack compression level"
8727msgstr ""
8728
8729#: builtin/pack-objects.c:2662
8730msgid "do not hide commits by grafts"
8731msgstr ""
8732
8733#: builtin/pack-objects.c:2664
8734msgid "use a bitmap index if available to speed up counting objects"
8735msgstr ""
8736
8737#: builtin/pack-objects.c:2666
8738msgid "write a bitmap index together with the pack index"
8739msgstr ""
8740
8741#: builtin/pack-objects.c:2757
8742msgid "Counting objects"
8743msgstr ""
8744
8745#: builtin/pack-refs.c:6
8746msgid "git pack-refs [<options>]"
8747msgstr ""
8748
8749#: builtin/pack-refs.c:14
8750msgid "pack everything"
8751msgstr ""
8752
8753#: builtin/pack-refs.c:15
8754msgid "prune loose refs (default)"
8755msgstr ""
8756
8757#: builtin/prune-packed.c:7
8758msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
8759msgstr ""
8760
8761#: builtin/prune-packed.c:40
8762msgid "Removing duplicate objects"
8763msgstr ""
8764
8765#: builtin/prune.c:11
8766msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
8767msgstr ""
8768
8769#: builtin/prune.c:105 builtin/worktree.c:125
8770msgid "do not remove, show only"
8771msgstr ""
8772
8773#: builtin/prune.c:106 builtin/worktree.c:126
8774msgid "report pruned objects"
8775msgstr ""
8776
8777#: builtin/prune.c:109 builtin/worktree.c:128
8778msgid "expire objects older than <time>"
8779msgstr ""
8780
8781#: builtin/prune.c:123
8782msgid "cannot prune in a precious-objects repo"
8783msgstr ""
8784
8785#: builtin/pull.c:72
8786msgid "git pull [<options>] [<repository> [<refspec>...]]"
8787msgstr ""
8788
8789#: builtin/pull.c:120
8790msgid "Options related to merging"
8791msgstr ""
8792
8793#: builtin/pull.c:123
8794msgid "incorporate changes by rebasing rather than merging"
8795msgstr ""
8796
8797#: builtin/pull.c:147 builtin/revert.c:105
8798msgid "allow fast-forward"
8799msgstr ""
8800
8801#: builtin/pull.c:153
8802msgid "verify that the named commit has a valid GPG signature"
8803msgstr ""
8804
8805#: builtin/pull.c:156
8806msgid "automatically stash/stash pop before and after rebase"
8807msgstr ""
8808
8809#: builtin/pull.c:172
8810msgid "Options related to fetching"
8811msgstr ""
8812
8813#: builtin/pull.c:194
8814msgid "number of submodules pulled in parallel"
8815msgstr ""
8816
8817#: builtin/pull.c:283
8818#, c-format
8819msgid "Invalid value for pull.ff: %s"
8820msgstr ""
8821
8822#: builtin/pull.c:379
8823msgid "Cannot pull with rebase: You have unstaged changes."
8824msgstr ""
8825
8826#: builtin/pull.c:385
8827msgid "Additionally, your index contains uncommitted changes."
8828msgstr ""
8829
8830#: builtin/pull.c:387
8831msgid "Cannot pull with rebase: Your index contains uncommitted changes."
8832msgstr ""
8833
8834#: builtin/pull.c:463
8835msgid ""
8836"There is no candidate for rebasing against among the refs that you just "
8837"fetched."
8838msgstr ""
8839
8840#: builtin/pull.c:465
8841msgid ""
8842"There are no candidates for merging among the refs that you just fetched."
8843msgstr ""
8844
8845#: builtin/pull.c:466
8846msgid ""
8847"Generally this means that you provided a wildcard refspec which had no\n"
8848"matches on the remote end."
8849msgstr ""
8850
8851#: builtin/pull.c:469
8852#, c-format
8853msgid ""
8854"You asked to pull from the remote '%s', but did not specify\n"
8855"a branch. Because this is not the default configured remote\n"
8856"for your current branch, you must specify a branch on the command line."
8857msgstr ""
8858
8859#: builtin/pull.c:474 git-parse-remote.sh:73
8860msgid "You are not currently on a branch."
8861msgstr ""
8862
8863#: builtin/pull.c:476 builtin/pull.c:491 git-parse-remote.sh:79
8864msgid "Please specify which branch you want to rebase against."
8865msgstr ""
8866
8867#: builtin/pull.c:478 builtin/pull.c:493 git-parse-remote.sh:82
8868msgid "Please specify which branch you want to merge with."
8869msgstr ""
8870
8871#: builtin/pull.c:479 builtin/pull.c:494
8872msgid "See git-pull(1) for details."
8873msgstr ""
8874
8875#: builtin/pull.c:481 builtin/pull.c:487 builtin/pull.c:496
8876#: git-parse-remote.sh:64
8877msgid "<remote>"
8878msgstr ""
8879
8880#: builtin/pull.c:481 builtin/pull.c:496 builtin/pull.c:501
8881#: git-parse-remote.sh:65
8882msgid "<branch>"
8883msgstr ""
8884
8885#: builtin/pull.c:489 git-parse-remote.sh:75
8886msgid "There is no tracking information for the current branch."
8887msgstr ""
8888
8889#: builtin/pull.c:498 git-parse-remote.sh:95
8890msgid ""
8891"If you wish to set tracking information for this branch you can do so with:"
8892msgstr ""
8893
8894#: builtin/pull.c:503
8895#, c-format
8896msgid ""
8897"Your configuration specifies to merge with the ref '%s'\n"
8898"from the remote, but no such ref was fetched."
8899msgstr ""
8900
8901#: builtin/pull.c:864
8902msgid "--[no-]autostash option is only valid with --rebase."
8903msgstr ""
8904
8905#: builtin/pull.c:872
8906msgid "Updating an unborn branch with changes added to the index."
8907msgstr ""
8908
8909#: builtin/pull.c:900
8910#, c-format
8911msgid ""
8912"fetch updated the current branch head.\n"
8913"fast-forwarding your working tree from\n"
8914"commit %s."
8915msgstr ""
8916
8917#: builtin/pull.c:905
8918#, c-format
8919msgid ""
8920"Cannot fast-forward your working tree.\n"
8921"After making sure that you saved anything precious from\n"
8922"$ git diff %s\n"
8923"output, run\n"
8924"$ git reset --hard\n"
8925"to recover."
8926msgstr ""
8927
8928#: builtin/pull.c:920
8929msgid "Cannot merge multiple branches into empty head."
8930msgstr ""
8931
8932#: builtin/pull.c:924
8933msgid "Cannot rebase onto multiple branches."
8934msgstr ""
8935
8936#: builtin/push.c:16
8937msgid "git push [<options>] [<repository> [<refspec>...]]"
8938msgstr ""
8939
8940#: builtin/push.c:89
8941msgid "tag shorthand without <tag>"
8942msgstr ""
8943
8944#: builtin/push.c:99
8945msgid "--delete only accepts plain target ref names"
8946msgstr ""
8947
8948#: builtin/push.c:143
8949msgid ""
8950"\n"
8951"To choose either option permanently, see push.default in 'git help config'."
8952msgstr ""
8953
8954#: builtin/push.c:146
8955#, c-format
8956msgid ""
8957"The upstream branch of your current branch does not match\n"
8958"the name of your current branch.  To push to the upstream branch\n"
8959"on the remote, use\n"
8960"\n"
8961"    git push %s HEAD:%s\n"
8962"\n"
8963"To push to the branch of the same name on the remote, use\n"
8964"\n"
8965"    git push %s %s\n"
8966"%s"
8967msgstr ""
8968
8969#: builtin/push.c:161
8970#, c-format
8971msgid ""
8972"You are not currently on a branch.\n"
8973"To push the history leading to the current (detached HEAD)\n"
8974"state now, use\n"
8975"\n"
8976"    git push %s HEAD:<name-of-remote-branch>\n"
8977msgstr ""
8978
8979#: builtin/push.c:175
8980#, c-format
8981msgid ""
8982"The current branch %s has no upstream branch.\n"
8983"To push the current branch and set the remote as upstream, use\n"
8984"\n"
8985"    git push --set-upstream %s %s\n"
8986msgstr ""
8987
8988#: builtin/push.c:183
8989#, c-format
8990msgid "The current branch %s has multiple upstream branches, refusing to push."
8991msgstr ""
8992
8993#: builtin/push.c:186
8994#, c-format
8995msgid ""
8996"You are pushing to remote '%s', which is not the upstream of\n"
8997"your current branch '%s', without telling me what to push\n"
8998"to update which remote branch."
8999msgstr ""
9000
9001#: builtin/push.c:242
9002msgid ""
9003"You didn't specify any refspecs to push, and push.default is \"nothing\"."
9004msgstr ""
9005
9006#: builtin/push.c:249
9007msgid ""
9008"Updates were rejected because the tip of your current branch is behind\n"
9009"its remote counterpart. Integrate the remote changes (e.g.\n"
9010"'git pull ...') before pushing again.\n"
9011"See the 'Note about fast-forwards' in 'git push --help' for details."
9012msgstr ""
9013
9014#: builtin/push.c:255
9015msgid ""
9016"Updates were rejected because a pushed branch tip is behind its remote\n"
9017"counterpart. Check out this branch and integrate the remote changes\n"
9018"(e.g. 'git pull ...') before pushing again.\n"
9019"See the 'Note about fast-forwards' in 'git push --help' for details."
9020msgstr ""
9021
9022#: builtin/push.c:261
9023msgid ""
9024"Updates were rejected because the remote contains work that you do\n"
9025"not have locally. This is usually caused by another repository pushing\n"
9026"to the same ref. You may want to first integrate the remote changes\n"
9027"(e.g., 'git pull ...') before pushing again.\n"
9028"See the 'Note about fast-forwards' in 'git push --help' for details."
9029msgstr ""
9030
9031#: builtin/push.c:268
9032msgid "Updates were rejected because the tag already exists in the remote."
9033msgstr ""
9034
9035#: builtin/push.c:271
9036msgid ""
9037"You cannot update a remote ref that points at a non-commit object,\n"
9038"or update a remote ref to make it point at a non-commit object,\n"
9039"without using the '--force' option.\n"
9040msgstr ""
9041
9042#: builtin/push.c:331
9043#, c-format
9044msgid "Pushing to %s\n"
9045msgstr ""
9046
9047#: builtin/push.c:335
9048#, c-format
9049msgid "failed to push some refs to '%s'"
9050msgstr ""
9051
9052#: builtin/push.c:365
9053#, c-format
9054msgid "bad repository '%s'"
9055msgstr ""
9056
9057#: builtin/push.c:366
9058msgid ""
9059"No configured push destination.\n"
9060"Either specify the URL from the command-line or configure a remote "
9061"repository using\n"
9062"\n"
9063"    git remote add <name> <url>\n"
9064"\n"
9065"and then push using the remote name\n"
9066"\n"
9067"    git push <name>\n"
9068msgstr ""
9069
9070#: builtin/push.c:381
9071msgid "--all and --tags are incompatible"
9072msgstr ""
9073
9074#: builtin/push.c:382
9075msgid "--all can't be combined with refspecs"
9076msgstr ""
9077
9078#: builtin/push.c:387
9079msgid "--mirror and --tags are incompatible"
9080msgstr ""
9081
9082#: builtin/push.c:388
9083msgid "--mirror can't be combined with refspecs"
9084msgstr ""
9085
9086#: builtin/push.c:393
9087msgid "--all and --mirror are incompatible"
9088msgstr ""
9089
9090#: builtin/push.c:505
9091msgid "repository"
9092msgstr ""
9093
9094#: builtin/push.c:506 builtin/send-pack.c:161
9095msgid "push all refs"
9096msgstr ""
9097
9098#: builtin/push.c:507 builtin/send-pack.c:163
9099msgid "mirror all refs"
9100msgstr ""
9101
9102#: builtin/push.c:509
9103msgid "delete refs"
9104msgstr ""
9105
9106#: builtin/push.c:510
9107msgid "push tags (can't be used with --all or --mirror)"
9108msgstr ""
9109
9110#: builtin/push.c:513 builtin/send-pack.c:164
9111msgid "force updates"
9112msgstr ""
9113
9114#: builtin/push.c:515 builtin/send-pack.c:175
9115msgid "refname>:<expect"
9116msgstr ""
9117
9118#: builtin/push.c:516 builtin/send-pack.c:176
9119msgid "require old value of ref to be at this value"
9120msgstr ""
9121
9122#: builtin/push.c:519
9123msgid "control recursive pushing of submodules"
9124msgstr ""
9125
9126#: builtin/push.c:521 builtin/send-pack.c:169
9127msgid "use thin pack"
9128msgstr ""
9129
9130#: builtin/push.c:522 builtin/push.c:523 builtin/send-pack.c:158
9131#: builtin/send-pack.c:159
9132msgid "receive pack program"
9133msgstr ""
9134
9135#: builtin/push.c:524
9136msgid "set upstream for git pull/status"
9137msgstr ""
9138
9139#: builtin/push.c:527
9140msgid "prune locally removed refs"
9141msgstr ""
9142
9143#: builtin/push.c:529
9144msgid "bypass pre-push hook"
9145msgstr ""
9146
9147#: builtin/push.c:530
9148msgid "push missing but relevant tags"
9149msgstr ""
9150
9151#: builtin/push.c:533 builtin/send-pack.c:166
9152msgid "GPG sign the push"
9153msgstr ""
9154
9155#: builtin/push.c:535 builtin/send-pack.c:170
9156msgid "request atomic transaction on remote side"
9157msgstr ""
9158
9159#: builtin/push.c:549
9160msgid "--delete is incompatible with --all, --mirror and --tags"
9161msgstr ""
9162
9163#: builtin/push.c:551
9164msgid "--delete doesn't make sense without any refs"
9165msgstr ""
9166
9167#: builtin/read-tree.c:37
9168msgid ""
9169"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
9170"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
9171"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
9172msgstr ""
9173
9174#: builtin/read-tree.c:110
9175msgid "write resulting index to <file>"
9176msgstr ""
9177
9178#: builtin/read-tree.c:113
9179msgid "only empty the index"
9180msgstr ""
9181
9182#: builtin/read-tree.c:115
9183msgid "Merging"
9184msgstr ""
9185
9186#: builtin/read-tree.c:117
9187msgid "perform a merge in addition to a read"
9188msgstr ""
9189
9190#: builtin/read-tree.c:119
9191msgid "3-way merge if no file level merging required"
9192msgstr ""
9193
9194#: builtin/read-tree.c:121
9195msgid "3-way merge in presence of adds and removes"
9196msgstr ""
9197
9198#: builtin/read-tree.c:123
9199msgid "same as -m, but discard unmerged entries"
9200msgstr ""
9201
9202#: builtin/read-tree.c:124
9203msgid "<subdirectory>/"
9204msgstr ""
9205
9206#: builtin/read-tree.c:125
9207msgid "read the tree into the index under <subdirectory>/"
9208msgstr ""
9209
9210#: builtin/read-tree.c:128
9211msgid "update working tree with merge result"
9212msgstr ""
9213
9214#: builtin/read-tree.c:130
9215msgid "gitignore"
9216msgstr ""
9217
9218#: builtin/read-tree.c:131
9219msgid "allow explicitly ignored files to be overwritten"
9220msgstr ""
9221
9222#: builtin/read-tree.c:134
9223msgid "don't check the working tree after merging"
9224msgstr ""
9225
9226#: builtin/read-tree.c:135
9227msgid "don't update the index or the work tree"
9228msgstr ""
9229
9230#: builtin/read-tree.c:137
9231msgid "skip applying sparse checkout filter"
9232msgstr ""
9233
9234#: builtin/read-tree.c:139
9235msgid "debug unpack-trees"
9236msgstr ""
9237
9238#: builtin/receive-pack.c:25
9239msgid "git receive-pack <git-dir>"
9240msgstr ""
9241
9242#: builtin/receive-pack.c:1719
9243msgid "quiet"
9244msgstr ""
9245
9246#: builtin/receive-pack.c:1733
9247msgid "You must specify a directory."
9248msgstr ""
9249
9250#: builtin/reflog.c:423
9251#, c-format
9252msgid "'%s' for '%s' is not a valid timestamp"
9253msgstr ""
9254
9255#: builtin/reflog.c:540 builtin/reflog.c:545
9256#, c-format
9257msgid "'%s' is not a valid timestamp"
9258msgstr ""
9259
9260#: builtin/remote.c:12
9261msgid "git remote [-v | --verbose]"
9262msgstr ""
9263
9264#: builtin/remote.c:13
9265msgid ""
9266"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
9267"mirror=<fetch|push>] <name> <url>"
9268msgstr ""
9269
9270#: builtin/remote.c:14 builtin/remote.c:34
9271msgid "git remote rename <old> <new>"
9272msgstr ""
9273
9274#: builtin/remote.c:15 builtin/remote.c:39
9275msgid "git remote remove <name>"
9276msgstr ""
9277
9278#: builtin/remote.c:16 builtin/remote.c:44
9279msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
9280msgstr ""
9281
9282#: builtin/remote.c:17
9283msgid "git remote [-v | --verbose] show [-n] <name>"
9284msgstr ""
9285
9286#: builtin/remote.c:18
9287msgid "git remote prune [-n | --dry-run] <name>"
9288msgstr ""
9289
9290#: builtin/remote.c:19
9291msgid ""
9292"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
9293msgstr ""
9294
9295#: builtin/remote.c:20
9296msgid "git remote set-branches [--add] <name> <branch>..."
9297msgstr ""
9298
9299#: builtin/remote.c:21 builtin/remote.c:70
9300msgid "git remote get-url [--push] [--all] <name>"
9301msgstr ""
9302
9303#: builtin/remote.c:22 builtin/remote.c:75
9304msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
9305msgstr ""
9306
9307#: builtin/remote.c:23 builtin/remote.c:76
9308msgid "git remote set-url --add <name> <newurl>"
9309msgstr ""
9310
9311#: builtin/remote.c:24 builtin/remote.c:77
9312msgid "git remote set-url --delete <name> <url>"
9313msgstr ""
9314
9315#: builtin/remote.c:29
9316msgid "git remote add [<options>] <name> <url>"
9317msgstr ""
9318
9319#: builtin/remote.c:49
9320msgid "git remote set-branches <name> <branch>..."
9321msgstr ""
9322
9323#: builtin/remote.c:50
9324msgid "git remote set-branches --add <name> <branch>..."
9325msgstr ""
9326
9327#: builtin/remote.c:55
9328msgid "git remote show [<options>] <name>"
9329msgstr ""
9330
9331#: builtin/remote.c:60
9332msgid "git remote prune [<options>] <name>"
9333msgstr ""
9334
9335#: builtin/remote.c:65
9336msgid "git remote update [<options>] [<group> | <remote>]..."
9337msgstr ""
9338
9339#: builtin/remote.c:94
9340#, c-format
9341msgid "Updating %s"
9342msgstr ""
9343
9344#: builtin/remote.c:126
9345msgid ""
9346"--mirror is dangerous and deprecated; please\n"
9347"\t use --mirror=fetch or --mirror=push instead"
9348msgstr ""
9349
9350#: builtin/remote.c:143
9351#, c-format
9352msgid "unknown mirror argument: %s"
9353msgstr ""
9354
9355#: builtin/remote.c:159
9356msgid "fetch the remote branches"
9357msgstr ""
9358
9359#: builtin/remote.c:161
9360msgid "import all tags and associated objects when fetching"
9361msgstr ""
9362
9363#: builtin/remote.c:164
9364msgid "or do not fetch any tag at all (--no-tags)"
9365msgstr ""
9366
9367#: builtin/remote.c:166
9368msgid "branch(es) to track"
9369msgstr ""
9370
9371#: builtin/remote.c:167
9372msgid "master branch"
9373msgstr ""
9374
9375#: builtin/remote.c:168
9376msgid "push|fetch"
9377msgstr ""
9378
9379#: builtin/remote.c:169
9380msgid "set up remote as a mirror to push to or fetch from"
9381msgstr ""
9382
9383#: builtin/remote.c:181
9384msgid "specifying a master branch makes no sense with --mirror"
9385msgstr ""
9386
9387#: builtin/remote.c:183
9388msgid "specifying branches to track makes sense only with fetch mirrors"
9389msgstr ""
9390
9391#: builtin/remote.c:190 builtin/remote.c:633
9392#, c-format
9393msgid "remote %s already exists."
9394msgstr ""
9395
9396#: builtin/remote.c:194 builtin/remote.c:637
9397#, c-format
9398msgid "'%s' is not a valid remote name"
9399msgstr ""
9400
9401#: builtin/remote.c:234
9402#, c-format
9403msgid "Could not setup master '%s'"
9404msgstr ""
9405
9406#: builtin/remote.c:336
9407#, c-format
9408msgid "Could not get fetch map for refspec %s"
9409msgstr ""
9410
9411#: builtin/remote.c:437 builtin/remote.c:445
9412msgid "(matching)"
9413msgstr ""
9414
9415#: builtin/remote.c:449
9416msgid "(delete)"
9417msgstr ""
9418
9419#: builtin/remote.c:626 builtin/remote.c:761 builtin/remote.c:858
9420#, c-format
9421msgid "No such remote: %s"
9422msgstr ""
9423
9424#: builtin/remote.c:643
9425#, c-format
9426msgid "Could not rename config section '%s' to '%s'"
9427msgstr ""
9428
9429#: builtin/remote.c:663
9430#, c-format
9431msgid ""
9432"Not updating non-default fetch refspec\n"
9433"\t%s\n"
9434"\tPlease update the configuration manually if necessary."
9435msgstr ""
9436
9437#: builtin/remote.c:699
9438#, c-format
9439msgid "deleting '%s' failed"
9440msgstr ""
9441
9442#: builtin/remote.c:733
9443#, c-format
9444msgid "creating '%s' failed"
9445msgstr ""
9446
9447#: builtin/remote.c:796
9448msgid ""
9449"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
9450"to delete it, use:"
9451msgid_plural ""
9452"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
9453"to delete them, use:"
9454msgstr[0] ""
9455msgstr[1] ""
9456
9457#: builtin/remote.c:810
9458#, c-format
9459msgid "Could not remove config section '%s'"
9460msgstr ""
9461
9462#: builtin/remote.c:911
9463#, c-format
9464msgid " new (next fetch will store in remotes/%s)"
9465msgstr ""
9466
9467#: builtin/remote.c:914
9468msgid " tracked"
9469msgstr ""
9470
9471#: builtin/remote.c:916
9472msgid " stale (use 'git remote prune' to remove)"
9473msgstr ""
9474
9475#: builtin/remote.c:918
9476msgid " ???"
9477msgstr ""
9478
9479#: builtin/remote.c:959
9480#, c-format
9481msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
9482msgstr ""
9483
9484#: builtin/remote.c:967
9485#, c-format
9486msgid "rebases interactively onto remote %s"
9487msgstr ""
9488
9489#: builtin/remote.c:971
9490#, c-format
9491msgid " merges with remote %s"
9492msgstr ""
9493
9494#: builtin/remote.c:972
9495msgid "    and with remote"
9496msgstr ""
9497
9498#: builtin/remote.c:974
9499#, c-format
9500msgid "merges with remote %s"
9501msgstr ""
9502
9503#: builtin/remote.c:975
9504msgid "   and with remote"
9505msgstr ""
9506
9507#: builtin/remote.c:1021
9508msgid "create"
9509msgstr ""
9510
9511#: builtin/remote.c:1024
9512msgid "delete"
9513msgstr ""
9514
9515#: builtin/remote.c:1028
9516msgid "up to date"
9517msgstr ""
9518
9519#: builtin/remote.c:1031
9520msgid "fast-forwardable"
9521msgstr ""
9522
9523#: builtin/remote.c:1034
9524msgid "local out of date"
9525msgstr ""
9526
9527#: builtin/remote.c:1041
9528#, c-format
9529msgid "    %-*s forces to %-*s (%s)"
9530msgstr ""
9531
9532#: builtin/remote.c:1044
9533#, c-format
9534msgid "    %-*s pushes to %-*s (%s)"
9535msgstr ""
9536
9537#: builtin/remote.c:1048
9538#, c-format
9539msgid "    %-*s forces to %s"
9540msgstr ""
9541
9542#: builtin/remote.c:1051
9543#, c-format
9544msgid "    %-*s pushes to %s"
9545msgstr ""
9546
9547#: builtin/remote.c:1119
9548msgid "do not query remotes"
9549msgstr ""
9550
9551#: builtin/remote.c:1146
9552#, c-format
9553msgid "* remote %s"
9554msgstr ""
9555
9556#: builtin/remote.c:1147
9557#, c-format
9558msgid "  Fetch URL: %s"
9559msgstr ""
9560
9561#: builtin/remote.c:1148 builtin/remote.c:1301
9562msgid "(no URL)"
9563msgstr ""
9564
9565#. TRANSLATORS: the colon ':' should align with
9566#. the one in "  Fetch URL: %s" translation
9567#: builtin/remote.c:1159 builtin/remote.c:1161
9568#, c-format
9569msgid "  Push  URL: %s"
9570msgstr ""
9571
9572#: builtin/remote.c:1163 builtin/remote.c:1165 builtin/remote.c:1167
9573#, c-format
9574msgid "  HEAD branch: %s"
9575msgstr ""
9576
9577#: builtin/remote.c:1169
9578#, c-format
9579msgid ""
9580"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
9581msgstr ""
9582
9583#: builtin/remote.c:1181
9584#, c-format
9585msgid "  Remote branch:%s"
9586msgid_plural "  Remote branches:%s"
9587msgstr[0] ""
9588msgstr[1] ""
9589
9590#: builtin/remote.c:1184 builtin/remote.c:1211
9591msgid " (status not queried)"
9592msgstr ""
9593
9594#: builtin/remote.c:1193
9595msgid "  Local branch configured for 'git pull':"
9596msgid_plural "  Local branches configured for 'git pull':"
9597msgstr[0] ""
9598msgstr[1] ""
9599
9600#: builtin/remote.c:1201
9601msgid "  Local refs will be mirrored by 'git push'"
9602msgstr ""
9603
9604#: builtin/remote.c:1208
9605#, c-format
9606msgid "  Local ref configured for 'git push'%s:"
9607msgid_plural "  Local refs configured for 'git push'%s:"
9608msgstr[0] ""
9609msgstr[1] ""
9610
9611#: builtin/remote.c:1229
9612msgid "set refs/remotes/<name>/HEAD according to remote"
9613msgstr ""
9614
9615#: builtin/remote.c:1231
9616msgid "delete refs/remotes/<name>/HEAD"
9617msgstr ""
9618
9619#: builtin/remote.c:1246
9620msgid "Cannot determine remote HEAD"
9621msgstr ""
9622
9623#: builtin/remote.c:1248
9624msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
9625msgstr ""
9626
9627#: builtin/remote.c:1258
9628#, c-format
9629msgid "Could not delete %s"
9630msgstr ""
9631
9632#: builtin/remote.c:1266
9633#, c-format
9634msgid "Not a valid ref: %s"
9635msgstr ""
9636
9637#: builtin/remote.c:1268
9638#, c-format
9639msgid "Could not setup %s"
9640msgstr ""
9641
9642#: builtin/remote.c:1286
9643#, c-format
9644msgid " %s will become dangling!"
9645msgstr ""
9646
9647#: builtin/remote.c:1287
9648#, c-format
9649msgid " %s has become dangling!"
9650msgstr ""
9651
9652#: builtin/remote.c:1297
9653#, c-format
9654msgid "Pruning %s"
9655msgstr ""
9656
9657#: builtin/remote.c:1298
9658#, c-format
9659msgid "URL: %s"
9660msgstr ""
9661
9662#: builtin/remote.c:1314
9663#, c-format
9664msgid " * [would prune] %s"
9665msgstr ""
9666
9667#: builtin/remote.c:1317
9668#, c-format
9669msgid " * [pruned] %s"
9670msgstr ""
9671
9672#: builtin/remote.c:1362
9673msgid "prune remotes after fetching"
9674msgstr ""
9675
9676#: builtin/remote.c:1425 builtin/remote.c:1479 builtin/remote.c:1547
9677#, c-format
9678msgid "No such remote '%s'"
9679msgstr ""
9680
9681#: builtin/remote.c:1441
9682msgid "add branch"
9683msgstr ""
9684
9685#: builtin/remote.c:1448
9686msgid "no remote specified"
9687msgstr ""
9688
9689#: builtin/remote.c:1465
9690msgid "query push URLs rather than fetch URLs"
9691msgstr ""
9692
9693#: builtin/remote.c:1467
9694msgid "return all URLs"
9695msgstr ""
9696
9697#: builtin/remote.c:1495
9698#, c-format
9699msgid "no URLs configured for remote '%s'"
9700msgstr ""
9701
9702#: builtin/remote.c:1521
9703msgid "manipulate push URLs"
9704msgstr ""
9705
9706#: builtin/remote.c:1523
9707msgid "add URL"
9708msgstr ""
9709
9710#: builtin/remote.c:1525
9711msgid "delete URLs"
9712msgstr ""
9713
9714#: builtin/remote.c:1532
9715msgid "--add --delete doesn't make sense"
9716msgstr ""
9717
9718#: builtin/remote.c:1573
9719#, c-format
9720msgid "Invalid old URL pattern: %s"
9721msgstr ""
9722
9723#: builtin/remote.c:1581
9724#, c-format
9725msgid "No such URL found: %s"
9726msgstr ""
9727
9728#: builtin/remote.c:1583
9729msgid "Will not delete all non-push URLs"
9730msgstr ""
9731
9732#: builtin/remote.c:1597
9733msgid "be verbose; must be placed before a subcommand"
9734msgstr ""
9735
9736#: builtin/repack.c:17
9737msgid "git repack [<options>]"
9738msgstr ""
9739
9740#: builtin/repack.c:159
9741msgid "pack everything in a single pack"
9742msgstr ""
9743
9744#: builtin/repack.c:161
9745msgid "same as -a, and turn unreachable objects loose"
9746msgstr ""
9747
9748#: builtin/repack.c:164
9749msgid "remove redundant packs, and run git-prune-packed"
9750msgstr ""
9751
9752#: builtin/repack.c:166
9753msgid "pass --no-reuse-delta to git-pack-objects"
9754msgstr ""
9755
9756#: builtin/repack.c:168
9757msgid "pass --no-reuse-object to git-pack-objects"
9758msgstr ""
9759
9760#: builtin/repack.c:170
9761msgid "do not run git-update-server-info"
9762msgstr ""
9763
9764#: builtin/repack.c:173
9765msgid "pass --local to git-pack-objects"
9766msgstr ""
9767
9768#: builtin/repack.c:175
9769msgid "write bitmap index"
9770msgstr ""
9771
9772#: builtin/repack.c:176
9773msgid "approxidate"
9774msgstr ""
9775
9776#: builtin/repack.c:177
9777msgid "with -A, do not loosen objects older than this"
9778msgstr ""
9779
9780#: builtin/repack.c:179
9781msgid "size of the window used for delta compression"
9782msgstr ""
9783
9784#: builtin/repack.c:180 builtin/repack.c:184
9785msgid "bytes"
9786msgstr ""
9787
9788#: builtin/repack.c:181
9789msgid "same as the above, but limit memory size instead of entries count"
9790msgstr ""
9791
9792#: builtin/repack.c:183
9793msgid "limits the maximum delta depth"
9794msgstr ""
9795
9796#: builtin/repack.c:185
9797msgid "maximum size of each packfile"
9798msgstr ""
9799
9800#: builtin/repack.c:187
9801msgid "repack objects in packs marked with .keep"
9802msgstr ""
9803
9804#: builtin/repack.c:197
9805msgid "cannot delete packs in a precious-objects repo"
9806msgstr ""
9807
9808#: builtin/repack.c:381
9809#, c-format
9810msgid "removing '%s' failed"
9811msgstr ""
9812
9813#: builtin/replace.c:19
9814msgid "git replace [-f] <object> <replacement>"
9815msgstr ""
9816
9817#: builtin/replace.c:20
9818msgid "git replace [-f] --edit <object>"
9819msgstr ""
9820
9821#: builtin/replace.c:21
9822msgid "git replace [-f] --graft <commit> [<parent>...]"
9823msgstr ""
9824
9825#: builtin/replace.c:22
9826msgid "git replace -d <object>..."
9827msgstr ""
9828
9829#: builtin/replace.c:23
9830msgid "git replace [--format=<format>] [-l [<pattern>]]"
9831msgstr ""
9832
9833#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
9834#, c-format
9835msgid "Not a valid object name: '%s'"
9836msgstr ""
9837
9838#: builtin/replace.c:355
9839#, c-format
9840msgid "bad mergetag in commit '%s'"
9841msgstr ""
9842
9843#: builtin/replace.c:357
9844#, c-format
9845msgid "malformed mergetag in commit '%s'"
9846msgstr ""
9847
9848#: builtin/replace.c:368
9849#, c-format
9850msgid ""
9851"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
9852"instead of --graft"
9853msgstr ""
9854
9855#: builtin/replace.c:401
9856#, c-format
9857msgid "the original commit '%s' has a gpg signature."
9858msgstr ""
9859
9860#: builtin/replace.c:402
9861msgid "the signature will be removed in the replacement commit!"
9862msgstr ""
9863
9864#: builtin/replace.c:408
9865#, c-format
9866msgid "could not write replacement commit for: '%s'"
9867msgstr ""
9868
9869#: builtin/replace.c:432
9870msgid "list replace refs"
9871msgstr ""
9872
9873#: builtin/replace.c:433
9874msgid "delete replace refs"
9875msgstr ""
9876
9877#: builtin/replace.c:434
9878msgid "edit existing object"
9879msgstr ""
9880
9881#: builtin/replace.c:435
9882msgid "change a commit's parents"
9883msgstr ""
9884
9885#: builtin/replace.c:436
9886msgid "replace the ref if it exists"
9887msgstr ""
9888
9889#: builtin/replace.c:437
9890msgid "do not pretty-print contents for --edit"
9891msgstr ""
9892
9893#: builtin/replace.c:438
9894msgid "use this format"
9895msgstr ""
9896
9897#: builtin/rerere.c:12
9898msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
9899msgstr ""
9900
9901#: builtin/rerere.c:58
9902msgid "register clean resolutions in index"
9903msgstr ""
9904
9905#: builtin/reset.c:26
9906msgid ""
9907"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
9908msgstr ""
9909
9910#: builtin/reset.c:27
9911msgid "git reset [-q] <tree-ish> [--] <paths>..."
9912msgstr ""
9913
9914#: builtin/reset.c:28
9915msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
9916msgstr ""
9917
9918#: builtin/reset.c:34
9919msgid "mixed"
9920msgstr ""
9921
9922#: builtin/reset.c:34
9923msgid "soft"
9924msgstr ""
9925
9926#: builtin/reset.c:34
9927msgid "hard"
9928msgstr ""
9929
9930#: builtin/reset.c:34
9931msgid "merge"
9932msgstr ""
9933
9934#: builtin/reset.c:34
9935msgid "keep"
9936msgstr ""
9937
9938#: builtin/reset.c:74
9939msgid "You do not have a valid HEAD."
9940msgstr ""
9941
9942#: builtin/reset.c:76
9943msgid "Failed to find tree of HEAD."
9944msgstr ""
9945
9946#: builtin/reset.c:82
9947#, c-format
9948msgid "Failed to find tree of %s."
9949msgstr ""
9950
9951#: builtin/reset.c:100
9952#, c-format
9953msgid "HEAD is now at %s"
9954msgstr ""
9955
9956#: builtin/reset.c:183
9957#, c-format
9958msgid "Cannot do a %s reset in the middle of a merge."
9959msgstr ""
9960
9961#: builtin/reset.c:276
9962msgid "be quiet, only report errors"
9963msgstr ""
9964
9965#: builtin/reset.c:278
9966msgid "reset HEAD and index"
9967msgstr ""
9968
9969#: builtin/reset.c:279
9970msgid "reset only HEAD"
9971msgstr ""
9972
9973#: builtin/reset.c:281 builtin/reset.c:283
9974msgid "reset HEAD, index and working tree"
9975msgstr ""
9976
9977#: builtin/reset.c:285
9978msgid "reset HEAD but keep local changes"
9979msgstr ""
9980
9981#: builtin/reset.c:288
9982msgid "record only the fact that removed paths will be added later"
9983msgstr ""
9984
9985#: builtin/reset.c:305
9986#, c-format
9987msgid "Failed to resolve '%s' as a valid revision."
9988msgstr ""
9989
9990#: builtin/reset.c:313
9991#, c-format
9992msgid "Failed to resolve '%s' as a valid tree."
9993msgstr ""
9994
9995#: builtin/reset.c:322
9996msgid "--patch is incompatible with --{hard,mixed,soft}"
9997msgstr ""
9998
9999#: builtin/reset.c:331
10000msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
10001msgstr ""
10002
10003#: builtin/reset.c:333
10004#, c-format
10005msgid "Cannot do %s reset with paths."
10006msgstr ""
10007
10008#: builtin/reset.c:343
10009#, c-format
10010msgid "%s reset is not allowed in a bare repository"
10011msgstr ""
10012
10013#: builtin/reset.c:347
10014msgid "-N can only be used with --mixed"
10015msgstr ""
10016
10017#: builtin/reset.c:364
10018msgid "Unstaged changes after reset:"
10019msgstr ""
10020
10021#: builtin/reset.c:370
10022#, c-format
10023msgid "Could not reset index file to revision '%s'."
10024msgstr ""
10025
10026#: builtin/reset.c:374
10027msgid "Could not write new index file."
10028msgstr ""
10029
10030#: builtin/rev-list.c:350
10031msgid "rev-list does not support display of notes"
10032msgstr ""
10033
10034#: builtin/rev-parse.c:358
10035msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
10036msgstr ""
10037
10038#: builtin/rev-parse.c:363
10039msgid "keep the `--` passed as an arg"
10040msgstr ""
10041
10042#: builtin/rev-parse.c:365
10043msgid "stop parsing after the first non-option argument"
10044msgstr ""
10045
10046#: builtin/rev-parse.c:368
10047msgid "output in stuck long form"
10048msgstr ""
10049
10050#: builtin/rev-parse.c:499
10051msgid ""
10052"git rev-parse --parseopt [<options>] -- [<args>...]\n"
10053"   or: git rev-parse --sq-quote [<arg>...]\n"
10054"   or: git rev-parse [<options>] [<arg>...]\n"
10055"\n"
10056"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
10057msgstr ""
10058
10059#: builtin/revert.c:22
10060msgid "git revert [<options>] <commit-ish>..."
10061msgstr ""
10062
10063#: builtin/revert.c:23
10064msgid "git revert <subcommand>"
10065msgstr ""
10066
10067#: builtin/revert.c:28
10068msgid "git cherry-pick [<options>] <commit-ish>..."
10069msgstr ""
10070
10071#: builtin/revert.c:29
10072msgid "git cherry-pick <subcommand>"
10073msgstr ""
10074
10075#: builtin/revert.c:71
10076#, c-format
10077msgid "%s: %s cannot be used with %s"
10078msgstr ""
10079
10080#: builtin/revert.c:80
10081msgid "end revert or cherry-pick sequence"
10082msgstr ""
10083
10084#: builtin/revert.c:81
10085msgid "resume revert or cherry-pick sequence"
10086msgstr ""
10087
10088#: builtin/revert.c:82
10089msgid "cancel revert or cherry-pick sequence"
10090msgstr ""
10091
10092#: builtin/revert.c:83
10093msgid "don't automatically commit"
10094msgstr ""
10095
10096#: builtin/revert.c:84
10097msgid "edit the commit message"
10098msgstr ""
10099
10100#: builtin/revert.c:87
10101msgid "parent number"
10102msgstr ""
10103
10104#: builtin/revert.c:89
10105msgid "merge strategy"
10106msgstr ""
10107
10108#: builtin/revert.c:90
10109msgid "option"
10110msgstr ""
10111
10112#: builtin/revert.c:91
10113msgid "option for merge strategy"
10114msgstr ""
10115
10116#: builtin/revert.c:104
10117msgid "append commit name"
10118msgstr ""
10119
10120#: builtin/revert.c:106
10121msgid "preserve initially empty commits"
10122msgstr ""
10123
10124#: builtin/revert.c:107
10125msgid "allow commits with empty messages"
10126msgstr ""
10127
10128#: builtin/revert.c:108
10129msgid "keep redundant, empty commits"
10130msgstr ""
10131
10132#: builtin/revert.c:112
10133msgid "program error"
10134msgstr ""
10135
10136#: builtin/revert.c:197
10137msgid "revert failed"
10138msgstr ""
10139
10140#: builtin/revert.c:212
10141msgid "cherry-pick failed"
10142msgstr ""
10143
10144#: builtin/rm.c:17
10145msgid "git rm [<options>] [--] <file>..."
10146msgstr ""
10147
10148#: builtin/rm.c:65
10149msgid ""
10150"the following submodule (or one of its nested submodules)\n"
10151"uses a .git directory:"
10152msgid_plural ""
10153"the following submodules (or one of their nested submodules)\n"
10154"use a .git directory:"
10155msgstr[0] ""
10156msgstr[1] ""
10157
10158#: builtin/rm.c:71
10159msgid ""
10160"\n"
10161"(use 'rm -rf' if you really want to remove it including all of its history)"
10162msgstr ""
10163
10164#: builtin/rm.c:230
10165msgid ""
10166"the following file has staged content different from both the\n"
10167"file and the HEAD:"
10168msgid_plural ""
10169"the following files have staged content different from both the\n"
10170"file and the HEAD:"
10171msgstr[0] ""
10172msgstr[1] ""
10173
10174#: builtin/rm.c:235
10175msgid ""
10176"\n"
10177"(use -f to force removal)"
10178msgstr ""
10179
10180#: builtin/rm.c:239
10181msgid "the following file has changes staged in the index:"
10182msgid_plural "the following files have changes staged in the index:"
10183msgstr[0] ""
10184msgstr[1] ""
10185
10186#: builtin/rm.c:243 builtin/rm.c:254
10187msgid ""
10188"\n"
10189"(use --cached to keep the file, or -f to force removal)"
10190msgstr ""
10191
10192#: builtin/rm.c:251
10193msgid "the following file has local modifications:"
10194msgid_plural "the following files have local modifications:"
10195msgstr[0] ""
10196msgstr[1] ""
10197
10198#: builtin/rm.c:269
10199msgid "do not list removed files"
10200msgstr ""
10201
10202#: builtin/rm.c:270
10203msgid "only remove from the index"
10204msgstr ""
10205
10206#: builtin/rm.c:271
10207msgid "override the up-to-date check"
10208msgstr ""
10209
10210#: builtin/rm.c:272
10211msgid "allow recursive removal"
10212msgstr ""
10213
10214#: builtin/rm.c:274
10215msgid "exit with a zero status even if nothing matched"
10216msgstr ""
10217
10218#: builtin/rm.c:335
10219#, c-format
10220msgid "not removing '%s' recursively without -r"
10221msgstr ""
10222
10223#: builtin/rm.c:374
10224#, c-format
10225msgid "git rm: unable to remove %s"
10226msgstr ""
10227
10228#: builtin/send-pack.c:18
10229msgid ""
10230"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
10231"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
10232"[<ref>...]\n"
10233"  --all and explicit <ref> specification are mutually exclusive."
10234msgstr ""
10235
10236#: builtin/send-pack.c:160
10237msgid "remote name"
10238msgstr ""
10239
10240#: builtin/send-pack.c:171
10241msgid "use stateless RPC protocol"
10242msgstr ""
10243
10244#: builtin/send-pack.c:172
10245msgid "read refs from stdin"
10246msgstr ""
10247
10248#: builtin/send-pack.c:173
10249msgid "print status from remote helper"
10250msgstr ""
10251
10252#: builtin/shortlog.c:13
10253msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
10254msgstr ""
10255
10256#: builtin/shortlog.c:242
10257msgid "sort output according to the number of commits per author"
10258msgstr ""
10259
10260#: builtin/shortlog.c:244
10261msgid "Suppress commit descriptions, only provides commit count"
10262msgstr ""
10263
10264#: builtin/shortlog.c:246
10265msgid "Show the email address of each author"
10266msgstr ""
10267
10268#: builtin/shortlog.c:247
10269msgid "w[,i1[,i2]]"
10270msgstr ""
10271
10272#: builtin/shortlog.c:248
10273msgid "Linewrap output"
10274msgstr ""
10275
10276#: builtin/show-branch.c:10
10277msgid ""
10278"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
10279"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
10280"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
10281"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
10282msgstr ""
10283
10284#: builtin/show-branch.c:14
10285msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
10286msgstr ""
10287
10288#: builtin/show-branch.c:640
10289msgid "show remote-tracking and local branches"
10290msgstr ""
10291
10292#: builtin/show-branch.c:642
10293msgid "show remote-tracking branches"
10294msgstr ""
10295
10296#: builtin/show-branch.c:644
10297msgid "color '*!+-' corresponding to the branch"
10298msgstr ""
10299
10300#: builtin/show-branch.c:646
10301msgid "show <n> more commits after the common ancestor"
10302msgstr ""
10303
10304#: builtin/show-branch.c:648
10305msgid "synonym to more=-1"
10306msgstr ""
10307
10308#: builtin/show-branch.c:649
10309msgid "suppress naming strings"
10310msgstr ""
10311
10312#: builtin/show-branch.c:651
10313msgid "include the current branch"
10314msgstr ""
10315
10316#: builtin/show-branch.c:653
10317msgid "name commits with their object names"
10318msgstr ""
10319
10320#: builtin/show-branch.c:655
10321msgid "show possible merge bases"
10322msgstr ""
10323
10324#: builtin/show-branch.c:657
10325msgid "show refs unreachable from any other ref"
10326msgstr ""
10327
10328#: builtin/show-branch.c:659
10329msgid "show commits in topological order"
10330msgstr ""
10331
10332#: builtin/show-branch.c:662
10333msgid "show only commits not on the first branch"
10334msgstr ""
10335
10336#: builtin/show-branch.c:664
10337msgid "show merges reachable from only one tip"
10338msgstr ""
10339
10340#: builtin/show-branch.c:666
10341msgid "topologically sort, maintaining date order where possible"
10342msgstr ""
10343
10344#: builtin/show-branch.c:669
10345msgid "<n>[,<base>]"
10346msgstr ""
10347
10348#: builtin/show-branch.c:670
10349msgid "show <n> most recent ref-log entries starting at base"
10350msgstr ""
10351
10352#: builtin/show-ref.c:10
10353msgid ""
10354"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
10355"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
10356msgstr ""
10357
10358#: builtin/show-ref.c:11
10359msgid "git show-ref --exclude-existing[=<pattern>]"
10360msgstr ""
10361
10362#: builtin/show-ref.c:165
10363msgid "only show tags (can be combined with heads)"
10364msgstr ""
10365
10366#: builtin/show-ref.c:166
10367msgid "only show heads (can be combined with tags)"
10368msgstr ""
10369
10370#: builtin/show-ref.c:167
10371msgid "stricter reference checking, requires exact ref path"
10372msgstr ""
10373
10374#: builtin/show-ref.c:170 builtin/show-ref.c:172
10375msgid "show the HEAD reference, even if it would be filtered out"
10376msgstr ""
10377
10378#: builtin/show-ref.c:174
10379msgid "dereference tags into object IDs"
10380msgstr ""
10381
10382#: builtin/show-ref.c:176
10383msgid "only show SHA1 hash using <n> digits"
10384msgstr ""
10385
10386#: builtin/show-ref.c:180
10387msgid "do not print results to stdout (useful with --verify)"
10388msgstr ""
10389
10390#: builtin/show-ref.c:182
10391msgid "show refs from stdin that aren't in local repository"
10392msgstr ""
10393
10394#: builtin/stripspace.c:17
10395msgid "git stripspace [-s | --strip-comments]"
10396msgstr ""
10397
10398#: builtin/stripspace.c:18
10399msgid "git stripspace [-c | --comment-lines]"
10400msgstr ""
10401
10402#: builtin/stripspace.c:35
10403msgid "skip and remove all lines starting with comment character"
10404msgstr ""
10405
10406#: builtin/stripspace.c:38
10407msgid "prepend comment character and space to each line"
10408msgstr ""
10409
10410#: builtin/submodule--helper.c:24
10411#, c-format
10412msgid "No such ref: %s"
10413msgstr ""
10414
10415#: builtin/submodule--helper.c:31
10416#, c-format
10417msgid "Expecting a full ref name, got %s"
10418msgstr ""
10419
10420#: builtin/submodule--helper.c:71
10421#, c-format
10422msgid "cannot strip one component off url '%s'"
10423msgstr ""
10424
10425#: builtin/submodule--helper.c:278 builtin/submodule--helper.c:405
10426#: builtin/submodule--helper.c:486
10427msgid "alternative anchor for relative paths"
10428msgstr ""
10429
10430#: builtin/submodule--helper.c:283
10431msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
10432msgstr ""
10433
10434#: builtin/submodule--helper.c:326 builtin/submodule--helper.c:340
10435#, c-format
10436msgid "No url found for submodule path '%s' in .gitmodules"
10437msgstr ""
10438
10439#: builtin/submodule--helper.c:366
10440#, c-format
10441msgid "Failed to register url for submodule path '%s'"
10442msgstr ""
10443
10444#: builtin/submodule--helper.c:370
10445#, c-format
10446msgid "Submodule '%s' (%s) registered for path '%s'\n"
10447msgstr ""
10448
10449#: builtin/submodule--helper.c:380
10450#, c-format
10451msgid "warning: command update mode suggested for submodule '%s'\n"
10452msgstr ""
10453
10454#: builtin/submodule--helper.c:387
10455#, c-format
10456msgid "Failed to register update mode for submodule path '%s'"
10457msgstr ""
10458
10459#: builtin/submodule--helper.c:406
10460msgid "Suppress output for initializing a submodule"
10461msgstr ""
10462
10463#: builtin/submodule--helper.c:411
10464msgid "git submodule--helper init [<path>]"
10465msgstr ""
10466
10467#: builtin/submodule--helper.c:432
10468msgid "git submodule--helper name <path>"
10469msgstr ""
10470
10471#: builtin/submodule--helper.c:438
10472#, c-format
10473msgid "no submodule mapping found in .gitmodules for path '%s'"
10474msgstr ""
10475
10476#: builtin/submodule--helper.c:489
10477msgid "where the new submodule will be cloned to"
10478msgstr ""
10479
10480#: builtin/submodule--helper.c:492
10481msgid "name of the new submodule"
10482msgstr ""
10483
10484#: builtin/submodule--helper.c:495
10485msgid "url where to clone the submodule from"
10486msgstr ""
10487
10488#: builtin/submodule--helper.c:501
10489msgid "depth for shallow clones"
10490msgstr ""
10491
10492#: builtin/submodule--helper.c:507
10493msgid ""
10494"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
10495"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
10496msgstr ""
10497
10498#: builtin/submodule--helper.c:532 builtin/submodule--helper.c:538
10499#, c-format
10500msgid "could not create directory '%s'"
10501msgstr ""
10502
10503#: builtin/submodule--helper.c:534
10504#, c-format
10505msgid "clone of '%s' into submodule path '%s' failed"
10506msgstr ""
10507
10508#: builtin/submodule--helper.c:550
10509#, c-format
10510msgid "cannot open file '%s'"
10511msgstr ""
10512
10513#: builtin/submodule--helper.c:555
10514#, c-format
10515msgid "could not close file %s"
10516msgstr ""
10517
10518#: builtin/submodule--helper.c:562
10519#, c-format
10520msgid "could not get submodule directory for '%s'"
10521msgstr ""
10522
10523#: builtin/submodule--helper.c:609
10524#, c-format
10525msgid "Submodule path '%s' not initialized"
10526msgstr ""
10527
10528#: builtin/submodule--helper.c:613
10529msgid "Maybe you want to use 'update --init'?"
10530msgstr ""
10531
10532#: builtin/submodule--helper.c:639
10533#, c-format
10534msgid "Skipping unmerged submodule %s"
10535msgstr ""
10536
10537#: builtin/submodule--helper.c:660
10538#, c-format
10539msgid "Skipping submodule '%s'"
10540msgstr ""
10541
10542#: builtin/submodule--helper.c:768
10543msgid "path into the working tree"
10544msgstr ""
10545
10546#: builtin/submodule--helper.c:771
10547msgid "path into the working tree, across nested submodule boundaries"
10548msgstr ""
10549
10550#: builtin/submodule--helper.c:775
10551msgid "rebase, merge, checkout or none"
10552msgstr ""
10553
10554#: builtin/submodule--helper.c:779
10555msgid "Create a shallow clone truncated to the specified number of revisions"
10556msgstr ""
10557
10558#: builtin/submodule--helper.c:782
10559msgid "parallel jobs"
10560msgstr ""
10561
10562#: builtin/submodule--helper.c:783
10563msgid "don't print cloning progress"
10564msgstr ""
10565
10566#: builtin/submodule--helper.c:788
10567msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
10568msgstr ""
10569
10570#: builtin/submodule--helper.c:798
10571msgid "bad value for update parameter"
10572msgstr ""
10573
10574#: builtin/submodule--helper.c:855
10575msgid "submodule--helper subcommand must be called with a subcommand"
10576msgstr ""
10577
10578#: builtin/submodule--helper.c:862
10579#, c-format
10580msgid "'%s' is not a valid submodule--helper subcommand"
10581msgstr ""
10582
10583#: builtin/symbolic-ref.c:7
10584msgid "git symbolic-ref [<options>] <name> [<ref>]"
10585msgstr ""
10586
10587#: builtin/symbolic-ref.c:8
10588msgid "git symbolic-ref -d [-q] <name>"
10589msgstr ""
10590
10591#: builtin/symbolic-ref.c:40
10592msgid "suppress error message for non-symbolic (detached) refs"
10593msgstr ""
10594
10595#: builtin/symbolic-ref.c:41
10596msgid "delete symbolic ref"
10597msgstr ""
10598
10599#: builtin/symbolic-ref.c:42
10600msgid "shorten ref output"
10601msgstr ""
10602
10603#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
10604msgid "reason"
10605msgstr ""
10606
10607#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
10608msgid "reason of the update"
10609msgstr ""
10610
10611#: builtin/tag.c:23
10612msgid ""
10613"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
10614"[<head>]"
10615msgstr ""
10616
10617#: builtin/tag.c:24
10618msgid "git tag -d <tagname>..."
10619msgstr ""
10620
10621#: builtin/tag.c:25
10622msgid ""
10623"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
10624"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
10625msgstr ""
10626
10627#: builtin/tag.c:27
10628msgid "git tag -v <tagname>..."
10629msgstr ""
10630
10631#: builtin/tag.c:81
10632#, c-format
10633msgid "tag name too long: %.*s..."
10634msgstr ""
10635
10636#: builtin/tag.c:86
10637#, c-format
10638msgid "tag '%s' not found."
10639msgstr ""
10640
10641#: builtin/tag.c:101
10642#, c-format
10643msgid "Deleted tag '%s' (was %s)\n"
10644msgstr ""
10645
10646#: builtin/tag.c:117
10647#, c-format
10648msgid ""
10649"\n"
10650"Write a message for tag:\n"
10651"  %s\n"
10652"Lines starting with '%c' will be ignored.\n"
10653msgstr ""
10654
10655#: builtin/tag.c:121
10656#, c-format
10657msgid ""
10658"\n"
10659"Write a message for tag:\n"
10660"  %s\n"
10661"Lines starting with '%c' will be kept; you may remove them yourself if you "
10662"want to.\n"
10663msgstr ""
10664
10665#: builtin/tag.c:199
10666msgid "unable to sign the tag"
10667msgstr ""
10668
10669#: builtin/tag.c:201
10670msgid "unable to write tag file"
10671msgstr ""
10672
10673#: builtin/tag.c:226
10674msgid "bad object type."
10675msgstr ""
10676
10677#: builtin/tag.c:239
10678msgid "tag header too big."
10679msgstr ""
10680
10681#: builtin/tag.c:275
10682msgid "no tag message?"
10683msgstr ""
10684
10685#: builtin/tag.c:281
10686#, c-format
10687msgid "The tag message has been left in %s\n"
10688msgstr ""
10689
10690#: builtin/tag.c:339
10691msgid "list tag names"
10692msgstr ""
10693
10694#: builtin/tag.c:341
10695msgid "print <n> lines of each tag message"
10696msgstr ""
10697
10698#: builtin/tag.c:343
10699msgid "delete tags"
10700msgstr ""
10701
10702#: builtin/tag.c:344
10703msgid "verify tags"
10704msgstr ""
10705
10706#: builtin/tag.c:346
10707msgid "Tag creation options"
10708msgstr ""
10709
10710#: builtin/tag.c:348
10711msgid "annotated tag, needs a message"
10712msgstr ""
10713
10714#: builtin/tag.c:350
10715msgid "tag message"
10716msgstr ""
10717
10718#: builtin/tag.c:352
10719msgid "annotated and GPG-signed tag"
10720msgstr ""
10721
10722#: builtin/tag.c:356
10723msgid "use another key to sign the tag"
10724msgstr ""
10725
10726#: builtin/tag.c:357
10727msgid "replace the tag if exists"
10728msgstr ""
10729
10730#: builtin/tag.c:358 builtin/update-ref.c:368
10731msgid "create a reflog"
10732msgstr ""
10733
10734#: builtin/tag.c:360
10735msgid "Tag listing options"
10736msgstr ""
10737
10738#: builtin/tag.c:361
10739msgid "show tag list in columns"
10740msgstr ""
10741
10742#: builtin/tag.c:362 builtin/tag.c:363
10743msgid "print only tags that contain the commit"
10744msgstr ""
10745
10746#: builtin/tag.c:364
10747msgid "print only tags that are merged"
10748msgstr ""
10749
10750#: builtin/tag.c:365
10751msgid "print only tags that are not merged"
10752msgstr ""
10753
10754#: builtin/tag.c:370
10755msgid "print only tags of the object"
10756msgstr ""
10757
10758#: builtin/tag.c:399
10759msgid "--column and -n are incompatible"
10760msgstr ""
10761
10762#: builtin/tag.c:419
10763msgid "-n option is only allowed with -l."
10764msgstr ""
10765
10766#: builtin/tag.c:421
10767msgid "--contains option is only allowed with -l."
10768msgstr ""
10769
10770#: builtin/tag.c:423
10771msgid "--points-at option is only allowed with -l."
10772msgstr ""
10773
10774#: builtin/tag.c:425
10775msgid "--merged and --no-merged option are only allowed with -l"
10776msgstr ""
10777
10778#: builtin/tag.c:433
10779msgid "only one -F or -m option is allowed."
10780msgstr ""
10781
10782#: builtin/tag.c:452
10783msgid "too many params"
10784msgstr ""
10785
10786#: builtin/tag.c:458
10787#, c-format
10788msgid "'%s' is not a valid tag name."
10789msgstr ""
10790
10791#: builtin/tag.c:463
10792#, c-format
10793msgid "tag '%s' already exists"
10794msgstr ""
10795
10796#: builtin/tag.c:491
10797#, c-format
10798msgid "Updated tag '%s' (was %s)\n"
10799msgstr ""
10800
10801#: builtin/unpack-objects.c:490
10802msgid "Unpacking objects"
10803msgstr ""
10804
10805#: builtin/update-index.c:79
10806#, c-format
10807msgid "failed to create directory %s"
10808msgstr ""
10809
10810#: builtin/update-index.c:85
10811#, c-format
10812msgid "failed to stat %s"
10813msgstr ""
10814
10815#: builtin/update-index.c:95
10816#, c-format
10817msgid "failed to create file %s"
10818msgstr ""
10819
10820#: builtin/update-index.c:103
10821#, c-format
10822msgid "failed to delete file %s"
10823msgstr ""
10824
10825#: builtin/update-index.c:110 builtin/update-index.c:212
10826#, c-format
10827msgid "failed to delete directory %s"
10828msgstr ""
10829
10830#: builtin/update-index.c:133
10831#, c-format
10832msgid "Testing mtime in '%s' "
10833msgstr ""
10834
10835#: builtin/update-index.c:145
10836msgid "directory stat info does not change after adding a new file"
10837msgstr ""
10838
10839#: builtin/update-index.c:158
10840msgid "directory stat info does not change after adding a new directory"
10841msgstr ""
10842
10843#: builtin/update-index.c:171
10844msgid "directory stat info changes after updating a file"
10845msgstr ""
10846
10847#: builtin/update-index.c:182
10848msgid "directory stat info changes after adding a file inside subdirectory"
10849msgstr ""
10850
10851#: builtin/update-index.c:193
10852msgid "directory stat info does not change after deleting a file"
10853msgstr ""
10854
10855#: builtin/update-index.c:206
10856msgid "directory stat info does not change after deleting a directory"
10857msgstr ""
10858
10859#: builtin/update-index.c:213
10860msgid " OK"
10861msgstr ""
10862
10863#: builtin/update-index.c:575
10864msgid "git update-index [<options>] [--] [<file>...]"
10865msgstr ""
10866
10867#: builtin/update-index.c:930
10868msgid "continue refresh even when index needs update"
10869msgstr ""
10870
10871#: builtin/update-index.c:933
10872msgid "refresh: ignore submodules"
10873msgstr ""
10874
10875#: builtin/update-index.c:936
10876msgid "do not ignore new files"
10877msgstr ""
10878
10879#: builtin/update-index.c:938
10880msgid "let files replace directories and vice-versa"
10881msgstr ""
10882
10883#: builtin/update-index.c:940
10884msgid "notice files missing from worktree"
10885msgstr ""
10886
10887#: builtin/update-index.c:942
10888msgid "refresh even if index contains unmerged entries"
10889msgstr ""
10890
10891#: builtin/update-index.c:945
10892msgid "refresh stat information"
10893msgstr ""
10894
10895#: builtin/update-index.c:949
10896msgid "like --refresh, but ignore assume-unchanged setting"
10897msgstr ""
10898
10899#: builtin/update-index.c:953
10900msgid "<mode>,<object>,<path>"
10901msgstr ""
10902
10903#: builtin/update-index.c:954
10904msgid "add the specified entry to the index"
10905msgstr ""
10906
10907#: builtin/update-index.c:958
10908msgid "(+/-)x"
10909msgstr ""
10910
10911#: builtin/update-index.c:959
10912msgid "override the executable bit of the listed files"
10913msgstr ""
10914
10915#: builtin/update-index.c:963
10916msgid "mark files as \"not changing\""
10917msgstr ""
10918
10919#: builtin/update-index.c:966
10920msgid "clear assumed-unchanged bit"
10921msgstr ""
10922
10923#: builtin/update-index.c:969
10924msgid "mark files as \"index-only\""
10925msgstr ""
10926
10927#: builtin/update-index.c:972
10928msgid "clear skip-worktree bit"
10929msgstr ""
10930
10931#: builtin/update-index.c:975
10932msgid "add to index only; do not add content to object database"
10933msgstr ""
10934
10935#: builtin/update-index.c:977
10936msgid "remove named paths even if present in worktree"
10937msgstr ""
10938
10939#: builtin/update-index.c:979
10940msgid "with --stdin: input lines are terminated by null bytes"
10941msgstr ""
10942
10943#: builtin/update-index.c:981
10944msgid "read list of paths to be updated from standard input"
10945msgstr ""
10946
10947#: builtin/update-index.c:985
10948msgid "add entries from standard input to the index"
10949msgstr ""
10950
10951#: builtin/update-index.c:989
10952msgid "repopulate stages #2 and #3 for the listed paths"
10953msgstr ""
10954
10955#: builtin/update-index.c:993
10956msgid "only update entries that differ from HEAD"
10957msgstr ""
10958
10959#: builtin/update-index.c:997
10960msgid "ignore files missing from worktree"
10961msgstr ""
10962
10963#: builtin/update-index.c:1000
10964msgid "report actions to standard output"
10965msgstr ""
10966
10967#: builtin/update-index.c:1002
10968msgid "(for porcelains) forget saved unresolved conflicts"
10969msgstr ""
10970
10971#: builtin/update-index.c:1006
10972msgid "write index in this format"
10973msgstr ""
10974
10975#: builtin/update-index.c:1008
10976msgid "enable or disable split index"
10977msgstr ""
10978
10979#: builtin/update-index.c:1010
10980msgid "enable/disable untracked cache"
10981msgstr ""
10982
10983#: builtin/update-index.c:1012
10984msgid "test if the filesystem supports untracked cache"
10985msgstr ""
10986
10987#: builtin/update-index.c:1014
10988msgid "enable untracked cache without testing the filesystem"
10989msgstr ""
10990
10991#: builtin/update-index.c:1134
10992msgid "Untracked cache disabled"
10993msgstr ""
10994
10995#: builtin/update-index.c:1146
10996#, c-format
10997msgid "Untracked cache enabled for '%s'"
10998msgstr ""
10999
11000#: builtin/update-ref.c:9
11001msgid "git update-ref [<options>] -d <refname> [<old-val>]"
11002msgstr ""
11003
11004#: builtin/update-ref.c:10
11005msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
11006msgstr ""
11007
11008#: builtin/update-ref.c:11
11009msgid "git update-ref [<options>] --stdin [-z]"
11010msgstr ""
11011
11012#: builtin/update-ref.c:363
11013msgid "delete the reference"
11014msgstr ""
11015
11016#: builtin/update-ref.c:365
11017msgid "update <refname> not the one it points to"
11018msgstr ""
11019
11020#: builtin/update-ref.c:366
11021msgid "stdin has NUL-terminated arguments"
11022msgstr ""
11023
11024#: builtin/update-ref.c:367
11025msgid "read updates from stdin"
11026msgstr ""
11027
11028#: builtin/update-server-info.c:6
11029msgid "git update-server-info [--force]"
11030msgstr ""
11031
11032#: builtin/update-server-info.c:14
11033msgid "update the info files from scratch"
11034msgstr ""
11035
11036#: builtin/verify-commit.c:17
11037msgid "git verify-commit [-v | --verbose] <commit>..."
11038msgstr ""
11039
11040#: builtin/verify-commit.c:72
11041msgid "print commit contents"
11042msgstr ""
11043
11044#: builtin/verify-commit.c:73 builtin/verify-tag.c:35
11045msgid "print raw gpg status output"
11046msgstr ""
11047
11048#: builtin/verify-pack.c:54
11049msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
11050msgstr ""
11051
11052#: builtin/verify-pack.c:64
11053msgid "verbose"
11054msgstr ""
11055
11056#: builtin/verify-pack.c:66
11057msgid "show statistics only"
11058msgstr ""
11059
11060#: builtin/verify-tag.c:17
11061msgid "git verify-tag [-v | --verbose] <tag>..."
11062msgstr ""
11063
11064#: builtin/verify-tag.c:34
11065msgid "print tag contents"
11066msgstr ""
11067
11068#: builtin/worktree.c:15
11069msgid "git worktree add [<options>] <path> [<branch>]"
11070msgstr ""
11071
11072#: builtin/worktree.c:16
11073msgid "git worktree prune [<options>]"
11074msgstr ""
11075
11076#: builtin/worktree.c:17
11077msgid "git worktree list [<options>]"
11078msgstr ""
11079
11080#: builtin/worktree.c:40
11081#, c-format
11082msgid "Removing worktrees/%s: not a valid directory"
11083msgstr ""
11084
11085#: builtin/worktree.c:46
11086#, c-format
11087msgid "Removing worktrees/%s: gitdir file does not exist"
11088msgstr ""
11089
11090#: builtin/worktree.c:51
11091#, c-format
11092msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
11093msgstr ""
11094
11095#: builtin/worktree.c:62
11096#, c-format
11097msgid "Removing worktrees/%s: invalid gitdir file"
11098msgstr ""
11099
11100#: builtin/worktree.c:78
11101#, c-format
11102msgid "Removing worktrees/%s: gitdir file points to non-existent location"
11103msgstr ""
11104
11105#: builtin/worktree.c:113
11106#, c-format
11107msgid "failed to remove '%s'"
11108msgstr ""
11109
11110#: builtin/worktree.c:202
11111#, c-format
11112msgid "'%s' already exists"
11113msgstr ""
11114
11115#: builtin/worktree.c:234
11116#, c-format
11117msgid "could not create directory of '%s'"
11118msgstr ""
11119
11120#: builtin/worktree.c:270
11121#, c-format
11122msgid "Preparing %s (identifier %s)"
11123msgstr ""
11124
11125#: builtin/worktree.c:322
11126msgid "checkout <branch> even if already checked out in other worktree"
11127msgstr ""
11128
11129#: builtin/worktree.c:324
11130msgid "create a new branch"
11131msgstr ""
11132
11133#: builtin/worktree.c:326
11134msgid "create or reset a branch"
11135msgstr ""
11136
11137#: builtin/worktree.c:327
11138msgid "detach HEAD at named commit"
11139msgstr ""
11140
11141#: builtin/worktree.c:328
11142msgid "populate the new working tree"
11143msgstr ""
11144
11145#: builtin/worktree.c:336
11146msgid "-b, -B, and --detach are mutually exclusive"
11147msgstr ""
11148
11149#: builtin/write-tree.c:13
11150msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
11151msgstr ""
11152
11153#: builtin/write-tree.c:26
11154msgid "<prefix>/"
11155msgstr ""
11156
11157#: builtin/write-tree.c:27
11158msgid "write tree object for a subdirectory <prefix>"
11159msgstr ""
11160
11161#: builtin/write-tree.c:30
11162msgid "only useful for debugging"
11163msgstr ""
11164
11165#: credential-cache--daemon.c:271
11166msgid "print debugging messages to stderr"
11167msgstr ""
11168
11169#: git.c:14
11170msgid ""
11171"'git help -a' and 'git help -g' list available subcommands and some\n"
11172"concept guides. See 'git help <command>' or 'git help <concept>'\n"
11173"to read about a specific subcommand or concept."
11174msgstr ""
11175
11176#: http.c:322
11177msgid "Public key pinning not supported with cURL < 7.44.0"
11178msgstr ""
11179
11180#: common-cmds.h:9
11181msgid "start a working area (see also: git help tutorial)"
11182msgstr ""
11183
11184#: common-cmds.h:10
11185msgid "work on the current change (see also: git help everyday)"
11186msgstr ""
11187
11188#: common-cmds.h:11
11189msgid "examine the history and state (see also: git help revisions)"
11190msgstr ""
11191
11192#: common-cmds.h:12
11193msgid "grow, mark and tweak your common history"
11194msgstr ""
11195
11196#: common-cmds.h:13
11197msgid "collaborate (see also: git help workflows)"
11198msgstr ""
11199
11200#: common-cmds.h:17
11201msgid "Add file contents to the index"
11202msgstr ""
11203
11204#: common-cmds.h:18
11205msgid "Use binary search to find the commit that introduced a bug"
11206msgstr ""
11207
11208#: common-cmds.h:19
11209msgid "List, create, or delete branches"
11210msgstr ""
11211
11212#: common-cmds.h:20
11213msgid "Switch branches or restore working tree files"
11214msgstr ""
11215
11216#: common-cmds.h:21
11217msgid "Clone a repository into a new directory"
11218msgstr ""
11219
11220#: common-cmds.h:22
11221msgid "Record changes to the repository"
11222msgstr ""
11223
11224#: common-cmds.h:23
11225msgid "Show changes between commits, commit and working tree, etc"
11226msgstr ""
11227
11228#: common-cmds.h:24
11229msgid "Download objects and refs from another repository"
11230msgstr ""
11231
11232#: common-cmds.h:25
11233msgid "Print lines matching a pattern"
11234msgstr ""
11235
11236#: common-cmds.h:26
11237msgid "Create an empty Git repository or reinitialize an existing one"
11238msgstr ""
11239
11240#: common-cmds.h:27
11241msgid "Show commit logs"
11242msgstr ""
11243
11244#: common-cmds.h:28
11245msgid "Join two or more development histories together"
11246msgstr ""
11247
11248#: common-cmds.h:29
11249msgid "Move or rename a file, a directory, or a symlink"
11250msgstr ""
11251
11252#: common-cmds.h:30
11253msgid "Fetch from and integrate with another repository or a local branch"
11254msgstr ""
11255
11256#: common-cmds.h:31
11257msgid "Update remote refs along with associated objects"
11258msgstr ""
11259
11260#: common-cmds.h:32
11261msgid "Reapply commits on top of another base tip"
11262msgstr ""
11263
11264#: common-cmds.h:33
11265msgid "Reset current HEAD to the specified state"
11266msgstr ""
11267
11268#: common-cmds.h:34
11269msgid "Remove files from the working tree and from the index"
11270msgstr ""
11271
11272#: common-cmds.h:35
11273msgid "Show various types of objects"
11274msgstr ""
11275
11276#: common-cmds.h:36
11277msgid "Show the working tree status"
11278msgstr ""
11279
11280#: common-cmds.h:37
11281msgid "Create, list, delete or verify a tag object signed with GPG"
11282msgstr ""
11283
11284#: parse-options.h:145
11285msgid "expiry-date"
11286msgstr ""
11287
11288#: parse-options.h:160
11289msgid "no-op (backward compatibility)"
11290msgstr ""
11291
11292#: parse-options.h:237
11293msgid "be more verbose"
11294msgstr ""
11295
11296#: parse-options.h:239
11297msgid "be more quiet"
11298msgstr ""
11299
11300#: parse-options.h:245
11301msgid "use <n> digits to display SHA-1s"
11302msgstr ""
11303
11304#: rerere.h:40
11305msgid "update the index with reused conflict resolution if possible"
11306msgstr ""
11307
11308#: git-bisect.sh:55
11309msgid "You need to start by \"git bisect start\""
11310msgstr ""
11311
11312#. TRANSLATORS: Make sure to include [Y] and [n] in your
11313#. translation. The program will only accept English input
11314#. at this point.
11315#: git-bisect.sh:61
11316msgid "Do you want me to do it for you [Y/n]? "
11317msgstr ""
11318
11319#: git-bisect.sh:122
11320#, sh-format
11321msgid "unrecognised option: '$arg'"
11322msgstr ""
11323
11324#: git-bisect.sh:126
11325#, sh-format
11326msgid "'$arg' does not appear to be a valid revision"
11327msgstr ""
11328
11329#: git-bisect.sh:155
11330msgid "Bad HEAD - I need a HEAD"
11331msgstr ""
11332
11333#: git-bisect.sh:168
11334#, sh-format
11335msgid ""
11336"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
11337msgstr ""
11338
11339#: git-bisect.sh:178
11340msgid "won't bisect on cg-seek'ed tree"
11341msgstr ""
11342
11343#: git-bisect.sh:182
11344msgid "Bad HEAD - strange symbolic ref"
11345msgstr ""
11346
11347#: git-bisect.sh:234
11348#, sh-format
11349msgid "Bad bisect_write argument: $state"
11350msgstr ""
11351
11352#: git-bisect.sh:263
11353#, sh-format
11354msgid "Bad rev input: $arg"
11355msgstr ""
11356
11357#: git-bisect.sh:278
11358msgid "Please call 'bisect_state' with at least one argument."
11359msgstr ""
11360
11361#: git-bisect.sh:290
11362#, sh-format
11363msgid "Bad rev input: $rev"
11364msgstr ""
11365
11366#: git-bisect.sh:299
11367#, sh-format
11368msgid "'git bisect $TERM_BAD' can take only one argument."
11369msgstr ""
11370
11371#: git-bisect.sh:322
11372#, sh-format
11373msgid "Warning: bisecting only with a $TERM_BAD commit."
11374msgstr ""
11375
11376#. TRANSLATORS: Make sure to include [Y] and [n] in your
11377#. translation. The program will only accept English input
11378#. at this point.
11379#: git-bisect.sh:328
11380msgid "Are you sure [Y/n]? "
11381msgstr ""
11382
11383#: git-bisect.sh:340
11384#, sh-format
11385msgid ""
11386"You need to give me at least one $bad_syn and one $good_syn revision.\n"
11387"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
11388msgstr ""
11389
11390#: git-bisect.sh:343
11391#, sh-format
11392msgid ""
11393"You need to start by \"git bisect start\".\n"
11394"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
11395"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
11396msgstr ""
11397
11398#: git-bisect.sh:414 git-bisect.sh:546
11399msgid "We are not bisecting."
11400msgstr ""
11401
11402#: git-bisect.sh:421
11403#, sh-format
11404msgid "'$invalid' is not a valid commit"
11405msgstr ""
11406
11407#: git-bisect.sh:430
11408#, sh-format
11409msgid ""
11410"Could not check out original HEAD '$branch'.\n"
11411"Try 'git bisect reset <commit>'."
11412msgstr ""
11413
11414#: git-bisect.sh:458
11415msgid "No logfile given"
11416msgstr ""
11417
11418#: git-bisect.sh:459
11419#, sh-format
11420msgid "cannot read $file for replaying"
11421msgstr ""
11422
11423#: git-bisect.sh:480
11424msgid "?? what are you talking about?"
11425msgstr ""
11426
11427#: git-bisect.sh:492
11428#, sh-format
11429msgid "running $command"
11430msgstr ""
11431
11432#: git-bisect.sh:499
11433#, sh-format
11434msgid ""
11435"bisect run failed:\n"
11436"exit code $res from '$command' is < 0 or >= 128"
11437msgstr ""
11438
11439#: git-bisect.sh:525
11440msgid "bisect run cannot continue any more"
11441msgstr ""
11442
11443#: git-bisect.sh:531
11444#, sh-format
11445msgid ""
11446"bisect run failed:\n"
11447"'bisect_state $state' exited with error code $res"
11448msgstr ""
11449
11450#: git-bisect.sh:538
11451msgid "bisect run success"
11452msgstr ""
11453
11454#: git-bisect.sh:565
11455msgid "please use two different terms"
11456msgstr ""
11457
11458#: git-bisect.sh:575
11459#, sh-format
11460msgid "'$term' is not a valid term"
11461msgstr ""
11462
11463#: git-bisect.sh:578
11464#, sh-format
11465msgid "can't use the builtin command '$term' as a term"
11466msgstr ""
11467
11468#: git-bisect.sh:587 git-bisect.sh:593
11469#, sh-format
11470msgid "can't change the meaning of term '$term'"
11471msgstr ""
11472
11473#: git-bisect.sh:606
11474#, sh-format
11475msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
11476msgstr ""
11477
11478#: git-bisect.sh:636
11479msgid "no terms defined"
11480msgstr ""
11481
11482#: git-bisect.sh:653
11483#, sh-format
11484msgid ""
11485"invalid argument $arg for 'git bisect terms'.\n"
11486"Supported options are: --term-good|--term-old and --term-bad|--term-new."
11487msgstr ""
11488
11489#: git-rebase.sh:57
11490msgid ""
11491"When you have resolved this problem, run \"git rebase --continue\".\n"
11492"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
11493"To check out the original branch and stop rebasing, run \"git rebase --abort"
11494"\"."
11495msgstr ""
11496
11497#: git-rebase.sh:168
11498msgid "Applied autostash."
11499msgstr ""
11500
11501#: git-rebase.sh:171
11502#, sh-format
11503msgid "Cannot store $stash_sha1"
11504msgstr ""
11505
11506#: git-rebase.sh:172
11507msgid ""
11508"Applying autostash resulted in conflicts.\n"
11509"Your changes are safe in the stash.\n"
11510"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
11511msgstr ""
11512
11513#: git-rebase.sh:211
11514msgid "The pre-rebase hook refused to rebase."
11515msgstr ""
11516
11517#: git-rebase.sh:216
11518msgid "It looks like git-am is in progress. Cannot rebase."
11519msgstr ""
11520
11521#: git-rebase.sh:357
11522msgid "No rebase in progress?"
11523msgstr ""
11524
11525#: git-rebase.sh:368
11526msgid "The --edit-todo action can only be used during interactive rebase."
11527msgstr ""
11528
11529#: git-rebase.sh:375
11530msgid "Cannot read HEAD"
11531msgstr ""
11532
11533#: git-rebase.sh:378
11534msgid ""
11535"You must edit all merge conflicts and then\n"
11536"mark them as resolved using git add"
11537msgstr ""
11538
11539#: git-rebase.sh:396
11540#, sh-format
11541msgid "Could not move back to $head_name"
11542msgstr ""
11543
11544#: git-rebase.sh:415
11545#, sh-format
11546msgid ""
11547"It seems that there is already a $state_dir_base directory, and\n"
11548"I wonder if you are in the middle of another rebase.  If that is the\n"
11549"case, please try\n"
11550"\t$cmd_live_rebase\n"
11551"If that is not the case, please\n"
11552"\t$cmd_clear_stale_rebase\n"
11553"and run me again.  I am stopping in case you still have something\n"
11554"valuable there."
11555msgstr ""
11556
11557#: git-rebase.sh:466
11558#, sh-format
11559msgid "invalid upstream $upstream_name"
11560msgstr ""
11561
11562#: git-rebase.sh:490
11563#, sh-format
11564msgid "$onto_name: there are more than one merge bases"
11565msgstr ""
11566
11567#: git-rebase.sh:493 git-rebase.sh:497
11568#, sh-format
11569msgid "$onto_name: there is no merge base"
11570msgstr ""
11571
11572#: git-rebase.sh:502
11573#, sh-format
11574msgid "Does not point to a valid commit: $onto_name"
11575msgstr ""
11576
11577#: git-rebase.sh:525
11578#, sh-format
11579msgid "fatal: no such branch: $branch_name"
11580msgstr ""
11581
11582#: git-rebase.sh:558
11583msgid "Cannot autostash"
11584msgstr ""
11585
11586#: git-rebase.sh:563
11587#, sh-format
11588msgid "Created autostash: $stash_abbrev"
11589msgstr ""
11590
11591#: git-rebase.sh:567
11592msgid "Please commit or stash them."
11593msgstr ""
11594
11595#: git-rebase.sh:587
11596#, sh-format
11597msgid "Current branch $branch_name is up to date."
11598msgstr ""
11599
11600#: git-rebase.sh:591
11601#, sh-format
11602msgid "Current branch $branch_name is up to date, rebase forced."
11603msgstr ""
11604
11605#: git-rebase.sh:602
11606#, sh-format
11607msgid "Changes from $mb to $onto:"
11608msgstr ""
11609
11610#: git-rebase.sh:611
11611msgid "First, rewinding head to replay your work on top of it..."
11612msgstr ""
11613
11614#: git-rebase.sh:621
11615#, sh-format
11616msgid "Fast-forwarded $branch_name to $onto_name."
11617msgstr ""
11618
11619#: git-stash.sh:51
11620msgid "git stash clear with parameters is unimplemented"
11621msgstr ""
11622
11623#: git-stash.sh:74
11624msgid "You do not have the initial commit yet"
11625msgstr ""
11626
11627#: git-stash.sh:89
11628msgid "Cannot save the current index state"
11629msgstr ""
11630
11631#: git-stash.sh:124 git-stash.sh:137
11632msgid "Cannot save the current worktree state"
11633msgstr ""
11634
11635#: git-stash.sh:141
11636msgid "No changes selected"
11637msgstr ""
11638
11639#: git-stash.sh:144
11640msgid "Cannot remove temporary index (can't happen)"
11641msgstr ""
11642
11643#: git-stash.sh:157
11644msgid "Cannot record working tree state"
11645msgstr ""
11646
11647#: git-stash.sh:189
11648#, sh-format
11649msgid "Cannot update $ref_stash with $w_commit"
11650msgstr ""
11651
11652#. TRANSLATORS: $option is an invalid option, like
11653#. `--blah-blah'. The 7 spaces at the beginning of the
11654#. second line correspond to "error: ". So you should line
11655#. up the second line with however many characters the
11656#. translation of "error: " takes in your language. E.g. in
11657#. English this is:
11658#.
11659#. $ git stash save --blah-blah 2>&1 | head -n 2
11660#. error: unknown option for 'stash save': --blah-blah
11661#. To provide a message, use git stash save -- '--blah-blah'
11662#: git-stash.sh:239
11663#, sh-format
11664msgid ""
11665"error: unknown option for 'stash save': $option\n"
11666"       To provide a message, use git stash save -- '$option'"
11667msgstr ""
11668
11669#: git-stash.sh:260
11670msgid "No local changes to save"
11671msgstr ""
11672
11673#: git-stash.sh:264
11674msgid "Cannot initialize stash"
11675msgstr ""
11676
11677#: git-stash.sh:268
11678msgid "Cannot save the current status"
11679msgstr ""
11680
11681#: git-stash.sh:286
11682msgid "Cannot remove worktree changes"
11683msgstr ""
11684
11685#: git-stash.sh:405
11686#, sh-format
11687msgid "unknown option: $opt"
11688msgstr ""
11689
11690#: git-stash.sh:415
11691msgid "No stash found."
11692msgstr ""
11693
11694#: git-stash.sh:422
11695#, sh-format
11696msgid "Too many revisions specified: $REV"
11697msgstr ""
11698
11699#: git-stash.sh:428
11700#, sh-format
11701msgid "$reference is not a valid reference"
11702msgstr ""
11703
11704#: git-stash.sh:456
11705#, sh-format
11706msgid "'$args' is not a stash-like commit"
11707msgstr ""
11708
11709#: git-stash.sh:467
11710#, sh-format
11711msgid "'$args' is not a stash reference"
11712msgstr ""
11713
11714#: git-stash.sh:475
11715msgid "unable to refresh index"
11716msgstr ""
11717
11718#: git-stash.sh:479
11719msgid "Cannot apply a stash in the middle of a merge"
11720msgstr ""
11721
11722#: git-stash.sh:487
11723msgid "Conflicts in index. Try without --index."
11724msgstr ""
11725
11726#: git-stash.sh:489
11727msgid "Could not save index tree"
11728msgstr ""
11729
11730#: git-stash.sh:523
11731msgid "Cannot unstage modified files"
11732msgstr ""
11733
11734#: git-stash.sh:538
11735msgid "Index was not unstashed."
11736msgstr ""
11737
11738#: git-stash.sh:561
11739#, sh-format
11740msgid "Dropped ${REV} ($s)"
11741msgstr ""
11742
11743#: git-stash.sh:562
11744#, sh-format
11745msgid "${REV}: Could not drop stash entry"
11746msgstr ""
11747
11748#: git-stash.sh:570
11749msgid "No branch name specified"
11750msgstr ""
11751
11752#: git-stash.sh:642
11753msgid "(To restore them type \"git stash apply\")"
11754msgstr ""
11755
11756#: git-submodule.sh:219
11757msgid "Relative path can only be used from the toplevel of the working tree"
11758msgstr ""
11759
11760#: git-submodule.sh:229
11761#, sh-format
11762msgid "repo URL: '$repo' must be absolute or begin with ./|../"
11763msgstr ""
11764
11765#: git-submodule.sh:246
11766#, sh-format
11767msgid "'$sm_path' already exists in the index"
11768msgstr ""
11769
11770#: git-submodule.sh:250
11771#, sh-format
11772msgid ""
11773"The following path is ignored by one of your .gitignore files:\n"
11774"$sm_path\n"
11775"Use -f if you really want to add it."
11776msgstr ""
11777
11778#: git-submodule.sh:268
11779#, sh-format
11780msgid "Adding existing repo at '$sm_path' to the index"
11781msgstr ""
11782
11783#: git-submodule.sh:270
11784#, sh-format
11785msgid "'$sm_path' already exists and is not a valid git repo"
11786msgstr ""
11787
11788#: git-submodule.sh:278
11789#, sh-format
11790msgid "A git directory for '$sm_name' is found locally with remote(s):"
11791msgstr ""
11792
11793#: git-submodule.sh:280
11794#, sh-format
11795msgid ""
11796"If you want to reuse this local git directory instead of cloning again from"
11797msgstr ""
11798
11799#: git-submodule.sh:282
11800#, sh-format
11801msgid ""
11802"use the '--force' option. If the local git directory is not the correct repo"
11803msgstr ""
11804
11805#: git-submodule.sh:283
11806#, sh-format
11807msgid ""
11808"or you are unsure what this means choose another name with the '--name' "
11809"option."
11810msgstr ""
11811
11812#: git-submodule.sh:285
11813#, sh-format
11814msgid "Reactivating local git directory for submodule '$sm_name'."
11815msgstr ""
11816
11817#: git-submodule.sh:297
11818#, sh-format
11819msgid "Unable to checkout submodule '$sm_path'"
11820msgstr ""
11821
11822#: git-submodule.sh:302
11823#, sh-format
11824msgid "Failed to add submodule '$sm_path'"
11825msgstr ""
11826
11827#: git-submodule.sh:311
11828#, sh-format
11829msgid "Failed to register submodule '$sm_path'"
11830msgstr ""
11831
11832#: git-submodule.sh:355
11833#, sh-format
11834msgid "Entering '$displaypath'"
11835msgstr ""
11836
11837#: git-submodule.sh:375
11838#, sh-format
11839msgid "Stopping at '$displaypath'; script returned non-zero status."
11840msgstr ""
11841
11842#: git-submodule.sh:448
11843#, sh-format
11844msgid "pathspec and --all are incompatible"
11845msgstr ""
11846
11847#: git-submodule.sh:453
11848#, sh-format
11849msgid "Use '--all' if you really want to deinitialize all submodules"
11850msgstr ""
11851
11852#: git-submodule.sh:470
11853#, sh-format
11854msgid "Submodule work tree '$displaypath' contains a .git directory"
11855msgstr ""
11856
11857#: git-submodule.sh:471
11858#, sh-format
11859msgid ""
11860"(use 'rm -rf' if you really want to remove it including all of its history)"
11861msgstr ""
11862
11863#: git-submodule.sh:477
11864#, sh-format
11865msgid ""
11866"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
11867"discard them"
11868msgstr ""
11869
11870#: git-submodule.sh:480
11871#, sh-format
11872msgid "Cleared directory '$displaypath'"
11873msgstr ""
11874
11875#: git-submodule.sh:481
11876#, sh-format
11877msgid "Could not remove submodule work tree '$displaypath'"
11878msgstr ""
11879
11880#: git-submodule.sh:484
11881#, sh-format
11882msgid "Could not create empty submodule directory '$displaypath'"
11883msgstr ""
11884
11885#: git-submodule.sh:493
11886#, sh-format
11887msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
11888msgstr ""
11889
11890#: git-submodule.sh:635
11891#, sh-format
11892msgid "Unable to find current revision in submodule path '$displaypath'"
11893msgstr ""
11894
11895#: git-submodule.sh:644
11896#, sh-format
11897msgid "Unable to fetch in submodule path '$sm_path'"
11898msgstr ""
11899
11900#: git-submodule.sh:667
11901#, sh-format
11902msgid "Unable to fetch in submodule path '$displaypath'"
11903msgstr ""
11904
11905#: git-submodule.sh:680
11906#, sh-format
11907msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
11908msgstr ""
11909
11910#: git-submodule.sh:681
11911#, sh-format
11912msgid "Submodule path '$displaypath': checked out '$sha1'"
11913msgstr ""
11914
11915#: git-submodule.sh:685
11916#, sh-format
11917msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
11918msgstr ""
11919
11920#: git-submodule.sh:686
11921#, sh-format
11922msgid "Submodule path '$displaypath': rebased into '$sha1'"
11923msgstr ""
11924
11925#: git-submodule.sh:691
11926#, sh-format
11927msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
11928msgstr ""
11929
11930#: git-submodule.sh:692
11931#, sh-format
11932msgid "Submodule path '$displaypath': merged in '$sha1'"
11933msgstr ""
11934
11935#: git-submodule.sh:697
11936#, sh-format
11937msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
11938msgstr ""
11939
11940#: git-submodule.sh:698
11941#, sh-format
11942msgid "Submodule path '$displaypath': '$command $sha1'"
11943msgstr ""
11944
11945#: git-submodule.sh:729
11946#, sh-format
11947msgid "Failed to recurse into submodule path '$displaypath'"
11948msgstr ""
11949
11950#: git-submodule.sh:837
11951msgid "The --cached option cannot be used with the --files option"
11952msgstr ""
11953
11954#: git-submodule.sh:889
11955#, sh-format
11956msgid "unexpected mode $mod_dst"
11957msgstr ""
11958
11959#: git-submodule.sh:909
11960#, sh-format
11961msgid "  Warn: $display_name doesn't contain commit $sha1_src"
11962msgstr ""
11963
11964#: git-submodule.sh:912
11965#, sh-format
11966msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
11967msgstr ""
11968
11969#: git-submodule.sh:915
11970#, sh-format
11971msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
11972msgstr ""
11973
11974#: git-submodule.sh:940
11975msgid "blob"
11976msgstr ""
11977
11978#: git-submodule.sh:1059
11979#, sh-format
11980msgid "Failed to recurse into submodule path '$sm_path'"
11981msgstr ""
11982
11983#: git-submodule.sh:1123
11984#, sh-format
11985msgid "Synchronizing submodule url for '$displaypath'"
11986msgstr ""
11987
11988#: git-parse-remote.sh:89
11989#, sh-format
11990msgid "See git-${cmd}(1) for details."
11991msgstr ""