6da3751dfad32c837db1fd95876c10ca0bb97988
   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: 2019-05-31 14:35+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:103
  22#, c-format
  23msgid "%shint: %.*s%s\n"
  24msgstr ""
  25
  26#: advice.c:156
  27msgid "Cherry-picking is not possible because you have unmerged files."
  28msgstr ""
  29
  30#: advice.c:158
  31msgid "Committing is not possible because you have unmerged files."
  32msgstr ""
  33
  34#: advice.c:160
  35msgid "Merging is not possible because you have unmerged files."
  36msgstr ""
  37
  38#: advice.c:162
  39msgid "Pulling is not possible because you have unmerged files."
  40msgstr ""
  41
  42#: advice.c:164
  43msgid "Reverting is not possible because you have unmerged files."
  44msgstr ""
  45
  46#: advice.c:166
  47#, c-format
  48msgid "It is not possible to %s because you have unmerged files."
  49msgstr ""
  50
  51#: advice.c:174
  52msgid ""
  53"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
  54"as appropriate to mark resolution and make a commit."
  55msgstr ""
  56
  57#: advice.c:182
  58msgid "Exiting because of an unresolved conflict."
  59msgstr ""
  60
  61#: advice.c:187 builtin/merge.c:1320
  62msgid "You have not concluded your merge (MERGE_HEAD exists)."
  63msgstr ""
  64
  65#: advice.c:189
  66msgid "Please, commit your changes before merging."
  67msgstr ""
  68
  69#: advice.c:190
  70msgid "Exiting because of unfinished merge."
  71msgstr ""
  72
  73#: advice.c:196
  74#, c-format
  75msgid ""
  76"Note: checking out '%s'.\n"
  77"\n"
  78"You are in 'detached HEAD' state. You can look around, make experimental\n"
  79"changes and commit them, and you can discard any commits you make in this\n"
  80"state without impacting any branches by performing another checkout.\n"
  81"\n"
  82"If you want to create a new branch to retain commits you create, you may\n"
  83"do so (now or later) by using -b with the checkout command again. Example:\n"
  84"\n"
  85"  git checkout -b <new-branch-name>\n"
  86"\n"
  87msgstr ""
  88
  89#: alias.c:50
  90msgid "cmdline ends with \\"
  91msgstr ""
  92
  93#: alias.c:51
  94msgid "unclosed quote"
  95msgstr ""
  96
  97#: apply.c:63
  98#, c-format
  99msgid "unrecognized whitespace option '%s'"
 100msgstr ""
 101
 102#: apply.c:79
 103#, c-format
 104msgid "unrecognized whitespace ignore option '%s'"
 105msgstr ""
 106
 107#: apply.c:129
 108msgid "--reject and --3way cannot be used together."
 109msgstr ""
 110
 111#: apply.c:131
 112msgid "--cached and --3way cannot be used together."
 113msgstr ""
 114
 115#: apply.c:134
 116msgid "--3way outside a repository"
 117msgstr ""
 118
 119#: apply.c:145
 120msgid "--index outside a repository"
 121msgstr ""
 122
 123#: apply.c:148
 124msgid "--cached outside a repository"
 125msgstr ""
 126
 127#: apply.c:829
 128#, c-format
 129msgid "Cannot prepare timestamp regexp %s"
 130msgstr ""
 131
 132#: apply.c:838
 133#, c-format
 134msgid "regexec returned %d for input: %s"
 135msgstr ""
 136
 137#: apply.c:912
 138#, c-format
 139msgid "unable to find filename in patch at line %d"
 140msgstr ""
 141
 142#: apply.c:950
 143#, c-format
 144msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 145msgstr ""
 146
 147#: apply.c:956
 148#, c-format
 149msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 150msgstr ""
 151
 152#: apply.c:957
 153#, c-format
 154msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 155msgstr ""
 156
 157#: apply.c:962
 158#, c-format
 159msgid "git apply: bad git-diff - expected /dev/null on line %d"
 160msgstr ""
 161
 162#: apply.c:991
 163#, c-format
 164msgid "invalid mode on line %d: %s"
 165msgstr ""
 166
 167#: apply.c:1310
 168#, c-format
 169msgid "inconsistent header lines %d and %d"
 170msgstr ""
 171
 172#: apply.c:1482
 173#, c-format
 174msgid "recount: unexpected line: %.*s"
 175msgstr ""
 176
 177#: apply.c:1551
 178#, c-format
 179msgid "patch fragment without header at line %d: %.*s"
 180msgstr ""
 181
 182#: apply.c:1571
 183#, c-format
 184msgid ""
 185"git diff header lacks filename information when removing %d leading pathname "
 186"component (line %d)"
 187msgid_plural ""
 188"git diff header lacks filename information when removing %d leading pathname "
 189"components (line %d)"
 190msgstr[0] ""
 191msgstr[1] ""
 192
 193#: apply.c:1584
 194#, c-format
 195msgid "git diff header lacks filename information (line %d)"
 196msgstr ""
 197
 198#: apply.c:1772
 199msgid "new file depends on old contents"
 200msgstr ""
 201
 202#: apply.c:1774
 203msgid "deleted file still has contents"
 204msgstr ""
 205
 206#: apply.c:1808
 207#, c-format
 208msgid "corrupt patch at line %d"
 209msgstr ""
 210
 211#: apply.c:1845
 212#, c-format
 213msgid "new file %s depends on old contents"
 214msgstr ""
 215
 216#: apply.c:1847
 217#, c-format
 218msgid "deleted file %s still has contents"
 219msgstr ""
 220
 221#: apply.c:1850
 222#, c-format
 223msgid "** warning: file %s becomes empty but is not deleted"
 224msgstr ""
 225
 226#: apply.c:1997
 227#, c-format
 228msgid "corrupt binary patch at line %d: %.*s"
 229msgstr ""
 230
 231#: apply.c:2034
 232#, c-format
 233msgid "unrecognized binary patch at line %d"
 234msgstr ""
 235
 236#: apply.c:2196
 237#, c-format
 238msgid "patch with only garbage at line %d"
 239msgstr ""
 240
 241#: apply.c:2282
 242#, c-format
 243msgid "unable to read symlink %s"
 244msgstr ""
 245
 246#: apply.c:2286
 247#, c-format
 248msgid "unable to open or read %s"
 249msgstr ""
 250
 251#: apply.c:2945
 252#, c-format
 253msgid "invalid start of line: '%c'"
 254msgstr ""
 255
 256#: apply.c:3066
 257#, c-format
 258msgid "Hunk #%d succeeded at %d (offset %d line)."
 259msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
 260msgstr[0] ""
 261msgstr[1] ""
 262
 263#: apply.c:3078
 264#, c-format
 265msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 266msgstr ""
 267
 268#: apply.c:3084
 269#, c-format
 270msgid ""
 271"while searching for:\n"
 272"%.*s"
 273msgstr ""
 274
 275#: apply.c:3106
 276#, c-format
 277msgid "missing binary patch data for '%s'"
 278msgstr ""
 279
 280#: apply.c:3114
 281#, c-format
 282msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 283msgstr ""
 284
 285#: apply.c:3161
 286#, c-format
 287msgid "cannot apply binary patch to '%s' without full index line"
 288msgstr ""
 289
 290#: apply.c:3171
 291#, c-format
 292msgid ""
 293"the patch applies to '%s' (%s), which does not match the current contents."
 294msgstr ""
 295
 296#: apply.c:3179
 297#, c-format
 298msgid "the patch applies to an empty '%s' but it is not empty"
 299msgstr ""
 300
 301#: apply.c:3197
 302#, c-format
 303msgid "the necessary postimage %s for '%s' cannot be read"
 304msgstr ""
 305
 306#: apply.c:3210
 307#, c-format
 308msgid "binary patch does not apply to '%s'"
 309msgstr ""
 310
 311#: apply.c:3216
 312#, c-format
 313msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 314msgstr ""
 315
 316#: apply.c:3237
 317#, c-format
 318msgid "patch failed: %s:%ld"
 319msgstr ""
 320
 321#: apply.c:3360
 322#, c-format
 323msgid "cannot checkout %s"
 324msgstr ""
 325
 326#: apply.c:3412 apply.c:3423 apply.c:3469 midx.c:59 setup.c:279
 327#, c-format
 328msgid "failed to read %s"
 329msgstr ""
 330
 331#: apply.c:3420
 332#, c-format
 333msgid "reading from '%s' beyond a symbolic link"
 334msgstr ""
 335
 336#: apply.c:3449 apply.c:3692
 337#, c-format
 338msgid "path %s has been renamed/deleted"
 339msgstr ""
 340
 341#: apply.c:3535 apply.c:3707
 342#, c-format
 343msgid "%s: does not exist in index"
 344msgstr ""
 345
 346#: apply.c:3544 apply.c:3715
 347#, c-format
 348msgid "%s: does not match index"
 349msgstr ""
 350
 351#: apply.c:3579
 352msgid "repository lacks the necessary blob to fall back on 3-way merge."
 353msgstr ""
 354
 355#: apply.c:3582
 356#, c-format
 357msgid "Falling back to three-way merge...\n"
 358msgstr ""
 359
 360#: apply.c:3598 apply.c:3602
 361#, c-format
 362msgid "cannot read the current contents of '%s'"
 363msgstr ""
 364
 365#: apply.c:3614
 366#, c-format
 367msgid "Failed to fall back on three-way merge...\n"
 368msgstr ""
 369
 370#: apply.c:3628
 371#, c-format
 372msgid "Applied patch to '%s' with conflicts.\n"
 373msgstr ""
 374
 375#: apply.c:3633
 376#, c-format
 377msgid "Applied patch to '%s' cleanly.\n"
 378msgstr ""
 379
 380#: apply.c:3659
 381msgid "removal patch leaves file contents"
 382msgstr ""
 383
 384#: apply.c:3732
 385#, c-format
 386msgid "%s: wrong type"
 387msgstr ""
 388
 389#: apply.c:3734
 390#, c-format
 391msgid "%s has type %o, expected %o"
 392msgstr ""
 393
 394#: apply.c:3885 apply.c:3887 read-cache.c:830 read-cache.c:856
 395#: read-cache.c:1309
 396#, c-format
 397msgid "invalid path '%s'"
 398msgstr ""
 399
 400#: apply.c:3943
 401#, c-format
 402msgid "%s: already exists in index"
 403msgstr ""
 404
 405#: apply.c:3946
 406#, c-format
 407msgid "%s: already exists in working directory"
 408msgstr ""
 409
 410#: apply.c:3966
 411#, c-format
 412msgid "new mode (%o) of %s does not match old mode (%o)"
 413msgstr ""
 414
 415#: apply.c:3971
 416#, c-format
 417msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 418msgstr ""
 419
 420#: apply.c:3991
 421#, c-format
 422msgid "affected file '%s' is beyond a symbolic link"
 423msgstr ""
 424
 425#: apply.c:3995
 426#, c-format
 427msgid "%s: patch does not apply"
 428msgstr ""
 429
 430#: apply.c:4010
 431#, c-format
 432msgid "Checking patch %s..."
 433msgstr ""
 434
 435#: apply.c:4102
 436#, c-format
 437msgid "sha1 information is lacking or useless for submodule %s"
 438msgstr ""
 439
 440#: apply.c:4109
 441#, c-format
 442msgid "mode change for %s, which is not in current HEAD"
 443msgstr ""
 444
 445#: apply.c:4112
 446#, c-format
 447msgid "sha1 information is lacking or useless (%s)."
 448msgstr ""
 449
 450#: apply.c:4117 builtin/checkout.c:257 builtin/reset.c:143
 451#, c-format
 452msgid "make_cache_entry failed for path '%s'"
 453msgstr ""
 454
 455#: apply.c:4121
 456#, c-format
 457msgid "could not add %s to temporary index"
 458msgstr ""
 459
 460#: apply.c:4131
 461#, c-format
 462msgid "could not write temporary index to %s"
 463msgstr ""
 464
 465#: apply.c:4269
 466#, c-format
 467msgid "unable to remove %s from index"
 468msgstr ""
 469
 470#: apply.c:4303
 471#, c-format
 472msgid "corrupt patch for submodule %s"
 473msgstr ""
 474
 475#: apply.c:4309
 476#, c-format
 477msgid "unable to stat newly created file '%s'"
 478msgstr ""
 479
 480#: apply.c:4317
 481#, c-format
 482msgid "unable to create backing store for newly created file %s"
 483msgstr ""
 484
 485#: apply.c:4323 apply.c:4468
 486#, c-format
 487msgid "unable to add cache entry for %s"
 488msgstr ""
 489
 490#: apply.c:4366
 491#, c-format
 492msgid "failed to write to '%s'"
 493msgstr ""
 494
 495#: apply.c:4370
 496#, c-format
 497msgid "closing file '%s'"
 498msgstr ""
 499
 500#: apply.c:4440
 501#, c-format
 502msgid "unable to write file '%s' mode %o"
 503msgstr ""
 504
 505#: apply.c:4538
 506#, c-format
 507msgid "Applied patch %s cleanly."
 508msgstr ""
 509
 510#: apply.c:4546
 511msgid "internal error"
 512msgstr ""
 513
 514#: apply.c:4549
 515#, c-format
 516msgid "Applying patch %%s with %d reject..."
 517msgid_plural "Applying patch %%s with %d rejects..."
 518msgstr[0] ""
 519msgstr[1] ""
 520
 521#: apply.c:4560
 522#, c-format
 523msgid "truncating .rej filename to %.*s.rej"
 524msgstr ""
 525
 526#: apply.c:4568 builtin/fetch.c:837 builtin/fetch.c:1118
 527#, c-format
 528msgid "cannot open %s"
 529msgstr ""
 530
 531#: apply.c:4582
 532#, c-format
 533msgid "Hunk #%d applied cleanly."
 534msgstr ""
 535
 536#: apply.c:4586
 537#, c-format
 538msgid "Rejected hunk #%d."
 539msgstr ""
 540
 541#: apply.c:4696
 542#, c-format
 543msgid "Skipped patch '%s'."
 544msgstr ""
 545
 546#: apply.c:4704
 547msgid "unrecognized input"
 548msgstr ""
 549
 550#: apply.c:4724
 551msgid "unable to read index file"
 552msgstr ""
 553
 554#: apply.c:4879
 555#, c-format
 556msgid "can't open patch '%s': %s"
 557msgstr ""
 558
 559#: apply.c:4906
 560#, c-format
 561msgid "squelched %d whitespace error"
 562msgid_plural "squelched %d whitespace errors"
 563msgstr[0] ""
 564msgstr[1] ""
 565
 566#: apply.c:4912 apply.c:4927
 567#, c-format
 568msgid "%d line adds whitespace errors."
 569msgid_plural "%d lines add whitespace errors."
 570msgstr[0] ""
 571msgstr[1] ""
 572
 573#: apply.c:4920
 574#, c-format
 575msgid "%d line applied after fixing whitespace errors."
 576msgid_plural "%d lines applied after fixing whitespace errors."
 577msgstr[0] ""
 578msgstr[1] ""
 579
 580#: apply.c:4936 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
 581msgid "Unable to write new index file"
 582msgstr ""
 583
 584#: apply.c:4963 apply.c:4966 builtin/am.c:2210 builtin/am.c:2213
 585#: builtin/clone.c:120 builtin/fetch.c:118 builtin/merge.c:271
 586#: builtin/pull.c:207 builtin/submodule--helper.c:407
 587#: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369
 588#: builtin/submodule--helper.c:1849 builtin/submodule--helper.c:1852
 589#: builtin/submodule--helper.c:2091 git-add--interactive.perl:197
 590msgid "path"
 591msgstr ""
 592
 593#: apply.c:4964
 594msgid "don't apply changes matching the given path"
 595msgstr ""
 596
 597#: apply.c:4967
 598msgid "apply changes matching the given path"
 599msgstr ""
 600
 601#: apply.c:4969 builtin/am.c:2219
 602msgid "num"
 603msgstr ""
 604
 605#: apply.c:4970
 606msgid "remove <num> leading slashes from traditional diff paths"
 607msgstr ""
 608
 609#: apply.c:4973
 610msgid "ignore additions made by the patch"
 611msgstr ""
 612
 613#: apply.c:4975
 614msgid "instead of applying the patch, output diffstat for the input"
 615msgstr ""
 616
 617#: apply.c:4979
 618msgid "show number of added and deleted lines in decimal notation"
 619msgstr ""
 620
 621#: apply.c:4981
 622msgid "instead of applying the patch, output a summary for the input"
 623msgstr ""
 624
 625#: apply.c:4983
 626msgid "instead of applying the patch, see if the patch is applicable"
 627msgstr ""
 628
 629#: apply.c:4985
 630msgid "make sure the patch is applicable to the current index"
 631msgstr ""
 632
 633#: apply.c:4987
 634msgid "mark new files with `git add --intent-to-add`"
 635msgstr ""
 636
 637#: apply.c:4989
 638msgid "apply a patch without touching the working tree"
 639msgstr ""
 640
 641#: apply.c:4991
 642msgid "accept a patch that touches outside the working area"
 643msgstr ""
 644
 645#: apply.c:4994
 646msgid "also apply the patch (use with --stat/--summary/--check)"
 647msgstr ""
 648
 649#: apply.c:4996
 650msgid "attempt three-way merge if a patch does not apply"
 651msgstr ""
 652
 653#: apply.c:4998
 654msgid "build a temporary index based on embedded index information"
 655msgstr ""
 656
 657#: apply.c:5001 builtin/checkout-index.c:173 builtin/ls-files.c:524
 658msgid "paths are separated with NUL character"
 659msgstr ""
 660
 661#: apply.c:5003
 662msgid "ensure at least <n> lines of context match"
 663msgstr ""
 664
 665#: apply.c:5004 builtin/am.c:2198 builtin/interpret-trailers.c:97
 666#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
 667#: builtin/pack-objects.c:3317 builtin/rebase.c:1415
 668msgid "action"
 669msgstr ""
 670
 671#: apply.c:5005
 672msgid "detect new or modified lines that have whitespace errors"
 673msgstr ""
 674
 675#: apply.c:5008 apply.c:5011
 676msgid "ignore changes in whitespace when finding context"
 677msgstr ""
 678
 679#: apply.c:5014
 680msgid "apply the patch in reverse"
 681msgstr ""
 682
 683#: apply.c:5016
 684msgid "don't expect at least one line of context"
 685msgstr ""
 686
 687#: apply.c:5018
 688msgid "leave the rejected hunks in corresponding *.rej files"
 689msgstr ""
 690
 691#: apply.c:5020
 692msgid "allow overlapping hunks"
 693msgstr ""
 694
 695#: apply.c:5021 builtin/add.c:291 builtin/check-ignore.c:22
 696#: builtin/commit.c:1317 builtin/count-objects.c:98 builtin/fsck.c:786
 697#: builtin/log.c:2045 builtin/mv.c:123 builtin/read-tree.c:128
 698msgid "be verbose"
 699msgstr ""
 700
 701#: apply.c:5023
 702msgid "tolerate incorrectly detected missing new-line at the end of file"
 703msgstr ""
 704
 705#: apply.c:5026
 706msgid "do not trust the line counts in the hunk headers"
 707msgstr ""
 708
 709#: apply.c:5028 builtin/am.c:2207
 710msgid "root"
 711msgstr ""
 712
 713#: apply.c:5029
 714msgid "prepend <root> to all filenames"
 715msgstr ""
 716
 717#: archive.c:14
 718msgid "git archive [<options>] <tree-ish> [<path>...]"
 719msgstr ""
 720
 721#: archive.c:15
 722msgid "git archive --list"
 723msgstr ""
 724
 725#: archive.c:16
 726msgid ""
 727"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 728msgstr ""
 729
 730#: archive.c:17
 731msgid "git archive --remote <repo> [--exec <cmd>] --list"
 732msgstr ""
 733
 734#: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299
 735#, c-format
 736msgid "pathspec '%s' did not match any files"
 737msgstr ""
 738
 739#: archive.c:396
 740#, c-format
 741msgid "no such ref: %.*s"
 742msgstr ""
 743
 744#: archive.c:401
 745#, c-format
 746msgid "not a valid object name: %s"
 747msgstr ""
 748
 749#: archive.c:414
 750#, c-format
 751msgid "not a tree object: %s"
 752msgstr ""
 753
 754#: archive.c:424
 755msgid "current working directory is untracked"
 756msgstr ""
 757
 758#: archive.c:455
 759msgid "fmt"
 760msgstr ""
 761
 762#: archive.c:455
 763msgid "archive format"
 764msgstr ""
 765
 766#: archive.c:456 builtin/log.c:1557
 767msgid "prefix"
 768msgstr ""
 769
 770#: archive.c:457
 771msgid "prepend prefix to each pathname in the archive"
 772msgstr ""
 773
 774#: archive.c:458 builtin/blame.c:821 builtin/blame.c:822
 775#: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1091
 776#: builtin/fast-export.c:1093 builtin/grep.c:895 builtin/hash-object.c:105
 777#: builtin/ls-files.c:560 builtin/ls-files.c:563 builtin/notes.c:412
 778#: builtin/notes.c:578 builtin/read-tree.c:123 parse-options.h:177
 779msgid "file"
 780msgstr ""
 781
 782#: archive.c:459 builtin/archive.c:90
 783msgid "write the archive to this file"
 784msgstr ""
 785
 786#: archive.c:461
 787msgid "read .gitattributes in working directory"
 788msgstr ""
 789
 790#: archive.c:462
 791msgid "report archived files on stderr"
 792msgstr ""
 793
 794#: archive.c:463
 795msgid "store only"
 796msgstr ""
 797
 798#: archive.c:464
 799msgid "compress faster"
 800msgstr ""
 801
 802#: archive.c:472
 803msgid "compress better"
 804msgstr ""
 805
 806#: archive.c:475
 807msgid "list supported archive formats"
 808msgstr ""
 809
 810#: archive.c:477 builtin/archive.c:91 builtin/clone.c:110 builtin/clone.c:113
 811#: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1858
 812msgid "repo"
 813msgstr ""
 814
 815#: archive.c:478 builtin/archive.c:92
 816msgid "retrieve the archive from remote repository <repo>"
 817msgstr ""
 818
 819#: archive.c:479 builtin/archive.c:93 builtin/difftool.c:707
 820#: builtin/notes.c:498
 821msgid "command"
 822msgstr ""
 823
 824#: archive.c:480 builtin/archive.c:94
 825msgid "path to the remote git-upload-archive command"
 826msgstr ""
 827
 828#: archive.c:487
 829msgid "Unexpected option --remote"
 830msgstr ""
 831
 832#: archive.c:489
 833msgid "Option --exec can only be used together with --remote"
 834msgstr ""
 835
 836#: archive.c:491
 837msgid "Unexpected option --output"
 838msgstr ""
 839
 840#: archive.c:513
 841#, c-format
 842msgid "Unknown archive format '%s'"
 843msgstr ""
 844
 845#: archive.c:520
 846#, c-format
 847msgid "Argument not supported for format '%s': -%d"
 848msgstr ""
 849
 850#: archive-tar.c:125 archive-zip.c:345
 851#, c-format
 852msgid "cannot stream blob %s"
 853msgstr ""
 854
 855#: archive-tar.c:260 archive-zip.c:363
 856#, c-format
 857msgid "unsupported file mode: 0%o (SHA1: %s)"
 858msgstr ""
 859
 860#: archive-tar.c:287 archive-zip.c:353
 861#, c-format
 862msgid "cannot read %s"
 863msgstr ""
 864
 865#: archive-tar.c:459
 866#, c-format
 867msgid "unable to start '%s' filter"
 868msgstr ""
 869
 870#: archive-tar.c:462
 871msgid "unable to redirect descriptor"
 872msgstr ""
 873
 874#: archive-tar.c:469
 875#, c-format
 876msgid "'%s' filter reported error"
 877msgstr ""
 878
 879#: archive-zip.c:314
 880#, c-format
 881msgid "path is not valid UTF-8: %s"
 882msgstr ""
 883
 884#: archive-zip.c:318
 885#, c-format
 886msgid "path too long (%d chars, SHA1: %s): %s"
 887msgstr ""
 888
 889#: archive-zip.c:474 builtin/pack-objects.c:226 builtin/pack-objects.c:229
 890#, c-format
 891msgid "deflate error (%d)"
 892msgstr ""
 893
 894#: archive-zip.c:609
 895#, c-format
 896msgid "timestamp too large for this system: %<PRIuMAX>"
 897msgstr ""
 898
 899#: attr.c:211
 900#, c-format
 901msgid "%.*s is not a valid attribute name"
 902msgstr ""
 903
 904#: attr.c:368
 905#, c-format
 906msgid "%s not allowed: %s:%d"
 907msgstr ""
 908
 909#: attr.c:408
 910msgid ""
 911"Negative patterns are ignored in git attributes\n"
 912"Use '\\!' for literal leading exclamation."
 913msgstr ""
 914
 915#: bisect.c:468
 916#, c-format
 917msgid "Badly quoted content in file '%s': %s"
 918msgstr ""
 919
 920#: bisect.c:678
 921#, c-format
 922msgid "We cannot bisect more!\n"
 923msgstr ""
 924
 925#: bisect.c:733
 926#, c-format
 927msgid "Not a valid commit name %s"
 928msgstr ""
 929
 930#: bisect.c:758
 931#, c-format
 932msgid ""
 933"The merge base %s is bad.\n"
 934"This means the bug has been fixed between %s and [%s].\n"
 935msgstr ""
 936
 937#: bisect.c:763
 938#, c-format
 939msgid ""
 940"The merge base %s is new.\n"
 941"The property has changed between %s and [%s].\n"
 942msgstr ""
 943
 944#: bisect.c:768
 945#, c-format
 946msgid ""
 947"The merge base %s is %s.\n"
 948"This means the first '%s' commit is between %s and [%s].\n"
 949msgstr ""
 950
 951#: bisect.c:776
 952#, c-format
 953msgid ""
 954"Some %s revs are not ancestors of the %s rev.\n"
 955"git bisect cannot work properly in this case.\n"
 956"Maybe you mistook %s and %s revs?\n"
 957msgstr ""
 958
 959#: bisect.c:789
 960#, c-format
 961msgid ""
 962"the merge base between %s and [%s] must be skipped.\n"
 963"So we cannot be sure the first %s commit is between %s and %s.\n"
 964"We continue anyway."
 965msgstr ""
 966
 967#: bisect.c:822
 968#, c-format
 969msgid "Bisecting: a merge base must be tested\n"
 970msgstr ""
 971
 972#: bisect.c:865
 973#, c-format
 974msgid "a %s revision is needed"
 975msgstr ""
 976
 977#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:248
 978#, c-format
 979msgid "could not create file '%s'"
 980msgstr ""
 981
 982#: bisect.c:928 builtin/merge.c:146
 983#, c-format
 984msgid "could not read file '%s'"
 985msgstr ""
 986
 987#: bisect.c:958
 988msgid "reading bisect refs failed"
 989msgstr ""
 990
 991#: bisect.c:977
 992#, c-format
 993msgid "%s was both %s and %s\n"
 994msgstr ""
 995
 996#: bisect.c:985
 997#, c-format
 998msgid ""
 999"No testable commit found.\n"
1000"Maybe you started with bad path parameters?\n"
1001msgstr ""
1002
1003#: bisect.c:1004
1004#, c-format
1005msgid "(roughly %d step)"
1006msgid_plural "(roughly %d steps)"
1007msgstr[0] ""
1008msgstr[1] ""
1009
1010#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1011#. steps)" translation.
1012#.
1013#: bisect.c:1010
1014#, c-format
1015msgid "Bisecting: %d revision left to test after this %s\n"
1016msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1017msgstr[0] ""
1018msgstr[1] ""
1019
1020#: blame.c:1794
1021msgid "--contents and --reverse do not blend well."
1022msgstr ""
1023
1024#: blame.c:1808
1025msgid "cannot use --contents with final commit object name"
1026msgstr ""
1027
1028#: blame.c:1829
1029msgid "--reverse and --first-parent together require specified latest commit"
1030msgstr ""
1031
1032#: blame.c:1838 bundle.c:164 ref-filter.c:2077 remote.c:1938 sequencer.c:2030
1033#: sequencer.c:4224 builtin/commit.c:1017 builtin/log.c:382 builtin/log.c:940
1034#: builtin/log.c:1428 builtin/log.c:1804 builtin/log.c:2094 builtin/merge.c:415
1035#: builtin/pack-objects.c:3140 builtin/pack-objects.c:3155
1036#: builtin/shortlog.c:192
1037msgid "revision walk setup failed"
1038msgstr ""
1039
1040#: blame.c:1856
1041msgid ""
1042"--reverse --first-parent together require range along first-parent chain"
1043msgstr ""
1044
1045#: blame.c:1867
1046#, c-format
1047msgid "no such path %s in %s"
1048msgstr ""
1049
1050#: blame.c:1878
1051#, c-format
1052msgid "cannot read blob %s for path %s"
1053msgstr ""
1054
1055#: branch.c:53
1056#, c-format
1057msgid ""
1058"\n"
1059"After fixing the error cause you may try to fix up\n"
1060"the remote tracking information by invoking\n"
1061"\"git branch --set-upstream-to=%s%s%s\"."
1062msgstr ""
1063
1064#: branch.c:67
1065#, c-format
1066msgid "Not setting branch %s as its own upstream."
1067msgstr ""
1068
1069#: branch.c:93
1070#, c-format
1071msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1072msgstr ""
1073
1074#: branch.c:94
1075#, c-format
1076msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1077msgstr ""
1078
1079#: branch.c:98
1080#, c-format
1081msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1082msgstr ""
1083
1084#: branch.c:99
1085#, c-format
1086msgid "Branch '%s' set up to track local branch '%s'."
1087msgstr ""
1088
1089#: branch.c:104
1090#, c-format
1091msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1092msgstr ""
1093
1094#: branch.c:105
1095#, c-format
1096msgid "Branch '%s' set up to track remote ref '%s'."
1097msgstr ""
1098
1099#: branch.c:109
1100#, c-format
1101msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1102msgstr ""
1103
1104#: branch.c:110
1105#, c-format
1106msgid "Branch '%s' set up to track local ref '%s'."
1107msgstr ""
1108
1109#: branch.c:119
1110msgid "Unable to write upstream branch configuration"
1111msgstr ""
1112
1113#: branch.c:156
1114#, c-format
1115msgid "Not tracking: ambiguous information for ref %s"
1116msgstr ""
1117
1118#: branch.c:189
1119#, c-format
1120msgid "'%s' is not a valid branch name."
1121msgstr ""
1122
1123#: branch.c:208
1124#, c-format
1125msgid "A branch named '%s' already exists."
1126msgstr ""
1127
1128#: branch.c:213
1129msgid "Cannot force update the current branch."
1130msgstr ""
1131
1132#: branch.c:233
1133#, c-format
1134msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1135msgstr ""
1136
1137#: branch.c:235
1138#, c-format
1139msgid "the requested upstream branch '%s' does not exist"
1140msgstr ""
1141
1142#: branch.c:237
1143msgid ""
1144"\n"
1145"If you are planning on basing your work on an upstream\n"
1146"branch that already exists at the remote, you may need to\n"
1147"run \"git fetch\" to retrieve it.\n"
1148"\n"
1149"If you are planning to push out a new local branch that\n"
1150"will track its remote counterpart, you may want to use\n"
1151"\"git push -u\" to set the upstream config as you push."
1152msgstr ""
1153
1154#: branch.c:281
1155#, c-format
1156msgid "Not a valid object name: '%s'."
1157msgstr ""
1158
1159#: branch.c:301
1160#, c-format
1161msgid "Ambiguous object name: '%s'."
1162msgstr ""
1163
1164#: branch.c:306
1165#, c-format
1166msgid "Not a valid branch point: '%s'."
1167msgstr ""
1168
1169#: branch.c:359
1170#, c-format
1171msgid "'%s' is already checked out at '%s'"
1172msgstr ""
1173
1174#: branch.c:382
1175#, c-format
1176msgid "HEAD of working tree %s is not updated"
1177msgstr ""
1178
1179#: bundle.c:36
1180#, c-format
1181msgid "'%s' does not look like a v2 bundle file"
1182msgstr ""
1183
1184#: bundle.c:64
1185#, c-format
1186msgid "unrecognized header: %s%s (%d)"
1187msgstr ""
1188
1189#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2281 sequencer.c:2916
1190#: builtin/commit.c:788
1191#, c-format
1192msgid "could not open '%s'"
1193msgstr ""
1194
1195#: bundle.c:143
1196msgid "Repository lacks these prerequisite commits:"
1197msgstr ""
1198
1199#: bundle.c:194
1200#, c-format
1201msgid "The bundle contains this ref:"
1202msgid_plural "The bundle contains these %d refs:"
1203msgstr[0] ""
1204msgstr[1] ""
1205
1206#: bundle.c:201
1207msgid "The bundle records a complete history."
1208msgstr ""
1209
1210#: bundle.c:203
1211#, c-format
1212msgid "The bundle requires this ref:"
1213msgid_plural "The bundle requires these %d refs:"
1214msgstr[0] ""
1215msgstr[1] ""
1216
1217#: bundle.c:269
1218msgid "unable to dup bundle descriptor"
1219msgstr ""
1220
1221#: bundle.c:276
1222msgid "Could not spawn pack-objects"
1223msgstr ""
1224
1225#: bundle.c:287
1226msgid "pack-objects died"
1227msgstr ""
1228
1229#: bundle.c:329
1230msgid "rev-list died"
1231msgstr ""
1232
1233#: bundle.c:378
1234#, c-format
1235msgid "ref '%s' is excluded by the rev-list options"
1236msgstr ""
1237
1238#: bundle.c:457 builtin/log.c:197 builtin/log.c:1709 builtin/shortlog.c:306
1239#, c-format
1240msgid "unrecognized argument: %s"
1241msgstr ""
1242
1243#: bundle.c:465
1244msgid "Refusing to create empty bundle."
1245msgstr ""
1246
1247#: bundle.c:475
1248#, c-format
1249msgid "cannot create '%s'"
1250msgstr ""
1251
1252#: bundle.c:500
1253msgid "index-pack died"
1254msgstr ""
1255
1256#: color.c:296
1257#, c-format
1258msgid "invalid color value: %.*s"
1259msgstr ""
1260
1261#: commit.c:50 sequencer.c:2697 builtin/am.c:355 builtin/am.c:399
1262#: builtin/am.c:1377 builtin/am.c:2022 builtin/replace.c:455
1263#, c-format
1264msgid "could not parse %s"
1265msgstr ""
1266
1267#: commit.c:52
1268#, c-format
1269msgid "%s %s is not a commit!"
1270msgstr ""
1271
1272#: commit.c:193
1273msgid ""
1274"Support for <GIT_DIR>/info/grafts is deprecated\n"
1275"and will be removed in a future Git version.\n"
1276"\n"
1277"Please use \"git replace --convert-graft-file\"\n"
1278"to convert the grafts into replace refs.\n"
1279"\n"
1280"Turn this message off by running\n"
1281"\"git config advice.graftFileDeprecated false\""
1282msgstr ""
1283
1284#: commit.c:1128
1285#, c-format
1286msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1287msgstr ""
1288
1289#: commit.c:1131
1290#, c-format
1291msgid "Commit %s has a bad GPG signature allegedly by %s."
1292msgstr ""
1293
1294#: commit.c:1134
1295#, c-format
1296msgid "Commit %s does not have a GPG signature."
1297msgstr ""
1298
1299#: commit.c:1137
1300#, c-format
1301msgid "Commit %s has a good GPG signature by %s\n"
1302msgstr ""
1303
1304#: commit.c:1391
1305msgid ""
1306"Warning: commit message did not conform to UTF-8.\n"
1307"You may want to amend it after fixing the message, or set the config\n"
1308"variable i18n.commitencoding to the encoding your project uses.\n"
1309msgstr ""
1310
1311#: commit-graph.c:105
1312msgid "commit-graph file is too small"
1313msgstr ""
1314
1315#: commit-graph.c:170
1316#, c-format
1317msgid "commit-graph signature %X does not match signature %X"
1318msgstr ""
1319
1320#: commit-graph.c:177
1321#, c-format
1322msgid "commit-graph version %X does not match version %X"
1323msgstr ""
1324
1325#: commit-graph.c:184
1326#, c-format
1327msgid "commit-graph hash version %X does not match version %X"
1328msgstr ""
1329
1330#: commit-graph.c:207
1331msgid "commit-graph chunk lookup table entry missing; file may be incomplete"
1332msgstr ""
1333
1334#: commit-graph.c:218
1335#, c-format
1336msgid "commit-graph improper chunk offset %08x%08x"
1337msgstr ""
1338
1339#: commit-graph.c:255
1340#, c-format
1341msgid "commit-graph chunk id %08x appears multiple times"
1342msgstr ""
1343
1344#: commit-graph.c:390
1345#, c-format
1346msgid "could not find commit %s"
1347msgstr ""
1348
1349#: commit-graph.c:732 builtin/pack-objects.c:2649
1350#, c-format
1351msgid "unable to get type of object %s"
1352msgstr ""
1353
1354#: commit-graph.c:765
1355msgid "Loading known commits in commit graph"
1356msgstr ""
1357
1358#: commit-graph.c:781
1359msgid "Expanding reachable commits in commit graph"
1360msgstr ""
1361
1362#: commit-graph.c:793
1363msgid "Clearing commit marks in commit graph"
1364msgstr ""
1365
1366#: commit-graph.c:813
1367msgid "Computing commit graph generation numbers"
1368msgstr ""
1369
1370#: commit-graph.c:930
1371#, c-format
1372msgid "Finding commits for commit graph in %d pack"
1373msgid_plural "Finding commits for commit graph in %d packs"
1374msgstr[0] ""
1375msgstr[1] ""
1376
1377#: commit-graph.c:943
1378#, c-format
1379msgid "error adding pack %s"
1380msgstr ""
1381
1382#: commit-graph.c:945
1383#, c-format
1384msgid "error opening index for %s"
1385msgstr ""
1386
1387#: commit-graph.c:959
1388#, c-format
1389msgid "Finding commits for commit graph from %d ref"
1390msgid_plural "Finding commits for commit graph from %d refs"
1391msgstr[0] ""
1392msgstr[1] ""
1393
1394#: commit-graph.c:991
1395msgid "Finding commits for commit graph among packed objects"
1396msgstr ""
1397
1398#: commit-graph.c:1004
1399msgid "Counting distinct commits in commit graph"
1400msgstr ""
1401
1402#: commit-graph.c:1017
1403#, c-format
1404msgid "the commit graph format cannot write %d commits"
1405msgstr ""
1406
1407#: commit-graph.c:1026
1408msgid "Finding extra edges in commit graph"
1409msgstr ""
1410
1411#: commit-graph.c:1050
1412msgid "too many commits to write graph"
1413msgstr ""
1414
1415#: commit-graph.c:1057 midx.c:819
1416#, c-format
1417msgid "unable to create leading directories of %s"
1418msgstr ""
1419
1420#: commit-graph.c:1097
1421#, c-format
1422msgid "Writing out commit graph in %d pass"
1423msgid_plural "Writing out commit graph in %d passes"
1424msgstr[0] ""
1425msgstr[1] ""
1426
1427#: commit-graph.c:1162
1428msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1429msgstr ""
1430
1431#: commit-graph.c:1172
1432#, c-format
1433msgid "commit-graph has incorrect OID order: %s then %s"
1434msgstr ""
1435
1436#: commit-graph.c:1182 commit-graph.c:1197
1437#, c-format
1438msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1439msgstr ""
1440
1441#: commit-graph.c:1189
1442#, c-format
1443msgid "failed to parse commit %s from commit-graph"
1444msgstr ""
1445
1446#: commit-graph.c:1206
1447msgid "Verifying commits in commit graph"
1448msgstr ""
1449
1450#: commit-graph.c:1219
1451#, c-format
1452msgid "failed to parse commit %s from object database for commit-graph"
1453msgstr ""
1454
1455#: commit-graph.c:1226
1456#, c-format
1457msgid "root tree OID for commit %s in commit-graph is %s != %s"
1458msgstr ""
1459
1460#: commit-graph.c:1236
1461#, c-format
1462msgid "commit-graph parent list for commit %s is too long"
1463msgstr ""
1464
1465#: commit-graph.c:1242
1466#, c-format
1467msgid "commit-graph parent for %s is %s != %s"
1468msgstr ""
1469
1470#: commit-graph.c:1255
1471#, c-format
1472msgid "commit-graph parent list for commit %s terminates early"
1473msgstr ""
1474
1475#: commit-graph.c:1260
1476#, c-format
1477msgid ""
1478"commit-graph has generation number zero for commit %s, but non-zero elsewhere"
1479msgstr ""
1480
1481#: commit-graph.c:1264
1482#, c-format
1483msgid ""
1484"commit-graph has non-zero generation number for commit %s, but zero elsewhere"
1485msgstr ""
1486
1487#: commit-graph.c:1279
1488#, c-format
1489msgid "commit-graph generation for commit %s is %u != %u"
1490msgstr ""
1491
1492#: commit-graph.c:1285
1493#, c-format
1494msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
1495msgstr ""
1496
1497#: compat/obstack.c:406 compat/obstack.c:408
1498msgid "memory exhausted"
1499msgstr ""
1500
1501#: config.c:123
1502#, c-format
1503msgid ""
1504"exceeded maximum include depth (%d) while including\n"
1505"\t%s\n"
1506"from\n"
1507"\t%s\n"
1508"This might be due to circular includes."
1509msgstr ""
1510
1511#: config.c:139
1512#, c-format
1513msgid "could not expand include path '%s'"
1514msgstr ""
1515
1516#: config.c:150
1517msgid "relative config includes must come from files"
1518msgstr ""
1519
1520#: config.c:190
1521msgid "relative config include conditionals must come from files"
1522msgstr ""
1523
1524#: config.c:348
1525#, c-format
1526msgid "key does not contain a section: %s"
1527msgstr ""
1528
1529#: config.c:354
1530#, c-format
1531msgid "key does not contain variable name: %s"
1532msgstr ""
1533
1534#: config.c:378 sequencer.c:2459
1535#, c-format
1536msgid "invalid key: %s"
1537msgstr ""
1538
1539#: config.c:384
1540#, c-format
1541msgid "invalid key (newline): %s"
1542msgstr ""
1543
1544#: config.c:420 config.c:432
1545#, c-format
1546msgid "bogus config parameter: %s"
1547msgstr ""
1548
1549#: config.c:467
1550#, c-format
1551msgid "bogus format in %s"
1552msgstr ""
1553
1554#: config.c:793
1555#, c-format
1556msgid "bad config line %d in blob %s"
1557msgstr ""
1558
1559#: config.c:797
1560#, c-format
1561msgid "bad config line %d in file %s"
1562msgstr ""
1563
1564#: config.c:801
1565#, c-format
1566msgid "bad config line %d in standard input"
1567msgstr ""
1568
1569#: config.c:805
1570#, c-format
1571msgid "bad config line %d in submodule-blob %s"
1572msgstr ""
1573
1574#: config.c:809
1575#, c-format
1576msgid "bad config line %d in command line %s"
1577msgstr ""
1578
1579#: config.c:813
1580#, c-format
1581msgid "bad config line %d in %s"
1582msgstr ""
1583
1584#: config.c:952
1585msgid "out of range"
1586msgstr ""
1587
1588#: config.c:952
1589msgid "invalid unit"
1590msgstr ""
1591
1592#: config.c:958
1593#, c-format
1594msgid "bad numeric config value '%s' for '%s': %s"
1595msgstr ""
1596
1597#: config.c:963
1598#, c-format
1599msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1600msgstr ""
1601
1602#: config.c:966
1603#, c-format
1604msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1605msgstr ""
1606
1607#: config.c:969
1608#, c-format
1609msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1610msgstr ""
1611
1612#: config.c:972
1613#, c-format
1614msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1615msgstr ""
1616
1617#: config.c:975
1618#, c-format
1619msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1620msgstr ""
1621
1622#: config.c:978
1623#, c-format
1624msgid "bad numeric config value '%s' for '%s' in %s: %s"
1625msgstr ""
1626
1627#: config.c:1073
1628#, c-format
1629msgid "failed to expand user dir in: '%s'"
1630msgstr ""
1631
1632#: config.c:1082
1633#, c-format
1634msgid "'%s' for '%s' is not a valid timestamp"
1635msgstr ""
1636
1637#: config.c:1173
1638#, c-format
1639msgid "abbrev length out of range: %d"
1640msgstr ""
1641
1642#: config.c:1187 config.c:1198
1643#, c-format
1644msgid "bad zlib compression level %d"
1645msgstr ""
1646
1647#: config.c:1290
1648msgid "core.commentChar should only be one character"
1649msgstr ""
1650
1651#: config.c:1323
1652#, c-format
1653msgid "invalid mode for object creation: %s"
1654msgstr ""
1655
1656#: config.c:1395
1657#, c-format
1658msgid "malformed value for %s"
1659msgstr ""
1660
1661#: config.c:1421
1662#, c-format
1663msgid "malformed value for %s: %s"
1664msgstr ""
1665
1666#: config.c:1422
1667msgid "must be one of nothing, matching, simple, upstream or current"
1668msgstr ""
1669
1670#: config.c:1483 builtin/pack-objects.c:3397
1671#, c-format
1672msgid "bad pack compression level %d"
1673msgstr ""
1674
1675#: config.c:1604
1676#, c-format
1677msgid "unable to load config blob object '%s'"
1678msgstr ""
1679
1680#: config.c:1607
1681#, c-format
1682msgid "reference '%s' does not point to a blob"
1683msgstr ""
1684
1685#: config.c:1624
1686#, c-format
1687msgid "unable to resolve config blob '%s'"
1688msgstr ""
1689
1690#: config.c:1654
1691#, c-format
1692msgid "failed to parse %s"
1693msgstr ""
1694
1695#: config.c:1710
1696msgid "unable to parse command-line config"
1697msgstr ""
1698
1699#: config.c:2059
1700msgid "unknown error occurred while reading the configuration files"
1701msgstr ""
1702
1703#: config.c:2229
1704#, c-format
1705msgid "Invalid %s: '%s'"
1706msgstr ""
1707
1708#: config.c:2272
1709#, c-format
1710msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1711msgstr ""
1712
1713#: config.c:2298
1714#, c-format
1715msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1716msgstr ""
1717
1718#: config.c:2344
1719#, c-format
1720msgid "unable to parse '%s' from command-line config"
1721msgstr ""
1722
1723#: config.c:2346
1724#, c-format
1725msgid "bad config variable '%s' in file '%s' at line %d"
1726msgstr ""
1727
1728#: config.c:2427
1729#, c-format
1730msgid "invalid section name '%s'"
1731msgstr ""
1732
1733#: config.c:2459
1734#, c-format
1735msgid "%s has multiple values"
1736msgstr ""
1737
1738#: config.c:2488
1739#, c-format
1740msgid "failed to write new configuration file %s"
1741msgstr ""
1742
1743#: config.c:2740 config.c:3064
1744#, c-format
1745msgid "could not lock config file %s"
1746msgstr ""
1747
1748#: config.c:2751
1749#, c-format
1750msgid "opening %s"
1751msgstr ""
1752
1753#: config.c:2786 builtin/config.c:328
1754#, c-format
1755msgid "invalid pattern: %s"
1756msgstr ""
1757
1758#: config.c:2811
1759#, c-format
1760msgid "invalid config file %s"
1761msgstr ""
1762
1763#: config.c:2824 config.c:3077
1764#, c-format
1765msgid "fstat on %s failed"
1766msgstr ""
1767
1768#: config.c:2835
1769#, c-format
1770msgid "unable to mmap '%s'"
1771msgstr ""
1772
1773#: config.c:2844 config.c:3082
1774#, c-format
1775msgid "chmod on %s failed"
1776msgstr ""
1777
1778#: config.c:2929 config.c:3179
1779#, c-format
1780msgid "could not write config file %s"
1781msgstr ""
1782
1783#: config.c:2963
1784#, c-format
1785msgid "could not set '%s' to '%s'"
1786msgstr ""
1787
1788#: config.c:2965 builtin/remote.c:782
1789#, c-format
1790msgid "could not unset '%s'"
1791msgstr ""
1792
1793#: config.c:3055
1794#, c-format
1795msgid "invalid section name: %s"
1796msgstr ""
1797
1798#: config.c:3222
1799#, c-format
1800msgid "missing value for '%s'"
1801msgstr ""
1802
1803#: connect.c:61
1804msgid "the remote end hung up upon initial contact"
1805msgstr ""
1806
1807#: connect.c:63
1808msgid ""
1809"Could not read from remote repository.\n"
1810"\n"
1811"Please make sure you have the correct access rights\n"
1812"and the repository exists."
1813msgstr ""
1814
1815#: connect.c:81
1816#, c-format
1817msgid "server doesn't support '%s'"
1818msgstr ""
1819
1820#: connect.c:103
1821#, c-format
1822msgid "server doesn't support feature '%s'"
1823msgstr ""
1824
1825#: connect.c:114
1826msgid "expected flush after capabilities"
1827msgstr ""
1828
1829#: connect.c:233
1830#, c-format
1831msgid "ignoring capabilities after first line '%s'"
1832msgstr ""
1833
1834#: connect.c:252
1835msgid "protocol error: unexpected capabilities^{}"
1836msgstr ""
1837
1838#: connect.c:273
1839#, c-format
1840msgid "protocol error: expected shallow sha-1, got '%s'"
1841msgstr ""
1842
1843#: connect.c:275
1844msgid "repository on the other end cannot be shallow"
1845msgstr ""
1846
1847#: connect.c:313
1848msgid "invalid packet"
1849msgstr ""
1850
1851#: connect.c:333
1852#, c-format
1853msgid "protocol error: unexpected '%s'"
1854msgstr ""
1855
1856#: connect.c:441
1857#, c-format
1858msgid "invalid ls-refs response: %s"
1859msgstr ""
1860
1861#: connect.c:445
1862msgid "expected flush after ref listing"
1863msgstr ""
1864
1865#: connect.c:544
1866#, c-format
1867msgid "protocol '%s' is not supported"
1868msgstr ""
1869
1870#: connect.c:595
1871msgid "unable to set SO_KEEPALIVE on socket"
1872msgstr ""
1873
1874#: connect.c:635 connect.c:698
1875#, c-format
1876msgid "Looking up %s ... "
1877msgstr ""
1878
1879#: connect.c:639
1880#, c-format
1881msgid "unable to look up %s (port %s) (%s)"
1882msgstr ""
1883
1884#. TRANSLATORS: this is the end of "Looking up %s ... "
1885#: connect.c:643 connect.c:714
1886#, c-format
1887msgid ""
1888"done.\n"
1889"Connecting to %s (port %s) ... "
1890msgstr ""
1891
1892#: connect.c:665 connect.c:742
1893#, c-format
1894msgid ""
1895"unable to connect to %s:\n"
1896"%s"
1897msgstr ""
1898
1899#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1900#: connect.c:671 connect.c:748
1901msgid "done."
1902msgstr ""
1903
1904#: connect.c:702
1905#, c-format
1906msgid "unable to look up %s (%s)"
1907msgstr ""
1908
1909#: connect.c:708
1910#, c-format
1911msgid "unknown port %s"
1912msgstr ""
1913
1914#: connect.c:845 connect.c:1171
1915#, c-format
1916msgid "strange hostname '%s' blocked"
1917msgstr ""
1918
1919#: connect.c:847
1920#, c-format
1921msgid "strange port '%s' blocked"
1922msgstr ""
1923
1924#: connect.c:857
1925#, c-format
1926msgid "cannot start proxy %s"
1927msgstr ""
1928
1929#: connect.c:924
1930msgid "no path specified; see 'git help pull' for valid url syntax"
1931msgstr ""
1932
1933#: connect.c:1119
1934msgid "ssh variant 'simple' does not support -4"
1935msgstr ""
1936
1937#: connect.c:1131
1938msgid "ssh variant 'simple' does not support -6"
1939msgstr ""
1940
1941#: connect.c:1148
1942msgid "ssh variant 'simple' does not support setting port"
1943msgstr ""
1944
1945#: connect.c:1260
1946#, c-format
1947msgid "strange pathname '%s' blocked"
1948msgstr ""
1949
1950#: connect.c:1307
1951msgid "unable to fork"
1952msgstr ""
1953
1954#: connected.c:85 builtin/fsck.c:221 builtin/prune.c:43
1955msgid "Checking connectivity"
1956msgstr ""
1957
1958#: connected.c:97
1959msgid "Could not run 'git rev-list'"
1960msgstr ""
1961
1962#: connected.c:117
1963msgid "failed write to rev-list"
1964msgstr ""
1965
1966#: connected.c:124
1967msgid "failed to close rev-list's stdin"
1968msgstr ""
1969
1970#: convert.c:193
1971#, c-format
1972msgid "illegal crlf_action %d"
1973msgstr ""
1974
1975#: convert.c:206
1976#, c-format
1977msgid "CRLF would be replaced by LF in %s"
1978msgstr ""
1979
1980#: convert.c:208
1981#, c-format
1982msgid ""
1983"CRLF will be replaced by LF in %s.\n"
1984"The file will have its original line endings in your working directory"
1985msgstr ""
1986
1987#: convert.c:216
1988#, c-format
1989msgid "LF would be replaced by CRLF in %s"
1990msgstr ""
1991
1992#: convert.c:218
1993#, c-format
1994msgid ""
1995"LF will be replaced by CRLF in %s.\n"
1996"The file will have its original line endings in your working directory"
1997msgstr ""
1998
1999#: convert.c:279
2000#, c-format
2001msgid "BOM is prohibited in '%s' if encoded as %s"
2002msgstr ""
2003
2004#: convert.c:286
2005#, c-format
2006msgid ""
2007"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
2008"tree-encoding."
2009msgstr ""
2010
2011#: convert.c:304
2012#, c-format
2013msgid "BOM is required in '%s' if encoded as %s"
2014msgstr ""
2015
2016#: convert.c:306
2017#, c-format
2018msgid ""
2019"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2020"%sLE (depending on the byte order) as working-tree-encoding."
2021msgstr ""
2022
2023#: convert.c:424 convert.c:495
2024#, c-format
2025msgid "failed to encode '%s' from %s to %s"
2026msgstr ""
2027
2028#: convert.c:467
2029#, c-format
2030msgid "encoding '%s' from %s to %s and back is not the same"
2031msgstr ""
2032
2033#: convert.c:673
2034#, c-format
2035msgid "cannot fork to run external filter '%s'"
2036msgstr ""
2037
2038#: convert.c:693
2039#, c-format
2040msgid "cannot feed the input to external filter '%s'"
2041msgstr ""
2042
2043#: convert.c:700
2044#, c-format
2045msgid "external filter '%s' failed %d"
2046msgstr ""
2047
2048#: convert.c:735 convert.c:738
2049#, c-format
2050msgid "read from external filter '%s' failed"
2051msgstr ""
2052
2053#: convert.c:741 convert.c:796
2054#, c-format
2055msgid "external filter '%s' failed"
2056msgstr ""
2057
2058#: convert.c:844
2059msgid "unexpected filter type"
2060msgstr ""
2061
2062#: convert.c:855
2063msgid "path name too long for external filter"
2064msgstr ""
2065
2066#: convert.c:929
2067#, c-format
2068msgid ""
2069"external filter '%s' is not available anymore although not all paths have "
2070"been filtered"
2071msgstr ""
2072
2073#: convert.c:1228
2074msgid "true/false are no valid working-tree-encodings"
2075msgstr ""
2076
2077#: convert.c:1398 convert.c:1432
2078#, c-format
2079msgid "%s: clean filter '%s' failed"
2080msgstr ""
2081
2082#: convert.c:1476
2083#, c-format
2084msgid "%s: smudge filter %s failed"
2085msgstr ""
2086
2087#: date.c:137
2088msgid "in the future"
2089msgstr ""
2090
2091#: date.c:143
2092#, c-format
2093msgid "%<PRIuMAX> second ago"
2094msgid_plural "%<PRIuMAX> seconds ago"
2095msgstr[0] ""
2096msgstr[1] ""
2097
2098#: date.c:150
2099#, c-format
2100msgid "%<PRIuMAX> minute ago"
2101msgid_plural "%<PRIuMAX> minutes ago"
2102msgstr[0] ""
2103msgstr[1] ""
2104
2105#: date.c:157
2106#, c-format
2107msgid "%<PRIuMAX> hour ago"
2108msgid_plural "%<PRIuMAX> hours ago"
2109msgstr[0] ""
2110msgstr[1] ""
2111
2112#: date.c:164
2113#, c-format
2114msgid "%<PRIuMAX> day ago"
2115msgid_plural "%<PRIuMAX> days ago"
2116msgstr[0] ""
2117msgstr[1] ""
2118
2119#: date.c:170
2120#, c-format
2121msgid "%<PRIuMAX> week ago"
2122msgid_plural "%<PRIuMAX> weeks ago"
2123msgstr[0] ""
2124msgstr[1] ""
2125
2126#: date.c:177
2127#, c-format
2128msgid "%<PRIuMAX> month ago"
2129msgid_plural "%<PRIuMAX> months ago"
2130msgstr[0] ""
2131msgstr[1] ""
2132
2133#: date.c:188
2134#, c-format
2135msgid "%<PRIuMAX> year"
2136msgid_plural "%<PRIuMAX> years"
2137msgstr[0] ""
2138msgstr[1] ""
2139
2140#. TRANSLATORS: "%s" is "<n> years"
2141#: date.c:191
2142#, c-format
2143msgid "%s, %<PRIuMAX> month ago"
2144msgid_plural "%s, %<PRIuMAX> months ago"
2145msgstr[0] ""
2146msgstr[1] ""
2147
2148#: date.c:196 date.c:201
2149#, c-format
2150msgid "%<PRIuMAX> year ago"
2151msgid_plural "%<PRIuMAX> years ago"
2152msgstr[0] ""
2153msgstr[1] ""
2154
2155#: delta-islands.c:272
2156msgid "Propagating island marks"
2157msgstr ""
2158
2159#: delta-islands.c:290
2160#, c-format
2161msgid "bad tree object %s"
2162msgstr ""
2163
2164#: delta-islands.c:334
2165#, c-format
2166msgid "failed to load island regex for '%s': %s"
2167msgstr ""
2168
2169#: delta-islands.c:390
2170#, c-format
2171msgid "island regex from config has too many capture groups (max=%d)"
2172msgstr ""
2173
2174#: delta-islands.c:466
2175#, c-format
2176msgid "Marked %d islands, done.\n"
2177msgstr ""
2178
2179#: diffcore-order.c:24
2180#, c-format
2181msgid "failed to read orderfile '%s'"
2182msgstr ""
2183
2184#: diffcore-rename.c:544
2185msgid "Performing inexact rename detection"
2186msgstr ""
2187
2188#: diff-no-index.c:238
2189msgid "git diff --no-index [<options>] <path> <path>"
2190msgstr ""
2191
2192#: diff-no-index.c:263
2193msgid ""
2194"Not a git repository. Use --no-index to compare two paths outside a working "
2195"tree"
2196msgstr ""
2197
2198#: diff.c:155
2199#, c-format
2200msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
2201msgstr ""
2202
2203#: diff.c:160
2204#, c-format
2205msgid "  Unknown dirstat parameter '%s'\n"
2206msgstr ""
2207
2208#: diff.c:296
2209msgid ""
2210"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2211"'dimmed-zebra', 'plain'"
2212msgstr ""
2213
2214#: diff.c:324
2215#, c-format
2216msgid ""
2217"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2218"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2219msgstr ""
2220
2221#: diff.c:332
2222msgid ""
2223"color-moved-ws: allow-indentation-change cannot be combined with other "
2224"whitespace modes"
2225msgstr ""
2226
2227#: diff.c:405
2228#, c-format
2229msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2230msgstr ""
2231
2232#: diff.c:465
2233#, c-format
2234msgid ""
2235"Found errors in 'diff.dirstat' config variable:\n"
2236"%s"
2237msgstr ""
2238
2239#: diff.c:4210
2240#, c-format
2241msgid "external diff died, stopping at %s"
2242msgstr ""
2243
2244#: diff.c:4555
2245msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2246msgstr ""
2247
2248#: diff.c:4558
2249msgid "-G, -S and --find-object are mutually exclusive"
2250msgstr ""
2251
2252#: diff.c:4636
2253msgid "--follow requires exactly one pathspec"
2254msgstr ""
2255
2256#: diff.c:4684
2257#, c-format
2258msgid "invalid --stat value: %s"
2259msgstr ""
2260
2261#: diff.c:4689 diff.c:4694 diff.c:4699 diff.c:4704 diff.c:5217
2262#: parse-options.c:199 parse-options.c:203
2263#, c-format
2264msgid "%s expects a numerical value"
2265msgstr ""
2266
2267#: diff.c:4721
2268#, c-format
2269msgid ""
2270"Failed to parse --dirstat/-X option parameter:\n"
2271"%s"
2272msgstr ""
2273
2274#: diff.c:4806
2275#, c-format
2276msgid "unknown change class '%c' in --diff-filter=%s"
2277msgstr ""
2278
2279#: diff.c:4830
2280#, c-format
2281msgid "unknown value after ws-error-highlight=%.*s"
2282msgstr ""
2283
2284#: diff.c:4844
2285#, c-format
2286msgid "unable to resolve '%s'"
2287msgstr ""
2288
2289#: diff.c:4894 diff.c:4900
2290#, c-format
2291msgid "%s expects <n>/<m> form"
2292msgstr ""
2293
2294#: diff.c:4912
2295#, c-format
2296msgid "%s expects a character, got '%s'"
2297msgstr ""
2298
2299#: diff.c:4933
2300#, c-format
2301msgid "bad --color-moved argument: %s"
2302msgstr ""
2303
2304#: diff.c:4952
2305#, c-format
2306msgid "invalid mode '%s' in --color-moved-ws"
2307msgstr ""
2308
2309#: diff.c:4992
2310msgid ""
2311"option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2312"\"histogram\""
2313msgstr ""
2314
2315#: diff.c:5028 diff.c:5048
2316#, c-format
2317msgid "invalid argument to %s"
2318msgstr ""
2319
2320#: diff.c:5186
2321#, c-format
2322msgid "failed to parse --submodule option parameter: '%s'"
2323msgstr ""
2324
2325#: diff.c:5242
2326#, c-format
2327msgid "bad --word-diff argument: %s"
2328msgstr ""
2329
2330#: diff.c:5265
2331msgid "Diff output format options"
2332msgstr ""
2333
2334#: diff.c:5267 diff.c:5273
2335msgid "generate patch"
2336msgstr ""
2337
2338#: diff.c:5270 builtin/log.c:167
2339msgid "suppress diff output"
2340msgstr ""
2341
2342#: diff.c:5275 diff.c:5389 diff.c:5396
2343msgid "<n>"
2344msgstr ""
2345
2346#: diff.c:5276 diff.c:5279
2347msgid "generate diffs with <n> lines context"
2348msgstr ""
2349
2350#: diff.c:5281
2351msgid "generate the diff in raw format"
2352msgstr ""
2353
2354#: diff.c:5284
2355msgid "synonym for '-p --raw'"
2356msgstr ""
2357
2358#: diff.c:5288
2359msgid "synonym for '-p --stat'"
2360msgstr ""
2361
2362#: diff.c:5292
2363msgid "machine friendly --stat"
2364msgstr ""
2365
2366#: diff.c:5295
2367msgid "output only the last line of --stat"
2368msgstr ""
2369
2370#: diff.c:5297 diff.c:5305
2371msgid "<param1,param2>..."
2372msgstr ""
2373
2374#: diff.c:5298
2375msgid ""
2376"output the distribution of relative amount of changes for each sub-directory"
2377msgstr ""
2378
2379#: diff.c:5302
2380msgid "synonym for --dirstat=cumulative"
2381msgstr ""
2382
2383#: diff.c:5306
2384msgid "synonym for --dirstat=files,param1,param2..."
2385msgstr ""
2386
2387#: diff.c:5310
2388msgid "warn if changes introduce conflict markers or whitespace errors"
2389msgstr ""
2390
2391#: diff.c:5313
2392msgid "condensed summary such as creations, renames and mode changes"
2393msgstr ""
2394
2395#: diff.c:5316
2396msgid "show only names of changed files"
2397msgstr ""
2398
2399#: diff.c:5319
2400msgid "show only names and status of changed files"
2401msgstr ""
2402
2403#: diff.c:5321
2404msgid "<width>[,<name-width>[,<count>]]"
2405msgstr ""
2406
2407#: diff.c:5322
2408msgid "generate diffstat"
2409msgstr ""
2410
2411#: diff.c:5324 diff.c:5327 diff.c:5330
2412msgid "<width>"
2413msgstr ""
2414
2415#: diff.c:5325
2416msgid "generate diffstat with a given width"
2417msgstr ""
2418
2419#: diff.c:5328
2420msgid "generate diffstat with a given name width"
2421msgstr ""
2422
2423#: diff.c:5331
2424msgid "generate diffstat with a given graph width"
2425msgstr ""
2426
2427#: diff.c:5333
2428msgid "<count>"
2429msgstr ""
2430
2431#: diff.c:5334
2432msgid "generate diffstat with limited lines"
2433msgstr ""
2434
2435#: diff.c:5337
2436msgid "generate compact summary in diffstat"
2437msgstr ""
2438
2439#: diff.c:5340
2440msgid "output a binary diff that can be applied"
2441msgstr ""
2442
2443#: diff.c:5343
2444msgid "show full pre- and post-image object names on the \"index\" lines"
2445msgstr ""
2446
2447#: diff.c:5345
2448msgid "show colored diff"
2449msgstr ""
2450
2451#: diff.c:5346
2452msgid "<kind>"
2453msgstr ""
2454
2455#: diff.c:5347
2456msgid ""
2457"highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2458"diff"
2459msgstr ""
2460
2461#: diff.c:5350
2462msgid ""
2463"do not munge pathnames and use NULs as output field terminators in --raw or "
2464"--numstat"
2465msgstr ""
2466
2467#: diff.c:5353 diff.c:5356 diff.c:5359 diff.c:5465
2468msgid "<prefix>"
2469msgstr ""
2470
2471#: diff.c:5354
2472msgid "show the given source prefix instead of \"a/\""
2473msgstr ""
2474
2475#: diff.c:5357
2476msgid "show the given source prefix instead of \"b/\""
2477msgstr ""
2478
2479#: diff.c:5360
2480msgid "prepend an additional prefix to every line of output"
2481msgstr ""
2482
2483#: diff.c:5363
2484msgid "do not show any source or destination prefix"
2485msgstr ""
2486
2487#: diff.c:5366
2488msgid "show context between diff hunks up to the specified number of lines"
2489msgstr ""
2490
2491#: diff.c:5370 diff.c:5375 diff.c:5380
2492msgid "<char>"
2493msgstr ""
2494
2495#: diff.c:5371
2496msgid "specify the character to indicate a new line instead of '+'"
2497msgstr ""
2498
2499#: diff.c:5376
2500msgid "specify the character to indicate an old line instead of '-'"
2501msgstr ""
2502
2503#: diff.c:5381
2504msgid "specify the character to indicate a context instead of ' '"
2505msgstr ""
2506
2507#: diff.c:5384
2508msgid "Diff rename options"
2509msgstr ""
2510
2511#: diff.c:5385
2512msgid "<n>[/<m>]"
2513msgstr ""
2514
2515#: diff.c:5386
2516msgid "break complete rewrite changes into pairs of delete and create"
2517msgstr ""
2518
2519#: diff.c:5390
2520msgid "detect renames"
2521msgstr ""
2522
2523#: diff.c:5394
2524msgid "omit the preimage for deletes"
2525msgstr ""
2526
2527#: diff.c:5397
2528msgid "detect copies"
2529msgstr ""
2530
2531#: diff.c:5401
2532msgid "use unmodified files as source to find copies"
2533msgstr ""
2534
2535#: diff.c:5403
2536msgid "disable rename detection"
2537msgstr ""
2538
2539#: diff.c:5406
2540msgid "use empty blobs as rename source"
2541msgstr ""
2542
2543#: diff.c:5408
2544msgid "continue listing the history of a file beyond renames"
2545msgstr ""
2546
2547#: diff.c:5411
2548msgid ""
2549"prevent rename/copy detection if the number of rename/copy targets exceeds "
2550"given limit"
2551msgstr ""
2552
2553#: diff.c:5413
2554msgid "Diff algorithm options"
2555msgstr ""
2556
2557#: diff.c:5415
2558msgid "produce the smallest possible diff"
2559msgstr ""
2560
2561#: diff.c:5418
2562msgid "ignore whitespace when comparing lines"
2563msgstr ""
2564
2565#: diff.c:5421
2566msgid "ignore changes in amount of whitespace"
2567msgstr ""
2568
2569#: diff.c:5424
2570msgid "ignore changes in whitespace at EOL"
2571msgstr ""
2572
2573#: diff.c:5427
2574msgid "ignore carrier-return at the end of line"
2575msgstr ""
2576
2577#: diff.c:5430
2578msgid "ignore changes whose lines are all blank"
2579msgstr ""
2580
2581#: diff.c:5433
2582msgid "heuristic to shift diff hunk boundaries for easy reading"
2583msgstr ""
2584
2585#: diff.c:5436
2586msgid "generate diff using the \"patience diff\" algorithm"
2587msgstr ""
2588
2589#: diff.c:5440
2590msgid "generate diff using the \"histogram diff\" algorithm"
2591msgstr ""
2592
2593#: diff.c:5442
2594msgid "<algorithm>"
2595msgstr ""
2596
2597#: diff.c:5443
2598msgid "choose a diff algorithm"
2599msgstr ""
2600
2601#: diff.c:5445
2602msgid "<text>"
2603msgstr ""
2604
2605#: diff.c:5446
2606msgid "generate diff using the \"anchored diff\" algorithm"
2607msgstr ""
2608
2609#: diff.c:5448 diff.c:5457 diff.c:5460
2610msgid "<mode>"
2611msgstr ""
2612
2613#: diff.c:5449
2614msgid "show word diff, using <mode> to delimit changed words"
2615msgstr ""
2616
2617#: diff.c:5451 diff.c:5454 diff.c:5499
2618msgid "<regex>"
2619msgstr ""
2620
2621#: diff.c:5452
2622msgid "use <regex> to decide what a word is"
2623msgstr ""
2624
2625#: diff.c:5455
2626msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2627msgstr ""
2628
2629#: diff.c:5458
2630msgid "moved lines of code are colored differently"
2631msgstr ""
2632
2633#: diff.c:5461
2634msgid "how white spaces are ignored in --color-moved"
2635msgstr ""
2636
2637#: diff.c:5464
2638msgid "Other diff options"
2639msgstr ""
2640
2641#: diff.c:5466
2642msgid "when run from subdir, exclude changes outside and show relative paths"
2643msgstr ""
2644
2645#: diff.c:5470
2646msgid "treat all files as text"
2647msgstr ""
2648
2649#: diff.c:5472
2650msgid "swap two inputs, reverse the diff"
2651msgstr ""
2652
2653#: diff.c:5474
2654msgid "exit with 1 if there were differences, 0 otherwise"
2655msgstr ""
2656
2657#: diff.c:5476
2658msgid "disable all output of the program"
2659msgstr ""
2660
2661#: diff.c:5478
2662msgid "allow an external diff helper to be executed"
2663msgstr ""
2664
2665#: diff.c:5480
2666msgid "run external text conversion filters when comparing binary files"
2667msgstr ""
2668
2669#: diff.c:5482
2670msgid "<when>"
2671msgstr ""
2672
2673#: diff.c:5483
2674msgid "ignore changes to submodules in the diff generation"
2675msgstr ""
2676
2677#: diff.c:5486
2678msgid "<format>"
2679msgstr ""
2680
2681#: diff.c:5487
2682msgid "specify how differences in submodules are shown"
2683msgstr ""
2684
2685#: diff.c:5491
2686msgid "hide 'git add -N' entries from the index"
2687msgstr ""
2688
2689#: diff.c:5494
2690msgid "treat 'git add -N' entries as real in the index"
2691msgstr ""
2692
2693#: diff.c:5496
2694msgid "<string>"
2695msgstr ""
2696
2697#: diff.c:5497
2698msgid ""
2699"look for differences that change the number of occurrences of the specified "
2700"string"
2701msgstr ""
2702
2703#: diff.c:5500
2704msgid ""
2705"look for differences that change the number of occurrences of the specified "
2706"regex"
2707msgstr ""
2708
2709#: diff.c:5503
2710msgid "show all changes in the changeset with -S or -G"
2711msgstr ""
2712
2713#: diff.c:5506
2714msgid "treat <string> in -S as extended POSIX regular expression"
2715msgstr ""
2716
2717#: diff.c:5509
2718msgid "control the order in which files appear in the output"
2719msgstr ""
2720
2721#: diff.c:5510
2722msgid "<object-id>"
2723msgstr ""
2724
2725#: diff.c:5511
2726msgid ""
2727"look for differences that change the number of occurrences of the specified "
2728"object"
2729msgstr ""
2730
2731#: diff.c:5513
2732msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
2733msgstr ""
2734
2735#: diff.c:5514
2736msgid "select files by diff type"
2737msgstr ""
2738
2739#: diff.c:5516
2740msgid "<file>"
2741msgstr ""
2742
2743#: diff.c:5517
2744msgid "Output to a specific file"
2745msgstr ""
2746
2747#: diff.c:6150
2748msgid "inexact rename detection was skipped due to too many files."
2749msgstr ""
2750
2751#: diff.c:6153
2752msgid "only found copies from modified paths due to too many files."
2753msgstr ""
2754
2755#: diff.c:6156
2756#, c-format
2757msgid ""
2758"you may want to set your %s variable to at least %d and retry the command."
2759msgstr ""
2760
2761#: dir.c:537
2762#, c-format
2763msgid "pathspec '%s' did not match any file(s) known to git"
2764msgstr ""
2765
2766#: dir.c:926
2767#, c-format
2768msgid "cannot use %s as an exclude file"
2769msgstr ""
2770
2771#: dir.c:1843
2772#, c-format
2773msgid "could not open directory '%s'"
2774msgstr ""
2775
2776#: dir.c:2085
2777msgid "failed to get kernel name and information"
2778msgstr ""
2779
2780#: dir.c:2209
2781msgid "untracked cache is disabled on this system or location"
2782msgstr ""
2783
2784#: dir.c:3013
2785#, c-format
2786msgid "index file corrupt in repo %s"
2787msgstr ""
2788
2789#: dir.c:3058 dir.c:3063
2790#, c-format
2791msgid "could not create directories for %s"
2792msgstr ""
2793
2794#: dir.c:3092
2795#, c-format
2796msgid "could not migrate git directory from '%s' to '%s'"
2797msgstr ""
2798
2799#: editor.c:73
2800#, c-format
2801msgid "hint: Waiting for your editor to close the file...%c"
2802msgstr ""
2803
2804#: entry.c:178
2805msgid "Filtering content"
2806msgstr ""
2807
2808#: entry.c:476
2809#, c-format
2810msgid "could not stat file '%s'"
2811msgstr ""
2812
2813#: environment.c:150
2814#, c-format
2815msgid "bad git namespace path \"%s\""
2816msgstr ""
2817
2818#: environment.c:332
2819#, c-format
2820msgid "could not set GIT_DIR to '%s'"
2821msgstr ""
2822
2823#: exec-cmd.c:363
2824#, c-format
2825msgid "too many args to run %s"
2826msgstr ""
2827
2828#: fetch-object.c:17
2829msgid "Remote with no URL"
2830msgstr ""
2831
2832#: fetch-pack.c:151
2833msgid "git fetch-pack: expected shallow list"
2834msgstr ""
2835
2836#: fetch-pack.c:154
2837msgid "git fetch-pack: expected a flush packet after shallow list"
2838msgstr ""
2839
2840#: fetch-pack.c:165
2841msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2842msgstr ""
2843
2844#: fetch-pack.c:185
2845#, c-format
2846msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2847msgstr ""
2848
2849#: fetch-pack.c:196
2850msgid "unable to write to remote"
2851msgstr ""
2852
2853#: fetch-pack.c:258
2854msgid "--stateless-rpc requires multi_ack_detailed"
2855msgstr ""
2856
2857#: fetch-pack.c:360 fetch-pack.c:1271
2858#, c-format
2859msgid "invalid shallow line: %s"
2860msgstr ""
2861
2862#: fetch-pack.c:366 fetch-pack.c:1277
2863#, c-format
2864msgid "invalid unshallow line: %s"
2865msgstr ""
2866
2867#: fetch-pack.c:368 fetch-pack.c:1279
2868#, c-format
2869msgid "object not found: %s"
2870msgstr ""
2871
2872#: fetch-pack.c:371 fetch-pack.c:1282
2873#, c-format
2874msgid "error in object: %s"
2875msgstr ""
2876
2877#: fetch-pack.c:373 fetch-pack.c:1284
2878#, c-format
2879msgid "no shallow found: %s"
2880msgstr ""
2881
2882#: fetch-pack.c:376 fetch-pack.c:1288
2883#, c-format
2884msgid "expected shallow/unshallow, got %s"
2885msgstr ""
2886
2887#: fetch-pack.c:417
2888#, c-format
2889msgid "got %s %d %s"
2890msgstr ""
2891
2892#: fetch-pack.c:434
2893#, c-format
2894msgid "invalid commit %s"
2895msgstr ""
2896
2897#: fetch-pack.c:465
2898msgid "giving up"
2899msgstr ""
2900
2901#: fetch-pack.c:477 progress.c:284
2902msgid "done"
2903msgstr ""
2904
2905#: fetch-pack.c:489
2906#, c-format
2907msgid "got %s (%d) %s"
2908msgstr ""
2909
2910#: fetch-pack.c:535
2911#, c-format
2912msgid "Marking %s as complete"
2913msgstr ""
2914
2915#: fetch-pack.c:744
2916#, c-format
2917msgid "already have %s (%s)"
2918msgstr ""
2919
2920#: fetch-pack.c:783
2921msgid "fetch-pack: unable to fork off sideband demultiplexer"
2922msgstr ""
2923
2924#: fetch-pack.c:791
2925msgid "protocol error: bad pack header"
2926msgstr ""
2927
2928#: fetch-pack.c:859
2929#, c-format
2930msgid "fetch-pack: unable to fork off %s"
2931msgstr ""
2932
2933#: fetch-pack.c:875
2934#, c-format
2935msgid "%s failed"
2936msgstr ""
2937
2938#: fetch-pack.c:877
2939msgid "error in sideband demultiplexer"
2940msgstr ""
2941
2942#: fetch-pack.c:906
2943msgid "Server does not support shallow clients"
2944msgstr ""
2945
2946#: fetch-pack.c:910
2947msgid "Server supports multi_ack_detailed"
2948msgstr ""
2949
2950#: fetch-pack.c:913
2951msgid "Server supports no-done"
2952msgstr ""
2953
2954#: fetch-pack.c:919
2955msgid "Server supports multi_ack"
2956msgstr ""
2957
2958#: fetch-pack.c:923
2959msgid "Server supports side-band-64k"
2960msgstr ""
2961
2962#: fetch-pack.c:927
2963msgid "Server supports side-band"
2964msgstr ""
2965
2966#: fetch-pack.c:931
2967msgid "Server supports allow-tip-sha1-in-want"
2968msgstr ""
2969
2970#: fetch-pack.c:935
2971msgid "Server supports allow-reachable-sha1-in-want"
2972msgstr ""
2973
2974#: fetch-pack.c:945
2975msgid "Server supports ofs-delta"
2976msgstr ""
2977
2978#: fetch-pack.c:951 fetch-pack.c:1144
2979msgid "Server supports filter"
2980msgstr ""
2981
2982#: fetch-pack.c:959
2983#, c-format
2984msgid "Server version is %.*s"
2985msgstr ""
2986
2987#: fetch-pack.c:965
2988msgid "Server does not support --shallow-since"
2989msgstr ""
2990
2991#: fetch-pack.c:969
2992msgid "Server does not support --shallow-exclude"
2993msgstr ""
2994
2995#: fetch-pack.c:971
2996msgid "Server does not support --deepen"
2997msgstr ""
2998
2999#: fetch-pack.c:988
3000msgid "no common commits"
3001msgstr ""
3002
3003#: fetch-pack.c:1000 fetch-pack.c:1449
3004msgid "git fetch-pack: fetch failed."
3005msgstr ""
3006
3007#: fetch-pack.c:1138
3008msgid "Server does not support shallow requests"
3009msgstr ""
3010
3011#: fetch-pack.c:1171
3012msgid "unable to write request to remote"
3013msgstr ""
3014
3015#: fetch-pack.c:1189
3016#, c-format
3017msgid "error reading section header '%s'"
3018msgstr ""
3019
3020#: fetch-pack.c:1195
3021#, c-format
3022msgid "expected '%s', received '%s'"
3023msgstr ""
3024
3025#: fetch-pack.c:1234
3026#, c-format
3027msgid "unexpected acknowledgment line: '%s'"
3028msgstr ""
3029
3030#: fetch-pack.c:1239
3031#, c-format
3032msgid "error processing acks: %d"
3033msgstr ""
3034
3035#: fetch-pack.c:1249
3036msgid "expected packfile to be sent after 'ready'"
3037msgstr ""
3038
3039#: fetch-pack.c:1251
3040msgid "expected no other sections to be sent after no 'ready'"
3041msgstr ""
3042
3043#: fetch-pack.c:1293
3044#, c-format
3045msgid "error processing shallow info: %d"
3046msgstr ""
3047
3048#: fetch-pack.c:1340
3049#, c-format
3050msgid "expected wanted-ref, got '%s'"
3051msgstr ""
3052
3053#: fetch-pack.c:1345
3054#, c-format
3055msgid "unexpected wanted-ref: '%s'"
3056msgstr ""
3057
3058#: fetch-pack.c:1350
3059#, c-format
3060msgid "error processing wanted refs: %d"
3061msgstr ""
3062
3063#: fetch-pack.c:1676
3064msgid "no matching remote head"
3065msgstr ""
3066
3067#: fetch-pack.c:1699 builtin/clone.c:673
3068msgid "remote did not send all necessary objects"
3069msgstr ""
3070
3071#: fetch-pack.c:1726
3072#, c-format
3073msgid "no such remote ref %s"
3074msgstr ""
3075
3076#: fetch-pack.c:1729
3077#, c-format
3078msgid "Server does not allow request for unadvertised object %s"
3079msgstr ""
3080
3081#: gpg-interface.c:318
3082msgid "gpg failed to sign the data"
3083msgstr ""
3084
3085#: gpg-interface.c:344
3086msgid "could not create temporary file"
3087msgstr ""
3088
3089#: gpg-interface.c:347
3090#, c-format
3091msgid "failed writing detached signature to '%s'"
3092msgstr ""
3093
3094#: graph.c:97
3095#, c-format
3096msgid "ignore invalid color '%.*s' in log.graphColors"
3097msgstr ""
3098
3099#: grep.c:2113
3100#, c-format
3101msgid "'%s': unable to read %s"
3102msgstr ""
3103
3104#: grep.c:2130 setup.c:164 builtin/clone.c:411 builtin/diff.c:82
3105#: builtin/rm.c:135
3106#, c-format
3107msgid "failed to stat '%s'"
3108msgstr ""
3109
3110#: grep.c:2141
3111#, c-format
3112msgid "'%s': short read"
3113msgstr ""
3114
3115#: help.c:23
3116msgid "start a working area (see also: git help tutorial)"
3117msgstr ""
3118
3119#: help.c:24
3120msgid "work on the current change (see also: git help everyday)"
3121msgstr ""
3122
3123#: help.c:25
3124msgid "examine the history and state (see also: git help revisions)"
3125msgstr ""
3126
3127#: help.c:26
3128msgid "grow, mark and tweak your common history"
3129msgstr ""
3130
3131#: help.c:27
3132msgid "collaborate (see also: git help workflows)"
3133msgstr ""
3134
3135#: help.c:31
3136msgid "Main Porcelain Commands"
3137msgstr ""
3138
3139#: help.c:32
3140msgid "Ancillary Commands / Manipulators"
3141msgstr ""
3142
3143#: help.c:33
3144msgid "Ancillary Commands / Interrogators"
3145msgstr ""
3146
3147#: help.c:34
3148msgid "Interacting with Others"
3149msgstr ""
3150
3151#: help.c:35
3152msgid "Low-level Commands / Manipulators"
3153msgstr ""
3154
3155#: help.c:36
3156msgid "Low-level Commands / Interrogators"
3157msgstr ""
3158
3159#: help.c:37
3160msgid "Low-level Commands / Synching Repositories"
3161msgstr ""
3162
3163#: help.c:38
3164msgid "Low-level Commands / Internal Helpers"
3165msgstr ""
3166
3167#: help.c:298
3168#, c-format
3169msgid "available git commands in '%s'"
3170msgstr ""
3171
3172#: help.c:305
3173msgid "git commands available from elsewhere on your $PATH"
3174msgstr ""
3175
3176#: help.c:314
3177msgid "These are common Git commands used in various situations:"
3178msgstr ""
3179
3180#: help.c:363 git.c:97
3181#, c-format
3182msgid "unsupported command listing type '%s'"
3183msgstr ""
3184
3185#: help.c:403
3186msgid "The common Git guides are:"
3187msgstr ""
3188
3189#: help.c:512
3190msgid "See 'git help <command>' to read about a specific subcommand"
3191msgstr ""
3192
3193#: help.c:517
3194msgid "External commands"
3195msgstr ""
3196
3197#: help.c:532
3198msgid "Command aliases"
3199msgstr ""
3200
3201#: help.c:596
3202#, c-format
3203msgid ""
3204"'%s' appears to be a git command, but we were not\n"
3205"able to execute it. Maybe git-%s is broken?"
3206msgstr ""
3207
3208#: help.c:655
3209msgid "Uh oh. Your system reports no Git commands at all."
3210msgstr ""
3211
3212#: help.c:677
3213#, c-format
3214msgid "WARNING: You called a Git command named '%s', which does not exist."
3215msgstr ""
3216
3217#: help.c:682
3218#, c-format
3219msgid "Continuing under the assumption that you meant '%s'."
3220msgstr ""
3221
3222#: help.c:687
3223#, c-format
3224msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
3225msgstr ""
3226
3227#: help.c:695
3228#, c-format
3229msgid "git: '%s' is not a git command. See 'git --help'."
3230msgstr ""
3231
3232#: help.c:699
3233msgid ""
3234"\n"
3235"The most similar command is"
3236msgid_plural ""
3237"\n"
3238"The most similar commands are"
3239msgstr[0] ""
3240msgstr[1] ""
3241
3242#: help.c:714
3243msgid "git version [<options>]"
3244msgstr ""
3245
3246#: help.c:782
3247#, c-format
3248msgid "%s: %s - %s"
3249msgstr ""
3250
3251#: help.c:786
3252msgid ""
3253"\n"
3254"Did you mean this?"
3255msgid_plural ""
3256"\n"
3257"Did you mean one of these?"
3258msgstr[0] ""
3259msgstr[1] ""
3260
3261#: ident.c:349
3262msgid ""
3263"\n"
3264"*** Please tell me who you are.\n"
3265"\n"
3266"Run\n"
3267"\n"
3268"  git config --global user.email \"you@example.com\"\n"
3269"  git config --global user.name \"Your Name\"\n"
3270"\n"
3271"to set your account's default identity.\n"
3272"Omit --global to set the identity only in this repository.\n"
3273"\n"
3274msgstr ""
3275
3276#: ident.c:379
3277msgid "no email was given and auto-detection is disabled"
3278msgstr ""
3279
3280#: ident.c:384
3281#, c-format
3282msgid "unable to auto-detect email address (got '%s')"
3283msgstr ""
3284
3285#: ident.c:401
3286msgid "no name was given and auto-detection is disabled"
3287msgstr ""
3288
3289#: ident.c:407
3290#, c-format
3291msgid "unable to auto-detect name (got '%s')"
3292msgstr ""
3293
3294#: ident.c:415
3295#, c-format
3296msgid "empty ident name (for <%s>) not allowed"
3297msgstr ""
3298
3299#: ident.c:421
3300#, c-format
3301msgid "name consists only of disallowed characters: %s"
3302msgstr ""
3303
3304#: ident.c:436 builtin/commit.c:608
3305#, c-format
3306msgid "invalid date format: %s"
3307msgstr ""
3308
3309#: list-objects.c:129
3310#, c-format
3311msgid "entry '%s' in tree %s has tree mode, but is not a tree"
3312msgstr ""
3313
3314#: list-objects.c:142
3315#, c-format
3316msgid "entry '%s' in tree %s has blob mode, but is not a blob"
3317msgstr ""
3318
3319#: list-objects.c:378
3320#, c-format
3321msgid "unable to load root tree for commit %s"
3322msgstr ""
3323
3324#: list-objects-filter-options.c:36
3325msgid "multiple filter-specs cannot be combined"
3326msgstr ""
3327
3328#: list-objects-filter-options.c:58
3329msgid "expected 'tree:<depth>'"
3330msgstr ""
3331
3332#: list-objects-filter-options.c:156
3333msgid "cannot change partial clone promisor remote"
3334msgstr ""
3335
3336#: lockfile.c:151
3337#, c-format
3338msgid ""
3339"Unable to create '%s.lock': %s.\n"
3340"\n"
3341"Another git process seems to be running in this repository, e.g.\n"
3342"an editor opened by 'git commit'. Please make sure all processes\n"
3343"are terminated then try again. If it still fails, a git process\n"
3344"may have crashed in this repository earlier:\n"
3345"remove the file manually to continue."
3346msgstr ""
3347
3348#: lockfile.c:159
3349#, c-format
3350msgid "Unable to create '%s.lock': %s"
3351msgstr ""
3352
3353#: merge.c:41
3354msgid "failed to read the cache"
3355msgstr ""
3356
3357#: merge.c:107 rerere.c:720 builtin/am.c:1887 builtin/am.c:1921
3358#: builtin/checkout.c:461 builtin/checkout.c:811 builtin/clone.c:773
3359#: builtin/stash.c:264
3360msgid "unable to write new index file"
3361msgstr ""
3362
3363#: merge-recursive.c:322
3364msgid "(bad commit)\n"
3365msgstr ""
3366
3367#: merge-recursive.c:345
3368#, c-format
3369msgid "add_cacheinfo failed for path '%s'; merge aborting."
3370msgstr ""
3371
3372#: merge-recursive.c:354
3373#, c-format
3374msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3375msgstr ""
3376
3377#: merge-recursive.c:437
3378msgid "error building trees"
3379msgstr ""
3380
3381#: merge-recursive.c:861
3382#, c-format
3383msgid "failed to create path '%s'%s"
3384msgstr ""
3385
3386#: merge-recursive.c:872
3387#, c-format
3388msgid "Removing %s to make room for subdirectory\n"
3389msgstr ""
3390
3391#: merge-recursive.c:886 merge-recursive.c:905
3392msgid ": perhaps a D/F conflict?"
3393msgstr ""
3394
3395#: merge-recursive.c:895
3396#, c-format
3397msgid "refusing to lose untracked file at '%s'"
3398msgstr ""
3399
3400#: merge-recursive.c:936 builtin/cat-file.c:40
3401#, c-format
3402msgid "cannot read object %s '%s'"
3403msgstr ""
3404
3405#: merge-recursive.c:939
3406#, c-format
3407msgid "blob expected for %s '%s'"
3408msgstr ""
3409
3410#: merge-recursive.c:963
3411#, c-format
3412msgid "failed to open '%s': %s"
3413msgstr ""
3414
3415#: merge-recursive.c:974
3416#, c-format
3417msgid "failed to symlink '%s': %s"
3418msgstr ""
3419
3420#: merge-recursive.c:979
3421#, c-format
3422msgid "do not know what to do with %06o %s '%s'"
3423msgstr ""
3424
3425#: merge-recursive.c:1175
3426#, c-format
3427msgid "Failed to merge submodule %s (not checked out)"
3428msgstr ""
3429
3430#: merge-recursive.c:1182
3431#, c-format
3432msgid "Failed to merge submodule %s (commits not present)"
3433msgstr ""
3434
3435#: merge-recursive.c:1189
3436#, c-format
3437msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3438msgstr ""
3439
3440#: merge-recursive.c:1197 merge-recursive.c:1209
3441#, c-format
3442msgid "Fast-forwarding submodule %s to the following commit:"
3443msgstr ""
3444
3445#: merge-recursive.c:1200 merge-recursive.c:1212
3446#, c-format
3447msgid "Fast-forwarding submodule %s"
3448msgstr ""
3449
3450#: merge-recursive.c:1235
3451#, c-format
3452msgid "Failed to merge submodule %s (merge following commits not found)"
3453msgstr ""
3454
3455#: merge-recursive.c:1239
3456#, c-format
3457msgid "Failed to merge submodule %s (not fast-forward)"
3458msgstr ""
3459
3460#: merge-recursive.c:1240
3461msgid "Found a possible merge resolution for the submodule:\n"
3462msgstr ""
3463
3464#: merge-recursive.c:1243
3465#, c-format
3466msgid ""
3467"If this is correct simply add it to the index for example\n"
3468"by using:\n"
3469"\n"
3470"  git update-index --cacheinfo 160000 %s \"%s\"\n"
3471"\n"
3472"which will accept this suggestion.\n"
3473msgstr ""
3474
3475#: merge-recursive.c:1252
3476#, c-format
3477msgid "Failed to merge submodule %s (multiple merges found)"
3478msgstr ""
3479
3480#: merge-recursive.c:1325
3481msgid "Failed to execute internal merge"
3482msgstr ""
3483
3484#: merge-recursive.c:1330
3485#, c-format
3486msgid "Unable to add %s to database"
3487msgstr ""
3488
3489#: merge-recursive.c:1362
3490#, c-format
3491msgid "Auto-merging %s"
3492msgstr ""
3493
3494#: merge-recursive.c:1385
3495#, c-format
3496msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3497msgstr ""
3498
3499#: merge-recursive.c:1457
3500#, c-format
3501msgid ""
3502"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3503"in tree."
3504msgstr ""
3505
3506#: merge-recursive.c:1462
3507#, c-format
3508msgid ""
3509"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3510"left in tree."
3511msgstr ""
3512
3513#: merge-recursive.c:1469
3514#, c-format
3515msgid ""
3516"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3517"in tree at %s."
3518msgstr ""
3519
3520#: merge-recursive.c:1474
3521#, c-format
3522msgid ""
3523"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3524"left in tree at %s."
3525msgstr ""
3526
3527#: merge-recursive.c:1509
3528msgid "rename"
3529msgstr ""
3530
3531#: merge-recursive.c:1509
3532msgid "renamed"
3533msgstr ""
3534
3535#: merge-recursive.c:1589 merge-recursive.c:2445 merge-recursive.c:3085
3536#, c-format
3537msgid "Refusing to lose dirty file at %s"
3538msgstr ""
3539
3540#: merge-recursive.c:1599
3541#, c-format
3542msgid "Refusing to lose untracked file at %s, even though it's in the way."
3543msgstr ""
3544
3545#: merge-recursive.c:1657
3546#, c-format
3547msgid "CONFLICT (rename/add): Rename %s->%s in %s.  Added %s in %s"
3548msgstr ""
3549
3550#: merge-recursive.c:1687
3551#, c-format
3552msgid "%s is a directory in %s adding as %s instead"
3553msgstr ""
3554
3555#: merge-recursive.c:1692
3556#, c-format
3557msgid "Refusing to lose untracked file at %s; adding as %s instead"
3558msgstr ""
3559
3560#: merge-recursive.c:1711
3561#, c-format
3562msgid ""
3563"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3564"\"->\"%s\" in \"%s\"%s"
3565msgstr ""
3566
3567#: merge-recursive.c:1716
3568msgid " (left unresolved)"
3569msgstr ""
3570
3571#: merge-recursive.c:1825
3572#, c-format
3573msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3574msgstr ""
3575
3576#: merge-recursive.c:2030
3577#, c-format
3578msgid ""
3579"CONFLICT (directory rename split): Unclear where to place %s because "
3580"directory %s was renamed to multiple other directories, with no destination "
3581"getting a majority of the files."
3582msgstr ""
3583
3584#: merge-recursive.c:2062
3585#, c-format
3586msgid ""
3587"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3588"implicit directory rename(s) putting the following path(s) there: %s."
3589msgstr ""
3590
3591#: merge-recursive.c:2072
3592#, c-format
3593msgid ""
3594"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3595"implicit directory renames tried to put these paths there: %s"
3596msgstr ""
3597
3598#: merge-recursive.c:2164
3599#, c-format
3600msgid ""
3601"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3602">%s in %s"
3603msgstr ""
3604
3605#: merge-recursive.c:2408
3606#, c-format
3607msgid ""
3608"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3609"renamed."
3610msgstr ""
3611
3612#: merge-recursive.c:2929
3613#, c-format
3614msgid "cannot read object %s"
3615msgstr ""
3616
3617#: merge-recursive.c:2932
3618#, c-format
3619msgid "object %s is not a blob"
3620msgstr ""
3621
3622#: merge-recursive.c:2996
3623msgid "modify"
3624msgstr ""
3625
3626#: merge-recursive.c:2996
3627msgid "modified"
3628msgstr ""
3629
3630#: merge-recursive.c:3008
3631msgid "content"
3632msgstr ""
3633
3634#: merge-recursive.c:3012
3635msgid "add/add"
3636msgstr ""
3637
3638#: merge-recursive.c:3035
3639#, c-format
3640msgid "Skipped %s (merged same as existing)"
3641msgstr ""
3642
3643#: merge-recursive.c:3057 git-submodule.sh:937
3644msgid "submodule"
3645msgstr ""
3646
3647#: merge-recursive.c:3058
3648#, c-format
3649msgid "CONFLICT (%s): Merge conflict in %s"
3650msgstr ""
3651
3652#: merge-recursive.c:3088
3653#, c-format
3654msgid "Adding as %s instead"
3655msgstr ""
3656
3657#: merge-recursive.c:3170
3658#, c-format
3659msgid ""
3660"Path updated: %s added in %s inside a directory that was renamed in %s; "
3661"moving it to %s."
3662msgstr ""
3663
3664#: merge-recursive.c:3173
3665#, c-format
3666msgid ""
3667"CONFLICT (file location): %s added in %s inside a directory that was renamed "
3668"in %s, suggesting it should perhaps be moved to %s."
3669msgstr ""
3670
3671#: merge-recursive.c:3177
3672#, c-format
3673msgid ""
3674"Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
3675"%s; moving it to %s."
3676msgstr ""
3677
3678#: merge-recursive.c:3180
3679#, c-format
3680msgid ""
3681"CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
3682"was renamed in %s, suggesting it should perhaps be moved to %s."
3683msgstr ""
3684
3685#: merge-recursive.c:3294
3686#, c-format
3687msgid "Removing %s"
3688msgstr ""
3689
3690#: merge-recursive.c:3317
3691msgid "file/directory"
3692msgstr ""
3693
3694#: merge-recursive.c:3322
3695msgid "directory/file"
3696msgstr ""
3697
3698#: merge-recursive.c:3329
3699#, c-format
3700msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3701msgstr ""
3702
3703#: merge-recursive.c:3338
3704#, c-format
3705msgid "Adding %s"
3706msgstr ""
3707
3708#: merge-recursive.c:3347
3709#, c-format
3710msgid "CONFLICT (add/add): Merge conflict in %s"
3711msgstr ""
3712
3713#: merge-recursive.c:3385
3714#, c-format
3715msgid ""
3716"Your local changes to the following files would be overwritten by merge:\n"
3717"  %s"
3718msgstr ""
3719
3720#: merge-recursive.c:3396
3721msgid "Already up to date!"
3722msgstr ""
3723
3724#: merge-recursive.c:3405
3725#, c-format
3726msgid "merging of trees %s and %s failed"
3727msgstr ""
3728
3729#: merge-recursive.c:3504
3730msgid "Merging:"
3731msgstr ""
3732
3733#: merge-recursive.c:3517
3734#, c-format
3735msgid "found %u common ancestor:"
3736msgid_plural "found %u common ancestors:"
3737msgstr[0] ""
3738msgstr[1] ""
3739
3740#: merge-recursive.c:3556
3741msgid "merge returned no commit"
3742msgstr ""
3743
3744#: merge-recursive.c:3622
3745#, c-format
3746msgid "Could not parse object '%s'"
3747msgstr ""
3748
3749#: merge-recursive.c:3638 builtin/merge.c:702 builtin/merge.c:873
3750msgid "Unable to write index."
3751msgstr ""
3752
3753#: midx.c:66
3754#, c-format
3755msgid "multi-pack-index file %s is too small"
3756msgstr ""
3757
3758#: midx.c:82
3759#, c-format
3760msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3761msgstr ""
3762
3763#: midx.c:87
3764#, c-format
3765msgid "multi-pack-index version %d not recognized"
3766msgstr ""
3767
3768#: midx.c:92
3769#, c-format
3770msgid "hash version %u does not match"
3771msgstr ""
3772
3773#: midx.c:106
3774msgid "invalid chunk offset (too large)"
3775msgstr ""
3776
3777#: midx.c:130
3778msgid "terminating multi-pack-index chunk id appears earlier than expected"
3779msgstr ""
3780
3781#: midx.c:143
3782msgid "multi-pack-index missing required pack-name chunk"
3783msgstr ""
3784
3785#: midx.c:145
3786msgid "multi-pack-index missing required OID fanout chunk"
3787msgstr ""
3788
3789#: midx.c:147
3790msgid "multi-pack-index missing required OID lookup chunk"
3791msgstr ""
3792
3793#: midx.c:149
3794msgid "multi-pack-index missing required object offsets chunk"
3795msgstr ""
3796
3797#: midx.c:163
3798#, c-format
3799msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3800msgstr ""
3801
3802#: midx.c:208
3803#, c-format
3804msgid "bad pack-int-id: %u (%u total packs)"
3805msgstr ""
3806
3807#: midx.c:258
3808msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3809msgstr ""
3810
3811#: midx.c:286
3812msgid "error preparing packfile from multi-pack-index"
3813msgstr ""
3814
3815#: midx.c:457
3816#, c-format
3817msgid "failed to add packfile '%s'"
3818msgstr ""
3819
3820#: midx.c:463
3821#, c-format
3822msgid "failed to open pack-index '%s'"
3823msgstr ""
3824
3825#: midx.c:557
3826#, c-format
3827msgid "failed to locate object %d in packfile"
3828msgstr ""
3829
3830#: midx.c:993
3831#, c-format
3832msgid "failed to clear multi-pack-index at %s"
3833msgstr ""
3834
3835#: midx.c:1048
3836msgid "Looking for referenced packfiles"
3837msgstr ""
3838
3839#: midx.c:1063
3840#, c-format
3841msgid ""
3842"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3843msgstr ""
3844
3845#: midx.c:1067
3846msgid "Verifying OID order in MIDX"
3847msgstr ""
3848
3849#: midx.c:1076
3850#, c-format
3851msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3852msgstr ""
3853
3854#: midx.c:1095
3855msgid "Sorting objects by packfile"
3856msgstr ""
3857
3858#: midx.c:1101
3859msgid "Verifying object offsets"
3860msgstr ""
3861
3862#: midx.c:1117
3863#, c-format
3864msgid "failed to load pack entry for oid[%d] = %s"
3865msgstr ""
3866
3867#: midx.c:1123
3868#, c-format
3869msgid "failed to load pack-index for packfile %s"
3870msgstr ""
3871
3872#: midx.c:1132
3873#, c-format
3874msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3875msgstr ""
3876
3877#: name-hash.c:531
3878#, c-format
3879msgid "unable to create lazy_dir thread: %s"
3880msgstr ""
3881
3882#: name-hash.c:553
3883#, c-format
3884msgid "unable to create lazy_name thread: %s"
3885msgstr ""
3886
3887#: name-hash.c:559
3888#, c-format
3889msgid "unable to join lazy_name thread: %s"
3890msgstr ""
3891
3892#: notes-merge.c:277
3893#, c-format
3894msgid ""
3895"You have not concluded your previous notes merge (%s exists).\n"
3896"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3897"commit/abort the previous merge before you start a new notes merge."
3898msgstr ""
3899
3900#: notes-merge.c:284
3901#, c-format
3902msgid "You have not concluded your notes merge (%s exists)."
3903msgstr ""
3904
3905#: notes-utils.c:46
3906msgid "Cannot commit uninitialized/unreferenced notes tree"
3907msgstr ""
3908
3909#: notes-utils.c:105
3910#, c-format
3911msgid "Bad notes.rewriteMode value: '%s'"
3912msgstr ""
3913
3914#: notes-utils.c:115
3915#, c-format
3916msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3917msgstr ""
3918
3919#. TRANSLATORS: The first %s is the name of
3920#. the environment variable, the second %s is
3921#. its value.
3922#.
3923#: notes-utils.c:145
3924#, c-format
3925msgid "Bad %s value: '%s'"
3926msgstr ""
3927
3928#: object.c:54
3929#, c-format
3930msgid "invalid object type \"%s\""
3931msgstr ""
3932
3933#: object.c:174
3934#, c-format
3935msgid "object %s is a %s, not a %s"
3936msgstr ""
3937
3938#: object.c:234
3939#, c-format
3940msgid "object %s has unknown type id %d"
3941msgstr ""
3942
3943#: object.c:247
3944#, c-format
3945msgid "unable to parse object: %s"
3946msgstr ""
3947
3948#: object.c:267 object.c:278
3949#, c-format
3950msgid "hash mismatch %s"
3951msgstr ""
3952
3953#: packfile.c:617
3954msgid "offset before end of packfile (broken .idx?)"
3955msgstr ""
3956
3957#: packfile.c:1868
3958#, c-format
3959msgid "offset before start of pack index for %s (corrupt index?)"
3960msgstr ""
3961
3962#: packfile.c:1872
3963#, c-format
3964msgid "offset beyond end of pack index for %s (truncated index?)"
3965msgstr ""
3966
3967#: parse-options.c:38
3968#, c-format
3969msgid "%s requires a value"
3970msgstr ""
3971
3972#: parse-options.c:73
3973#, c-format
3974msgid "%s is incompatible with %s"
3975msgstr ""
3976
3977#: parse-options.c:78
3978#, c-format
3979msgid "%s : incompatible with something else"
3980msgstr ""
3981
3982#: parse-options.c:92 parse-options.c:96 parse-options.c:319
3983#, c-format
3984msgid "%s takes no value"
3985msgstr ""
3986
3987#: parse-options.c:94
3988#, c-format
3989msgid "%s isn't available"
3990msgstr ""
3991
3992#: parse-options.c:219
3993#, c-format
3994msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
3995msgstr ""
3996
3997#: parse-options.c:389
3998#, c-format
3999msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4000msgstr ""
4001
4002#: parse-options.c:423 parse-options.c:431
4003#, c-format
4004msgid "did you mean `--%s` (with two dashes ?)"
4005msgstr ""
4006
4007#: parse-options.c:859
4008#, c-format
4009msgid "unknown option `%s'"
4010msgstr ""
4011
4012#: parse-options.c:861
4013#, c-format
4014msgid "unknown switch `%c'"
4015msgstr ""
4016
4017#: parse-options.c:863
4018#, c-format
4019msgid "unknown non-ascii option in string: `%s'"
4020msgstr ""
4021
4022#: parse-options.c:887
4023msgid "..."
4024msgstr ""
4025
4026#: parse-options.c:906
4027#, c-format
4028msgid "usage: %s"
4029msgstr ""
4030
4031#. TRANSLATORS: the colon here should align with the
4032#. one in "usage: %s" translation.
4033#.
4034#: parse-options.c:912
4035#, c-format
4036msgid "   or: %s"
4037msgstr ""
4038
4039#: parse-options.c:915
4040#, c-format
4041msgid "    %s"
4042msgstr ""
4043
4044#: parse-options.c:954
4045msgid "-NUM"
4046msgstr ""
4047
4048#: parse-options.c:968
4049#, c-format
4050msgid "alias of --%s"
4051msgstr ""
4052
4053#: parse-options-cb.c:20 parse-options-cb.c:24
4054#, c-format
4055msgid "option `%s' expects a numerical value"
4056msgstr ""
4057
4058#: parse-options-cb.c:41
4059#, c-format
4060msgid "malformed expiration date '%s'"
4061msgstr ""
4062
4063#: parse-options-cb.c:54
4064#, c-format
4065msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4066msgstr ""
4067
4068#: parse-options-cb.c:130 parse-options-cb.c:147
4069#, c-format
4070msgid "malformed object name '%s'"
4071msgstr ""
4072
4073#: path.c:897
4074#, c-format
4075msgid "Could not make %s writable by group"
4076msgstr ""
4077
4078#: pathspec.c:128
4079msgid "Escape character '\\' not allowed as last character in attr value"
4080msgstr ""
4081
4082#: pathspec.c:146
4083msgid "Only one 'attr:' specification is allowed."
4084msgstr ""
4085
4086#: pathspec.c:149
4087msgid "attr spec must not be empty"
4088msgstr ""
4089
4090#: pathspec.c:192
4091#, c-format
4092msgid "invalid attribute name %s"
4093msgstr ""
4094
4095#: pathspec.c:257
4096msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
4097msgstr ""
4098
4099#: pathspec.c:264
4100msgid ""
4101"global 'literal' pathspec setting is incompatible with all other global "
4102"pathspec settings"
4103msgstr ""
4104
4105#: pathspec.c:304
4106msgid "invalid parameter for pathspec magic 'prefix'"
4107msgstr ""
4108
4109#: pathspec.c:325
4110#, c-format
4111msgid "Invalid pathspec magic '%.*s' in '%s'"
4112msgstr ""
4113
4114#: pathspec.c:330
4115#, c-format
4116msgid "Missing ')' at the end of pathspec magic in '%s'"
4117msgstr ""
4118
4119#: pathspec.c:368
4120#, c-format
4121msgid "Unimplemented pathspec magic '%c' in '%s'"
4122msgstr ""
4123
4124#: pathspec.c:427
4125#, c-format
4126msgid "%s: 'literal' and 'glob' are incompatible"
4127msgstr ""
4128
4129#: pathspec.c:440
4130#, c-format
4131msgid "%s: '%s' is outside repository"
4132msgstr ""
4133
4134#: pathspec.c:514
4135#, c-format
4136msgid "'%s' (mnemonic: '%c')"
4137msgstr ""
4138
4139#: pathspec.c:524
4140#, c-format
4141msgid "%s: pathspec magic not supported by this command: %s"
4142msgstr ""
4143
4144#: pathspec.c:591
4145#, c-format
4146msgid "pathspec '%s' is beyond a symbolic link"
4147msgstr ""
4148
4149#: pkt-line.c:92
4150msgid "unable to write flush packet"
4151msgstr ""
4152
4153#: pkt-line.c:99
4154msgid "unable to write delim packet"
4155msgstr ""
4156
4157#: pkt-line.c:106
4158msgid "flush packet write failed"
4159msgstr ""
4160
4161#: pkt-line.c:146 pkt-line.c:232
4162msgid "protocol error: impossibly long line"
4163msgstr ""
4164
4165#: pkt-line.c:162 pkt-line.c:164
4166msgid "packet write with format failed"
4167msgstr ""
4168
4169#: pkt-line.c:196
4170msgid "packet write failed - data exceeds max packet size"
4171msgstr ""
4172
4173#: pkt-line.c:203 pkt-line.c:210
4174msgid "packet write failed"
4175msgstr ""
4176
4177#: pkt-line.c:295
4178msgid "read error"
4179msgstr ""
4180
4181#: pkt-line.c:303
4182msgid "the remote end hung up unexpectedly"
4183msgstr ""
4184
4185#: pkt-line.c:331
4186#, c-format
4187msgid "protocol error: bad line length character: %.4s"
4188msgstr ""
4189
4190#: pkt-line.c:341 pkt-line.c:346
4191#, c-format
4192msgid "protocol error: bad line length %d"
4193msgstr ""
4194
4195#: pkt-line.c:362
4196#, c-format
4197msgid "remote error: %s"
4198msgstr ""
4199
4200#: preload-index.c:119
4201msgid "Refreshing index"
4202msgstr ""
4203
4204#: preload-index.c:138
4205#, c-format
4206msgid "unable to create threaded lstat: %s"
4207msgstr ""
4208
4209#: pretty.c:966
4210msgid "unable to parse --pretty format"
4211msgstr ""
4212
4213#: range-diff.c:56
4214msgid "could not start `log`"
4215msgstr ""
4216
4217#: range-diff.c:59
4218msgid "could not read `log` output"
4219msgstr ""
4220
4221#: range-diff.c:74 sequencer.c:4897
4222#, c-format
4223msgid "could not parse commit '%s'"
4224msgstr ""
4225
4226#: range-diff.c:224
4227msgid "failed to generate diff"
4228msgstr ""
4229
4230#: range-diff.c:455 range-diff.c:457
4231#, c-format
4232msgid "could not parse log for '%s'"
4233msgstr ""
4234
4235#: read-cache.c:680
4236#, c-format
4237msgid "will not add file alias '%s' ('%s' already exists in index)"
4238msgstr ""
4239
4240#: read-cache.c:696
4241msgid "cannot create an empty blob in the object database"
4242msgstr ""
4243
4244#: read-cache.c:718
4245#, c-format
4246msgid "%s: can only add regular files, symbolic links or git-directories"
4247msgstr ""
4248
4249#: read-cache.c:723
4250#, c-format
4251msgid "'%s' does not have a commit checked out"
4252msgstr ""
4253
4254#: read-cache.c:775
4255#, c-format
4256msgid "unable to index file '%s'"
4257msgstr ""
4258
4259#: read-cache.c:794
4260#, c-format
4261msgid "unable to add '%s' to index"
4262msgstr ""
4263
4264#: read-cache.c:805
4265#, c-format
4266msgid "unable to stat '%s'"
4267msgstr ""
4268
4269#: read-cache.c:1314
4270#, c-format
4271msgid "'%s' appears as both a file and as a directory"
4272msgstr ""
4273
4274#: read-cache.c:1499
4275msgid "Refresh index"
4276msgstr ""
4277
4278#: read-cache.c:1613
4279#, c-format
4280msgid ""
4281"index.version set, but the value is invalid.\n"
4282"Using version %i"
4283msgstr ""
4284
4285#: read-cache.c:1623
4286#, c-format
4287msgid ""
4288"GIT_INDEX_VERSION set, but the value is invalid.\n"
4289"Using version %i"
4290msgstr ""
4291
4292#: read-cache.c:1679
4293#, c-format
4294msgid "bad signature 0x%08x"
4295msgstr ""
4296
4297#: read-cache.c:1682
4298#, c-format
4299msgid "bad index version %d"
4300msgstr ""
4301
4302#: read-cache.c:1691
4303msgid "bad index file sha1 signature"
4304msgstr ""
4305
4306#: read-cache.c:1721
4307#, c-format
4308msgid "index uses %.4s extension, which we do not understand"
4309msgstr ""
4310
4311#: read-cache.c:1723
4312#, c-format
4313msgid "ignoring %.4s extension"
4314msgstr ""
4315
4316#: read-cache.c:1760
4317#, c-format
4318msgid "unknown index entry format 0x%08x"
4319msgstr ""
4320
4321#: read-cache.c:1776
4322#, c-format
4323msgid "malformed name field in the index, near path '%s'"
4324msgstr ""
4325
4326#: read-cache.c:1833
4327msgid "unordered stage entries in index"
4328msgstr ""
4329
4330#: read-cache.c:1836
4331#, c-format
4332msgid "multiple stage entries for merged file '%s'"
4333msgstr ""
4334
4335#: read-cache.c:1839
4336#, c-format
4337msgid "unordered stage entries for '%s'"
4338msgstr ""
4339
4340#: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:1111
4341#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:358
4342#: builtin/checkout.c:672 builtin/checkout.c:1060 builtin/clean.c:955
4343#: builtin/commit.c:344 builtin/diff-tree.c:120 builtin/grep.c:498
4344#: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
4345#: builtin/submodule--helper.c:330
4346msgid "index file corrupt"
4347msgstr ""
4348
4349#: read-cache.c:2087
4350#, c-format
4351msgid "unable to create load_cache_entries thread: %s"
4352msgstr ""
4353
4354#: read-cache.c:2100
4355#, c-format
4356msgid "unable to join load_cache_entries thread: %s"
4357msgstr ""
4358
4359#: read-cache.c:2133
4360#, c-format
4361msgid "%s: index file open failed"
4362msgstr ""
4363
4364#: read-cache.c:2137
4365#, c-format
4366msgid "%s: cannot stat the open index"
4367msgstr ""
4368
4369#: read-cache.c:2141
4370#, c-format
4371msgid "%s: index file smaller than expected"
4372msgstr ""
4373
4374#: read-cache.c:2145
4375#, c-format
4376msgid "%s: unable to map index file"
4377msgstr ""
4378
4379#: read-cache.c:2187
4380#, c-format
4381msgid "unable to create load_index_extensions thread: %s"
4382msgstr ""
4383
4384#: read-cache.c:2214
4385#, c-format
4386msgid "unable to join load_index_extensions thread: %s"
4387msgstr ""
4388
4389#: read-cache.c:2246
4390#, c-format
4391msgid "could not freshen shared index '%s'"
4392msgstr ""
4393
4394#: read-cache.c:2293
4395#, c-format
4396msgid "broken index, expect %s in %s, got %s"
4397msgstr ""
4398
4399#: read-cache.c:2989 wrapper.c:658 builtin/merge.c:1117
4400#, c-format
4401msgid "could not close '%s'"
4402msgstr ""
4403
4404#: read-cache.c:3092 sequencer.c:2354 sequencer.c:3807
4405#, c-format
4406msgid "could not stat '%s'"
4407msgstr ""
4408
4409#: read-cache.c:3105
4410#, c-format
4411msgid "unable to open git dir: %s"
4412msgstr ""
4413
4414#: read-cache.c:3117
4415#, c-format
4416msgid "unable to unlink: %s"
4417msgstr ""
4418
4419#: read-cache.c:3142
4420#, c-format
4421msgid "cannot fix permission bits on '%s'"
4422msgstr ""
4423
4424#: read-cache.c:3291
4425#, c-format
4426msgid "%s: cannot drop to stage #0"
4427msgstr ""
4428
4429#: rebase-interactive.c:26
4430#, c-format
4431msgid ""
4432"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4433msgstr ""
4434
4435#: rebase-interactive.c:35
4436msgid ""
4437"\n"
4438"Commands:\n"
4439"p, pick <commit> = use commit\n"
4440"r, reword <commit> = use commit, but edit the commit message\n"
4441"e, edit <commit> = use commit, but stop for amending\n"
4442"s, squash <commit> = use commit, but meld into previous commit\n"
4443"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
4444"x, exec <command> = run command (the rest of the line) using shell\n"
4445"b, break = stop here (continue rebase later with 'git rebase --continue')\n"
4446"d, drop <commit> = remove commit\n"
4447"l, label <label> = label current HEAD with a name\n"
4448"t, reset <label> = reset HEAD to a label\n"
4449"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
4450".       create a merge commit using the original merge commit's\n"
4451".       message (or the oneline, if no original merge commit was\n"
4452".       specified). Use -c <commit> to reword the commit message.\n"
4453"\n"
4454"These lines can be re-ordered; they are executed from top to bottom.\n"
4455msgstr ""
4456
4457#: rebase-interactive.c:56
4458#, c-format
4459msgid "Rebase %s onto %s (%d command)"
4460msgid_plural "Rebase %s onto %s (%d commands)"
4461msgstr[0] ""
4462msgstr[1] ""
4463
4464#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:173
4465msgid ""
4466"\n"
4467"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
4468msgstr ""
4469
4470#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:177
4471msgid ""
4472"\n"
4473"If you remove a line here THAT COMMIT WILL BE LOST.\n"
4474msgstr ""
4475
4476#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:816
4477msgid ""
4478"\n"
4479"You are editing the todo file of an ongoing interactive rebase.\n"
4480"To continue rebase after editing, run:\n"
4481"    git rebase --continue\n"
4482"\n"
4483msgstr ""
4484
4485#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:893
4486msgid ""
4487"\n"
4488"However, if you remove everything, the rebase will be aborted.\n"
4489"\n"
4490msgstr ""
4491
4492#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:900
4493msgid "Note that empty commits are commented out"
4494msgstr ""
4495
4496#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3339
4497#: sequencer.c:3365 sequencer.c:4996 builtin/fsck.c:356 builtin/rebase.c:235
4498#, c-format
4499msgid "could not write '%s'"
4500msgstr ""
4501
4502#: rebase-interactive.c:108
4503#, c-format
4504msgid "could not copy '%s' to '%s'."
4505msgstr ""
4506
4507#: rebase-interactive.c:173
4508#, c-format
4509msgid ""
4510"Warning: some commits may have been dropped accidentally.\n"
4511"Dropped commits (newer to older):\n"
4512msgstr ""
4513
4514#: rebase-interactive.c:180
4515#, c-format
4516msgid ""
4517"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4518"\n"
4519"Use 'git config rebase.missingCommitsCheck' to change the level of "
4520"warnings.\n"
4521"The possible behaviours are: ignore, warn, error.\n"
4522"\n"
4523msgstr ""
4524
4525#: refs.c:192
4526#, c-format
4527msgid "%s does not point to a valid object!"
4528msgstr ""
4529
4530#: refs.c:597
4531#, c-format
4532msgid "ignoring dangling symref %s"
4533msgstr ""
4534
4535#: refs.c:599 ref-filter.c:1982
4536#, c-format
4537msgid "ignoring broken ref %s"
4538msgstr ""
4539
4540#: refs.c:734
4541#, c-format
4542msgid "could not open '%s' for writing: %s"
4543msgstr ""
4544
4545#: refs.c:744 refs.c:795
4546#, c-format
4547msgid "could not read ref '%s'"
4548msgstr ""
4549
4550#: refs.c:750
4551#, c-format
4552msgid "ref '%s' already exists"
4553msgstr ""
4554
4555#: refs.c:755
4556#, c-format
4557msgid "unexpected object ID when writing '%s'"
4558msgstr ""
4559
4560#: refs.c:763 sequencer.c:400 sequencer.c:2679 sequencer.c:2805
4561#: sequencer.c:2819 sequencer.c:3076 sequencer.c:4913 wrapper.c:656
4562#, c-format
4563msgid "could not write to '%s'"
4564msgstr ""
4565
4566#: refs.c:790 wrapper.c:225 wrapper.c:395 builtin/am.c:715 builtin/rebase.c:993
4567#, c-format
4568msgid "could not open '%s' for writing"
4569msgstr ""
4570
4571#: refs.c:797
4572#, c-format
4573msgid "unexpected object ID when deleting '%s'"
4574msgstr ""
4575
4576#: refs.c:928
4577#, c-format
4578msgid "log for ref %s has gap after %s"
4579msgstr ""
4580
4581#: refs.c:934
4582#, c-format
4583msgid "log for ref %s unexpectedly ended on %s"
4584msgstr ""
4585
4586#: refs.c:993
4587#, c-format
4588msgid "log for %s is empty"
4589msgstr ""
4590
4591#: refs.c:1085
4592#, c-format
4593msgid "refusing to update ref with bad name '%s'"
4594msgstr ""
4595
4596#: refs.c:1161
4597#, c-format
4598msgid "update_ref failed for ref '%s': %s"
4599msgstr ""
4600
4601#: refs.c:1942
4602#, c-format
4603msgid "multiple updates for ref '%s' not allowed"
4604msgstr ""
4605
4606#: refs.c:1974
4607msgid "ref updates forbidden inside quarantine environment"
4608msgstr ""
4609
4610#: refs.c:2070 refs.c:2100
4611#, c-format
4612msgid "'%s' exists; cannot create '%s'"
4613msgstr ""
4614
4615#: refs.c:2076 refs.c:2111
4616#, c-format
4617msgid "cannot process '%s' and '%s' at the same time"
4618msgstr ""
4619
4620#: refs/files-backend.c:1234
4621#, c-format
4622msgid "could not remove reference %s"
4623msgstr ""
4624
4625#: refs/files-backend.c:1248 refs/packed-backend.c:1532
4626#: refs/packed-backend.c:1542
4627#, c-format
4628msgid "could not delete reference %s: %s"
4629msgstr ""
4630
4631#: refs/files-backend.c:1251 refs/packed-backend.c:1545
4632#, c-format
4633msgid "could not delete references: %s"
4634msgstr ""
4635
4636#: refspec.c:137
4637#, c-format
4638msgid "invalid refspec '%s'"
4639msgstr ""
4640
4641#: ref-filter.c:39 wt-status.c:1909
4642msgid "gone"
4643msgstr ""
4644
4645#: ref-filter.c:40
4646#, c-format
4647msgid "ahead %d"
4648msgstr ""
4649
4650#: ref-filter.c:41
4651#, c-format
4652msgid "behind %d"
4653msgstr ""
4654
4655#: ref-filter.c:42
4656#, c-format
4657msgid "ahead %d, behind %d"
4658msgstr ""
4659
4660#: ref-filter.c:138
4661#, c-format
4662msgid "expected format: %%(color:<color>)"
4663msgstr ""
4664
4665#: ref-filter.c:140
4666#, c-format
4667msgid "unrecognized color: %%(color:%s)"
4668msgstr ""
4669
4670#: ref-filter.c:162
4671#, c-format
4672msgid "Integer value expected refname:lstrip=%s"
4673msgstr ""
4674
4675#: ref-filter.c:166
4676#, c-format
4677msgid "Integer value expected refname:rstrip=%s"
4678msgstr ""
4679
4680#: ref-filter.c:168
4681#, c-format
4682msgid "unrecognized %%(%s) argument: %s"
4683msgstr ""
4684
4685#: ref-filter.c:223
4686#, c-format
4687msgid "%%(objecttype) does not take arguments"
4688msgstr ""
4689
4690#: ref-filter.c:245
4691#, c-format
4692msgid "unrecognized %%(objectsize) argument: %s"
4693msgstr ""
4694
4695#: ref-filter.c:253
4696#, c-format
4697msgid "%%(deltabase) does not take arguments"
4698msgstr ""
4699
4700#: ref-filter.c:265
4701#, c-format
4702msgid "%%(body) does not take arguments"
4703msgstr ""
4704
4705#: ref-filter.c:274
4706#, c-format
4707msgid "%%(subject) does not take arguments"
4708msgstr ""
4709
4710#: ref-filter.c:296
4711#, c-format
4712msgid "unknown %%(trailers) argument: %s"
4713msgstr ""
4714
4715#: ref-filter.c:325
4716#, c-format
4717msgid "positive value expected contents:lines=%s"
4718msgstr ""
4719
4720#: ref-filter.c:327
4721#, c-format
4722msgid "unrecognized %%(contents) argument: %s"
4723msgstr ""
4724
4725#: ref-filter.c:342
4726#, c-format
4727msgid "positive value expected objectname:short=%s"
4728msgstr ""
4729
4730#: ref-filter.c:346
4731#, c-format
4732msgid "unrecognized %%(objectname) argument: %s"
4733msgstr ""
4734
4735#: ref-filter.c:376
4736#, c-format
4737msgid "expected format: %%(align:<width>,<position>)"
4738msgstr ""
4739
4740#: ref-filter.c:388
4741#, c-format
4742msgid "unrecognized position:%s"
4743msgstr ""
4744
4745#: ref-filter.c:395
4746#, c-format
4747msgid "unrecognized width:%s"
4748msgstr ""
4749
4750#: ref-filter.c:404
4751#, c-format
4752msgid "unrecognized %%(align) argument: %s"
4753msgstr ""
4754
4755#: ref-filter.c:412
4756#, c-format
4757msgid "positive width expected with the %%(align) atom"
4758msgstr ""
4759
4760#: ref-filter.c:430
4761#, c-format
4762msgid "unrecognized %%(if) argument: %s"
4763msgstr ""
4764
4765#: ref-filter.c:531
4766#, c-format
4767msgid "malformed field name: %.*s"
4768msgstr ""
4769
4770#: ref-filter.c:558
4771#, c-format
4772msgid "unknown field name: %.*s"
4773msgstr ""
4774
4775#: ref-filter.c:562
4776#, c-format
4777msgid ""
4778"not a git repository, but the field '%.*s' requires access to object data"
4779msgstr ""
4780
4781#: ref-filter.c:686
4782#, c-format
4783msgid "format: %%(if) atom used without a %%(then) atom"
4784msgstr ""
4785
4786#: ref-filter.c:749
4787#, c-format
4788msgid "format: %%(then) atom used without an %%(if) atom"
4789msgstr ""
4790
4791#: ref-filter.c:751
4792#, c-format
4793msgid "format: %%(then) atom used more than once"
4794msgstr ""
4795
4796#: ref-filter.c:753
4797#, c-format
4798msgid "format: %%(then) atom used after %%(else)"
4799msgstr ""
4800
4801#: ref-filter.c:781
4802#, c-format
4803msgid "format: %%(else) atom used without an %%(if) atom"
4804msgstr ""
4805
4806#: ref-filter.c:783
4807#, c-format
4808msgid "format: %%(else) atom used without a %%(then) atom"
4809msgstr ""
4810
4811#: ref-filter.c:785
4812#, c-format
4813msgid "format: %%(else) atom used more than once"
4814msgstr ""
4815
4816#: ref-filter.c:800
4817#, c-format
4818msgid "format: %%(end) atom used without corresponding atom"
4819msgstr ""
4820
4821#: ref-filter.c:857
4822#, c-format
4823msgid "malformed format string %s"
4824msgstr ""
4825
4826#: ref-filter.c:1453
4827#, c-format
4828msgid "(no branch, rebasing %s)"
4829msgstr ""
4830
4831#: ref-filter.c:1456
4832#, c-format
4833msgid "(no branch, rebasing detached HEAD %s)"
4834msgstr ""
4835
4836#: ref-filter.c:1459
4837#, c-format
4838msgid "(no branch, bisect started on %s)"
4839msgstr ""
4840
4841#. TRANSLATORS: make sure this matches "HEAD
4842#. detached at " in wt-status.c
4843#.
4844#: ref-filter.c:1467
4845#, c-format
4846msgid "(HEAD detached at %s)"
4847msgstr ""
4848
4849#. TRANSLATORS: make sure this matches "HEAD
4850#. detached from " in wt-status.c
4851#.
4852#: ref-filter.c:1474
4853#, c-format
4854msgid "(HEAD detached from %s)"
4855msgstr ""
4856
4857#: ref-filter.c:1478
4858msgid "(no branch)"
4859msgstr ""
4860
4861#: ref-filter.c:1512 ref-filter.c:1669
4862#, c-format
4863msgid "missing object %s for %s"
4864msgstr ""
4865
4866#: ref-filter.c:1522
4867#, c-format
4868msgid "parse_object_buffer failed on %s for %s"
4869msgstr ""
4870
4871#: ref-filter.c:1888
4872#, c-format
4873msgid "malformed object at '%s'"
4874msgstr ""
4875
4876#: ref-filter.c:1977
4877#, c-format
4878msgid "ignoring ref with broken name %s"
4879msgstr ""
4880
4881#: ref-filter.c:2263
4882#, c-format
4883msgid "format: %%(end) atom missing"
4884msgstr ""
4885
4886#: ref-filter.c:2363
4887#, c-format
4888msgid "option `%s' is incompatible with --merged"
4889msgstr ""
4890
4891#: ref-filter.c:2366
4892#, c-format
4893msgid "option `%s' is incompatible with --no-merged"
4894msgstr ""
4895
4896#: ref-filter.c:2376
4897#, c-format
4898msgid "malformed object name %s"
4899msgstr ""
4900
4901#: ref-filter.c:2381
4902#, c-format
4903msgid "option `%s' must point to a commit"
4904msgstr ""
4905
4906#: remote.c:363
4907#, c-format
4908msgid "config remote shorthand cannot begin with '/': %s"
4909msgstr ""
4910
4911#: remote.c:410
4912msgid "more than one receivepack given, using the first"
4913msgstr ""
4914
4915#: remote.c:418
4916msgid "more than one uploadpack given, using the first"
4917msgstr ""
4918
4919#: remote.c:608
4920#, c-format
4921msgid "Cannot fetch both %s and %s to %s"
4922msgstr ""
4923
4924#: remote.c:612
4925#, c-format
4926msgid "%s usually tracks %s, not %s"
4927msgstr ""
4928
4929#: remote.c:616
4930#, c-format
4931msgid "%s tracks both %s and %s"
4932msgstr ""
4933
4934#: remote.c:684
4935#, c-format
4936msgid "key '%s' of pattern had no '*'"
4937msgstr ""
4938
4939#: remote.c:694
4940#, c-format
4941msgid "value '%s' of pattern has no '*'"
4942msgstr ""
4943
4944#: remote.c:1000
4945#, c-format
4946msgid "src refspec %s does not match any"
4947msgstr ""
4948
4949#: remote.c:1005
4950#, c-format
4951msgid "src refspec %s matches more than one"
4952msgstr ""
4953
4954#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
4955#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
4956#. the <src>.
4957#.
4958#: remote.c:1020
4959#, c-format
4960msgid ""
4961"The destination you provided is not a full refname (i.e.,\n"
4962"starting with \"refs/\"). We tried to guess what you meant by:\n"
4963"\n"
4964"- Looking for a ref that matches '%s' on the remote side.\n"
4965"- Checking if the <src> being pushed ('%s')\n"
4966"  is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
4967"  refs/{heads,tags}/ prefix on the remote side.\n"
4968"\n"
4969"Neither worked, so we gave up. You must fully qualify the ref."
4970msgstr ""
4971
4972#: remote.c:1040
4973#, c-format
4974msgid ""
4975"The <src> part of the refspec is a commit object.\n"
4976"Did you mean to create a new branch by pushing to\n"
4977"'%s:refs/heads/%s'?"
4978msgstr ""
4979
4980#: remote.c:1045
4981#, c-format
4982msgid ""
4983"The <src> part of the refspec is a tag object.\n"
4984"Did you mean to create a new tag by pushing to\n"
4985"'%s:refs/tags/%s'?"
4986msgstr ""
4987
4988#: remote.c:1050
4989#, c-format
4990msgid ""
4991"The <src> part of the refspec is a tree object.\n"
4992"Did you mean to tag a new tree by pushing to\n"
4993"'%s:refs/tags/%s'?"
4994msgstr ""
4995
4996#: remote.c:1055
4997#, c-format
4998msgid ""
4999"The <src> part of the refspec is a blob object.\n"
5000"Did you mean to tag a new blob by pushing to\n"
5001"'%s:refs/tags/%s'?"
5002msgstr ""
5003
5004#: remote.c:1091
5005#, c-format
5006msgid "%s cannot be resolved to branch"
5007msgstr ""
5008
5009#: remote.c:1102
5010#, c-format
5011msgid "unable to delete '%s': remote ref does not exist"
5012msgstr ""
5013
5014#: remote.c:1114
5015#, c-format
5016msgid "dst refspec %s matches more than one"
5017msgstr ""
5018
5019#: remote.c:1121
5020#, c-format
5021msgid "dst ref %s receives from more than one src"
5022msgstr ""
5023
5024#: remote.c:1624 remote.c:1725
5025msgid "HEAD does not point to a branch"
5026msgstr ""
5027
5028#: remote.c:1633
5029#, c-format
5030msgid "no such branch: '%s'"
5031msgstr ""
5032
5033#: remote.c:1636
5034#, c-format
5035msgid "no upstream configured for branch '%s'"
5036msgstr ""
5037
5038#: remote.c:1642
5039#, c-format
5040msgid "upstream branch '%s' not stored as a remote-tracking branch"
5041msgstr ""
5042
5043#: remote.c:1657
5044#, c-format
5045msgid "push destination '%s' on remote '%s' has no local tracking branch"
5046msgstr ""
5047
5048#: remote.c:1669
5049#, c-format
5050msgid "branch '%s' has no remote for pushing"
5051msgstr ""
5052
5053#: remote.c:1679
5054#, c-format
5055msgid "push refspecs for '%s' do not include '%s'"
5056msgstr ""
5057
5058#: remote.c:1692
5059msgid "push has no destination (push.default is 'nothing')"
5060msgstr ""
5061
5062#: remote.c:1714
5063msgid "cannot resolve 'simple' push to a single destination"
5064msgstr ""
5065
5066#: remote.c:1840
5067#, c-format
5068msgid "couldn't find remote ref %s"
5069msgstr ""
5070
5071#: remote.c:1853
5072#, c-format
5073msgid "* Ignoring funny ref '%s' locally"
5074msgstr ""
5075
5076#: remote.c:2016
5077#, c-format
5078msgid "Your branch is based on '%s', but the upstream is gone.\n"
5079msgstr ""
5080
5081#: remote.c:2020
5082msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
5083msgstr ""
5084
5085#: remote.c:2023
5086#, c-format
5087msgid "Your branch is up to date with '%s'.\n"
5088msgstr ""
5089
5090#: remote.c:2027
5091#, c-format
5092msgid "Your branch and '%s' refer to different commits.\n"
5093msgstr ""
5094
5095#: remote.c:2030
5096#, c-format
5097msgid "  (use \"%s\" for details)\n"
5098msgstr ""
5099
5100#: remote.c:2034
5101#, c-format
5102msgid "Your branch is ahead of '%s' by %d commit.\n"
5103msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
5104msgstr[0] ""
5105msgstr[1] ""
5106
5107#: remote.c:2040
5108msgid "  (use \"git push\" to publish your local commits)\n"
5109msgstr ""
5110
5111#: remote.c:2043
5112#, c-format
5113msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5114msgid_plural ""
5115"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5116msgstr[0] ""
5117msgstr[1] ""
5118
5119#: remote.c:2051
5120msgid "  (use \"git pull\" to update your local branch)\n"
5121msgstr ""
5122
5123#: remote.c:2054
5124#, c-format
5125msgid ""
5126"Your branch and '%s' have diverged,\n"
5127"and have %d and %d different commit each, respectively.\n"
5128msgid_plural ""
5129"Your branch and '%s' have diverged,\n"
5130"and have %d and %d different commits each, respectively.\n"
5131msgstr[0] ""
5132msgstr[1] ""
5133
5134#: remote.c:2064
5135msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
5136msgstr ""
5137
5138#: remote.c:2247
5139#, c-format
5140msgid "cannot parse expected object name '%s'"
5141msgstr ""
5142
5143#: replace-object.c:21
5144#, c-format
5145msgid "bad replace ref name: %s"
5146msgstr ""
5147
5148#: replace-object.c:30
5149#, c-format
5150msgid "duplicate replace ref: %s"
5151msgstr ""
5152
5153#: replace-object.c:73
5154#, c-format
5155msgid "replace depth too high for object %s"
5156msgstr ""
5157
5158#: rerere.c:217 rerere.c:226 rerere.c:229
5159msgid "corrupt MERGE_RR"
5160msgstr ""
5161
5162#: rerere.c:264 rerere.c:269
5163msgid "unable to write rerere record"
5164msgstr ""
5165
5166#: rerere.c:495
5167#, c-format
5168msgid "there were errors while writing '%s' (%s)"
5169msgstr ""
5170
5171#: rerere.c:498
5172#, c-format
5173msgid "failed to flush '%s'"
5174msgstr ""
5175
5176#: rerere.c:503 rerere.c:1039
5177#, c-format
5178msgid "could not parse conflict hunks in '%s'"
5179msgstr ""
5180
5181#: rerere.c:684
5182#, c-format
5183msgid "failed utime() on '%s'"
5184msgstr ""
5185
5186#: rerere.c:694
5187#, c-format
5188msgid "writing '%s' failed"
5189msgstr ""
5190
5191#: rerere.c:714
5192#, c-format
5193msgid "Staged '%s' using previous resolution."
5194msgstr ""
5195
5196#: rerere.c:753
5197#, c-format
5198msgid "Recorded resolution for '%s'."
5199msgstr ""
5200
5201#: rerere.c:788
5202#, c-format
5203msgid "Resolved '%s' using previous resolution."
5204msgstr ""
5205
5206#: rerere.c:803
5207#, c-format
5208msgid "cannot unlink stray '%s'"
5209msgstr ""
5210
5211#: rerere.c:807
5212#, c-format
5213msgid "Recorded preimage for '%s'"
5214msgstr ""
5215
5216#: rerere.c:881 submodule.c:2024 builtin/log.c:1750
5217#: builtin/submodule--helper.c:1417 builtin/submodule--helper.c:1427
5218#, c-format
5219msgid "could not create directory '%s'"
5220msgstr ""
5221
5222#: rerere.c:1057
5223#, c-format
5224msgid "failed to update conflicted state in '%s'"
5225msgstr ""
5226
5227#: rerere.c:1068 rerere.c:1075
5228#, c-format
5229msgid "no remembered resolution for '%s'"
5230msgstr ""
5231
5232#: rerere.c:1077
5233#, c-format
5234msgid "cannot unlink '%s'"
5235msgstr ""
5236
5237#: rerere.c:1087
5238#, c-format
5239msgid "Updated preimage for '%s'"
5240msgstr ""
5241
5242#: rerere.c:1096
5243#, c-format
5244msgid "Forgot resolution for '%s'\n"
5245msgstr ""
5246
5247#: rerere.c:1199
5248msgid "unable to open rr-cache directory"
5249msgstr ""
5250
5251#: revision.c:2476
5252msgid "your current branch appears to be broken"
5253msgstr ""
5254
5255#: revision.c:2479
5256#, c-format
5257msgid "your current branch '%s' does not have any commits yet"
5258msgstr ""
5259
5260#: revision.c:2679
5261msgid "--first-parent is incompatible with --bisect"
5262msgstr ""
5263
5264#: revision.c:2683
5265msgid "-L does not yet support diff formats besides -p and -s"
5266msgstr ""
5267
5268#: run-command.c:763
5269msgid "open /dev/null failed"
5270msgstr ""
5271
5272#: run-command.c:1269
5273#, c-format
5274msgid "cannot create async thread: %s"
5275msgstr ""
5276
5277#: run-command.c:1333
5278#, c-format
5279msgid ""
5280"The '%s' hook was ignored because it's not set as executable.\n"
5281"You can disable this warning with `git config advice.ignoredHook false`."
5282msgstr ""
5283
5284#: send-pack.c:141
5285msgid "unexpected flush packet while reading remote unpack status"
5286msgstr ""
5287
5288#: send-pack.c:143
5289#, c-format
5290msgid "unable to parse remote unpack status: %s"
5291msgstr ""
5292
5293#: send-pack.c:145
5294#, c-format
5295msgid "remote unpack failed: %s"
5296msgstr ""
5297
5298#: send-pack.c:306
5299msgid "failed to sign the push certificate"
5300msgstr ""
5301
5302#: send-pack.c:420
5303msgid "the receiving end does not support --signed push"
5304msgstr ""
5305
5306#: send-pack.c:422
5307msgid ""
5308"not sending a push certificate since the receiving end does not support --"
5309"signed push"
5310msgstr ""
5311
5312#: send-pack.c:434
5313msgid "the receiving end does not support --atomic push"
5314msgstr ""
5315
5316#: send-pack.c:439
5317msgid "the receiving end does not support push options"
5318msgstr ""
5319
5320#: sequencer.c:187
5321#, c-format
5322msgid "invalid commit message cleanup mode '%s'"
5323msgstr ""
5324
5325#: sequencer.c:292
5326#, c-format
5327msgid "could not delete '%s'"
5328msgstr ""
5329
5330#: sequencer.c:318
5331msgid "revert"
5332msgstr ""
5333
5334#: sequencer.c:320
5335msgid "cherry-pick"
5336msgstr ""
5337
5338#: sequencer.c:322
5339msgid "rebase -i"
5340msgstr ""
5341
5342#: sequencer.c:324
5343#, c-format
5344msgid "unknown action: %d"
5345msgstr ""
5346
5347#: sequencer.c:382
5348msgid ""
5349"after resolving the conflicts, mark the corrected paths\n"
5350"with 'git add <paths>' or 'git rm <paths>'"
5351msgstr ""
5352
5353#: sequencer.c:385
5354msgid ""
5355"after resolving the conflicts, mark the corrected paths\n"
5356"with 'git add <paths>' or 'git rm <paths>'\n"
5357"and commit the result with 'git commit'"
5358msgstr ""
5359
5360#: sequencer.c:398 sequencer.c:2801
5361#, c-format
5362msgid "could not lock '%s'"
5363msgstr ""
5364
5365#: sequencer.c:405
5366#, c-format
5367msgid "could not write eol to '%s'"
5368msgstr ""
5369
5370#: sequencer.c:410 sequencer.c:2684 sequencer.c:2807 sequencer.c:2821
5371#: sequencer.c:3084
5372#, c-format
5373msgid "failed to finalize '%s'"
5374msgstr ""
5375
5376#: sequencer.c:433 sequencer.c:978 sequencer.c:1652 sequencer.c:2704
5377#: sequencer.c:3066 sequencer.c:3175 builtin/am.c:245 builtin/commit.c:760
5378#: builtin/merge.c:1115 builtin/rebase.c:567
5379#, c-format
5380msgid "could not read '%s'"
5381msgstr ""
5382
5383#: sequencer.c:459
5384#, c-format
5385msgid "your local changes would be overwritten by %s."
5386msgstr ""
5387
5388#: sequencer.c:463
5389msgid "commit your changes or stash them to proceed."
5390msgstr ""
5391
5392#: sequencer.c:495
5393#, c-format
5394msgid "%s: fast-forward"
5395msgstr ""
5396
5397#: sequencer.c:534 builtin/tag.c:555
5398#, c-format
5399msgid "Invalid cleanup mode %s"
5400msgstr ""
5401
5402#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5403#. "rebase -i".
5404#.
5405#: sequencer.c:629
5406#, c-format
5407msgid "%s: Unable to write new index file"
5408msgstr ""
5409
5410#: sequencer.c:646
5411msgid "unable to update cache tree"
5412msgstr ""
5413
5414#: sequencer.c:660
5415msgid "could not resolve HEAD commit"
5416msgstr ""
5417
5418#: sequencer.c:740
5419#, c-format
5420msgid "no key present in '%.*s'"
5421msgstr ""
5422
5423#: sequencer.c:751
5424#, c-format
5425msgid "unable to dequote value of '%s'"
5426msgstr ""
5427
5428#: sequencer.c:788 wrapper.c:227 wrapper.c:397 builtin/am.c:706
5429#: builtin/am.c:798 builtin/merge.c:1112 builtin/rebase.c:1035
5430#, c-format
5431msgid "could not open '%s' for reading"
5432msgstr ""
5433
5434#: sequencer.c:798
5435msgid "'GIT_AUTHOR_NAME' already given"
5436msgstr ""
5437
5438#: sequencer.c:803
5439msgid "'GIT_AUTHOR_EMAIL' already given"
5440msgstr ""
5441
5442#: sequencer.c:808
5443msgid "'GIT_AUTHOR_DATE' already given"
5444msgstr ""
5445
5446#: sequencer.c:812
5447#, c-format
5448msgid "unknown variable '%s'"
5449msgstr ""
5450
5451#: sequencer.c:817
5452msgid "missing 'GIT_AUTHOR_NAME'"
5453msgstr ""
5454
5455#: sequencer.c:819
5456msgid "missing 'GIT_AUTHOR_EMAIL'"
5457msgstr ""
5458
5459#: sequencer.c:821
5460msgid "missing 'GIT_AUTHOR_DATE'"
5461msgstr ""
5462
5463#: sequencer.c:881
5464#, c-format
5465msgid "invalid date format '%s' in '%s'"
5466msgstr ""
5467
5468#: sequencer.c:898
5469#, c-format
5470msgid ""
5471"you have staged changes in your working tree\n"
5472"If these changes are meant to be squashed into the previous commit, run:\n"
5473"\n"
5474"  git commit --amend %s\n"
5475"\n"
5476"If they are meant to go into a new commit, run:\n"
5477"\n"
5478"  git commit %s\n"
5479"\n"
5480"In both cases, once you're done, continue with:\n"
5481"\n"
5482"  git rebase --continue\n"
5483msgstr ""
5484
5485#: sequencer.c:992
5486msgid "writing root commit"
5487msgstr ""
5488
5489#: sequencer.c:1213
5490msgid "'prepare-commit-msg' hook failed"
5491msgstr ""
5492
5493#: sequencer.c:1220
5494msgid ""
5495"Your name and email address were configured automatically based\n"
5496"on your username and hostname. Please check that they are accurate.\n"
5497"You can suppress this message by setting them explicitly. Run the\n"
5498"following command and follow the instructions in your editor to edit\n"
5499"your configuration file:\n"
5500"\n"
5501"    git config --global --edit\n"
5502"\n"
5503"After doing this, you may fix the identity used for this commit with:\n"
5504"\n"
5505"    git commit --amend --reset-author\n"
5506msgstr ""
5507
5508#: sequencer.c:1233
5509msgid ""
5510"Your name and email address were configured automatically based\n"
5511"on your username and hostname. Please check that they are accurate.\n"
5512"You can suppress this message by setting them explicitly:\n"
5513"\n"
5514"    git config --global user.name \"Your Name\"\n"
5515"    git config --global user.email you@example.com\n"
5516"\n"
5517"After doing this, you may fix the identity used for this commit with:\n"
5518"\n"
5519"    git commit --amend --reset-author\n"
5520msgstr ""
5521
5522#: sequencer.c:1275
5523msgid "couldn't look up newly created commit"
5524msgstr ""
5525
5526#: sequencer.c:1277
5527msgid "could not parse newly created commit"
5528msgstr ""
5529
5530#: sequencer.c:1323
5531msgid "unable to resolve HEAD after creating commit"
5532msgstr ""
5533
5534#: sequencer.c:1325
5535msgid "detached HEAD"
5536msgstr ""
5537
5538#: sequencer.c:1329
5539msgid " (root-commit)"
5540msgstr ""
5541
5542#: sequencer.c:1350
5543msgid "could not parse HEAD"
5544msgstr ""
5545
5546#: sequencer.c:1352
5547#, c-format
5548msgid "HEAD %s is not a commit!"
5549msgstr ""
5550
5551#: sequencer.c:1356 builtin/commit.c:1551
5552msgid "could not parse HEAD commit"
5553msgstr ""
5554
5555#: sequencer.c:1408 sequencer.c:2001
5556msgid "unable to parse commit author"
5557msgstr ""
5558
5559#: sequencer.c:1418 builtin/am.c:1572 builtin/merge.c:688
5560msgid "git write-tree failed to write a tree"
5561msgstr ""
5562
5563#: sequencer.c:1435 sequencer.c:1496
5564#, c-format
5565msgid "unable to read commit message from '%s'"
5566msgstr ""
5567
5568#: sequencer.c:1462 builtin/am.c:1594 builtin/commit.c:1650 builtin/merge.c:882
5569#: builtin/merge.c:906
5570msgid "failed to write commit object"
5571msgstr ""
5572
5573#: sequencer.c:1523
5574#, c-format
5575msgid "could not parse commit %s"
5576msgstr ""
5577
5578#: sequencer.c:1528
5579#, c-format
5580msgid "could not parse parent commit %s"
5581msgstr ""
5582
5583#: sequencer.c:1602 sequencer.c:1712
5584#, c-format
5585msgid "unknown command: %d"
5586msgstr ""
5587
5588#: sequencer.c:1659 sequencer.c:1684
5589#, c-format
5590msgid "This is a combination of %d commits."
5591msgstr ""
5592
5593#: sequencer.c:1669
5594msgid "need a HEAD to fixup"
5595msgstr ""
5596
5597#: sequencer.c:1671 sequencer.c:3111
5598msgid "could not read HEAD"
5599msgstr ""
5600
5601#: sequencer.c:1673
5602msgid "could not read HEAD's commit message"
5603msgstr ""
5604
5605#: sequencer.c:1679
5606#, c-format
5607msgid "cannot write '%s'"
5608msgstr ""
5609
5610#: sequencer.c:1686 git-rebase--preserve-merges.sh:441
5611msgid "This is the 1st commit message:"
5612msgstr ""
5613
5614#: sequencer.c:1694
5615#, c-format
5616msgid "could not read commit message of %s"
5617msgstr ""
5618
5619#: sequencer.c:1701
5620#, c-format
5621msgid "This is the commit message #%d:"
5622msgstr ""
5623
5624#: sequencer.c:1707
5625#, c-format
5626msgid "The commit message #%d will be skipped:"
5627msgstr ""
5628
5629#: sequencer.c:1795
5630msgid "your index file is unmerged."
5631msgstr ""
5632
5633#: sequencer.c:1802
5634msgid "cannot fixup root commit"
5635msgstr ""
5636
5637#: sequencer.c:1821
5638#, c-format
5639msgid "commit %s is a merge but no -m option was given."
5640msgstr ""
5641
5642#: sequencer.c:1829 sequencer.c:1837
5643#, c-format
5644msgid "commit %s does not have parent %d"
5645msgstr ""
5646
5647#: sequencer.c:1843
5648#, c-format
5649msgid "cannot get commit message for %s"
5650msgstr ""
5651
5652#. TRANSLATORS: The first %s will be a "todo" command like
5653#. "revert" or "pick", the second %s a SHA1.
5654#: sequencer.c:1862
5655#, c-format
5656msgid "%s: cannot parse parent commit %s"
5657msgstr ""
5658
5659#: sequencer.c:1927
5660#, c-format
5661msgid "could not rename '%s' to '%s'"
5662msgstr ""
5663
5664#: sequencer.c:1982
5665#, c-format
5666msgid "could not revert %s... %s"
5667msgstr ""
5668
5669#: sequencer.c:1983
5670#, c-format
5671msgid "could not apply %s... %s"
5672msgstr ""
5673
5674#: sequencer.c:2042
5675#, c-format
5676msgid "git %s: failed to read the index"
5677msgstr ""
5678
5679#: sequencer.c:2049
5680#, c-format
5681msgid "git %s: failed to refresh the index"
5682msgstr ""
5683
5684#: sequencer.c:2118
5685#, c-format
5686msgid "%s does not accept arguments: '%s'"
5687msgstr ""
5688
5689#: sequencer.c:2127
5690#, c-format
5691msgid "missing arguments for %s"
5692msgstr ""
5693
5694#: sequencer.c:2164
5695#, c-format
5696msgid "could not parse '%.*s'"
5697msgstr ""
5698
5699#: sequencer.c:2226
5700#, c-format
5701msgid "invalid line %d: %.*s"
5702msgstr ""
5703
5704#: sequencer.c:2237
5705#, c-format
5706msgid "cannot '%s' without a previous commit"
5707msgstr ""
5708
5709#: sequencer.c:2285 builtin/rebase.c:153 builtin/rebase.c:178
5710#: builtin/rebase.c:204 builtin/rebase.c:229
5711#, c-format
5712msgid "could not read '%s'."
5713msgstr ""
5714
5715#: sequencer.c:2360
5716msgid "please fix this using 'git rebase --edit-todo'."
5717msgstr ""
5718
5719#: sequencer.c:2362
5720#, c-format
5721msgid "unusable instruction sheet: '%s'"
5722msgstr ""
5723
5724#: sequencer.c:2367
5725msgid "no commits parsed."
5726msgstr ""
5727
5728#: sequencer.c:2378
5729msgid "cannot cherry-pick during a revert."
5730msgstr ""
5731
5732#: sequencer.c:2380
5733msgid "cannot revert during a cherry-pick."
5734msgstr ""
5735
5736#: sequencer.c:2462
5737#, c-format
5738msgid "invalid value for %s: %s"
5739msgstr ""
5740
5741#: sequencer.c:2549
5742msgid "unusable squash-onto"
5743msgstr ""
5744
5745#: sequencer.c:2565
5746#, c-format
5747msgid "malformed options sheet: '%s'"
5748msgstr ""
5749
5750#: sequencer.c:2648 sequencer.c:4227
5751msgid "empty commit set passed"
5752msgstr ""
5753
5754#: sequencer.c:2656
5755msgid "a cherry-pick or revert is already in progress"
5756msgstr ""
5757
5758#: sequencer.c:2657
5759msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5760msgstr ""
5761
5762#: sequencer.c:2660
5763#, c-format
5764msgid "could not create sequencer directory '%s'"
5765msgstr ""
5766
5767#: sequencer.c:2674
5768msgid "could not lock HEAD"
5769msgstr ""
5770
5771#: sequencer.c:2729 sequencer.c:3979
5772msgid "no cherry-pick or revert in progress"
5773msgstr ""
5774
5775#: sequencer.c:2731
5776msgid "cannot resolve HEAD"
5777msgstr ""
5778
5779#: sequencer.c:2733 sequencer.c:2768
5780msgid "cannot abort from a branch yet to be born"
5781msgstr ""
5782
5783#: sequencer.c:2754 builtin/grep.c:732
5784#, c-format
5785msgid "cannot open '%s'"
5786msgstr ""
5787
5788#: sequencer.c:2756
5789#, c-format
5790msgid "cannot read '%s': %s"
5791msgstr ""
5792
5793#: sequencer.c:2757
5794msgid "unexpected end of file"
5795msgstr ""
5796
5797#: sequencer.c:2763
5798#, c-format
5799msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5800msgstr ""
5801
5802#: sequencer.c:2774
5803msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5804msgstr ""
5805
5806#: sequencer.c:2903 sequencer.c:3894
5807#, c-format
5808msgid "could not update %s"
5809msgstr ""
5810
5811#: sequencer.c:2941 sequencer.c:3874
5812msgid "cannot read HEAD"
5813msgstr ""
5814
5815#: sequencer.c:2958
5816#, c-format
5817msgid "unable to copy '%s' to '%s'"
5818msgstr ""
5819
5820#: sequencer.c:2966
5821#, c-format
5822msgid ""
5823"You can amend the commit now, with\n"
5824"\n"
5825"  git commit --amend %s\n"
5826"\n"
5827"Once you are satisfied with your changes, run\n"
5828"\n"
5829"  git rebase --continue\n"
5830msgstr ""
5831
5832#: sequencer.c:2976
5833#, c-format
5834msgid "Could not apply %s... %.*s"
5835msgstr ""
5836
5837#: sequencer.c:2983
5838#, c-format
5839msgid "Could not merge %.*s"
5840msgstr ""
5841
5842#: sequencer.c:2997 sequencer.c:3001 builtin/difftool.c:633
5843#, c-format
5844msgid "could not copy '%s' to '%s'"
5845msgstr ""
5846
5847#: sequencer.c:3023 sequencer.c:3446 builtin/rebase.c:839 builtin/rebase.c:1580
5848#: builtin/rebase.c:1940 builtin/rebase.c:1995
5849msgid "could not read index"
5850msgstr ""
5851
5852#: sequencer.c:3028
5853#, c-format
5854msgid ""
5855"execution failed: %s\n"
5856"%sYou can fix the problem, and then run\n"
5857"\n"
5858"  git rebase --continue\n"
5859"\n"
5860msgstr ""
5861
5862#: sequencer.c:3034
5863msgid "and made changes to the index and/or the working tree\n"
5864msgstr ""
5865
5866#: sequencer.c:3040
5867#, c-format
5868msgid ""
5869"execution succeeded: %s\n"
5870"but left changes to the index and/or the working tree\n"
5871"Commit or stash your changes, and then run\n"
5872"\n"
5873"  git rebase --continue\n"
5874"\n"
5875msgstr ""
5876
5877#: sequencer.c:3101
5878#, c-format
5879msgid "illegal label name: '%.*s'"
5880msgstr ""
5881
5882#: sequencer.c:3155
5883msgid "writing fake root commit"
5884msgstr ""
5885
5886#: sequencer.c:3160
5887msgid "writing squash-onto"
5888msgstr ""
5889
5890#: sequencer.c:3198 builtin/rebase.c:844 builtin/rebase.c:850
5891#, c-format
5892msgid "failed to find tree of %s"
5893msgstr ""
5894
5895#: sequencer.c:3216 builtin/rebase.c:863
5896msgid "could not write index"
5897msgstr ""
5898
5899#: sequencer.c:3243
5900#, c-format
5901msgid "could not resolve '%s'"
5902msgstr ""
5903
5904#: sequencer.c:3271
5905msgid "cannot merge without a current revision"
5906msgstr ""
5907
5908#: sequencer.c:3293
5909#, c-format
5910msgid "unable to parse '%.*s'"
5911msgstr ""
5912
5913#: sequencer.c:3302
5914#, c-format
5915msgid "nothing to merge: '%.*s'"
5916msgstr ""
5917
5918#: sequencer.c:3314
5919msgid "octopus merge cannot be executed on top of a [new root]"
5920msgstr ""
5921
5922#: sequencer.c:3329
5923#, c-format
5924msgid "could not get commit message of '%s'"
5925msgstr ""
5926
5927#: sequencer.c:3478
5928#, c-format
5929msgid "could not even attempt to merge '%.*s'"
5930msgstr ""
5931
5932#: sequencer.c:3494
5933msgid "merge: Unable to write new index file"
5934msgstr ""
5935
5936#: sequencer.c:3562 builtin/rebase.c:711
5937#, c-format
5938msgid "Applied autostash.\n"
5939msgstr ""
5940
5941#: sequencer.c:3574
5942#, c-format
5943msgid "cannot store %s"
5944msgstr ""
5945
5946#: sequencer.c:3577 builtin/rebase.c:727
5947#, c-format
5948msgid ""
5949"Applying autostash resulted in conflicts.\n"
5950"Your changes are safe in the stash.\n"
5951"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
5952msgstr ""
5953
5954#: sequencer.c:3638
5955#, c-format
5956msgid "could not checkout %s"
5957msgstr ""
5958
5959#: sequencer.c:3652
5960#, c-format
5961msgid "%s: not a valid OID"
5962msgstr ""
5963
5964#: sequencer.c:3657 git-rebase--preserve-merges.sh:724
5965msgid "could not detach HEAD"
5966msgstr ""
5967
5968#: sequencer.c:3672
5969#, c-format
5970msgid "Stopped at HEAD\n"
5971msgstr ""
5972
5973#: sequencer.c:3674
5974#, c-format
5975msgid "Stopped at %s\n"
5976msgstr ""
5977
5978#: sequencer.c:3682
5979#, c-format
5980msgid ""
5981"Could not execute the todo command\n"
5982"\n"
5983"    %.*s\n"
5984"It has been rescheduled; To edit the command before continuing, please\n"
5985"edit the todo list first:\n"
5986"\n"
5987"    git rebase --edit-todo\n"
5988"    git rebase --continue\n"
5989msgstr ""
5990
5991#: sequencer.c:3759
5992#, c-format
5993msgid "Stopped at %s...  %.*s\n"
5994msgstr ""
5995
5996#: sequencer.c:3837
5997#, c-format
5998msgid "unknown command %d"
5999msgstr ""
6000
6001#: sequencer.c:3882
6002msgid "could not read orig-head"
6003msgstr ""
6004
6005#: sequencer.c:3887
6006msgid "could not read 'onto'"
6007msgstr ""
6008
6009#: sequencer.c:3901
6010#, c-format
6011msgid "could not update HEAD to %s"
6012msgstr ""
6013
6014#: sequencer.c:3991
6015msgid "cannot rebase: You have unstaged changes."
6016msgstr ""
6017
6018#: sequencer.c:4000
6019msgid "cannot amend non-existing commit"
6020msgstr ""
6021
6022#: sequencer.c:4002
6023#, c-format
6024msgid "invalid file: '%s'"
6025msgstr ""
6026
6027#: sequencer.c:4004
6028#, c-format
6029msgid "invalid contents: '%s'"
6030msgstr ""
6031
6032#: sequencer.c:4007
6033msgid ""
6034"\n"
6035"You have uncommitted changes in your working tree. Please, commit them\n"
6036"first and then run 'git rebase --continue' again."
6037msgstr ""
6038
6039#: sequencer.c:4043 sequencer.c:4081
6040#, c-format
6041msgid "could not write file: '%s'"
6042msgstr ""
6043
6044#: sequencer.c:4096
6045msgid "could not remove CHERRY_PICK_HEAD"
6046msgstr ""
6047
6048#: sequencer.c:4103
6049msgid "could not commit staged changes."
6050msgstr ""
6051
6052#: sequencer.c:4204
6053#, c-format
6054msgid "%s: can't cherry-pick a %s"
6055msgstr ""
6056
6057#: sequencer.c:4208
6058#, c-format
6059msgid "%s: bad revision"
6060msgstr ""
6061
6062#: sequencer.c:4243
6063msgid "can't revert as initial commit"
6064msgstr ""
6065
6066#: sequencer.c:4686
6067msgid "make_script: unhandled options"
6068msgstr ""
6069
6070#: sequencer.c:4689
6071msgid "make_script: error preparing revisions"
6072msgstr ""
6073
6074#: sequencer.c:4847
6075msgid ""
6076"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
6077"continue'.\n"
6078"Or you can abort the rebase with 'git rebase --abort'.\n"
6079msgstr ""
6080
6081#: sequencer.c:4959 sequencer.c:4976
6082msgid "nothing to do"
6083msgstr ""
6084
6085#: sequencer.c:4990
6086msgid "could not skip unnecessary pick commands"
6087msgstr ""
6088
6089#: sequencer.c:5073
6090msgid "the script was already rearranged."
6091msgstr ""
6092
6093#: setup.c:123
6094#, c-format
6095msgid "'%s' is outside repository"
6096msgstr ""
6097
6098#: setup.c:173
6099#, c-format
6100msgid ""
6101"%s: no such path in the working tree.\n"
6102"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
6103msgstr ""
6104
6105#: setup.c:186
6106#, c-format
6107msgid ""
6108"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
6109"Use '--' to separate paths from revisions, like this:\n"
6110"'git <command> [<revision>...] -- [<file>...]'"
6111msgstr ""
6112
6113#: setup.c:235
6114#, c-format
6115msgid "option '%s' must come before non-option arguments"
6116msgstr ""
6117
6118#: setup.c:254
6119#, c-format
6120msgid ""
6121"ambiguous argument '%s': both revision and filename\n"
6122"Use '--' to separate paths from revisions, like this:\n"
6123"'git <command> [<revision>...] -- [<file>...]'"
6124msgstr ""
6125
6126#: setup.c:390
6127msgid "unable to set up work tree using invalid config"
6128msgstr ""
6129
6130#: setup.c:394
6131msgid "this operation must be run in a work tree"
6132msgstr ""
6133
6134#: setup.c:540
6135#, c-format
6136msgid "Expected git repo version <= %d, found %d"
6137msgstr ""
6138
6139#: setup.c:548
6140msgid "unknown repository extensions found:"
6141msgstr ""
6142
6143#: setup.c:567
6144#, c-format
6145msgid "error opening '%s'"
6146msgstr ""
6147
6148#: setup.c:569
6149#, c-format
6150msgid "too large to be a .git file: '%s'"
6151msgstr ""
6152
6153#: setup.c:571
6154#, c-format
6155msgid "error reading %s"
6156msgstr ""
6157
6158#: setup.c:573
6159#, c-format
6160msgid "invalid gitfile format: %s"
6161msgstr ""
6162
6163#: setup.c:575
6164#, c-format
6165msgid "no path in gitfile: %s"
6166msgstr ""
6167
6168#: setup.c:577
6169#, c-format
6170msgid "not a git repository: %s"
6171msgstr ""
6172
6173#: setup.c:676
6174#, c-format
6175msgid "'$%s' too big"
6176msgstr ""
6177
6178#: setup.c:690
6179#, c-format
6180msgid "not a git repository: '%s'"
6181msgstr ""
6182
6183#: setup.c:719 setup.c:721 setup.c:752
6184#, c-format
6185msgid "cannot chdir to '%s'"
6186msgstr ""
6187
6188#: setup.c:724 setup.c:780 setup.c:790 setup.c:829 setup.c:837
6189msgid "cannot come back to cwd"
6190msgstr ""
6191
6192#: setup.c:851
6193#, c-format
6194msgid "failed to stat '%*s%s%s'"
6195msgstr ""
6196
6197#: setup.c:1083
6198msgid "Unable to read current working directory"
6199msgstr ""
6200
6201#: setup.c:1092 setup.c:1098
6202#, c-format
6203msgid "cannot change to '%s'"
6204msgstr ""
6205
6206#: setup.c:1103
6207#, c-format
6208msgid "not a git repository (or any of the parent directories): %s"
6209msgstr ""
6210
6211#: setup.c:1109
6212#, c-format
6213msgid ""
6214"not a git repository (or any parent up to mount point %s)\n"
6215"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
6216msgstr ""
6217
6218#: setup.c:1220
6219#, c-format
6220msgid ""
6221"problem with core.sharedRepository filemode value (0%.3o).\n"
6222"The owner of files must always have read and write permissions."
6223msgstr ""
6224
6225#: setup.c:1264
6226msgid "open /dev/null or dup failed"
6227msgstr ""
6228
6229#: setup.c:1279
6230msgid "fork failed"
6231msgstr ""
6232
6233#: setup.c:1284
6234msgid "setsid failed"
6235msgstr ""
6236
6237#: sha1-file.c:453
6238#, c-format
6239msgid "object directory %s does not exist; check .git/objects/info/alternates"
6240msgstr ""
6241
6242#: sha1-file.c:504
6243#, c-format
6244msgid "unable to normalize alternate object path: %s"
6245msgstr ""
6246
6247#: sha1-file.c:576
6248#, c-format
6249msgid "%s: ignoring alternate object stores, nesting too deep"
6250msgstr ""
6251
6252#: sha1-file.c:583
6253#, c-format
6254msgid "unable to normalize object directory: %s"
6255msgstr ""
6256
6257#: sha1-file.c:626
6258msgid "unable to fdopen alternates lockfile"
6259msgstr ""
6260
6261#: sha1-file.c:644
6262msgid "unable to read alternates file"
6263msgstr ""
6264
6265#: sha1-file.c:651
6266msgid "unable to move new alternates file into place"
6267msgstr ""
6268
6269#: sha1-file.c:686
6270#, c-format
6271msgid "path '%s' does not exist"
6272msgstr ""
6273
6274#: sha1-file.c:712
6275#, c-format
6276msgid "reference repository '%s' as a linked checkout is not supported yet."
6277msgstr ""
6278
6279#: sha1-file.c:718
6280#, c-format
6281msgid "reference repository '%s' is not a local repository."
6282msgstr ""
6283
6284#: sha1-file.c:724
6285#, c-format
6286msgid "reference repository '%s' is shallow"
6287msgstr ""
6288
6289#: sha1-file.c:732
6290#, c-format
6291msgid "reference repository '%s' is grafted"
6292msgstr ""
6293
6294#: sha1-file.c:846
6295#, c-format
6296msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
6297msgstr ""
6298
6299#: sha1-file.c:871
6300msgid "mmap failed"
6301msgstr ""
6302
6303#: sha1-file.c:1035
6304#, c-format
6305msgid "object file %s is empty"
6306msgstr ""
6307
6308#: sha1-file.c:1159 sha1-file.c:2297
6309#, c-format
6310msgid "corrupt loose object '%s'"
6311msgstr ""
6312
6313#: sha1-file.c:1161 sha1-file.c:2301
6314#, c-format
6315msgid "garbage at end of loose object '%s'"
6316msgstr ""
6317
6318#: sha1-file.c:1203
6319msgid "invalid object type"
6320msgstr ""
6321
6322#: sha1-file.c:1287
6323#, c-format
6324msgid "unable to unpack %s header with --allow-unknown-type"
6325msgstr ""
6326
6327#: sha1-file.c:1290
6328#, c-format
6329msgid "unable to unpack %s header"
6330msgstr ""
6331
6332#: sha1-file.c:1296
6333#, c-format
6334msgid "unable to parse %s header with --allow-unknown-type"
6335msgstr ""
6336
6337#: sha1-file.c:1299
6338#, c-format
6339msgid "unable to parse %s header"
6340msgstr ""
6341
6342#: sha1-file.c:1490
6343#, c-format
6344msgid "failed to read object %s"
6345msgstr ""
6346
6347#: sha1-file.c:1494
6348#, c-format
6349msgid "replacement %s not found for %s"
6350msgstr ""
6351
6352#: sha1-file.c:1498
6353#, c-format
6354msgid "loose object %s (stored in %s) is corrupt"
6355msgstr ""
6356
6357#: sha1-file.c:1502
6358#, c-format
6359msgid "packed object %s (stored in %s) is corrupt"
6360msgstr ""
6361
6362#: sha1-file.c:1604
6363#, c-format
6364msgid "unable to write file %s"
6365msgstr ""
6366
6367#: sha1-file.c:1611
6368#, c-format
6369msgid "unable to set permission to '%s'"
6370msgstr ""
6371
6372#: sha1-file.c:1618
6373msgid "file write error"
6374msgstr ""
6375
6376#: sha1-file.c:1637
6377msgid "error when closing loose object file"
6378msgstr ""
6379
6380#: sha1-file.c:1702
6381#, c-format
6382msgid "insufficient permission for adding an object to repository database %s"
6383msgstr ""
6384
6385#: sha1-file.c:1704
6386msgid "unable to create temporary file"
6387msgstr ""
6388
6389#: sha1-file.c:1728
6390msgid "unable to write loose object file"
6391msgstr ""
6392
6393#: sha1-file.c:1734
6394#, c-format
6395msgid "unable to deflate new object %s (%d)"
6396msgstr ""
6397
6398#: sha1-file.c:1738
6399#, c-format
6400msgid "deflateEnd on object %s failed (%d)"
6401msgstr ""
6402
6403#: sha1-file.c:1742
6404#, c-format
6405msgid "confused by unstable object source data for %s"
6406msgstr ""
6407
6408#: sha1-file.c:1752 builtin/pack-objects.c:920
6409#, c-format
6410msgid "failed utime() on %s"
6411msgstr ""
6412
6413#: sha1-file.c:1827
6414#, c-format
6415msgid "cannot read object for %s"
6416msgstr ""
6417
6418#: sha1-file.c:1867
6419msgid "corrupt commit"
6420msgstr ""
6421
6422#: sha1-file.c:1875
6423msgid "corrupt tag"
6424msgstr ""
6425
6426#: sha1-file.c:1974
6427#, c-format
6428msgid "read error while indexing %s"
6429msgstr ""
6430
6431#: sha1-file.c:1977
6432#, c-format
6433msgid "short read while indexing %s"
6434msgstr ""
6435
6436#: sha1-file.c:2050 sha1-file.c:2059
6437#, c-format
6438msgid "%s: failed to insert into database"
6439msgstr ""
6440
6441#: sha1-file.c:2065
6442#, c-format
6443msgid "%s: unsupported file type"
6444msgstr ""
6445
6446#: sha1-file.c:2089
6447#, c-format
6448msgid "%s is not a valid object"
6449msgstr ""
6450
6451#: sha1-file.c:2091
6452#, c-format
6453msgid "%s is not a valid '%s' object"
6454msgstr ""
6455
6456#: sha1-file.c:2118 builtin/index-pack.c:154
6457#, c-format
6458msgid "unable to open %s"
6459msgstr ""
6460
6461#: sha1-file.c:2308 sha1-file.c:2360
6462#, c-format
6463msgid "hash mismatch for %s (expected %s)"
6464msgstr ""
6465
6466#: sha1-file.c:2332
6467#, c-format
6468msgid "unable to mmap %s"
6469msgstr ""
6470
6471#: sha1-file.c:2337
6472#, c-format
6473msgid "unable to unpack header of %s"
6474msgstr ""
6475
6476#: sha1-file.c:2343
6477#, c-format
6478msgid "unable to parse header of %s"
6479msgstr ""
6480
6481#: sha1-file.c:2354
6482#, c-format
6483msgid "unable to unpack contents of %s"
6484msgstr ""
6485
6486#: sha1-name.c:490
6487#, c-format
6488msgid "short SHA1 %s is ambiguous"
6489msgstr ""
6490
6491#: sha1-name.c:501
6492msgid "The candidates are:"
6493msgstr ""
6494
6495#: sha1-name.c:800
6496msgid ""
6497"Git normally never creates a ref that ends with 40 hex characters\n"
6498"because it will be ignored when you just specify 40-hex. These refs\n"
6499"may be created by mistake. For example,\n"
6500"\n"
6501"  git checkout -b $br $(git rev-parse ...)\n"
6502"\n"
6503"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
6504"examine these refs and maybe delete them. Turn this message off by\n"
6505"running \"git config advice.objectNameWarning false\""
6506msgstr ""
6507
6508#: submodule.c:114 submodule.c:143
6509msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
6510msgstr ""
6511
6512#: submodule.c:118 submodule.c:147
6513#, c-format
6514msgid "Could not find section in .gitmodules where path=%s"
6515msgstr ""
6516
6517#: submodule.c:154
6518#, c-format
6519msgid "Could not remove .gitmodules entry for %s"
6520msgstr ""
6521
6522#: submodule.c:165
6523msgid "staging updated .gitmodules failed"
6524msgstr ""
6525
6526#: submodule.c:327
6527#, c-format
6528msgid "in unpopulated submodule '%s'"
6529msgstr ""
6530
6531#: submodule.c:358
6532#, c-format
6533msgid "Pathspec '%s' is in submodule '%.*s'"
6534msgstr ""
6535
6536#: submodule.c:910
6537#, c-format
6538msgid "submodule entry '%s' (%s) is a %s, not a commit"
6539msgstr ""
6540
6541#: submodule.c:1147 builtin/branch.c:672 builtin/submodule--helper.c:1988
6542msgid "Failed to resolve HEAD as a valid ref."
6543msgstr ""
6544
6545#: submodule.c:1481
6546#, c-format
6547msgid "Could not access submodule '%s'"
6548msgstr ""
6549
6550#: submodule.c:1651
6551#, c-format
6552msgid "'%s' not recognized as a git repository"
6553msgstr ""
6554
6555#: submodule.c:1789
6556#, c-format
6557msgid "could not start 'git status' in submodule '%s'"
6558msgstr ""
6559
6560#: submodule.c:1802
6561#, c-format
6562msgid "could not run 'git status' in submodule '%s'"
6563msgstr ""
6564
6565#: submodule.c:1817
6566#, c-format
6567msgid "Could not unset core.worktree setting in submodule '%s'"
6568msgstr ""
6569
6570#: submodule.c:1907
6571#, c-format
6572msgid "submodule '%s' has dirty index"
6573msgstr ""
6574
6575#: submodule.c:1959
6576#, c-format
6577msgid "Submodule '%s' could not be updated."
6578msgstr ""
6579
6580#: submodule.c:2008
6581#, c-format
6582msgid ""
6583"relocate_gitdir for submodule '%s' with more than one worktree not supported"
6584msgstr ""
6585
6586#: submodule.c:2020 submodule.c:2076
6587#, c-format
6588msgid "could not lookup name for submodule '%s'"
6589msgstr ""
6590
6591#: submodule.c:2027
6592#, c-format
6593msgid ""
6594"Migrating git directory of '%s%s' from\n"
6595"'%s' to\n"
6596"'%s'\n"
6597msgstr ""
6598
6599#: submodule.c:2111
6600#, c-format
6601msgid "could not recurse into submodule '%s'"
6602msgstr ""
6603
6604#: submodule.c:2155
6605msgid "could not start ls-files in .."
6606msgstr ""
6607
6608#: submodule.c:2194
6609#, c-format
6610msgid "ls-tree returned unexpected return code %d"
6611msgstr ""
6612
6613#: submodule-config.c:232
6614#, c-format
6615msgid "ignoring suspicious submodule name: %s"
6616msgstr ""
6617
6618#: submodule-config.c:299
6619msgid "negative values not allowed for submodule.fetchjobs"
6620msgstr ""
6621
6622#: submodule-config.c:397
6623#, c-format
6624msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6625msgstr ""
6626
6627#: submodule-config.c:486
6628#, c-format
6629msgid "invalid value for %s"
6630msgstr ""
6631
6632#: submodule-config.c:755
6633#, c-format
6634msgid "Could not update .gitmodules entry %s"
6635msgstr ""
6636
6637#: trailer.c:238
6638#, c-format
6639msgid "running trailer command '%s' failed"
6640msgstr ""
6641
6642#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6643#: trailer.c:557
6644#, c-format
6645msgid "unknown value '%s' for key '%s'"
6646msgstr ""
6647
6648#: trailer.c:539 trailer.c:544 builtin/remote.c:295
6649#, c-format
6650msgid "more than one %s"
6651msgstr ""
6652
6653#: trailer.c:730
6654#, c-format
6655msgid "empty trailer token in trailer '%.*s'"
6656msgstr ""
6657
6658#: trailer.c:750
6659#, c-format
6660msgid "could not read input file '%s'"
6661msgstr ""
6662
6663#: trailer.c:753
6664msgid "could not read from stdin"
6665msgstr ""
6666
6667#: trailer.c:1011 wrapper.c:701
6668#, c-format
6669msgid "could not stat %s"
6670msgstr ""
6671
6672#: trailer.c:1013
6673#, c-format
6674msgid "file %s is not a regular file"
6675msgstr ""
6676
6677#: trailer.c:1015
6678#, c-format
6679msgid "file %s is not writable by user"
6680msgstr ""
6681
6682#: trailer.c:1027
6683msgid "could not open temporary file"
6684msgstr ""
6685
6686#: trailer.c:1067
6687#, c-format
6688msgid "could not rename temporary file to %s"
6689msgstr ""
6690
6691#: transport.c:116
6692#, c-format
6693msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6694msgstr ""
6695
6696#: transport.c:142
6697#, c-format
6698msgid "could not read bundle '%s'"
6699msgstr ""
6700
6701#: transport.c:208
6702#, c-format
6703msgid "transport: invalid depth option '%s'"
6704msgstr ""
6705
6706#: transport.c:259
6707msgid "see protocol.version in 'git help config' for more details"
6708msgstr ""
6709
6710#: transport.c:260
6711msgid "server options require protocol version 2 or later"
6712msgstr ""
6713
6714#: transport.c:625
6715msgid "could not parse transport.color.* config"
6716msgstr ""
6717
6718#: transport.c:698
6719msgid "support for protocol v2 not implemented yet"
6720msgstr ""
6721
6722#: transport.c:825
6723#, c-format
6724msgid "unknown value for config '%s': %s"
6725msgstr ""
6726
6727#: transport.c:891
6728#, c-format
6729msgid "transport '%s' not allowed"
6730msgstr ""
6731
6732#: transport.c:945
6733msgid "git-over-rsync is no longer supported"
6734msgstr ""
6735
6736#: transport.c:1040
6737#, c-format
6738msgid ""
6739"The following submodule paths contain changes that can\n"
6740"not be found on any remote:\n"
6741msgstr ""
6742
6743#: transport.c:1044
6744#, c-format
6745msgid ""
6746"\n"
6747"Please try\n"
6748"\n"
6749"\tgit push --recurse-submodules=on-demand\n"
6750"\n"
6751"or cd to the path and use\n"
6752"\n"
6753"\tgit push\n"
6754"\n"
6755"to push them to a remote.\n"
6756"\n"
6757msgstr ""
6758
6759#: transport.c:1052
6760msgid "Aborting."
6761msgstr ""
6762
6763#: transport.c:1193
6764msgid "failed to push all needed submodules"
6765msgstr ""
6766
6767#: transport.c:1326 transport-helper.c:645
6768msgid "operation not supported by protocol"
6769msgstr ""
6770
6771#: transport.c:1430
6772#, c-format
6773msgid "invalid line while parsing alternate refs: %s"
6774msgstr ""
6775
6776#: transport-helper.c:51 transport-helper.c:80
6777msgid "full write to remote helper failed"
6778msgstr ""
6779
6780#: transport-helper.c:134
6781#, c-format
6782msgid "unable to find remote helper for '%s'"
6783msgstr ""
6784
6785#: transport-helper.c:150 transport-helper.c:559
6786msgid "can't dup helper output fd"
6787msgstr ""
6788
6789#: transport-helper.c:201
6790#, c-format
6791msgid ""
6792"unknown mandatory capability %s; this remote helper probably needs newer "
6793"version of Git"
6794msgstr ""
6795
6796#: transport-helper.c:207
6797msgid "this remote helper should implement refspec capability"
6798msgstr ""
6799
6800#: transport-helper.c:274 transport-helper.c:414
6801#, c-format
6802msgid "%s unexpectedly said: '%s'"
6803msgstr ""
6804
6805#: transport-helper.c:403
6806#, c-format
6807msgid "%s also locked %s"
6808msgstr ""
6809
6810#: transport-helper.c:481
6811msgid "couldn't run fast-import"
6812msgstr ""
6813
6814#: transport-helper.c:504
6815msgid "error while running fast-import"
6816msgstr ""
6817
6818#: transport-helper.c:533 transport-helper.c:1099
6819#, c-format
6820msgid "could not read ref %s"
6821msgstr ""
6822
6823#: transport-helper.c:578
6824#, c-format
6825msgid "unknown response to connect: %s"
6826msgstr ""
6827
6828#: transport-helper.c:600
6829msgid "setting remote service path not supported by protocol"
6830msgstr ""
6831
6832#: transport-helper.c:602
6833msgid "invalid remote service path"
6834msgstr ""
6835
6836#: transport-helper.c:648
6837#, c-format
6838msgid "can't connect to subservice %s"
6839msgstr ""
6840
6841#: transport-helper.c:720
6842#, c-format
6843msgid "expected ok/error, helper said '%s'"
6844msgstr ""
6845
6846#: transport-helper.c:773
6847#, c-format
6848msgid "helper reported unexpected status of %s"
6849msgstr ""
6850
6851#: transport-helper.c:834
6852#, c-format
6853msgid "helper %s does not support dry-run"
6854msgstr ""
6855
6856#: transport-helper.c:837
6857#, c-format
6858msgid "helper %s does not support --signed"
6859msgstr ""
6860
6861#: transport-helper.c:840
6862#, c-format
6863msgid "helper %s does not support --signed=if-asked"
6864msgstr ""
6865
6866#: transport-helper.c:847
6867#, c-format
6868msgid "helper %s does not support 'push-option'"
6869msgstr ""
6870
6871#: transport-helper.c:939
6872msgid "remote-helper doesn't support push; refspec needed"
6873msgstr ""
6874
6875#: transport-helper.c:944
6876#, c-format
6877msgid "helper %s does not support 'force'"
6878msgstr ""
6879
6880#: transport-helper.c:991
6881msgid "couldn't run fast-export"
6882msgstr ""
6883
6884#: transport-helper.c:996
6885msgid "error while running fast-export"
6886msgstr ""
6887
6888#: transport-helper.c:1021
6889#, c-format
6890msgid ""
6891"No refs in common and none specified; doing nothing.\n"
6892"Perhaps you should specify a branch such as 'master'.\n"
6893msgstr ""
6894
6895#: transport-helper.c:1085
6896#, c-format
6897msgid "malformed response in ref list: %s"
6898msgstr ""
6899
6900#: transport-helper.c:1238
6901#, c-format
6902msgid "read(%s) failed"
6903msgstr ""
6904
6905#: transport-helper.c:1265
6906#, c-format
6907msgid "write(%s) failed"
6908msgstr ""
6909
6910#: transport-helper.c:1314
6911#, c-format
6912msgid "%s thread failed"
6913msgstr ""
6914
6915#: transport-helper.c:1318
6916#, c-format
6917msgid "%s thread failed to join: %s"
6918msgstr ""
6919
6920#: transport-helper.c:1337 transport-helper.c:1341
6921#, c-format
6922msgid "can't start thread for copying data: %s"
6923msgstr ""
6924
6925#: transport-helper.c:1378
6926#, c-format
6927msgid "%s process failed to wait"
6928msgstr ""
6929
6930#: transport-helper.c:1382
6931#, c-format
6932msgid "%s process failed"
6933msgstr ""
6934
6935#: transport-helper.c:1400 transport-helper.c:1409
6936msgid "can't start thread for copying data"
6937msgstr ""
6938
6939#: tree-walk.c:33
6940msgid "too-short tree object"
6941msgstr ""
6942
6943#: tree-walk.c:39
6944msgid "malformed mode in tree entry"
6945msgstr ""
6946
6947#: tree-walk.c:43
6948msgid "empty filename in tree entry"
6949msgstr ""
6950
6951#: tree-walk.c:116
6952msgid "too-short tree file"
6953msgstr ""
6954
6955#: unpack-trees.c:111
6956#, c-format
6957msgid ""
6958"Your local changes to the following files would be overwritten by checkout:\n"
6959"%%sPlease commit your changes or stash them before you switch branches."
6960msgstr ""
6961
6962#: unpack-trees.c:113
6963#, c-format
6964msgid ""
6965"Your local changes to the following files would be overwritten by checkout:\n"
6966"%%s"
6967msgstr ""
6968
6969#: unpack-trees.c:116
6970#, c-format
6971msgid ""
6972"Your local changes to the following files would be overwritten by merge:\n"
6973"%%sPlease commit your changes or stash them before you merge."
6974msgstr ""
6975
6976#: unpack-trees.c:118
6977#, c-format
6978msgid ""
6979"Your local changes to the following files would be overwritten by merge:\n"
6980"%%s"
6981msgstr ""
6982
6983#: unpack-trees.c:121
6984#, c-format
6985msgid ""
6986"Your local changes to the following files would be overwritten by %s:\n"
6987"%%sPlease commit your changes or stash them before you %s."
6988msgstr ""
6989
6990#: unpack-trees.c:123
6991#, c-format
6992msgid ""
6993"Your local changes to the following files would be overwritten by %s:\n"
6994"%%s"
6995msgstr ""
6996
6997#: unpack-trees.c:128
6998#, c-format
6999msgid ""
7000"Updating the following directories would lose untracked files in them:\n"
7001"%s"
7002msgstr ""
7003
7004#: unpack-trees.c:132
7005#, c-format
7006msgid ""
7007"The following untracked working tree files would be removed by checkout:\n"
7008"%%sPlease move or remove them before you switch branches."
7009msgstr ""
7010
7011#: unpack-trees.c:134
7012#, c-format
7013msgid ""
7014"The following untracked working tree files would be removed by checkout:\n"
7015"%%s"
7016msgstr ""
7017
7018#: unpack-trees.c:137
7019#, c-format
7020msgid ""
7021"The following untracked working tree files would be removed by merge:\n"
7022"%%sPlease move or remove them before you merge."
7023msgstr ""
7024
7025#: unpack-trees.c:139
7026#, c-format
7027msgid ""
7028"The following untracked working tree files would be removed by merge:\n"
7029"%%s"
7030msgstr ""
7031
7032#: unpack-trees.c:142
7033#, c-format
7034msgid ""
7035"The following untracked working tree files would be removed by %s:\n"
7036"%%sPlease move or remove them before you %s."
7037msgstr ""
7038
7039#: unpack-trees.c:144
7040#, c-format
7041msgid ""
7042"The following untracked working tree files would be removed by %s:\n"
7043"%%s"
7044msgstr ""
7045
7046#: unpack-trees.c:150
7047#, c-format
7048msgid ""
7049"The following untracked working tree files would be overwritten by "
7050"checkout:\n"
7051"%%sPlease move or remove them before you switch branches."
7052msgstr ""
7053
7054#: unpack-trees.c:152
7055#, c-format
7056msgid ""
7057"The following untracked working tree files would be overwritten by "
7058"checkout:\n"
7059"%%s"
7060msgstr ""
7061
7062#: unpack-trees.c:155
7063#, c-format
7064msgid ""
7065"The following untracked working tree files would be overwritten by merge:\n"
7066"%%sPlease move or remove them before you merge."
7067msgstr ""
7068
7069#: unpack-trees.c:157
7070#, c-format
7071msgid ""
7072"The following untracked working tree files would be overwritten by merge:\n"
7073"%%s"
7074msgstr ""
7075
7076#: unpack-trees.c:160
7077#, c-format
7078msgid ""
7079"The following untracked working tree files would be overwritten by %s:\n"
7080"%%sPlease move or remove them before you %s."
7081msgstr ""
7082
7083#: unpack-trees.c:162
7084#, c-format
7085msgid ""
7086"The following untracked working tree files would be overwritten by %s:\n"
7087"%%s"
7088msgstr ""
7089
7090#: unpack-trees.c:170
7091#, c-format
7092msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
7093msgstr ""
7094
7095#: unpack-trees.c:173
7096#, c-format
7097msgid ""
7098"Cannot update sparse checkout: the following entries are not up to date:\n"
7099"%s"
7100msgstr ""
7101
7102#: unpack-trees.c:175
7103#, c-format
7104msgid ""
7105"The following working tree files would be overwritten by sparse checkout "
7106"update:\n"
7107"%s"
7108msgstr ""
7109
7110#: unpack-trees.c:177
7111#, c-format
7112msgid ""
7113"The following working tree files would be removed by sparse checkout "
7114"update:\n"
7115"%s"
7116msgstr ""
7117
7118#: unpack-trees.c:179
7119#, c-format
7120msgid ""
7121"Cannot update submodule:\n"
7122"%s"
7123msgstr ""
7124
7125#: unpack-trees.c:256
7126#, c-format
7127msgid "Aborting\n"
7128msgstr ""
7129
7130#: unpack-trees.c:318
7131msgid "Checking out files"
7132msgstr ""
7133
7134#: unpack-trees.c:350
7135msgid ""
7136"the following paths have collided (e.g. case-sensitive paths\n"
7137"on a case-insensitive filesystem) and only one from the same\n"
7138"colliding group is in the working tree:\n"
7139msgstr ""
7140
7141#: urlmatch.c:163
7142msgid "invalid URL scheme name or missing '://' suffix"
7143msgstr ""
7144
7145#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
7146#, c-format
7147msgid "invalid %XX escape sequence"
7148msgstr ""
7149
7150#: urlmatch.c:215
7151msgid "missing host and scheme is not 'file:'"
7152msgstr ""
7153
7154#: urlmatch.c:232
7155msgid "a 'file:' URL may not have a port number"
7156msgstr ""
7157
7158#: urlmatch.c:247
7159msgid "invalid characters in host name"
7160msgstr ""
7161
7162#: urlmatch.c:292 urlmatch.c:303
7163msgid "invalid port number"
7164msgstr ""
7165
7166#: urlmatch.c:371
7167msgid "invalid '..' path segment"
7168msgstr ""
7169
7170#: worktree.c:255 builtin/am.c:2097
7171#, c-format
7172msgid "failed to read '%s'"
7173msgstr ""
7174
7175#: worktree.c:301
7176#, c-format
7177msgid "'%s' at main working tree is not the repository directory"
7178msgstr ""
7179
7180#: worktree.c:312
7181#, c-format
7182msgid "'%s' file does not contain absolute path to the working tree location"
7183msgstr ""
7184
7185#: worktree.c:324
7186#, c-format
7187msgid "'%s' does not exist"
7188msgstr ""
7189
7190#: worktree.c:330
7191#, c-format
7192msgid "'%s' is not a .git file, error code %d"
7193msgstr ""
7194
7195#: worktree.c:338
7196#, c-format
7197msgid "'%s' does not point back to '%s'"
7198msgstr ""
7199
7200#: wrapper.c:223 wrapper.c:393
7201#, c-format
7202msgid "could not open '%s' for reading and writing"
7203msgstr ""
7204
7205#: wrapper.c:424 wrapper.c:624
7206#, c-format
7207msgid "unable to access '%s'"
7208msgstr ""
7209
7210#: wrapper.c:632
7211msgid "unable to get current working directory"
7212msgstr ""
7213
7214#: wt-status.c:156
7215msgid "Unmerged paths:"
7216msgstr ""
7217
7218#: wt-status.c:183 wt-status.c:210
7219#, c-format
7220msgid "  (use \"git reset %s <file>...\" to unstage)"
7221msgstr ""
7222
7223#: wt-status.c:185 wt-status.c:212
7224msgid "  (use \"git rm --cached <file>...\" to unstage)"
7225msgstr ""
7226
7227#: wt-status.c:189
7228msgid "  (use \"git add <file>...\" to mark resolution)"
7229msgstr ""
7230
7231#: wt-status.c:191 wt-status.c:195
7232msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
7233msgstr ""
7234
7235#: wt-status.c:193
7236msgid "  (use \"git rm <file>...\" to mark resolution)"
7237msgstr ""
7238
7239#: wt-status.c:204 wt-status.c:1064
7240msgid "Changes to be committed:"
7241msgstr ""
7242
7243#: wt-status.c:222 wt-status.c:1073
7244msgid "Changes not staged for commit:"
7245msgstr ""
7246
7247#: wt-status.c:226
7248msgid "  (use \"git add <file>...\" to update what will be committed)"
7249msgstr ""
7250
7251#: wt-status.c:228
7252msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
7253msgstr ""
7254
7255#: wt-status.c:229
7256msgid ""
7257"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
7258msgstr ""
7259
7260#: wt-status.c:231
7261msgid "  (commit or discard the untracked or modified content in submodules)"
7262msgstr ""
7263
7264#: wt-status.c:243
7265#, c-format
7266msgid "  (use \"git %s <file>...\" to include in what will be committed)"
7267msgstr ""
7268
7269#: wt-status.c:258
7270msgid "both deleted:"
7271msgstr ""
7272
7273#: wt-status.c:260
7274msgid "added by us:"
7275msgstr ""
7276
7277#: wt-status.c:262
7278msgid "deleted by them:"
7279msgstr ""
7280
7281#: wt-status.c:264
7282msgid "added by them:"
7283msgstr ""
7284
7285#: wt-status.c:266
7286msgid "deleted by us:"
7287msgstr ""
7288
7289#: wt-status.c:268
7290msgid "both added:"
7291msgstr ""
7292
7293#: wt-status.c:270
7294msgid "both modified:"
7295msgstr ""
7296
7297#: wt-status.c:280
7298msgid "new file:"
7299msgstr ""
7300
7301#: wt-status.c:282
7302msgid "copied:"
7303msgstr ""
7304
7305#: wt-status.c:284
7306msgid "deleted:"
7307msgstr ""
7308
7309#: wt-status.c:286
7310msgid "modified:"
7311msgstr ""
7312
7313#: wt-status.c:288
7314msgid "renamed:"
7315msgstr ""
7316
7317#: wt-status.c:290
7318msgid "typechange:"
7319msgstr ""
7320
7321#: wt-status.c:292
7322msgid "unknown:"
7323msgstr ""
7324
7325#: wt-status.c:294
7326msgid "unmerged:"
7327msgstr ""
7328
7329#: wt-status.c:374
7330msgid "new commits, "
7331msgstr ""
7332
7333#: wt-status.c:376
7334msgid "modified content, "
7335msgstr ""
7336
7337#: wt-status.c:378
7338msgid "untracked content, "
7339msgstr ""
7340
7341#: wt-status.c:896
7342#, c-format
7343msgid "Your stash currently has %d entry"
7344msgid_plural "Your stash currently has %d entries"
7345msgstr[0] ""
7346msgstr[1] ""
7347
7348#: wt-status.c:928
7349msgid "Submodules changed but not updated:"
7350msgstr ""
7351
7352#: wt-status.c:930
7353msgid "Submodule changes to be committed:"
7354msgstr ""
7355
7356#: wt-status.c:1012
7357msgid ""
7358"Do not modify or remove the line above.\n"
7359"Everything below it will be ignored."
7360msgstr ""
7361
7362#: wt-status.c:1119
7363msgid "You have unmerged paths."
7364msgstr ""
7365
7366#: wt-status.c:1122
7367msgid "  (fix conflicts and run \"git commit\")"
7368msgstr ""
7369
7370#: wt-status.c:1124
7371msgid "  (use \"git merge --abort\" to abort the merge)"
7372msgstr ""
7373
7374#: wt-status.c:1128
7375msgid "All conflicts fixed but you are still merging."
7376msgstr ""
7377
7378#: wt-status.c:1131
7379msgid "  (use \"git commit\" to conclude merge)"
7380msgstr ""
7381
7382#: wt-status.c:1140
7383msgid "You are in the middle of an am session."
7384msgstr ""
7385
7386#: wt-status.c:1143
7387msgid "The current patch is empty."
7388msgstr ""
7389
7390#: wt-status.c:1147
7391msgid "  (fix conflicts and then run \"git am --continue\")"
7392msgstr ""
7393
7394#: wt-status.c:1149
7395msgid "  (use \"git am --skip\" to skip this patch)"
7396msgstr ""
7397
7398#: wt-status.c:1151
7399msgid "  (use \"git am --abort\" to restore the original branch)"
7400msgstr ""
7401
7402#: wt-status.c:1284
7403msgid "git-rebase-todo is missing."
7404msgstr ""
7405
7406#: wt-status.c:1286
7407msgid "No commands done."
7408msgstr ""
7409
7410#: wt-status.c:1289
7411#, c-format
7412msgid "Last command done (%d command done):"
7413msgid_plural "Last commands done (%d commands done):"
7414msgstr[0] ""
7415msgstr[1] ""
7416
7417#: wt-status.c:1300
7418#, c-format
7419msgid "  (see more in file %s)"
7420msgstr ""
7421
7422#: wt-status.c:1305
7423msgid "No commands remaining."
7424msgstr ""
7425
7426#: wt-status.c:1308
7427#, c-format
7428msgid "Next command to do (%d remaining command):"
7429msgid_plural "Next commands to do (%d remaining commands):"
7430msgstr[0] ""
7431msgstr[1] ""
7432
7433#: wt-status.c:1316
7434msgid "  (use \"git rebase --edit-todo\" to view and edit)"
7435msgstr ""
7436
7437#: wt-status.c:1328
7438#, c-format
7439msgid "You are currently rebasing branch '%s' on '%s'."
7440msgstr ""
7441
7442#: wt-status.c:1333
7443msgid "You are currently rebasing."
7444msgstr ""
7445
7446#: wt-status.c:1346
7447msgid "  (fix conflicts and then run \"git rebase --continue\")"
7448msgstr ""
7449
7450#: wt-status.c:1348
7451msgid "  (use \"git rebase --skip\" to skip this patch)"
7452msgstr ""
7453
7454#: wt-status.c:1350
7455msgid "  (use \"git rebase --abort\" to check out the original branch)"
7456msgstr ""
7457
7458#: wt-status.c:1357
7459msgid "  (all conflicts fixed: run \"git rebase --continue\")"
7460msgstr ""
7461
7462#: wt-status.c:1361
7463#, c-format
7464msgid ""
7465"You are currently splitting a commit while rebasing branch '%s' on '%s'."
7466msgstr ""
7467
7468#: wt-status.c:1366
7469msgid "You are currently splitting a commit during a rebase."
7470msgstr ""
7471
7472#: wt-status.c:1369
7473msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
7474msgstr ""
7475
7476#: wt-status.c:1373
7477#, c-format
7478msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
7479msgstr ""
7480
7481#: wt-status.c:1378
7482msgid "You are currently editing a commit during a rebase."
7483msgstr ""
7484
7485#: wt-status.c:1381
7486msgid "  (use \"git commit --amend\" to amend the current commit)"
7487msgstr ""
7488
7489#: wt-status.c:1383
7490msgid ""
7491"  (use \"git rebase --continue\" once you are satisfied with your changes)"
7492msgstr ""
7493
7494#: wt-status.c:1394
7495msgid "Cherry-pick currently in progress."
7496msgstr ""
7497
7498#: wt-status.c:1397
7499#, c-format
7500msgid "You are currently cherry-picking commit %s."
7501msgstr ""
7502
7503#: wt-status.c:1404
7504msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
7505msgstr ""
7506
7507#: wt-status.c:1407
7508msgid "  (run \"git cherry-pick --continue\" to continue)"
7509msgstr ""
7510
7511#: wt-status.c:1410
7512msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
7513msgstr ""
7514
7515#: wt-status.c:1412
7516msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
7517msgstr ""
7518
7519#: wt-status.c:1422
7520msgid "Revert currently in progress."
7521msgstr ""
7522
7523#: wt-status.c:1425
7524#, c-format
7525msgid "You are currently reverting commit %s."
7526msgstr ""
7527
7528#: wt-status.c:1431
7529msgid "  (fix conflicts and run \"git revert --continue\")"
7530msgstr ""
7531
7532#: wt-status.c:1434
7533msgid "  (run \"git revert --continue\" to continue)"
7534msgstr ""
7535
7536#: wt-status.c:1437
7537msgid "  (all conflicts fixed: run \"git revert --continue\")"
7538msgstr ""
7539
7540#: wt-status.c:1439
7541msgid "  (use \"git revert --abort\" to cancel the revert operation)"
7542msgstr ""
7543
7544#: wt-status.c:1449
7545#, c-format
7546msgid "You are currently bisecting, started from branch '%s'."
7547msgstr ""
7548
7549#: wt-status.c:1453
7550msgid "You are currently bisecting."
7551msgstr ""
7552
7553#: wt-status.c:1456
7554msgid "  (use \"git bisect reset\" to get back to the original branch)"
7555msgstr ""
7556
7557#: wt-status.c:1665
7558msgid "On branch "
7559msgstr ""
7560
7561#: wt-status.c:1672
7562msgid "interactive rebase in progress; onto "
7563msgstr ""
7564
7565#: wt-status.c:1674
7566msgid "rebase in progress; onto "
7567msgstr ""
7568
7569#: wt-status.c:1679
7570msgid "HEAD detached at "
7571msgstr ""
7572
7573#: wt-status.c:1681
7574msgid "HEAD detached from "
7575msgstr ""
7576
7577#: wt-status.c:1684
7578msgid "Not currently on any branch."
7579msgstr ""
7580
7581#: wt-status.c:1701
7582msgid "Initial commit"
7583msgstr ""
7584
7585#: wt-status.c:1702
7586msgid "No commits yet"
7587msgstr ""
7588
7589#: wt-status.c:1716
7590msgid "Untracked files"
7591msgstr ""
7592
7593#: wt-status.c:1718
7594msgid "Ignored files"
7595msgstr ""
7596
7597#: wt-status.c:1722
7598#, c-format
7599msgid ""
7600"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7601"may speed it up, but you have to be careful not to forget to add\n"
7602"new files yourself (see 'git help status')."
7603msgstr ""
7604
7605#: wt-status.c:1728
7606#, c-format
7607msgid "Untracked files not listed%s"
7608msgstr ""
7609
7610#: wt-status.c:1730
7611msgid " (use -u option to show untracked files)"
7612msgstr ""
7613
7614#: wt-status.c:1736
7615msgid "No changes"
7616msgstr ""
7617
7618#: wt-status.c:1741
7619#, c-format
7620msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
7621msgstr ""
7622
7623#: wt-status.c:1744
7624#, c-format
7625msgid "no changes added to commit\n"
7626msgstr ""
7627
7628#: wt-status.c:1747
7629#, c-format
7630msgid ""
7631"nothing added to commit but untracked files present (use \"git add\" to "
7632"track)\n"
7633msgstr ""
7634
7635#: wt-status.c:1750
7636#, c-format
7637msgid "nothing added to commit but untracked files present\n"
7638msgstr ""
7639
7640#: wt-status.c:1753
7641#, c-format
7642msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
7643msgstr ""
7644
7645#: wt-status.c:1756 wt-status.c:1761
7646#, c-format
7647msgid "nothing to commit\n"
7648msgstr ""
7649
7650#: wt-status.c:1759
7651#, c-format
7652msgid "nothing to commit (use -u to show untracked files)\n"
7653msgstr ""
7654
7655#: wt-status.c:1763
7656#, c-format
7657msgid "nothing to commit, working tree clean\n"
7658msgstr ""
7659
7660#: wt-status.c:1876
7661msgid "No commits yet on "
7662msgstr ""
7663
7664#: wt-status.c:1880
7665msgid "HEAD (no branch)"
7666msgstr ""
7667
7668#: wt-status.c:1911
7669msgid "different"
7670msgstr ""
7671
7672#: wt-status.c:1913 wt-status.c:1921
7673msgid "behind "
7674msgstr ""
7675
7676#: wt-status.c:1916 wt-status.c:1919
7677msgid "ahead "
7678msgstr ""
7679
7680#. TRANSLATORS: the action is e.g. "pull with rebase"
7681#: wt-status.c:2443
7682#, c-format
7683msgid "cannot %s: You have unstaged changes."
7684msgstr ""
7685
7686#: wt-status.c:2449
7687msgid "additionally, your index contains uncommitted changes."
7688msgstr ""
7689
7690#: wt-status.c:2451
7691#, c-format
7692msgid "cannot %s: Your index contains uncommitted changes."
7693msgstr ""
7694
7695#: builtin/add.c:25
7696msgid "git add [<options>] [--] <pathspec>..."
7697msgstr ""
7698
7699#: builtin/add.c:84
7700#, c-format
7701msgid "unexpected diff status %c"
7702msgstr ""
7703
7704#: builtin/add.c:89 builtin/commit.c:285
7705msgid "updating files failed"
7706msgstr ""
7707
7708#: builtin/add.c:99
7709#, c-format
7710msgid "remove '%s'\n"
7711msgstr ""
7712
7713#: builtin/add.c:174
7714msgid "Unstaged changes after refreshing the index:"
7715msgstr ""
7716
7717#: builtin/add.c:234 builtin/rev-parse.c:896
7718msgid "Could not read the index"
7719msgstr ""
7720
7721#: builtin/add.c:245
7722#, c-format
7723msgid "Could not open '%s' for writing."
7724msgstr ""
7725
7726#: builtin/add.c:249
7727msgid "Could not write patch"
7728msgstr ""
7729
7730#: builtin/add.c:252
7731msgid "editing patch failed"
7732msgstr ""
7733
7734#: builtin/add.c:255
7735#, c-format
7736msgid "Could not stat '%s'"
7737msgstr ""
7738
7739#: builtin/add.c:257
7740msgid "Empty patch. Aborted."
7741msgstr ""
7742
7743#: builtin/add.c:262
7744#, c-format
7745msgid "Could not apply '%s'"
7746msgstr ""
7747
7748#: builtin/add.c:270
7749msgid "The following paths are ignored by one of your .gitignore files:\n"
7750msgstr ""
7751
7752#: builtin/add.c:290 builtin/clean.c:908 builtin/fetch.c:137 builtin/mv.c:124
7753#: builtin/prune-packed.c:56 builtin/pull.c:221 builtin/push.c:560
7754#: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
7755msgid "dry run"
7756msgstr ""
7757
7758#: builtin/add.c:293
7759msgid "interactive picking"
7760msgstr ""
7761
7762#: builtin/add.c:294 builtin/checkout.c:1379 builtin/reset.c:306
7763msgid "select hunks interactively"
7764msgstr ""
7765
7766#: builtin/add.c:295
7767msgid "edit current diff and apply"
7768msgstr ""
7769
7770#: builtin/add.c:296
7771msgid "allow adding otherwise ignored files"
7772msgstr ""
7773
7774#: builtin/add.c:297
7775msgid "update tracked files"
7776msgstr ""
7777
7778#: builtin/add.c:298
7779msgid "renormalize EOL of tracked files (implies -u)"
7780msgstr ""
7781
7782#: builtin/add.c:299
7783msgid "record only the fact that the path will be added later"
7784msgstr ""
7785
7786#: builtin/add.c:300
7787msgid "add changes from all tracked and untracked files"
7788msgstr ""
7789
7790#: builtin/add.c:303
7791msgid "ignore paths removed in the working tree (same as --no-all)"
7792msgstr ""
7793
7794#: builtin/add.c:305
7795msgid "don't add, only refresh the index"
7796msgstr ""
7797
7798#: builtin/add.c:306
7799msgid "just skip files which cannot be added because of errors"
7800msgstr ""
7801
7802#: builtin/add.c:307
7803msgid "check if - even missing - files are ignored in dry run"
7804msgstr ""
7805
7806#: builtin/add.c:309 builtin/update-index.c:1001
7807msgid "override the executable bit of the listed files"
7808msgstr ""
7809
7810#: builtin/add.c:311
7811msgid "warn when adding an embedded repository"
7812msgstr ""
7813
7814#: builtin/add.c:326
7815#, c-format
7816msgid ""
7817"You've added another git repository inside your current repository.\n"
7818"Clones of the outer repository will not contain the contents of\n"
7819"the embedded repository and will not know how to obtain it.\n"
7820"If you meant to add a submodule, use:\n"
7821"\n"
7822"\tgit submodule add <url> %s\n"
7823"\n"
7824"If you added this path by mistake, you can remove it from the\n"
7825"index with:\n"
7826"\n"
7827"\tgit rm --cached %s\n"
7828"\n"
7829"See \"git help submodule\" for more information."
7830msgstr ""
7831
7832#: builtin/add.c:354
7833#, c-format
7834msgid "adding embedded git repository: %s"
7835msgstr ""
7836
7837#: builtin/add.c:372
7838#, c-format
7839msgid "Use -f if you really want to add them.\n"
7840msgstr ""
7841
7842#: builtin/add.c:379
7843msgid "adding files failed"
7844msgstr ""
7845
7846#: builtin/add.c:419
7847msgid "-A and -u are mutually incompatible"
7848msgstr ""
7849
7850#: builtin/add.c:426
7851msgid "Option --ignore-missing can only be used together with --dry-run"
7852msgstr ""
7853
7854#: builtin/add.c:430
7855#, c-format
7856msgid "--chmod param '%s' must be either -x or +x"
7857msgstr ""
7858
7859#: builtin/add.c:445
7860#, c-format
7861msgid "Nothing specified, nothing added.\n"
7862msgstr ""
7863
7864#: builtin/add.c:446
7865#, c-format
7866msgid "Maybe you wanted to say 'git add .'?\n"
7867msgstr ""
7868
7869#: builtin/am.c:348
7870msgid "could not parse author script"
7871msgstr ""
7872
7873#: builtin/am.c:432
7874#, c-format
7875msgid "'%s' was deleted by the applypatch-msg hook"
7876msgstr ""
7877
7878#: builtin/am.c:474
7879#, c-format
7880msgid "Malformed input line: '%s'."
7881msgstr ""
7882
7883#: builtin/am.c:512
7884#, c-format
7885msgid "Failed to copy notes from '%s' to '%s'"
7886msgstr ""
7887
7888#: builtin/am.c:538
7889msgid "fseek failed"
7890msgstr ""
7891
7892#: builtin/am.c:726
7893#, c-format
7894msgid "could not parse patch '%s'"
7895msgstr ""
7896
7897#: builtin/am.c:791
7898msgid "Only one StGIT patch series can be applied at once"
7899msgstr ""
7900
7901#: builtin/am.c:839
7902msgid "invalid timestamp"
7903msgstr ""
7904
7905#: builtin/am.c:844 builtin/am.c:856
7906msgid "invalid Date line"
7907msgstr ""
7908
7909#: builtin/am.c:851
7910msgid "invalid timezone offset"
7911msgstr ""
7912
7913#: builtin/am.c:944
7914msgid "Patch format detection failed."
7915msgstr ""
7916
7917#: builtin/am.c:949 builtin/clone.c:409
7918#, c-format
7919msgid "failed to create directory '%s'"
7920msgstr ""
7921
7922#: builtin/am.c:954
7923msgid "Failed to split patches."
7924msgstr ""
7925
7926#: builtin/am.c:1084 builtin/commit.c:371
7927msgid "unable to write index file"
7928msgstr ""
7929
7930#: builtin/am.c:1098
7931#, c-format
7932msgid "When you have resolved this problem, run \"%s --continue\"."
7933msgstr ""
7934
7935#: builtin/am.c:1099
7936#, c-format
7937msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
7938msgstr ""
7939
7940#: builtin/am.c:1100
7941#, c-format
7942msgid "To restore the original branch and stop patching, run \"%s --abort\"."
7943msgstr ""
7944
7945#: builtin/am.c:1183
7946msgid "Patch sent with format=flowed; space at the end of lines might be lost."
7947msgstr ""
7948
7949#: builtin/am.c:1211
7950msgid "Patch is empty."
7951msgstr ""
7952
7953#: builtin/am.c:1277
7954#, c-format
7955msgid "invalid ident line: %.*s"
7956msgstr ""
7957
7958#: builtin/am.c:1299
7959#, c-format
7960msgid "unable to parse commit %s"
7961msgstr ""
7962
7963#: builtin/am.c:1495
7964msgid "Repository lacks necessary blobs to fall back on 3-way merge."
7965msgstr ""
7966
7967#: builtin/am.c:1497
7968msgid "Using index info to reconstruct a base tree..."
7969msgstr ""
7970
7971#: builtin/am.c:1516
7972msgid ""
7973"Did you hand edit your patch?\n"
7974"It does not apply to blobs recorded in its index."
7975msgstr ""
7976
7977#: builtin/am.c:1522
7978msgid "Falling back to patching base and 3-way merge..."
7979msgstr ""
7980
7981#: builtin/am.c:1548
7982msgid "Failed to merge in the changes."
7983msgstr ""
7984
7985#: builtin/am.c:1580
7986msgid "applying to an empty history"
7987msgstr ""
7988
7989#: builtin/am.c:1627 builtin/am.c:1631
7990#, c-format
7991msgid "cannot resume: %s does not exist."
7992msgstr ""
7993
7994#: builtin/am.c:1647
7995msgid "cannot be interactive without stdin connected to a terminal."
7996msgstr ""
7997
7998#: builtin/am.c:1652
7999msgid "Commit Body is:"
8000msgstr ""
8001
8002#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8003#. in your translation. The program will only accept English
8004#. input at this point.
8005#.
8006#: builtin/am.c:1662
8007msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
8008msgstr ""
8009
8010#: builtin/am.c:1712
8011#, c-format
8012msgid "Dirty index: cannot apply patches (dirty: %s)"
8013msgstr ""
8014
8015#: builtin/am.c:1752 builtin/am.c:1820
8016#, c-format
8017msgid "Applying: %.*s"
8018msgstr ""
8019
8020#: builtin/am.c:1769
8021msgid "No changes -- Patch already applied."
8022msgstr ""
8023
8024#: builtin/am.c:1775
8025#, c-format
8026msgid "Patch failed at %s %.*s"
8027msgstr ""
8028
8029#: builtin/am.c:1779
8030msgid "Use 'git am --show-current-patch' to see the failed patch"
8031msgstr ""
8032
8033#: builtin/am.c:1823
8034msgid ""
8035"No changes - did you forget to use 'git add'?\n"
8036"If there is nothing left to stage, chances are that something else\n"
8037"already introduced the same changes; you might want to skip this patch."
8038msgstr ""
8039
8040#: builtin/am.c:1830
8041msgid ""
8042"You still have unmerged paths in your index.\n"
8043"You should 'git add' each file with resolved conflicts to mark them as "
8044"such.\n"
8045"You might run `git rm` on a file to accept \"deleted by them\" for it."
8046msgstr ""
8047
8048#: builtin/am.c:1937 builtin/am.c:1941 builtin/am.c:1953 builtin/reset.c:329
8049#: builtin/reset.c:337
8050#, c-format
8051msgid "Could not parse object '%s'."
8052msgstr ""
8053
8054#: builtin/am.c:1989
8055msgid "failed to clean index"
8056msgstr ""
8057
8058#: builtin/am.c:2033
8059msgid ""
8060"You seem to have moved HEAD since the last 'am' failure.\n"
8061"Not rewinding to ORIG_HEAD"
8062msgstr ""
8063
8064#: builtin/am.c:2130
8065#, c-format
8066msgid "Invalid value for --patch-format: %s"
8067msgstr ""
8068
8069#: builtin/am.c:2166
8070msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
8071msgstr ""
8072
8073#: builtin/am.c:2167
8074msgid "git am [<options>] (--continue | --skip | --abort)"
8075msgstr ""
8076
8077#: builtin/am.c:2173
8078msgid "run interactively"
8079msgstr ""
8080
8081#: builtin/am.c:2175
8082msgid "historical option -- no-op"
8083msgstr ""
8084
8085#: builtin/am.c:2177
8086msgid "allow fall back on 3way merging if needed"
8087msgstr ""
8088
8089#: builtin/am.c:2178 builtin/init-db.c:494 builtin/prune-packed.c:58
8090#: builtin/repack.c:306 builtin/stash.c:805
8091msgid "be quiet"
8092msgstr ""
8093
8094#: builtin/am.c:2180
8095msgid "add a Signed-off-by line to the commit message"
8096msgstr ""
8097
8098#: builtin/am.c:2183
8099msgid "recode into utf8 (default)"
8100msgstr ""
8101
8102#: builtin/am.c:2185
8103msgid "pass -k flag to git-mailinfo"
8104msgstr ""
8105
8106#: builtin/am.c:2187
8107msgid "pass -b flag to git-mailinfo"
8108msgstr ""
8109
8110#: builtin/am.c:2189
8111msgid "pass -m flag to git-mailinfo"
8112msgstr ""
8113
8114#: builtin/am.c:2191
8115msgid "pass --keep-cr flag to git-mailsplit for mbox format"
8116msgstr ""
8117
8118#: builtin/am.c:2194
8119msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
8120msgstr ""
8121
8122#: builtin/am.c:2197
8123msgid "strip everything before a scissors line"
8124msgstr ""
8125
8126#: builtin/am.c:2199 builtin/am.c:2202 builtin/am.c:2205 builtin/am.c:2208
8127#: builtin/am.c:2211 builtin/am.c:2214 builtin/am.c:2217 builtin/am.c:2220
8128#: builtin/am.c:2226
8129msgid "pass it through git-apply"
8130msgstr ""
8131
8132#: builtin/am.c:2216 builtin/commit.c:1348 builtin/fmt-merge-msg.c:671
8133#: builtin/fmt-merge-msg.c:674 builtin/grep.c:879 builtin/merge.c:247
8134#: builtin/pull.c:158 builtin/pull.c:217 builtin/rebase.c:1412
8135#: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
8136#: builtin/show-branch.c:651 builtin/show-ref.c:172 builtin/tag.c:397
8137#: parse-options.h:141 parse-options.h:162 parse-options.h:311
8138msgid "n"
8139msgstr ""
8140
8141#: builtin/am.c:2222 builtin/branch.c:653 builtin/for-each-ref.c:38
8142#: builtin/replace.c:554 builtin/tag.c:431 builtin/verify-tag.c:39
8143msgid "format"
8144msgstr ""
8145
8146#: builtin/am.c:2223
8147msgid "format the patch(es) are in"
8148msgstr ""
8149
8150#: builtin/am.c:2229
8151msgid "override error message when patch failure occurs"
8152msgstr ""
8153
8154#: builtin/am.c:2231
8155msgid "continue applying patches after resolving a conflict"
8156msgstr ""
8157
8158#: builtin/am.c:2234
8159msgid "synonyms for --continue"
8160msgstr ""
8161
8162#: builtin/am.c:2237
8163msgid "skip the current patch"
8164msgstr ""
8165
8166#: builtin/am.c:2240
8167msgid "restore the original branch and abort the patching operation."
8168msgstr ""
8169
8170#: builtin/am.c:2243
8171msgid "abort the patching operation but keep HEAD where it is."
8172msgstr ""
8173
8174#: builtin/am.c:2246
8175msgid "show the patch being applied."
8176msgstr ""
8177
8178#: builtin/am.c:2250
8179msgid "lie about committer date"
8180msgstr ""
8181
8182#: builtin/am.c:2252
8183msgid "use current timestamp for author date"
8184msgstr ""
8185
8186#: builtin/am.c:2254 builtin/commit-tree.c:120 builtin/commit.c:1491
8187#: builtin/merge.c:282 builtin/pull.c:192 builtin/rebase.c:489
8188#: builtin/rebase.c:1453 builtin/revert.c:116 builtin/tag.c:412
8189msgid "key-id"
8190msgstr ""
8191
8192#: builtin/am.c:2255 builtin/rebase.c:490 builtin/rebase.c:1454
8193msgid "GPG-sign commits"
8194msgstr ""
8195
8196#: builtin/am.c:2258
8197msgid "(internal use for git-rebase)"
8198msgstr ""
8199
8200#: builtin/am.c:2276
8201msgid ""
8202"The -b/--binary option has been a no-op for long time, and\n"
8203"it will be removed. Please do not use it anymore."
8204msgstr ""
8205
8206#: builtin/am.c:2283
8207msgid "failed to read the index"
8208msgstr ""
8209
8210#: builtin/am.c:2298
8211#, c-format
8212msgid "previous rebase directory %s still exists but mbox given."
8213msgstr ""
8214
8215#: builtin/am.c:2322
8216#, c-format
8217msgid ""
8218"Stray %s directory found.\n"
8219"Use \"git am --abort\" to remove it."
8220msgstr ""
8221
8222#: builtin/am.c:2328
8223msgid "Resolve operation not in progress, we are not resuming."
8224msgstr ""
8225
8226#: builtin/apply.c:8
8227msgid "git apply [<options>] [<patch>...]"
8228msgstr ""
8229
8230#: builtin/archive.c:17
8231#, c-format
8232msgid "could not create archive file '%s'"
8233msgstr ""
8234
8235#: builtin/archive.c:20
8236msgid "could not redirect output"
8237msgstr ""
8238
8239#: builtin/archive.c:37
8240msgid "git archive: Remote with no URL"
8241msgstr ""
8242
8243#: builtin/archive.c:61
8244msgid "git archive: expected ACK/NAK, got a flush packet"
8245msgstr ""
8246
8247#: builtin/archive.c:64
8248#, c-format
8249msgid "git archive: NACK %s"
8250msgstr ""
8251
8252#: builtin/archive.c:65
8253msgid "git archive: protocol error"
8254msgstr ""
8255
8256#: builtin/archive.c:69
8257msgid "git archive: expected a flush"
8258msgstr ""
8259
8260#: builtin/bisect--helper.c:22
8261msgid "git bisect--helper --next-all [--no-checkout]"
8262msgstr ""
8263
8264#: builtin/bisect--helper.c:23
8265msgid "git bisect--helper --write-terms <bad_term> <good_term>"
8266msgstr ""
8267
8268#: builtin/bisect--helper.c:24
8269msgid "git bisect--helper --bisect-clean-state"
8270msgstr ""
8271
8272#: builtin/bisect--helper.c:25
8273msgid "git bisect--helper --bisect-reset [<commit>]"
8274msgstr ""
8275
8276#: builtin/bisect--helper.c:26
8277msgid ""
8278"git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
8279"<bad_term>"
8280msgstr ""
8281
8282#: builtin/bisect--helper.c:27
8283msgid ""
8284"git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
8285"<bad_term>"
8286msgstr ""
8287
8288#: builtin/bisect--helper.c:28
8289msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
8290msgstr ""
8291
8292#: builtin/bisect--helper.c:29
8293msgid ""
8294"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
8295"term-new]"
8296msgstr ""
8297
8298#: builtin/bisect--helper.c:30
8299msgid ""
8300"git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
8301"=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
8302msgstr ""
8303
8304#: builtin/bisect--helper.c:86
8305#, c-format
8306msgid "'%s' is not a valid term"
8307msgstr ""
8308
8309#: builtin/bisect--helper.c:90
8310#, c-format
8311msgid "can't use the builtin command '%s' as a term"
8312msgstr ""
8313
8314#: builtin/bisect--helper.c:100
8315#, c-format
8316msgid "can't change the meaning of the term '%s'"
8317msgstr ""
8318
8319#: builtin/bisect--helper.c:111
8320msgid "please use two different terms"
8321msgstr ""
8322
8323#: builtin/bisect--helper.c:118
8324msgid "could not open the file BISECT_TERMS"
8325msgstr ""
8326
8327#: builtin/bisect--helper.c:155
8328#, c-format
8329msgid "We are not bisecting.\n"
8330msgstr ""
8331
8332#: builtin/bisect--helper.c:163
8333#, c-format
8334msgid "'%s' is not a valid commit"
8335msgstr ""
8336
8337#: builtin/bisect--helper.c:174
8338#, c-format
8339msgid ""
8340"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
8341msgstr ""
8342
8343#: builtin/bisect--helper.c:215
8344#, c-format
8345msgid "Bad bisect_write argument: %s"
8346msgstr ""
8347
8348#: builtin/bisect--helper.c:220
8349#, c-format
8350msgid "couldn't get the oid of the rev '%s'"
8351msgstr ""
8352
8353#: builtin/bisect--helper.c:232
8354#, c-format
8355msgid "couldn't open the file '%s'"
8356msgstr ""
8357
8358#: builtin/bisect--helper.c:258
8359#, c-format
8360msgid "Invalid command: you're currently in a %s/%s bisect"
8361msgstr ""
8362
8363#: builtin/bisect--helper.c:285
8364#, c-format
8365msgid ""
8366"You need to give me at least one %s and %s revision.\n"
8367"You can use \"git bisect %s\" and \"git bisect %s\" for that."
8368msgstr ""
8369
8370#: builtin/bisect--helper.c:289
8371#, c-format
8372msgid ""
8373"You need to start by \"git bisect start\".\n"
8374"You then need to give me at least one %s and %s revision.\n"
8375"You can use \"git bisect %s\" and \"git bisect %s\" for that."
8376msgstr ""
8377
8378#: builtin/bisect--helper.c:321
8379#, c-format
8380msgid "bisecting only with a %s commit"
8381msgstr ""
8382
8383#. TRANSLATORS: Make sure to include [Y] and [n] in your
8384#. translation. The program will only accept English input
8385#. at this point.
8386#.
8387#: builtin/bisect--helper.c:329
8388msgid "Are you sure [Y/n]? "
8389msgstr ""
8390
8391#: builtin/bisect--helper.c:376
8392msgid "no terms defined"
8393msgstr ""
8394
8395#: builtin/bisect--helper.c:379
8396#, c-format
8397msgid ""
8398"Your current terms are %s for the old state\n"
8399"and %s for the new state.\n"
8400msgstr ""
8401
8402#: builtin/bisect--helper.c:389
8403#, c-format
8404msgid ""
8405"invalid argument %s for 'git bisect terms'.\n"
8406"Supported options are: --term-good|--term-old and --term-bad|--term-new."
8407msgstr ""
8408
8409#: builtin/bisect--helper.c:475
8410#, c-format
8411msgid "unrecognized option: '%s'"
8412msgstr ""
8413
8414#: builtin/bisect--helper.c:479
8415#, c-format
8416msgid "'%s' does not appear to be a valid revision"
8417msgstr ""
8418
8419#: builtin/bisect--helper.c:511
8420msgid "bad HEAD - I need a HEAD"
8421msgstr ""
8422
8423#: builtin/bisect--helper.c:526
8424#, c-format
8425msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
8426msgstr ""
8427
8428#: builtin/bisect--helper.c:547
8429msgid "won't bisect on cg-seek'ed tree"
8430msgstr ""
8431
8432#: builtin/bisect--helper.c:550
8433msgid "bad HEAD - strange symbolic ref"
8434msgstr ""
8435
8436#: builtin/bisect--helper.c:627
8437msgid "perform 'git bisect next'"
8438msgstr ""
8439
8440#: builtin/bisect--helper.c:629
8441msgid "write the terms to .git/BISECT_TERMS"
8442msgstr ""
8443
8444#: builtin/bisect--helper.c:631
8445msgid "cleanup the bisection state"
8446msgstr ""
8447
8448#: builtin/bisect--helper.c:633
8449msgid "check for expected revs"
8450msgstr ""
8451
8452#: builtin/bisect--helper.c:635
8453msgid "reset the bisection state"
8454msgstr ""
8455
8456#: builtin/bisect--helper.c:637
8457msgid "write out the bisection state in BISECT_LOG"
8458msgstr ""
8459
8460#: builtin/bisect--helper.c:639
8461msgid "check and set terms in a bisection state"
8462msgstr ""
8463
8464#: builtin/bisect--helper.c:641
8465msgid "check whether bad or good terms exist"
8466msgstr ""
8467
8468#: builtin/bisect--helper.c:643
8469msgid "print out the bisect terms"
8470msgstr ""
8471
8472#: builtin/bisect--helper.c:645
8473msgid "start the bisect session"
8474msgstr ""
8475
8476#: builtin/bisect--helper.c:647
8477msgid "update BISECT_HEAD instead of checking out the current commit"
8478msgstr ""
8479
8480#: builtin/bisect--helper.c:649
8481msgid "no log for BISECT_WRITE"
8482msgstr ""
8483
8484#: builtin/bisect--helper.c:666
8485msgid "--write-terms requires two arguments"
8486msgstr ""
8487
8488#: builtin/bisect--helper.c:670
8489msgid "--bisect-clean-state requires no arguments"
8490msgstr ""
8491
8492#: builtin/bisect--helper.c:677
8493msgid "--bisect-reset requires either no argument or a commit"
8494msgstr ""
8495
8496#: builtin/bisect--helper.c:681
8497msgid "--bisect-write requires either 4 or 5 arguments"
8498msgstr ""
8499
8500#: builtin/bisect--helper.c:687
8501msgid "--check-and-set-terms requires 3 arguments"
8502msgstr ""
8503
8504#: builtin/bisect--helper.c:693
8505msgid "--bisect-next-check requires 2 or 3 arguments"
8506msgstr ""
8507
8508#: builtin/bisect--helper.c:699
8509msgid "--bisect-terms requires 0 or 1 argument"
8510msgstr ""
8511
8512#: builtin/blame.c:32
8513msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
8514msgstr ""
8515
8516#: builtin/blame.c:37
8517msgid "<rev-opts> are documented in git-rev-list(1)"
8518msgstr ""
8519
8520#: builtin/blame.c:407
8521#, c-format
8522msgid "expecting a color: %s"
8523msgstr ""
8524
8525#: builtin/blame.c:414
8526msgid "must end with a color"
8527msgstr ""
8528
8529#: builtin/blame.c:701
8530#, c-format
8531msgid "invalid color '%s' in color.blame.repeatedLines"
8532msgstr ""
8533
8534#: builtin/blame.c:719
8535msgid "invalid value for blame.coloring"
8536msgstr ""
8537
8538#: builtin/blame.c:794
8539msgid "Show blame entries as we find them, incrementally"
8540msgstr ""
8541
8542#: builtin/blame.c:795
8543msgid "Show blank SHA-1 for boundary commits (Default: off)"
8544msgstr ""
8545
8546#: builtin/blame.c:796
8547msgid "Do not treat root commits as boundaries (Default: off)"
8548msgstr ""
8549
8550#: builtin/blame.c:797
8551msgid "Show work cost statistics"
8552msgstr ""
8553
8554#: builtin/blame.c:798
8555msgid "Force progress reporting"
8556msgstr ""
8557
8558#: builtin/blame.c:799
8559msgid "Show output score for blame entries"
8560msgstr ""
8561
8562#: builtin/blame.c:800
8563msgid "Show original filename (Default: auto)"
8564msgstr ""
8565
8566#: builtin/blame.c:801
8567msgid "Show original linenumber (Default: off)"
8568msgstr ""
8569
8570#: builtin/blame.c:802
8571msgid "Show in a format designed for machine consumption"
8572msgstr ""
8573
8574#: builtin/blame.c:803
8575msgid "Show porcelain format with per-line commit information"
8576msgstr ""
8577
8578#: builtin/blame.c:804
8579msgid "Use the same output mode as git-annotate (Default: off)"
8580msgstr ""
8581
8582#: builtin/blame.c:805
8583msgid "Show raw timestamp (Default: off)"
8584msgstr ""
8585
8586#: builtin/blame.c:806
8587msgid "Show long commit SHA1 (Default: off)"
8588msgstr ""
8589
8590#: builtin/blame.c:807
8591msgid "Suppress author name and timestamp (Default: off)"
8592msgstr ""
8593
8594#: builtin/blame.c:808
8595msgid "Show author email instead of name (Default: off)"
8596msgstr ""
8597
8598#: builtin/blame.c:809
8599msgid "Ignore whitespace differences"
8600msgstr ""
8601
8602#: builtin/blame.c:810
8603msgid "color redundant metadata from previous line differently"
8604msgstr ""
8605
8606#: builtin/blame.c:811
8607msgid "color lines by age"
8608msgstr ""
8609
8610#: builtin/blame.c:818
8611msgid "Use an experimental heuristic to improve diffs"
8612msgstr ""
8613
8614#: builtin/blame.c:820
8615msgid "Spend extra cycles to find better match"
8616msgstr ""
8617
8618#: builtin/blame.c:821
8619msgid "Use revisions from <file> instead of calling git-rev-list"
8620msgstr ""
8621
8622#: builtin/blame.c:822
8623msgid "Use <file>'s contents as the final image"
8624msgstr ""
8625
8626#: builtin/blame.c:823 builtin/blame.c:824
8627msgid "score"
8628msgstr ""
8629
8630#: builtin/blame.c:823
8631msgid "Find line copies within and across files"
8632msgstr ""
8633
8634#: builtin/blame.c:824
8635msgid "Find line movements within and across files"
8636msgstr ""
8637
8638#: builtin/blame.c:825
8639msgid "n,m"
8640msgstr ""
8641
8642#: builtin/blame.c:825
8643msgid "Process only line range n,m, counting from 1"
8644msgstr ""
8645
8646#: builtin/blame.c:876
8647msgid "--progress can't be used with --incremental or porcelain formats"
8648msgstr ""
8649
8650#. TRANSLATORS: This string is used to tell us the
8651#. maximum display width for a relative timestamp in
8652#. "git blame" output.  For C locale, "4 years, 11
8653#. months ago", which takes 22 places, is the longest
8654#. among various forms of relative timestamps, but
8655#. your language may need more or fewer display
8656#. columns.
8657#.
8658#: builtin/blame.c:927
8659msgid "4 years, 11 months ago"
8660msgstr ""
8661
8662#: builtin/blame.c:1031
8663#, c-format
8664msgid "file %s has only %lu line"
8665msgid_plural "file %s has only %lu lines"
8666msgstr[0] ""
8667msgstr[1] ""
8668
8669#: builtin/blame.c:1077
8670msgid "Blaming lines"
8671msgstr ""
8672
8673#: builtin/branch.c:29
8674msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8675msgstr ""
8676
8677#: builtin/branch.c:30
8678msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8679msgstr ""
8680
8681#: builtin/branch.c:31
8682msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8683msgstr ""
8684
8685#: builtin/branch.c:32
8686msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8687msgstr ""
8688
8689#: builtin/branch.c:33
8690msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8691msgstr ""
8692
8693#: builtin/branch.c:34
8694msgid "git branch [<options>] [-r | -a] [--points-at]"
8695msgstr ""
8696
8697#: builtin/branch.c:35
8698msgid "git branch [<options>] [-r | -a] [--format]"
8699msgstr ""
8700
8701#: builtin/branch.c:151
8702#, c-format
8703msgid ""
8704"deleting branch '%s' that has been merged to\n"
8705"         '%s', but not yet merged to HEAD."
8706msgstr ""
8707
8708#: builtin/branch.c:155
8709#, c-format
8710msgid ""
8711"not deleting branch '%s' that is not yet merged to\n"
8712"         '%s', even though it is merged to HEAD."
8713msgstr ""
8714
8715#: builtin/branch.c:169
8716#, c-format
8717msgid "Couldn't look up commit object for '%s'"
8718msgstr ""
8719
8720#: builtin/branch.c:173
8721#, c-format
8722msgid ""
8723"The branch '%s' is not fully merged.\n"
8724"If you are sure you want to delete it, run 'git branch -D %s'."
8725msgstr ""
8726
8727#: builtin/branch.c:186
8728msgid "Update of config-file failed"
8729msgstr ""
8730
8731#: builtin/branch.c:217
8732msgid "cannot use -a with -d"
8733msgstr ""
8734
8735#: builtin/branch.c:223
8736msgid "Couldn't look up commit object for HEAD"
8737msgstr ""
8738
8739#: builtin/branch.c:237
8740#, c-format
8741msgid "Cannot delete branch '%s' checked out at '%s'"
8742msgstr ""
8743
8744#: builtin/branch.c:252
8745#, c-format
8746msgid "remote-tracking branch '%s' not found."
8747msgstr ""
8748
8749#: builtin/branch.c:253
8750#, c-format
8751msgid "branch '%s' not found."
8752msgstr ""
8753
8754#: builtin/branch.c:268
8755#, c-format
8756msgid "Error deleting remote-tracking branch '%s'"
8757msgstr ""
8758
8759#: builtin/branch.c:269
8760#, c-format
8761msgid "Error deleting branch '%s'"
8762msgstr ""
8763
8764#: builtin/branch.c:276
8765#, c-format
8766msgid "Deleted remote-tracking branch %s (was %s).\n"
8767msgstr ""
8768
8769#: builtin/branch.c:277
8770#, c-format
8771msgid "Deleted branch %s (was %s).\n"
8772msgstr ""
8773
8774#: builtin/branch.c:421 builtin/tag.c:60
8775msgid "unable to parse format string"
8776msgstr ""
8777
8778#: builtin/branch.c:452
8779msgid "could not resolve HEAD"
8780msgstr ""
8781
8782#: builtin/branch.c:458
8783#, c-format
8784msgid "HEAD (%s) points outside of refs/heads/"
8785msgstr ""
8786
8787#: builtin/branch.c:473
8788#, c-format
8789msgid "Branch %s is being rebased at %s"
8790msgstr ""
8791
8792#: builtin/branch.c:477
8793#, c-format
8794msgid "Branch %s is being bisected at %s"
8795msgstr ""
8796
8797#: builtin/branch.c:494
8798msgid "cannot copy the current branch while not on any."
8799msgstr ""
8800
8801#: builtin/branch.c:496
8802msgid "cannot rename the current branch while not on any."
8803msgstr ""
8804
8805#: builtin/branch.c:507
8806#, c-format
8807msgid "Invalid branch name: '%s'"
8808msgstr ""
8809
8810#: builtin/branch.c:534
8811msgid "Branch rename failed"
8812msgstr ""
8813
8814#: builtin/branch.c:536
8815msgid "Branch copy failed"
8816msgstr ""
8817
8818#: builtin/branch.c:540
8819#, c-format
8820msgid "Created a copy of a misnamed branch '%s'"
8821msgstr ""
8822
8823#: builtin/branch.c:543
8824#, c-format
8825msgid "Renamed a misnamed branch '%s' away"
8826msgstr ""
8827
8828#: builtin/branch.c:549
8829#, c-format
8830msgid "Branch renamed to %s, but HEAD is not updated!"
8831msgstr ""
8832
8833#: builtin/branch.c:558
8834msgid "Branch is renamed, but update of config-file failed"
8835msgstr ""
8836
8837#: builtin/branch.c:560
8838msgid "Branch is copied, but update of config-file failed"
8839msgstr ""
8840
8841#: builtin/branch.c:576
8842#, c-format
8843msgid ""
8844"Please edit the description for the branch\n"
8845"  %s\n"
8846"Lines starting with '%c' will be stripped.\n"
8847msgstr ""
8848
8849#: builtin/branch.c:610
8850msgid "Generic options"
8851msgstr ""
8852
8853#: builtin/branch.c:612
8854msgid "show hash and subject, give twice for upstream branch"
8855msgstr ""
8856
8857#: builtin/branch.c:613
8858msgid "suppress informational messages"
8859msgstr ""
8860
8861#: builtin/branch.c:614
8862msgid "set up tracking mode (see git-pull(1))"
8863msgstr ""
8864
8865#: builtin/branch.c:616
8866msgid "do not use"
8867msgstr ""
8868
8869#: builtin/branch.c:618 builtin/rebase.c:485
8870msgid "upstream"
8871msgstr ""
8872
8873#: builtin/branch.c:618
8874msgid "change the upstream info"
8875msgstr ""
8876
8877#: builtin/branch.c:619
8878msgid "Unset the upstream info"
8879msgstr ""
8880
8881#: builtin/branch.c:620
8882msgid "use colored output"
8883msgstr ""
8884
8885#: builtin/branch.c:621
8886msgid "act on remote-tracking branches"
8887msgstr ""
8888
8889#: builtin/branch.c:623 builtin/branch.c:625
8890msgid "print only branches that contain the commit"
8891msgstr ""
8892
8893#: builtin/branch.c:624 builtin/branch.c:626
8894msgid "print only branches that don't contain the commit"
8895msgstr ""
8896
8897#: builtin/branch.c:629
8898msgid "Specific git-branch actions:"
8899msgstr ""
8900
8901#: builtin/branch.c:630
8902msgid "list both remote-tracking and local branches"
8903msgstr ""
8904
8905#: builtin/branch.c:632
8906msgid "delete fully merged branch"
8907msgstr ""
8908
8909#: builtin/branch.c:633
8910msgid "delete branch (even if not merged)"
8911msgstr ""
8912
8913#: builtin/branch.c:634
8914msgid "move/rename a branch and its reflog"
8915msgstr ""
8916
8917#: builtin/branch.c:635
8918msgid "move/rename a branch, even if target exists"
8919msgstr ""
8920
8921#: builtin/branch.c:636
8922msgid "copy a branch and its reflog"
8923msgstr ""
8924
8925#: builtin/branch.c:637
8926msgid "copy a branch, even if target exists"
8927msgstr ""
8928
8929#: builtin/branch.c:638
8930msgid "list branch names"
8931msgstr ""
8932
8933#: builtin/branch.c:639
8934msgid "show current branch name"
8935msgstr ""
8936
8937#: builtin/branch.c:640
8938msgid "create the branch's reflog"
8939msgstr ""
8940
8941#: builtin/branch.c:642
8942msgid "edit the description for the branch"
8943msgstr ""
8944
8945#: builtin/branch.c:643
8946msgid "force creation, move/rename, deletion"
8947msgstr ""
8948
8949#: builtin/branch.c:644
8950msgid "print only branches that are merged"
8951msgstr ""
8952
8953#: builtin/branch.c:645
8954msgid "print only branches that are not merged"
8955msgstr ""
8956
8957#: builtin/branch.c:646
8958msgid "list branches in columns"
8959msgstr ""
8960
8961#: builtin/branch.c:649 builtin/for-each-ref.c:42 builtin/notes.c:415
8962#: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
8963#: builtin/tag.c:427
8964msgid "object"
8965msgstr ""
8966
8967#: builtin/branch.c:650
8968msgid "print only branches of the object"
8969msgstr ""
8970
8971#: builtin/branch.c:652 builtin/for-each-ref.c:48 builtin/tag.c:434
8972msgid "sorting and filtering are case insensitive"
8973msgstr ""
8974
8975#: builtin/branch.c:653 builtin/for-each-ref.c:38 builtin/tag.c:432
8976#: builtin/verify-tag.c:39
8977msgid "format to use for the output"
8978msgstr ""
8979
8980#: builtin/branch.c:676 builtin/clone.c:748
8981msgid "HEAD not found below refs/heads!"
8982msgstr ""
8983
8984#: builtin/branch.c:700
8985msgid "--column and --verbose are incompatible"
8986msgstr ""
8987
8988#: builtin/branch.c:715 builtin/branch.c:769 builtin/branch.c:778
8989msgid "branch name required"
8990msgstr ""
8991
8992#: builtin/branch.c:745
8993msgid "Cannot give description to detached HEAD"
8994msgstr ""
8995
8996#: builtin/branch.c:750
8997msgid "cannot edit description of more than one branch"
8998msgstr ""
8999
9000#: builtin/branch.c:757
9001#, c-format
9002msgid "No commit on branch '%s' yet."
9003msgstr ""
9004
9005#: builtin/branch.c:760
9006#, c-format
9007msgid "No branch named '%s'."
9008msgstr ""
9009
9010#: builtin/branch.c:775
9011msgid "too many branches for a copy operation"
9012msgstr ""
9013
9014#: builtin/branch.c:784
9015msgid "too many arguments for a rename operation"
9016msgstr ""
9017
9018#: builtin/branch.c:789
9019msgid "too many arguments to set new upstream"
9020msgstr ""
9021
9022#: builtin/branch.c:793
9023#, c-format
9024msgid ""
9025"could not set upstream of HEAD to %s when it does not point to any branch."
9026msgstr ""
9027
9028#: builtin/branch.c:796 builtin/branch.c:819
9029#, c-format
9030msgid "no such branch '%s'"
9031msgstr ""
9032
9033#: builtin/branch.c:800
9034#, c-format
9035msgid "branch '%s' does not exist"
9036msgstr ""
9037
9038#: builtin/branch.c:813
9039msgid "too many arguments to unset upstream"
9040msgstr ""
9041
9042#: builtin/branch.c:817
9043msgid "could not unset upstream of HEAD when it does not point to any branch."
9044msgstr ""
9045
9046#: builtin/branch.c:823
9047#, c-format
9048msgid "Branch '%s' has no upstream information"
9049msgstr ""
9050
9051#: builtin/branch.c:833
9052msgid "-a and -r options to 'git branch' do not make sense with a branch name"
9053msgstr ""
9054
9055#: builtin/branch.c:836
9056msgid ""
9057"the '--set-upstream' option is no longer supported. Please use '--track' or "
9058"'--set-upstream-to' instead."
9059msgstr ""
9060
9061#: builtin/bundle.c:45
9062#, c-format
9063msgid "%s is okay\n"
9064msgstr ""
9065
9066#: builtin/bundle.c:58
9067msgid "Need a repository to create a bundle."
9068msgstr ""
9069
9070#: builtin/bundle.c:62
9071msgid "Need a repository to unbundle."
9072msgstr ""
9073
9074#: builtin/cat-file.c:593
9075msgid ""
9076"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
9077"p | <type> | --textconv | --filters) [--path=<path>] <object>"
9078msgstr ""
9079
9080#: builtin/cat-file.c:594
9081msgid ""
9082"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
9083"filters]"
9084msgstr ""
9085
9086#: builtin/cat-file.c:615
9087msgid "only one batch option may be specified"
9088msgstr ""
9089
9090#: builtin/cat-file.c:633
9091msgid "<type> can be one of: blob, tree, commit, tag"
9092msgstr ""
9093
9094#: builtin/cat-file.c:634
9095msgid "show object type"
9096msgstr ""
9097
9098#: builtin/cat-file.c:635
9099msgid "show object size"
9100msgstr ""
9101
9102#: builtin/cat-file.c:637
9103msgid "exit with zero when there's no error"
9104msgstr ""
9105
9106#: builtin/cat-file.c:638
9107msgid "pretty-print object's content"
9108msgstr ""
9109
9110#: builtin/cat-file.c:640
9111msgid "for blob objects, run textconv on object's content"
9112msgstr ""
9113
9114#: builtin/cat-file.c:642
9115msgid "for blob objects, run filters on object's content"
9116msgstr ""
9117
9118#: builtin/cat-file.c:643 git-submodule.sh:936
9119msgid "blob"
9120msgstr ""
9121
9122#: builtin/cat-file.c:644
9123msgid "use a specific path for --textconv/--filters"
9124msgstr ""
9125
9126#: builtin/cat-file.c:646
9127msgid "allow -s and -t to work with broken/corrupt objects"
9128msgstr ""
9129
9130#: builtin/cat-file.c:647
9131msgid "buffer --batch output"
9132msgstr ""
9133
9134#: builtin/cat-file.c:649
9135msgid "show info and content of objects fed from the standard input"
9136msgstr ""
9137
9138#: builtin/cat-file.c:653
9139msgid "show info about objects fed from the standard input"
9140msgstr ""
9141
9142#: builtin/cat-file.c:657
9143msgid "follow in-tree symlinks (used with --batch or --batch-check)"
9144msgstr ""
9145
9146#: builtin/cat-file.c:659
9147msgid "show all objects with --batch or --batch-check"
9148msgstr ""
9149
9150#: builtin/cat-file.c:661
9151msgid "do not order --batch-all-objects output"
9152msgstr ""
9153
9154#: builtin/check-attr.c:13
9155msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
9156msgstr ""
9157
9158#: builtin/check-attr.c:14
9159msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
9160msgstr ""
9161
9162#: builtin/check-attr.c:21
9163msgid "report all attributes set on file"
9164msgstr ""
9165
9166#: builtin/check-attr.c:22
9167msgid "use .gitattributes only from the index"
9168msgstr ""
9169
9170#: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
9171msgid "read file names from stdin"
9172msgstr ""
9173
9174#: builtin/check-attr.c:25 builtin/check-ignore.c:27
9175msgid "terminate input and output records by a NUL character"
9176msgstr ""
9177
9178#: builtin/check-ignore.c:21 builtin/checkout.c:1355 builtin/gc.c:538
9179#: builtin/worktree.c:499
9180msgid "suppress progress reporting"
9181msgstr ""
9182
9183#: builtin/check-ignore.c:29
9184msgid "show non-matching input paths"
9185msgstr ""
9186
9187#: builtin/check-ignore.c:31
9188msgid "ignore index when checking"
9189msgstr ""
9190
9191#: builtin/check-ignore.c:160
9192msgid "cannot specify pathnames with --stdin"
9193msgstr ""
9194
9195#: builtin/check-ignore.c:163
9196msgid "-z only makes sense with --stdin"
9197msgstr ""
9198
9199#: builtin/check-ignore.c:165
9200msgid "no path specified"
9201msgstr ""
9202
9203#: builtin/check-ignore.c:169
9204msgid "--quiet is only valid with a single pathname"
9205msgstr ""
9206
9207#: builtin/check-ignore.c:171
9208msgid "cannot have both --quiet and --verbose"
9209msgstr ""
9210
9211#: builtin/check-ignore.c:174
9212msgid "--non-matching is only valid with --verbose"
9213msgstr ""
9214
9215#: builtin/check-mailmap.c:9
9216msgid "git check-mailmap [<options>] <contact>..."
9217msgstr ""
9218
9219#: builtin/check-mailmap.c:14
9220msgid "also read contacts from stdin"
9221msgstr ""
9222
9223#: builtin/check-mailmap.c:25
9224#, c-format
9225msgid "unable to parse contact: %s"
9226msgstr ""
9227
9228#: builtin/check-mailmap.c:48
9229msgid "no contacts specified"
9230msgstr ""
9231
9232#: builtin/checkout-index.c:131
9233msgid "git checkout-index [<options>] [--] [<file>...]"
9234msgstr ""
9235
9236#: builtin/checkout-index.c:148
9237msgid "stage should be between 1 and 3 or all"
9238msgstr ""
9239
9240#: builtin/checkout-index.c:164
9241msgid "check out all files in the index"
9242msgstr ""
9243
9244#: builtin/checkout-index.c:165
9245msgid "force overwrite of existing files"
9246msgstr ""
9247
9248#: builtin/checkout-index.c:167
9249msgid "no warning for existing files and files not in index"
9250msgstr ""
9251
9252#: builtin/checkout-index.c:169
9253msgid "don't checkout new files"
9254msgstr ""
9255
9256#: builtin/checkout-index.c:171
9257msgid "update stat information in the index file"
9258msgstr ""
9259
9260#: builtin/checkout-index.c:175
9261msgid "read list of paths from the standard input"
9262msgstr ""
9263
9264#: builtin/checkout-index.c:177
9265msgid "write the content to temporary files"
9266msgstr ""
9267
9268#: builtin/checkout-index.c:178 builtin/column.c:31
9269#: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:1375
9270#: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1856
9271#: builtin/worktree.c:672
9272msgid "string"
9273msgstr ""
9274
9275#: builtin/checkout-index.c:179
9276msgid "when creating files, prepend <string>"
9277msgstr ""
9278
9279#: builtin/checkout-index.c:181
9280msgid "copy out the files from named stage"
9281msgstr ""
9282
9283#: builtin/checkout.c:32
9284msgid "git checkout [<options>] <branch>"
9285msgstr ""
9286
9287#: builtin/checkout.c:33
9288msgid "git checkout [<options>] [<branch>] -- <file>..."
9289msgstr ""
9290
9291#: builtin/checkout.c:151 builtin/checkout.c:190
9292#, c-format
9293msgid "path '%s' does not have our version"
9294msgstr ""
9295
9296#: builtin/checkout.c:153 builtin/checkout.c:192
9297#, c-format
9298msgid "path '%s' does not have their version"
9299msgstr ""
9300
9301#: builtin/checkout.c:169
9302#, c-format
9303msgid "path '%s' does not have all necessary versions"
9304msgstr ""
9305
9306#: builtin/checkout.c:219
9307#, c-format
9308msgid "path '%s' does not have necessary versions"
9309msgstr ""
9310
9311#: builtin/checkout.c:237
9312#, c-format
9313msgid "path '%s': cannot merge"
9314msgstr ""
9315
9316#: builtin/checkout.c:253
9317#, c-format
9318msgid "Unable to add merge result for '%s'"
9319msgstr ""
9320
9321#: builtin/checkout.c:331 builtin/checkout.c:334 builtin/checkout.c:337
9322#: builtin/checkout.c:340
9323#, c-format
9324msgid "'%s' cannot be used with updating paths"
9325msgstr ""
9326
9327#: builtin/checkout.c:343 builtin/checkout.c:346
9328#, c-format
9329msgid "'%s' cannot be used with %s"
9330msgstr ""
9331
9332#: builtin/checkout.c:349
9333#, c-format
9334msgid "Cannot update paths and switch to branch '%s' at the same time."
9335msgstr ""
9336
9337#: builtin/checkout.c:396 builtin/checkout.c:403
9338#, c-format
9339msgid "path '%s' is unmerged"
9340msgstr ""
9341
9342#: builtin/checkout.c:442
9343#, c-format
9344msgid "Recreated %d merge conflict"
9345msgid_plural "Recreated %d merge conflicts"
9346msgstr[0] ""
9347msgstr[1] ""
9348
9349#: builtin/checkout.c:447
9350#, c-format
9351msgid "Updated %d path from %s"
9352msgid_plural "Updated %d paths from %s"
9353msgstr[0] ""
9354msgstr[1] ""
9355
9356#: builtin/checkout.c:454
9357#, c-format
9358msgid "Updated %d path from the index"
9359msgid_plural "Updated %d paths from the index"
9360msgstr[0] ""
9361msgstr[1] ""
9362
9363#: builtin/checkout.c:695
9364msgid "you need to resolve your current index first"
9365msgstr ""
9366
9367#: builtin/checkout.c:744
9368#, c-format
9369msgid ""
9370"cannot continue with staged changes in the following files:\n"
9371"%s"
9372msgstr ""
9373
9374#: builtin/checkout.c:751
9375#, c-format
9376msgid "staged changes in the following files may be lost: %s"
9377msgstr ""
9378
9379#: builtin/checkout.c:848
9380#, c-format
9381msgid "Can not do reflog for '%s': %s\n"
9382msgstr ""
9383
9384#: builtin/checkout.c:890
9385msgid "HEAD is now at"
9386msgstr ""
9387
9388#: builtin/checkout.c:894 builtin/clone.c:701
9389msgid "unable to update HEAD"
9390msgstr ""
9391
9392#: builtin/checkout.c:898
9393#, c-format
9394msgid "Reset branch '%s'\n"
9395msgstr ""
9396
9397#: builtin/checkout.c:901
9398#, c-format
9399msgid "Already on '%s'\n"
9400msgstr ""
9401
9402#: builtin/checkout.c:905
9403#, c-format
9404msgid "Switched to and reset branch '%s'\n"
9405msgstr ""
9406
9407#: builtin/checkout.c:907 builtin/checkout.c:1283
9408#, c-format
9409msgid "Switched to a new branch '%s'\n"
9410msgstr ""
9411
9412#: builtin/checkout.c:909
9413#, c-format
9414msgid "Switched to branch '%s'\n"
9415msgstr ""
9416
9417#: builtin/checkout.c:960
9418#, c-format
9419msgid " ... and %d more.\n"
9420msgstr ""
9421
9422#: builtin/checkout.c:966
9423#, c-format
9424msgid ""
9425"Warning: you are leaving %d commit behind, not connected to\n"
9426"any of your branches:\n"
9427"\n"
9428"%s\n"
9429msgid_plural ""
9430"Warning: you are leaving %d commits behind, not connected to\n"
9431"any of your branches:\n"
9432"\n"
9433"%s\n"
9434msgstr[0] ""
9435msgstr[1] ""
9436
9437#: builtin/checkout.c:985
9438#, c-format
9439msgid ""
9440"If you want to keep it by creating a new branch, this may be a good time\n"
9441"to do so with:\n"
9442"\n"
9443" git branch <new-branch-name> %s\n"
9444"\n"
9445msgid_plural ""
9446"If you want to keep them by creating a new branch, this may be a good time\n"
9447"to do so with:\n"
9448"\n"
9449" git branch <new-branch-name> %s\n"
9450"\n"
9451msgstr[0] ""
9452msgstr[1] ""
9453
9454#: builtin/checkout.c:1017
9455msgid "internal error in revision walk"
9456msgstr ""
9457
9458#: builtin/checkout.c:1021
9459msgid "Previous HEAD position was"
9460msgstr ""
9461
9462#: builtin/checkout.c:1052 builtin/checkout.c:1278
9463msgid "You are on a branch yet to be born"
9464msgstr ""
9465
9466#: builtin/checkout.c:1173
9467#, c-format
9468msgid "only one reference expected, %d given."
9469msgstr ""
9470
9471#: builtin/checkout.c:1209
9472#, c-format
9473msgid ""
9474"'%s' could be both a local file and a tracking branch.\n"
9475"Please use -- (and optionally --no-guess) to disambiguate"
9476msgstr ""
9477
9478#: builtin/checkout.c:1222 builtin/worktree.c:290 builtin/worktree.c:448
9479#, c-format
9480msgid "invalid reference: %s"
9481msgstr ""
9482
9483#: builtin/checkout.c:1251
9484#, c-format
9485msgid "reference is not a tree: %s"
9486msgstr ""
9487
9488#: builtin/checkout.c:1292
9489msgid "paths cannot be used with switching branches"
9490msgstr ""
9491
9492#: builtin/checkout.c:1295 builtin/checkout.c:1299 builtin/checkout.c:1303
9493#, c-format
9494msgid "'%s' cannot be used with switching branches"
9495msgstr ""
9496
9497#: builtin/checkout.c:1307 builtin/checkout.c:1310 builtin/checkout.c:1315
9498#: builtin/checkout.c:1318
9499#, c-format
9500msgid "'%s' cannot be used with '%s'"
9501msgstr ""
9502
9503#: builtin/checkout.c:1323
9504#, c-format
9505msgid "Cannot switch branch to a non-commit '%s'"
9506msgstr ""
9507
9508#: builtin/checkout.c:1356 builtin/checkout.c:1358 builtin/clone.c:118
9509#: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:492
9510#: builtin/worktree.c:494
9511msgid "branch"
9512msgstr ""
9513
9514#: builtin/checkout.c:1357
9515msgid "create and checkout a new branch"
9516msgstr ""
9517
9518#: builtin/checkout.c:1359
9519msgid "create/reset and checkout a branch"
9520msgstr ""
9521
9522#: builtin/checkout.c:1360
9523msgid "create reflog for new branch"
9524msgstr ""
9525
9526#: builtin/checkout.c:1361 builtin/worktree.c:496
9527msgid "detach HEAD at named commit"
9528msgstr ""
9529
9530#: builtin/checkout.c:1362
9531msgid "set upstream info for new branch"
9532msgstr ""
9533
9534#: builtin/checkout.c:1364
9535msgid "new-branch"
9536msgstr ""
9537
9538#: builtin/checkout.c:1364
9539msgid "new unparented branch"
9540msgstr ""
9541
9542#: builtin/checkout.c:1366
9543msgid "checkout our version for unmerged files"
9544msgstr ""
9545
9546#: builtin/checkout.c:1369
9547msgid "checkout their version for unmerged files"
9548msgstr ""
9549
9550#: builtin/checkout.c:1371
9551msgid "force checkout (throw away local modifications)"
9552msgstr ""
9553
9554#: builtin/checkout.c:1373
9555msgid "perform a 3-way merge with the new branch"
9556msgstr ""
9557
9558#: builtin/checkout.c:1375 builtin/merge.c:284
9559msgid "update ignored files (default)"
9560msgstr ""
9561
9562#: builtin/checkout.c:1377 builtin/log.c:1594 parse-options.h:317
9563msgid "style"
9564msgstr ""
9565
9566#: builtin/checkout.c:1378
9567msgid "conflict style (merge or diff3)"
9568msgstr ""
9569
9570#: builtin/checkout.c:1381
9571msgid "do not limit pathspecs to sparse entries only"
9572msgstr ""
9573
9574#: builtin/checkout.c:1383
9575msgid "do not second guess 'git checkout <no-such-branch>'"
9576msgstr ""
9577
9578#: builtin/checkout.c:1385
9579msgid "do not check if another worktree is holding the given ref"
9580msgstr ""
9581
9582#: builtin/checkout.c:1389 builtin/clone.c:88 builtin/fetch.c:141
9583#: builtin/merge.c:281 builtin/pull.c:136 builtin/push.c:575
9584#: builtin/send-pack.c:174
9585msgid "force progress reporting"
9586msgstr ""
9587
9588#: builtin/checkout.c:1390
9589msgid "use overlay mode (default)"
9590msgstr ""
9591
9592#: builtin/checkout.c:1422
9593msgid "-b, -B and --orphan are mutually exclusive"
9594msgstr ""
9595
9596#: builtin/checkout.c:1425
9597msgid "-p and --overlay are mutually exclusive"
9598msgstr ""
9599
9600#: builtin/checkout.c:1442
9601msgid "--track needs a branch name"
9602msgstr ""
9603
9604#: builtin/checkout.c:1447
9605msgid "missing branch name; try -b"
9606msgstr ""
9607
9608#: builtin/checkout.c:1484
9609msgid "invalid path specification"
9610msgstr ""
9611
9612#: builtin/checkout.c:1491
9613#, c-format
9614msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
9615msgstr ""
9616
9617#: builtin/checkout.c:1495
9618#, c-format
9619msgid "git checkout: --detach does not take a path argument '%s'"
9620msgstr ""
9621
9622#: builtin/checkout.c:1499
9623msgid ""
9624"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
9625"checking out of the index."
9626msgstr ""
9627
9628#: builtin/checkout.c:1519
9629#, c-format
9630msgid ""
9631"'%s' matched more than one remote tracking branch.\n"
9632"We found %d remotes with a reference that matched. So we fell back\n"
9633"on trying to resolve the argument as a path, but failed there too!\n"
9634"\n"
9635"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
9636"you can do so by fully qualifying the name with the --track option:\n"
9637"\n"
9638"    git checkout --track origin/<name>\n"
9639"\n"
9640"If you'd like to always have checkouts of an ambiguous <name> prefer\n"
9641"one remote, e.g. the 'origin' remote, consider setting\n"
9642"checkout.defaultRemote=origin in your config."
9643msgstr ""
9644
9645#: builtin/clean.c:28
9646msgid ""
9647"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
9648msgstr ""
9649
9650#: builtin/clean.c:32
9651#, c-format
9652msgid "Removing %s\n"
9653msgstr ""
9654
9655#: builtin/clean.c:33
9656#, c-format
9657msgid "Would remove %s\n"
9658msgstr ""
9659
9660#: builtin/clean.c:34
9661#, c-format
9662msgid "Skipping repository %s\n"
9663msgstr ""
9664
9665#: builtin/clean.c:35
9666#, c-format
9667msgid "Would skip repository %s\n"
9668msgstr ""
9669
9670#: builtin/clean.c:36
9671#, c-format
9672msgid "failed to remove %s"
9673msgstr ""
9674
9675#: builtin/clean.c:299 git-add--interactive.perl:579
9676#, c-format
9677msgid ""
9678"Prompt help:\n"
9679"1          - select a numbered item\n"
9680"foo        - select item based on unique prefix\n"
9681"           - (empty) select nothing\n"
9682msgstr ""
9683
9684#: builtin/clean.c:303 git-add--interactive.perl:588
9685#, c-format
9686msgid ""
9687"Prompt help:\n"
9688"1          - select a single item\n"
9689"3-5        - select a range of items\n"
9690"2-3,6-9    - select multiple ranges\n"
9691"foo        - select item based on unique prefix\n"
9692"-...       - unselect specified items\n"
9693"*          - choose all items\n"
9694"           - (empty) finish selecting\n"
9695msgstr ""
9696
9697#: builtin/clean.c:519 git-add--interactive.perl:554
9698#: git-add--interactive.perl:559
9699#, c-format, perl-format
9700msgid "Huh (%s)?\n"
9701msgstr ""
9702
9703#: builtin/clean.c:661
9704#, c-format
9705msgid "Input ignore patterns>> "
9706msgstr ""
9707
9708#: builtin/clean.c:698
9709#, c-format
9710msgid "WARNING: Cannot find items matched by: %s"
9711msgstr ""
9712
9713#: builtin/clean.c:719
9714msgid "Select items to delete"
9715msgstr ""
9716
9717#. TRANSLATORS: Make sure to keep [y/N] as is
9718#: builtin/clean.c:760
9719#, c-format
9720msgid "Remove %s [y/N]? "
9721msgstr ""
9722
9723#: builtin/clean.c:785 git-add--interactive.perl:1717
9724#, c-format
9725msgid "Bye.\n"
9726msgstr ""
9727
9728#: builtin/clean.c:793
9729msgid ""
9730"clean               - start cleaning\n"
9731"filter by pattern   - exclude items from deletion\n"
9732"select by numbers   - select items to be deleted by numbers\n"
9733"ask each            - confirm each deletion (like \"rm -i\")\n"
9734"quit                - stop cleaning\n"
9735"help                - this screen\n"
9736"?                   - help for prompt selection"
9737msgstr ""
9738
9739#: builtin/clean.c:820 git-add--interactive.perl:1793
9740msgid "*** Commands ***"
9741msgstr ""
9742
9743#: builtin/clean.c:821 git-add--interactive.perl:1790
9744msgid "What now"
9745msgstr ""
9746
9747#: builtin/clean.c:829
9748msgid "Would remove the following item:"
9749msgid_plural "Would remove the following items:"
9750msgstr[0] ""
9751msgstr[1] ""
9752
9753#: builtin/clean.c:845
9754msgid "No more files to clean, exiting."
9755msgstr ""
9756
9757#: builtin/clean.c:907
9758msgid "do not print names of files removed"
9759msgstr ""
9760
9761#: builtin/clean.c:909
9762msgid "force"
9763msgstr ""
9764
9765#: builtin/clean.c:910
9766msgid "interactive cleaning"
9767msgstr ""
9768
9769#: builtin/clean.c:912
9770msgid "remove whole directories"
9771msgstr ""
9772
9773#: builtin/clean.c:913 builtin/describe.c:546 builtin/describe.c:548
9774#: builtin/grep.c:897 builtin/log.c:171 builtin/log.c:173
9775#: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:419
9776#: builtin/show-ref.c:179
9777msgid "pattern"
9778msgstr ""
9779
9780#: builtin/clean.c:914
9781msgid "add <pattern> to ignore rules"
9782msgstr ""
9783
9784#: builtin/clean.c:915
9785msgid "remove ignored files, too"
9786msgstr ""
9787
9788#: builtin/clean.c:917
9789msgid "remove only ignored files"
9790msgstr ""
9791
9792#: builtin/clean.c:935
9793msgid "-x and -X cannot be used together"
9794msgstr ""
9795
9796#: builtin/clean.c:939
9797msgid ""
9798"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
9799"clean"
9800msgstr ""
9801
9802#: builtin/clean.c:942
9803msgid ""
9804"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
9805"refusing to clean"
9806msgstr ""
9807
9808#: builtin/clone.c:44
9809msgid "git clone [<options>] [--] <repo> [<dir>]"
9810msgstr ""
9811
9812#: builtin/clone.c:90
9813msgid "don't create a checkout"
9814msgstr ""
9815
9816#: builtin/clone.c:91 builtin/clone.c:93 builtin/init-db.c:489
9817msgid "create a bare repository"
9818msgstr ""
9819
9820#: builtin/clone.c:95
9821msgid "create a mirror repository (implies bare)"
9822msgstr ""
9823
9824#: builtin/clone.c:97
9825msgid "to clone from a local repository"
9826msgstr ""
9827
9828#: builtin/clone.c:99
9829msgid "don't use local hardlinks, always copy"
9830msgstr ""
9831
9832#: builtin/clone.c:101
9833msgid "setup as shared repository"
9834msgstr ""
9835
9836#: builtin/clone.c:104
9837msgid "pathspec"
9838msgstr ""
9839
9840#: builtin/clone.c:104
9841msgid "initialize submodules in the clone"
9842msgstr ""
9843
9844#: builtin/clone.c:107
9845msgid "number of submodules cloned in parallel"
9846msgstr ""
9847
9848#: builtin/clone.c:108 builtin/init-db.c:486
9849msgid "template-directory"
9850msgstr ""
9851
9852#: builtin/clone.c:109 builtin/init-db.c:487
9853msgid "directory from which templates will be used"
9854msgstr ""
9855
9856#: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:1379
9857#: builtin/submodule--helper.c:1859
9858msgid "reference repository"
9859msgstr ""
9860
9861#: builtin/clone.c:115 builtin/submodule--helper.c:1381
9862#: builtin/submodule--helper.c:1861
9863msgid "use --reference only while cloning"
9864msgstr ""
9865
9866#: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:46
9867#: builtin/pack-objects.c:3306 builtin/repack.c:329
9868msgid "name"
9869msgstr ""
9870
9871#: builtin/clone.c:117
9872msgid "use <name> instead of 'origin' to track upstream"
9873msgstr ""
9874
9875#: builtin/clone.c:119
9876msgid "checkout <branch> instead of the remote's HEAD"
9877msgstr ""
9878
9879#: builtin/clone.c:121
9880msgid "path to git-upload-pack on the remote"
9881msgstr ""
9882
9883#: builtin/clone.c:122 builtin/fetch.c:142 builtin/grep.c:836
9884#: builtin/pull.c:225
9885msgid "depth"
9886msgstr ""
9887
9888#: builtin/clone.c:123
9889msgid "create a shallow clone of that depth"
9890msgstr ""
9891
9892#: builtin/clone.c:124 builtin/fetch.c:144 builtin/pack-objects.c:3295
9893msgid "time"
9894msgstr ""
9895
9896#: builtin/clone.c:125
9897msgid "create a shallow clone since a specific time"
9898msgstr ""
9899
9900#: builtin/clone.c:126 builtin/fetch.c:146 builtin/fetch.c:169
9901#: builtin/rebase.c:1389
9902msgid "revision"
9903msgstr ""
9904
9905#: builtin/clone.c:127 builtin/fetch.c:147
9906msgid "deepen history of shallow clone, excluding rev"
9907msgstr ""
9908
9909#: builtin/clone.c:129
9910msgid "clone only one branch, HEAD or --branch"
9911msgstr ""
9912
9913#: builtin/clone.c:131
9914msgid "don't clone any tags, and make later fetches not to follow them"
9915msgstr ""
9916
9917#: builtin/clone.c:133
9918msgid "any cloned submodules will be shallow"
9919msgstr ""
9920
9921#: builtin/clone.c:134 builtin/init-db.c:495
9922msgid "gitdir"
9923msgstr ""
9924
9925#: builtin/clone.c:135 builtin/init-db.c:496
9926msgid "separate git dir from working tree"
9927msgstr ""
9928
9929#: builtin/clone.c:136
9930msgid "key=value"
9931msgstr ""
9932
9933#: builtin/clone.c:137
9934msgid "set config inside the new repository"
9935msgstr ""
9936
9937#: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:76
9938#: builtin/push.c:585 builtin/send-pack.c:172
9939msgid "server-specific"
9940msgstr ""
9941
9942#: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:76
9943#: builtin/push.c:585 builtin/send-pack.c:173
9944msgid "option to transmit"
9945msgstr ""
9946
9947#: builtin/clone.c:140 builtin/fetch.c:165 builtin/pull.c:238
9948#: builtin/push.c:586
9949msgid "use IPv4 addresses only"
9950msgstr ""
9951
9952#: builtin/clone.c:142 builtin/fetch.c:167 builtin/pull.c:241
9953#: builtin/push.c:588
9954msgid "use IPv6 addresses only"
9955msgstr ""
9956
9957#: builtin/clone.c:280
9958msgid ""
9959"No directory name could be guessed.\n"
9960"Please specify a directory on the command line"
9961msgstr ""
9962
9963#: builtin/clone.c:333
9964#, c-format
9965msgid "info: Could not add alternate for '%s': %s\n"
9966msgstr ""
9967
9968#: builtin/clone.c:405
9969#, c-format
9970msgid "failed to open '%s'"
9971msgstr ""
9972
9973#: builtin/clone.c:413
9974#, c-format
9975msgid "%s exists and is not a directory"
9976msgstr ""
9977
9978#: builtin/clone.c:427
9979#, c-format
9980msgid "failed to stat %s\n"
9981msgstr ""
9982
9983#: builtin/clone.c:444
9984#, c-format
9985msgid "failed to unlink '%s'"
9986msgstr ""
9987
9988#: builtin/clone.c:449
9989#, c-format
9990msgid "failed to create link '%s'"
9991msgstr ""
9992
9993#: builtin/clone.c:453
9994#, c-format
9995msgid "failed to copy file to '%s'"
9996msgstr ""
9997
9998#: builtin/clone.c:479
9999#, c-format
10000msgid "done.\n"
10001msgstr ""
10002
10003#: builtin/clone.c:493
10004msgid ""
10005"Clone succeeded, but checkout failed.\n"
10006"You can inspect what was checked out with 'git status'\n"
10007"and retry the checkout with 'git checkout -f HEAD'\n"
10008msgstr ""
10009
10010#: builtin/clone.c:570
10011#, c-format
10012msgid "Could not find remote branch %s to clone."
10013msgstr ""
10014
10015#: builtin/clone.c:689
10016#, c-format
10017msgid "unable to update %s"
10018msgstr ""
10019
10020#: builtin/clone.c:739
10021msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
10022msgstr ""
10023
10024#: builtin/clone.c:770
10025msgid "unable to checkout working tree"
10026msgstr ""
10027
10028#: builtin/clone.c:815
10029msgid "unable to write parameters to config file"
10030msgstr ""
10031
10032#: builtin/clone.c:878
10033msgid "cannot repack to clean up"
10034msgstr ""
10035
10036#: builtin/clone.c:880
10037msgid "cannot unlink temporary alternates file"
10038msgstr ""
10039
10040#: builtin/clone.c:920 builtin/receive-pack.c:1952
10041msgid "Too many arguments."
10042msgstr ""
10043
10044#: builtin/clone.c:924
10045msgid "You must specify a repository to clone."
10046msgstr ""
10047
10048#: builtin/clone.c:937
10049#, c-format
10050msgid "--bare and --origin %s options are incompatible."
10051msgstr ""
10052
10053#: builtin/clone.c:940
10054msgid "--bare and --separate-git-dir are incompatible."
10055msgstr ""
10056
10057#: builtin/clone.c:953
10058#, c-format
10059msgid "repository '%s' does not exist"
10060msgstr ""
10061
10062#: builtin/clone.c:959 builtin/fetch.c:1610
10063#, c-format
10064msgid "depth %s is not a positive number"
10065msgstr ""
10066
10067#: builtin/clone.c:969
10068#, c-format
10069msgid "destination path '%s' already exists and is not an empty directory."
10070msgstr ""
10071
10072#: builtin/clone.c:979
10073#, c-format
10074msgid "working tree '%s' already exists."
10075msgstr ""
10076
10077#: builtin/clone.c:994 builtin/clone.c:1015 builtin/difftool.c:264
10078#: builtin/worktree.c:296 builtin/worktree.c:328
10079#, c-format
10080msgid "could not create leading directories of '%s'"
10081msgstr ""
10082
10083#: builtin/clone.c:999
10084#, c-format
10085msgid "could not create work tree dir '%s'"
10086msgstr ""
10087
10088#: builtin/clone.c:1019
10089#, c-format
10090msgid "Cloning into bare repository '%s'...\n"
10091msgstr ""
10092
10093#: builtin/clone.c:1021
10094#, c-format
10095msgid "Cloning into '%s'...\n"
10096msgstr ""
10097
10098#: builtin/clone.c:1045
10099msgid ""
10100"clone --recursive is not compatible with both --reference and --reference-if-"
10101"able"
10102msgstr ""
10103
10104#: builtin/clone.c:1106
10105msgid "--depth is ignored in local clones; use file:// instead."
10106msgstr ""
10107
10108#: builtin/clone.c:1108
10109msgid "--shallow-since is ignored in local clones; use file:// instead."
10110msgstr ""
10111
10112#: builtin/clone.c:1110
10113msgid "--shallow-exclude is ignored in local clones; use file:// instead."
10114msgstr ""
10115
10116#: builtin/clone.c:1112
10117msgid "--filter is ignored in local clones; use file:// instead."
10118msgstr ""
10119
10120#: builtin/clone.c:1115
10121msgid "source repository is shallow, ignoring --local"
10122msgstr ""
10123
10124#: builtin/clone.c:1120
10125msgid "--local is ignored"
10126msgstr ""
10127
10128#: builtin/clone.c:1197 builtin/clone.c:1205
10129#, c-format
10130msgid "Remote branch %s not found in upstream %s"
10131msgstr ""
10132
10133#: builtin/clone.c:1208
10134msgid "You appear to have cloned an empty repository."
10135msgstr ""
10136
10137#: builtin/column.c:10
10138msgid "git column [<options>]"
10139msgstr ""
10140
10141#: builtin/column.c:27
10142msgid "lookup config vars"
10143msgstr ""
10144
10145#: builtin/column.c:28 builtin/column.c:29
10146msgid "layout to use"
10147msgstr ""
10148
10149#: builtin/column.c:30
10150msgid "Maximum width"
10151msgstr ""
10152
10153#: builtin/column.c:31
10154msgid "Padding space on left border"
10155msgstr ""
10156
10157#: builtin/column.c:32
10158msgid "Padding space on right border"
10159msgstr ""
10160
10161#: builtin/column.c:33
10162msgid "Padding space between columns"
10163msgstr ""
10164
10165#: builtin/column.c:51
10166msgid "--command must be the first argument"
10167msgstr ""
10168
10169#: builtin/commit-tree.c:18
10170msgid ""
10171"git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
10172"<file>)...] <tree>"
10173msgstr ""
10174
10175#: builtin/commit-tree.c:31
10176#, c-format
10177msgid "duplicate parent %s ignored"
10178msgstr ""
10179
10180#: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:520
10181#, c-format
10182msgid "not a valid object name %s"
10183msgstr ""
10184
10185#: builtin/commit-tree.c:93
10186#, c-format
10187msgid "git commit-tree: failed to open '%s'"
10188msgstr ""
10189
10190#: builtin/commit-tree.c:96
10191#, c-format
10192msgid "git commit-tree: failed to read '%s'"
10193msgstr ""
10194
10195#: builtin/commit-tree.c:98
10196#, c-format
10197msgid "git commit-tree: failed to close '%s'"
10198msgstr ""
10199
10200#: builtin/commit-tree.c:111
10201msgid "parent"
10202msgstr ""
10203
10204#: builtin/commit-tree.c:112
10205msgid "id of a parent commit object"
10206msgstr ""
10207
10208#: builtin/commit-tree.c:114 builtin/commit.c:1480 builtin/merge.c:268
10209#: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1473
10210#: builtin/tag.c:406
10211msgid "message"
10212msgstr ""
10213
10214#: builtin/commit-tree.c:115 builtin/commit.c:1480
10215msgid "commit message"
10216msgstr ""
10217
10218#: builtin/commit-tree.c:118
10219msgid "read commit log message from file"
10220msgstr ""
10221
10222#: builtin/commit-tree.c:121 builtin/commit.c:1492 builtin/merge.c:283
10223#: builtin/pull.c:193 builtin/revert.c:117
10224msgid "GPG sign commit"
10225msgstr ""
10226
10227#: builtin/commit-tree.c:133
10228msgid "must give exactly one tree"
10229msgstr ""
10230
10231#: builtin/commit-tree.c:140
10232msgid "git commit-tree: failed to read"
10233msgstr ""
10234
10235#: builtin/commit.c:41
10236msgid "git commit [<options>] [--] <pathspec>..."
10237msgstr ""
10238
10239#: builtin/commit.c:46
10240msgid "git status [<options>] [--] <pathspec>..."
10241msgstr ""
10242
10243#: builtin/commit.c:51
10244msgid ""
10245"You asked to amend the most recent commit, but doing so would make\n"
10246"it empty. You can repeat your command with --allow-empty, or you can\n"
10247"remove the commit entirely with \"git reset HEAD^\".\n"
10248msgstr ""
10249
10250#: builtin/commit.c:56
10251msgid ""
10252"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
10253"If you wish to commit it anyway, use:\n"
10254"\n"
10255"    git commit --allow-empty\n"
10256"\n"
10257msgstr ""
10258
10259#: builtin/commit.c:63
10260msgid "Otherwise, please use 'git reset'\n"
10261msgstr ""
10262
10263#: builtin/commit.c:66
10264msgid ""
10265"If you wish to skip this commit, use:\n"
10266"\n"
10267"    git reset\n"
10268"\n"
10269"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
10270"the remaining commits.\n"
10271msgstr ""
10272
10273#: builtin/commit.c:312
10274msgid "failed to unpack HEAD tree object"
10275msgstr ""
10276
10277#: builtin/commit.c:353
10278msgid "unable to create temporary index"
10279msgstr ""
10280
10281#: builtin/commit.c:359
10282msgid "interactive add failed"
10283msgstr ""
10284
10285#: builtin/commit.c:373
10286msgid "unable to update temporary index"
10287msgstr ""
10288
10289#: builtin/commit.c:375
10290msgid "Failed to update main cache tree"
10291msgstr ""
10292
10293#: builtin/commit.c:400 builtin/commit.c:423 builtin/commit.c:469
10294msgid "unable to write new_index file"
10295msgstr ""
10296
10297#: builtin/commit.c:452
10298msgid "cannot do a partial commit during a merge."
10299msgstr ""
10300
10301#: builtin/commit.c:454
10302msgid "cannot do a partial commit during a cherry-pick."
10303msgstr ""
10304
10305#: builtin/commit.c:462
10306msgid "cannot read the index"
10307msgstr ""
10308
10309#: builtin/commit.c:481
10310msgid "unable to write temporary index file"
10311msgstr ""
10312
10313#: builtin/commit.c:579
10314#, c-format
10315msgid "commit '%s' lacks author header"
10316msgstr ""
10317
10318#: builtin/commit.c:581
10319#, c-format
10320msgid "commit '%s' has malformed author line"
10321msgstr ""
10322
10323#: builtin/commit.c:600
10324msgid "malformed --author parameter"
10325msgstr ""
10326
10327#: builtin/commit.c:653
10328msgid ""
10329"unable to select a comment character that is not used\n"
10330"in the current commit message"
10331msgstr ""
10332
10333#: builtin/commit.c:691 builtin/commit.c:724 builtin/commit.c:1069
10334#, c-format
10335msgid "could not lookup commit %s"
10336msgstr ""
10337
10338#: builtin/commit.c:703 builtin/shortlog.c:319
10339#, c-format
10340msgid "(reading log message from standard input)\n"
10341msgstr ""
10342
10343#: builtin/commit.c:705
10344msgid "could not read log from standard input"
10345msgstr ""
10346
10347#: builtin/commit.c:709
10348#, c-format
10349msgid "could not read log file '%s'"
10350msgstr ""
10351
10352#: builtin/commit.c:740 builtin/commit.c:756
10353msgid "could not read SQUASH_MSG"
10354msgstr ""
10355
10356#: builtin/commit.c:747
10357msgid "could not read MERGE_MSG"
10358msgstr ""
10359
10360#: builtin/commit.c:807
10361msgid "could not write commit template"
10362msgstr ""
10363
10364#: builtin/commit.c:826
10365#, c-format
10366msgid ""
10367"\n"
10368"It looks like you may be committing a merge.\n"
10369"If this is not correct, please remove the file\n"
10370"\t%s\n"
10371"and try again.\n"
10372msgstr ""
10373
10374#: builtin/commit.c:831
10375#, c-format
10376msgid ""
10377"\n"
10378"It looks like you may be committing a cherry-pick.\n"
10379"If this is not correct, please remove the file\n"
10380"\t%s\n"
10381"and try again.\n"
10382msgstr ""
10383
10384#: builtin/commit.c:844
10385#, c-format
10386msgid ""
10387"Please enter the commit message for your changes. Lines starting\n"
10388"with '%c' will be ignored, and an empty message aborts the commit.\n"
10389msgstr ""
10390
10391#: builtin/commit.c:852
10392#, c-format
10393msgid ""
10394"Please enter the commit message for your changes. Lines starting\n"
10395"with '%c' will be kept; you may remove them yourself if you want to.\n"
10396"An empty message aborts the commit.\n"
10397msgstr ""
10398
10399#: builtin/commit.c:869
10400#, c-format
10401msgid "%sAuthor:    %.*s <%.*s>"
10402msgstr ""
10403
10404#: builtin/commit.c:877
10405#, c-format
10406msgid "%sDate:      %s"
10407msgstr ""
10408
10409#: builtin/commit.c:884
10410#, c-format
10411msgid "%sCommitter: %.*s <%.*s>"
10412msgstr ""
10413
10414#: builtin/commit.c:902
10415msgid "Cannot read index"
10416msgstr ""
10417
10418#: builtin/commit.c:969
10419msgid "Error building trees"
10420msgstr ""
10421
10422#: builtin/commit.c:983 builtin/tag.c:269
10423#, c-format
10424msgid "Please supply the message using either -m or -F option.\n"
10425msgstr ""
10426
10427#: builtin/commit.c:1027
10428#, c-format
10429msgid "--author '%s' is not 'Name <email>' and matches no existing author"
10430msgstr ""
10431
10432#: builtin/commit.c:1041
10433#, c-format
10434msgid "Invalid ignored mode '%s'"
10435msgstr ""
10436
10437#: builtin/commit.c:1059 builtin/commit.c:1284
10438#, c-format
10439msgid "Invalid untracked files mode '%s'"
10440msgstr ""
10441
10442#: builtin/commit.c:1097
10443msgid "--long and -z are incompatible"
10444msgstr ""
10445
10446#: builtin/commit.c:1130
10447msgid "Using both --reset-author and --author does not make sense"
10448msgstr ""
10449
10450#: builtin/commit.c:1139
10451msgid "You have nothing to amend."
10452msgstr ""
10453
10454#: builtin/commit.c:1142
10455msgid "You are in the middle of a merge -- cannot amend."
10456msgstr ""
10457
10458#: builtin/commit.c:1144
10459msgid "You are in the middle of a cherry-pick -- cannot amend."
10460msgstr ""
10461
10462#: builtin/commit.c:1147
10463msgid "Options --squash and --fixup cannot be used together"
10464msgstr ""
10465
10466#: builtin/commit.c:1157
10467msgid "Only one of -c/-C/-F/--fixup can be used."
10468msgstr ""
10469
10470#: builtin/commit.c:1159
10471msgid "Option -m cannot be combined with -c/-C/-F."
10472msgstr ""
10473
10474#: builtin/commit.c:1167
10475msgid "--reset-author can be used only with -C, -c or --amend."
10476msgstr ""
10477
10478#: builtin/commit.c:1184
10479msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
10480msgstr ""
10481
10482#: builtin/commit.c:1186
10483msgid "No paths with --include/--only does not make sense."
10484msgstr ""
10485
10486#: builtin/commit.c:1192
10487#, c-format
10488msgid "paths '%s ...' with -a does not make sense"
10489msgstr ""
10490
10491#: builtin/commit.c:1319 builtin/commit.c:1503
10492msgid "show status concisely"
10493msgstr ""
10494
10495#: builtin/commit.c:1321 builtin/commit.c:1505
10496msgid "show branch information"
10497msgstr ""
10498
10499#: builtin/commit.c:1323
10500msgid "show stash information"
10501msgstr ""
10502
10503#: builtin/commit.c:1325 builtin/commit.c:1507
10504msgid "compute full ahead/behind values"
10505msgstr ""
10506
10507#: builtin/commit.c:1327
10508msgid "version"
10509msgstr ""
10510
10511#: builtin/commit.c:1327 builtin/commit.c:1509 builtin/push.c:561
10512#: builtin/worktree.c:643
10513msgid "machine-readable output"
10514msgstr ""
10515
10516#: builtin/commit.c:1330 builtin/commit.c:1511
10517msgid "show status in long format (default)"
10518msgstr ""
10519
10520#: builtin/commit.c:1333 builtin/commit.c:1514
10521msgid "terminate entries with NUL"
10522msgstr ""
10523
10524#: builtin/commit.c:1335 builtin/commit.c:1339 builtin/commit.c:1517
10525#: builtin/fast-export.c:1085 builtin/fast-export.c:1088 builtin/rebase.c:1465
10526#: parse-options.h:331
10527msgid "mode"
10528msgstr ""
10529
10530#: builtin/commit.c:1336 builtin/commit.c:1517
10531msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
10532msgstr ""
10533
10534#: builtin/commit.c:1340
10535msgid ""
10536"show ignored files, optional modes: traditional, matching, no. (Default: "
10537"traditional)"
10538msgstr ""
10539
10540#: builtin/commit.c:1342 parse-options.h:179
10541msgid "when"
10542msgstr ""
10543
10544#: builtin/commit.c:1343
10545msgid ""
10546"ignore changes to submodules, optional when: all, dirty, untracked. "
10547"(Default: all)"
10548msgstr ""
10549
10550#: builtin/commit.c:1345
10551msgid "list untracked files in columns"
10552msgstr ""
10553
10554#: builtin/commit.c:1346
10555msgid "do not detect renames"
10556msgstr ""
10557
10558#: builtin/commit.c:1348
10559msgid "detect renames, optionally set similarity index"
10560msgstr ""
10561
10562#: builtin/commit.c:1368
10563msgid "Unsupported combination of ignored and untracked-files arguments"
10564msgstr ""
10565
10566#: builtin/commit.c:1473
10567msgid "suppress summary after successful commit"
10568msgstr ""
10569
10570#: builtin/commit.c:1474
10571msgid "show diff in commit message template"
10572msgstr ""
10573
10574#: builtin/commit.c:1476
10575msgid "Commit message options"
10576msgstr ""
10577
10578#: builtin/commit.c:1477 builtin/merge.c:272 builtin/tag.c:408
10579msgid "read message from file"
10580msgstr ""
10581
10582#: builtin/commit.c:1478
10583msgid "author"
10584msgstr ""
10585
10586#: builtin/commit.c:1478
10587msgid "override author for commit"
10588msgstr ""
10589
10590#: builtin/commit.c:1479 builtin/gc.c:539
10591msgid "date"
10592msgstr ""
10593
10594#: builtin/commit.c:1479
10595msgid "override date for commit"
10596msgstr ""
10597
10598#: builtin/commit.c:1481 builtin/commit.c:1482 builtin/commit.c:1483
10599#: builtin/commit.c:1484 parse-options.h:323 ref-filter.h:92
10600msgid "commit"
10601msgstr ""
10602
10603#: builtin/commit.c:1481
10604msgid "reuse and edit message from specified commit"
10605msgstr ""
10606
10607#: builtin/commit.c:1482
10608msgid "reuse message from specified commit"
10609msgstr ""
10610
10611#: builtin/commit.c:1483
10612msgid "use autosquash formatted message to fixup specified commit"
10613msgstr ""
10614
10615#: builtin/commit.c:1484
10616msgid "use autosquash formatted message to squash specified commit"
10617msgstr ""
10618
10619#: builtin/commit.c:1485
10620msgid "the commit is authored by me now (used with -C/-c/--amend)"
10621msgstr ""
10622
10623#: builtin/commit.c:1486 builtin/log.c:1541 builtin/merge.c:285
10624#: builtin/pull.c:162 builtin/revert.c:109
10625msgid "add Signed-off-by:"
10626msgstr ""
10627
10628#: builtin/commit.c:1487
10629msgid "use specified template file"
10630msgstr ""
10631
10632#: builtin/commit.c:1488
10633msgid "force edit of commit"
10634msgstr ""
10635
10636#: builtin/commit.c:1490
10637msgid "include status in commit message template"
10638msgstr ""
10639
10640#: builtin/commit.c:1495
10641msgid "Commit contents options"
10642msgstr ""
10643
10644#: builtin/commit.c:1496
10645msgid "commit all changed files"
10646msgstr ""
10647
10648#: builtin/commit.c:1497
10649msgid "add specified files to index for commit"
10650msgstr ""
10651
10652#: builtin/commit.c:1498
10653msgid "interactively add files"
10654msgstr ""
10655
10656#: builtin/commit.c:1499
10657msgid "interactively add changes"
10658msgstr ""
10659
10660#: builtin/commit.c:1500
10661msgid "commit only specified files"
10662msgstr ""
10663
10664#: builtin/commit.c:1501
10665msgid "bypass pre-commit and commit-msg hooks"
10666msgstr ""
10667
10668#: builtin/commit.c:1502
10669msgid "show what would be committed"
10670msgstr ""
10671
10672#: builtin/commit.c:1515
10673msgid "amend previous commit"
10674msgstr ""
10675
10676#: builtin/commit.c:1516
10677msgid "bypass post-rewrite hook"
10678msgstr ""
10679
10680#: builtin/commit.c:1521
10681msgid "ok to record an empty change"
10682msgstr ""
10683
10684#: builtin/commit.c:1523
10685msgid "ok to record a change with an empty message"
10686msgstr ""
10687
10688#: builtin/commit.c:1596
10689#, c-format
10690msgid "Corrupt MERGE_HEAD file (%s)"
10691msgstr ""
10692
10693#: builtin/commit.c:1603
10694msgid "could not read MERGE_MODE"
10695msgstr ""
10696
10697#: builtin/commit.c:1622
10698#, c-format
10699msgid "could not read commit message: %s"
10700msgstr ""
10701
10702#: builtin/commit.c:1629
10703#, c-format
10704msgid "Aborting commit due to empty commit message.\n"
10705msgstr ""
10706
10707#: builtin/commit.c:1634
10708#, c-format
10709msgid "Aborting commit; you did not edit the message.\n"
10710msgstr ""
10711
10712#: builtin/commit.c:1668
10713msgid ""
10714"repository has been updated, but unable to write\n"
10715"new_index file. Check that disk is not full and quota is\n"
10716"not exceeded, and then \"git reset HEAD\" to recover."
10717msgstr ""
10718
10719#: builtin/commit-graph.c:10
10720msgid "git commit-graph [--object-dir <objdir>]"
10721msgstr ""
10722
10723#: builtin/commit-graph.c:11 builtin/commit-graph.c:23
10724msgid "git commit-graph read [--object-dir <objdir>]"
10725msgstr ""
10726
10727#: builtin/commit-graph.c:12 builtin/commit-graph.c:18
10728msgid "git commit-graph verify [--object-dir <objdir>]"
10729msgstr ""
10730
10731#: builtin/commit-graph.c:13 builtin/commit-graph.c:28
10732msgid ""
10733"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10734"stdin-packs|--stdin-commits]"
10735msgstr ""
10736
10737#: builtin/commit-graph.c:51 builtin/commit-graph.c:89
10738#: builtin/commit-graph.c:147 builtin/commit-graph.c:205 builtin/fetch.c:153
10739#: builtin/log.c:1561
10740msgid "dir"
10741msgstr ""
10742
10743#: builtin/commit-graph.c:52 builtin/commit-graph.c:90
10744#: builtin/commit-graph.c:148 builtin/commit-graph.c:206
10745msgid "The object directory to store the graph"
10746msgstr ""
10747
10748#: builtin/commit-graph.c:68 builtin/commit-graph.c:105
10749#, c-format
10750msgid "Could not open commit-graph '%s'"
10751msgstr ""
10752
10753#: builtin/commit-graph.c:150
10754msgid "start walk at all refs"
10755msgstr ""
10756
10757#: builtin/commit-graph.c:152
10758msgid "scan pack-indexes listed by stdin for commits"
10759msgstr ""
10760
10761#: builtin/commit-graph.c:154
10762msgid "start walk at commits listed by stdin"
10763msgstr ""
10764
10765#: builtin/commit-graph.c:156
10766msgid "include all commits already in the commit-graph file"
10767msgstr ""
10768
10769#: builtin/commit-graph.c:165
10770msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
10771msgstr ""
10772
10773#: builtin/config.c:11
10774msgid "git config [<options>]"
10775msgstr ""
10776
10777#: builtin/config.c:103
10778#, c-format
10779msgid "unrecognized --type argument, %s"
10780msgstr ""
10781
10782#: builtin/config.c:115
10783msgid "only one type at a time"
10784msgstr ""
10785
10786#: builtin/config.c:124
10787msgid "Config file location"
10788msgstr ""
10789
10790#: builtin/config.c:125
10791msgid "use global config file"
10792msgstr ""
10793
10794#: builtin/config.c:126
10795msgid "use system config file"
10796msgstr ""
10797
10798#: builtin/config.c:127
10799msgid "use repository config file"
10800msgstr ""
10801
10802#: builtin/config.c:128
10803msgid "use per-worktree config file"
10804msgstr ""
10805
10806#: builtin/config.c:129
10807msgid "use given config file"
10808msgstr ""
10809
10810#: builtin/config.c:130
10811msgid "blob-id"
10812msgstr ""
10813
10814#: builtin/config.c:130
10815msgid "read config from given blob object"
10816msgstr ""
10817
10818#: builtin/config.c:131
10819msgid "Action"
10820msgstr ""
10821
10822#: builtin/config.c:132
10823msgid "get value: name [value-regex]"
10824msgstr ""
10825
10826#: builtin/config.c:133
10827msgid "get all values: key [value-regex]"
10828msgstr ""
10829
10830#: builtin/config.c:134
10831msgid "get values for regexp: name-regex [value-regex]"
10832msgstr ""
10833
10834#: builtin/config.c:135
10835msgid "get value specific for the URL: section[.var] URL"
10836msgstr ""
10837
10838#: builtin/config.c:136
10839msgid "replace all matching variables: name value [value_regex]"
10840msgstr ""
10841
10842#: builtin/config.c:137
10843msgid "add a new variable: name value"
10844msgstr ""
10845
10846#: builtin/config.c:138
10847msgid "remove a variable: name [value-regex]"
10848msgstr ""
10849
10850#: builtin/config.c:139
10851msgid "remove all matches: name [value-regex]"
10852msgstr ""
10853
10854#: builtin/config.c:140
10855msgid "rename section: old-name new-name"
10856msgstr ""
10857
10858#: builtin/config.c:141
10859msgid "remove a section: name"
10860msgstr ""
10861
10862#: builtin/config.c:142
10863msgid "list all"
10864msgstr ""
10865
10866#: builtin/config.c:143
10867msgid "open an editor"
10868msgstr ""
10869
10870#: builtin/config.c:144
10871msgid "find the color configured: slot [default]"
10872msgstr ""
10873
10874#: builtin/config.c:145
10875msgid "find the color setting: slot [stdout-is-tty]"
10876msgstr ""
10877
10878#: builtin/config.c:146
10879msgid "Type"
10880msgstr ""
10881
10882#: builtin/config.c:147
10883msgid "value is given this type"
10884msgstr ""
10885
10886#: builtin/config.c:148
10887msgid "value is \"true\" or \"false\""
10888msgstr ""
10889
10890#: builtin/config.c:149
10891msgid "value is decimal number"
10892msgstr ""
10893
10894#: builtin/config.c:150
10895msgid "value is --bool or --int"
10896msgstr ""
10897
10898#: builtin/config.c:151
10899msgid "value is a path (file or directory name)"
10900msgstr ""
10901
10902#: builtin/config.c:152
10903msgid "value is an expiry date"
10904msgstr ""
10905
10906#: builtin/config.c:153
10907msgid "Other"
10908msgstr ""
10909
10910#: builtin/config.c:154
10911msgid "terminate values with NUL byte"
10912msgstr ""
10913
10914#: builtin/config.c:155
10915msgid "show variable names only"
10916msgstr ""
10917
10918#: builtin/config.c:156
10919msgid "respect include directives on lookup"
10920msgstr ""
10921
10922#: builtin/config.c:157
10923msgid "show origin of config (file, standard input, blob, command line)"
10924msgstr ""
10925
10926#: builtin/config.c:158
10927msgid "value"
10928msgstr ""
10929
10930#: builtin/config.c:158
10931msgid "with --get, use default value when missing entry"
10932msgstr ""
10933
10934#: builtin/config.c:172
10935#, c-format
10936msgid "wrong number of arguments, should be %d"
10937msgstr ""
10938
10939#: builtin/config.c:174
10940#, c-format
10941msgid "wrong number of arguments, should be from %d to %d"
10942msgstr ""
10943
10944#: builtin/config.c:308
10945#, c-format
10946msgid "invalid key pattern: %s"
10947msgstr ""
10948
10949#: builtin/config.c:344
10950#, c-format
10951msgid "failed to format default config value: %s"
10952msgstr ""
10953
10954#: builtin/config.c:401
10955#, c-format
10956msgid "cannot parse color '%s'"
10957msgstr ""
10958
10959#: builtin/config.c:443
10960msgid "unable to parse default color value"
10961msgstr ""
10962
10963#: builtin/config.c:496 builtin/config.c:742
10964msgid "not in a git directory"
10965msgstr ""
10966
10967#: builtin/config.c:499
10968msgid "writing to stdin is not supported"
10969msgstr ""
10970
10971#: builtin/config.c:502
10972msgid "writing config blobs is not supported"
10973msgstr ""
10974
10975#: builtin/config.c:587
10976#, c-format
10977msgid ""
10978"# This is Git's per-user configuration file.\n"
10979"[user]\n"
10980"# Please adapt and uncomment the following lines:\n"
10981"#\tname = %s\n"
10982"#\temail = %s\n"
10983msgstr ""
10984
10985#: builtin/config.c:611
10986msgid "only one config file at a time"
10987msgstr ""
10988
10989#: builtin/config.c:616
10990msgid "--local can only be used inside a git repository"
10991msgstr ""
10992
10993#: builtin/config.c:619
10994msgid "--blob can only be used inside a git repository"
10995msgstr ""
10996
10997#: builtin/config.c:638
10998msgid "$HOME not set"
10999msgstr ""
11000
11001#: builtin/config.c:658
11002msgid ""
11003"--worktree cannot be used with multiple working trees unless the config\n"
11004"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
11005"section in \"git help worktree\" for details"
11006msgstr ""
11007
11008#: builtin/config.c:688
11009msgid "--get-color and variable type are incoherent"
11010msgstr ""
11011
11012#: builtin/config.c:693
11013msgid "only one action at a time"
11014msgstr ""
11015
11016#: builtin/config.c:706
11017msgid "--name-only is only applicable to --list or --get-regexp"
11018msgstr ""
11019
11020#: builtin/config.c:712
11021msgid ""
11022"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
11023"list"
11024msgstr ""
11025
11026#: builtin/config.c:718
11027msgid "--default is only applicable to --get"
11028msgstr ""
11029
11030#: builtin/config.c:731
11031#, c-format
11032msgid "unable to read config file '%s'"
11033msgstr ""
11034
11035#: builtin/config.c:734
11036msgid "error processing config file(s)"
11037msgstr ""
11038
11039#: builtin/config.c:744
11040msgid "editing stdin is not supported"
11041msgstr ""
11042
11043#: builtin/config.c:746
11044msgid "editing blobs is not supported"
11045msgstr ""
11046
11047#: builtin/config.c:760
11048#, c-format
11049msgid "cannot create configuration file %s"
11050msgstr ""
11051
11052#: builtin/config.c:773
11053#, c-format
11054msgid ""
11055"cannot overwrite multiple values with a single value\n"
11056"       Use a regexp, --add or --replace-all to change %s."
11057msgstr ""
11058
11059#: builtin/config.c:847 builtin/config.c:858
11060#, c-format
11061msgid "no such section: %s"
11062msgstr ""
11063
11064#: builtin/count-objects.c:90
11065msgid "git count-objects [-v] [-H | --human-readable]"
11066msgstr ""
11067
11068#: builtin/count-objects.c:100
11069msgid "print sizes in human readable format"
11070msgstr ""
11071
11072#: builtin/describe.c:27
11073msgid "git describe [<options>] [<commit-ish>...]"
11074msgstr ""
11075
11076#: builtin/describe.c:28
11077msgid "git describe [<options>] --dirty"
11078msgstr ""
11079
11080#: builtin/describe.c:63
11081msgid "head"
11082msgstr ""
11083
11084#: builtin/describe.c:63
11085msgid "lightweight"
11086msgstr ""
11087
11088#: builtin/describe.c:63
11089msgid "annotated"
11090msgstr ""
11091
11092#: builtin/describe.c:273
11093#, c-format
11094msgid "annotated tag %s not available"
11095msgstr ""
11096
11097#: builtin/describe.c:277
11098#, c-format
11099msgid "annotated tag %s has no embedded name"
11100msgstr ""
11101
11102#: builtin/describe.c:279
11103#, c-format
11104msgid "tag '%s' is really '%s' here"
11105msgstr ""
11106
11107#: builtin/describe.c:323
11108#, c-format
11109msgid "no tag exactly matches '%s'"
11110msgstr ""
11111
11112#: builtin/describe.c:325
11113#, c-format
11114msgid "No exact match on refs or tags, searching to describe\n"
11115msgstr ""
11116
11117#: builtin/describe.c:379
11118#, c-format
11119msgid "finished search at %s\n"
11120msgstr ""
11121
11122#: builtin/describe.c:405
11123#, c-format
11124msgid ""
11125"No annotated tags can describe '%s'.\n"
11126"However, there were unannotated tags: try --tags."
11127msgstr ""
11128
11129#: builtin/describe.c:409
11130#, c-format
11131msgid ""
11132"No tags can describe '%s'.\n"
11133"Try --always, or create some tags."
11134msgstr ""
11135
11136#: builtin/describe.c:439
11137#, c-format
11138msgid "traversed %lu commits\n"
11139msgstr ""
11140
11141#: builtin/describe.c:442
11142#, c-format
11143msgid ""
11144"more than %i tags found; listed %i most recent\n"
11145"gave up search at %s\n"
11146msgstr ""
11147
11148#: builtin/describe.c:510
11149#, c-format
11150msgid "describe %s\n"
11151msgstr ""
11152
11153#: builtin/describe.c:513
11154#, c-format
11155msgid "Not a valid object name %s"
11156msgstr ""
11157
11158#: builtin/describe.c:521
11159#, c-format
11160msgid "%s is neither a commit nor blob"
11161msgstr ""
11162
11163#: builtin/describe.c:535
11164msgid "find the tag that comes after the commit"
11165msgstr ""
11166
11167#: builtin/describe.c:536
11168msgid "debug search strategy on stderr"
11169msgstr ""
11170
11171#: builtin/describe.c:537
11172msgid "use any ref"
11173msgstr ""
11174
11175#: builtin/describe.c:538
11176msgid "use any tag, even unannotated"
11177msgstr ""
11178
11179#: builtin/describe.c:539
11180msgid "always use long format"
11181msgstr ""
11182
11183#: builtin/describe.c:540
11184msgid "only follow first parent"
11185msgstr ""
11186
11187#: builtin/describe.c:543
11188msgid "only output exact matches"
11189msgstr ""
11190
11191#: builtin/describe.c:545
11192msgid "consider <n> most recent tags (default: 10)"
11193msgstr ""
11194
11195#: builtin/describe.c:547
11196msgid "only consider tags matching <pattern>"
11197msgstr ""
11198
11199#: builtin/describe.c:549
11200msgid "do not consider tags matching <pattern>"
11201msgstr ""
11202
11203#: builtin/describe.c:551 builtin/name-rev.c:426
11204msgid "show abbreviated commit object as fallback"
11205msgstr ""
11206
11207#: builtin/describe.c:552 builtin/describe.c:555
11208msgid "mark"
11209msgstr ""
11210
11211#: builtin/describe.c:553
11212msgid "append <mark> on dirty working tree (default: \"-dirty\")"
11213msgstr ""
11214
11215#: builtin/describe.c:556
11216msgid "append <mark> on broken working tree (default: \"-broken\")"
11217msgstr ""
11218
11219#: builtin/describe.c:574
11220msgid "--long is incompatible with --abbrev=0"
11221msgstr ""
11222
11223#: builtin/describe.c:603
11224msgid "No names found, cannot describe anything."
11225msgstr ""
11226
11227#: builtin/describe.c:654
11228msgid "--dirty is incompatible with commit-ishes"
11229msgstr ""
11230
11231#: builtin/describe.c:656
11232msgid "--broken is incompatible with commit-ishes"
11233msgstr ""
11234
11235#: builtin/diff.c:84
11236#, c-format
11237msgid "'%s': not a regular file or symlink"
11238msgstr ""
11239
11240#: builtin/diff.c:235
11241#, c-format
11242msgid "invalid option: %s"
11243msgstr ""
11244
11245#: builtin/diff.c:350
11246msgid "Not a git repository"
11247msgstr ""
11248
11249#: builtin/diff.c:394
11250#, c-format
11251msgid "invalid object '%s' given."
11252msgstr ""
11253
11254#: builtin/diff.c:403
11255#, c-format
11256msgid "more than two blobs given: '%s'"
11257msgstr ""
11258
11259#: builtin/diff.c:408
11260#, c-format
11261msgid "unhandled object '%s' given."
11262msgstr ""
11263
11264#: builtin/difftool.c:30
11265msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
11266msgstr ""
11267
11268#: builtin/difftool.c:253
11269#, c-format
11270msgid "failed: %d"
11271msgstr ""
11272
11273#: builtin/difftool.c:295
11274#, c-format
11275msgid "could not read symlink %s"
11276msgstr ""
11277
11278#: builtin/difftool.c:297
11279#, c-format
11280msgid "could not read symlink file %s"
11281msgstr ""
11282
11283#: builtin/difftool.c:305
11284#, c-format
11285msgid "could not read object %s for symlink %s"
11286msgstr ""
11287
11288#: builtin/difftool.c:406
11289msgid ""
11290"combined diff formats('-c' and '--cc') are not supported in\n"
11291"directory diff mode('-d' and '--dir-diff')."
11292msgstr ""
11293
11294#: builtin/difftool.c:626
11295#, c-format
11296msgid "both files modified: '%s' and '%s'."
11297msgstr ""
11298
11299#: builtin/difftool.c:628
11300msgid "working tree file has been left."
11301msgstr ""
11302
11303#: builtin/difftool.c:639
11304#, c-format
11305msgid "temporary files exist in '%s'."
11306msgstr ""
11307
11308#: builtin/difftool.c:640
11309msgid "you may want to cleanup or recover these."
11310msgstr ""
11311
11312#: builtin/difftool.c:689
11313msgid "use `diff.guitool` instead of `diff.tool`"
11314msgstr ""
11315
11316#: builtin/difftool.c:691
11317msgid "perform a full-directory diff"
11318msgstr ""
11319
11320#: builtin/difftool.c:693
11321msgid "do not prompt before launching a diff tool"
11322msgstr ""
11323
11324#: builtin/difftool.c:698
11325msgid "use symlinks in dir-diff mode"
11326msgstr ""
11327
11328#: builtin/difftool.c:699
11329msgid "tool"
11330msgstr ""
11331
11332#: builtin/difftool.c:700
11333msgid "use the specified diff tool"
11334msgstr ""
11335
11336#: builtin/difftool.c:702
11337msgid "print a list of diff tools that may be used with `--tool`"
11338msgstr ""
11339
11340#: builtin/difftool.c:705
11341msgid ""
11342"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
11343"code"
11344msgstr ""
11345
11346#: builtin/difftool.c:708
11347msgid "specify a custom command for viewing diffs"
11348msgstr ""
11349
11350#: builtin/difftool.c:709
11351msgid "passed to `diff`"
11352msgstr ""
11353
11354#: builtin/difftool.c:724
11355msgid "difftool requires worktree or --no-index"
11356msgstr ""
11357
11358#: builtin/difftool.c:731
11359msgid "--dir-diff is incompatible with --no-index"
11360msgstr ""
11361
11362#: builtin/difftool.c:734
11363msgid "--gui, --tool and --extcmd are mutually exclusive"
11364msgstr ""
11365
11366#: builtin/difftool.c:742
11367msgid "no <tool> given for --tool=<tool>"
11368msgstr ""
11369
11370#: builtin/difftool.c:749
11371msgid "no <cmd> given for --extcmd=<cmd>"
11372msgstr ""
11373
11374#: builtin/fast-export.c:29
11375msgid "git fast-export [rev-list-opts]"
11376msgstr ""
11377
11378#: builtin/fast-export.c:1084
11379msgid "show progress after <n> objects"
11380msgstr ""
11381
11382#: builtin/fast-export.c:1086
11383msgid "select handling of signed tags"
11384msgstr ""
11385
11386#: builtin/fast-export.c:1089
11387msgid "select handling of tags that tag filtered objects"
11388msgstr ""
11389
11390#: builtin/fast-export.c:1092
11391msgid "Dump marks to this file"
11392msgstr ""
11393
11394#: builtin/fast-export.c:1094
11395msgid "Import marks from this file"
11396msgstr ""
11397
11398#: builtin/fast-export.c:1096
11399msgid "Fake a tagger when tags lack one"
11400msgstr ""
11401
11402#: builtin/fast-export.c:1098
11403msgid "Output full tree for each commit"
11404msgstr ""
11405
11406#: builtin/fast-export.c:1100
11407msgid "Use the done feature to terminate the stream"
11408msgstr ""
11409
11410#: builtin/fast-export.c:1101
11411msgid "Skip output of blob data"
11412msgstr ""
11413
11414#: builtin/fast-export.c:1102 builtin/log.c:1609
11415msgid "refspec"
11416msgstr ""
11417
11418#: builtin/fast-export.c:1103
11419msgid "Apply refspec to exported refs"
11420msgstr ""
11421
11422#: builtin/fast-export.c:1104
11423msgid "anonymize output"
11424msgstr ""
11425
11426#: builtin/fast-export.c:1106
11427msgid "Reference parents which are not in fast-export stream by object id"
11428msgstr ""
11429
11430#: builtin/fast-export.c:1108
11431msgid "Show original object ids of blobs/commits"
11432msgstr ""
11433
11434#: builtin/fetch.c:28
11435msgid "git fetch [<options>] [<repository> [<refspec>...]]"
11436msgstr ""
11437
11438#: builtin/fetch.c:29
11439msgid "git fetch [<options>] <group>"
11440msgstr ""
11441
11442#: builtin/fetch.c:30
11443msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
11444msgstr ""
11445
11446#: builtin/fetch.c:31
11447msgid "git fetch --all [<options>]"
11448msgstr ""
11449
11450#: builtin/fetch.c:115 builtin/pull.c:202
11451msgid "fetch from all remotes"
11452msgstr ""
11453
11454#: builtin/fetch.c:117 builtin/pull.c:205
11455msgid "append to .git/FETCH_HEAD instead of overwriting"
11456msgstr ""
11457
11458#: builtin/fetch.c:119 builtin/pull.c:208
11459msgid "path to upload pack on remote end"
11460msgstr ""
11461
11462#: builtin/fetch.c:120
11463msgid "force overwrite of local reference"
11464msgstr ""
11465
11466#: builtin/fetch.c:122
11467msgid "fetch from multiple remotes"
11468msgstr ""
11469
11470#: builtin/fetch.c:124 builtin/pull.c:212
11471msgid "fetch all tags and associated objects"
11472msgstr ""
11473
11474#: builtin/fetch.c:126
11475msgid "do not fetch all tags (--no-tags)"
11476msgstr ""
11477
11478#: builtin/fetch.c:128
11479msgid "number of submodules fetched in parallel"
11480msgstr ""
11481
11482#: builtin/fetch.c:130 builtin/pull.c:215
11483msgid "prune remote-tracking branches no longer on remote"
11484msgstr ""
11485
11486#: builtin/fetch.c:132
11487msgid "prune local tags no longer on remote and clobber changed tags"
11488msgstr ""
11489
11490#: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:139
11491msgid "on-demand"
11492msgstr ""
11493
11494#: builtin/fetch.c:134
11495msgid "control recursive fetching of submodules"
11496msgstr ""
11497
11498#: builtin/fetch.c:138 builtin/pull.c:223
11499msgid "keep downloaded pack"
11500msgstr ""
11501
11502#: builtin/fetch.c:140
11503msgid "allow updating of HEAD ref"
11504msgstr ""
11505
11506#: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:226
11507msgid "deepen history of shallow clone"
11508msgstr ""
11509
11510#: builtin/fetch.c:145
11511msgid "deepen history of shallow repository based on time"
11512msgstr ""
11513
11514#: builtin/fetch.c:151 builtin/pull.c:229
11515msgid "convert to a complete repository"
11516msgstr ""
11517
11518#: builtin/fetch.c:154
11519msgid "prepend this to submodule path output"
11520msgstr ""
11521
11522#: builtin/fetch.c:157
11523msgid ""
11524"default for recursive fetching of submodules (lower priority than config "
11525"files)"
11526msgstr ""
11527
11528#: builtin/fetch.c:161 builtin/pull.c:232
11529msgid "accept refs that update .git/shallow"
11530msgstr ""
11531
11532#: builtin/fetch.c:162 builtin/pull.c:234
11533msgid "refmap"
11534msgstr ""
11535
11536#: builtin/fetch.c:163 builtin/pull.c:235
11537msgid "specify fetch refmap"
11538msgstr ""
11539
11540#: builtin/fetch.c:170
11541msgid "report that we have only objects reachable from this object"
11542msgstr ""
11543
11544#: builtin/fetch.c:469
11545msgid "Couldn't find remote ref HEAD"
11546msgstr ""
11547
11548#: builtin/fetch.c:608
11549#, c-format
11550msgid "configuration fetch.output contains invalid value %s"
11551msgstr ""
11552
11553#: builtin/fetch.c:705
11554#, c-format
11555msgid "object %s not found"
11556msgstr ""
11557
11558#: builtin/fetch.c:709
11559msgid "[up to date]"
11560msgstr ""
11561
11562#: builtin/fetch.c:722 builtin/fetch.c:738 builtin/fetch.c:801
11563msgid "[rejected]"
11564msgstr ""
11565
11566#: builtin/fetch.c:723
11567msgid "can't fetch in current branch"
11568msgstr ""
11569
11570#: builtin/fetch.c:733
11571msgid "[tag update]"
11572msgstr ""
11573
11574#: builtin/fetch.c:734 builtin/fetch.c:771 builtin/fetch.c:784
11575#: builtin/fetch.c:796
11576msgid "unable to update local ref"
11577msgstr ""
11578
11579#: builtin/fetch.c:738
11580msgid "would clobber existing tag"
11581msgstr ""
11582
11583#: builtin/fetch.c:760
11584msgid "[new tag]"
11585msgstr ""
11586
11587#: builtin/fetch.c:763
11588msgid "[new branch]"
11589msgstr ""
11590
11591#: builtin/fetch.c:766
11592msgid "[new ref]"
11593msgstr ""
11594
11595#: builtin/fetch.c:796
11596msgid "forced update"
11597msgstr ""
11598
11599#: builtin/fetch.c:801
11600msgid "non-fast-forward"
11601msgstr ""
11602
11603#: builtin/fetch.c:847
11604#, c-format
11605msgid "%s did not send all necessary objects\n"
11606msgstr ""
11607
11608#: builtin/fetch.c:868
11609#, c-format
11610msgid "reject %s because shallow roots are not allowed to be updated"
11611msgstr ""
11612
11613#: builtin/fetch.c:959 builtin/fetch.c:1081
11614#, c-format
11615msgid "From %.*s\n"
11616msgstr ""
11617
11618#: builtin/fetch.c:970
11619#, c-format
11620msgid ""
11621"some local refs could not be updated; try running\n"
11622" 'git remote prune %s' to remove any old, conflicting branches"
11623msgstr ""
11624
11625#: builtin/fetch.c:1051
11626#, c-format
11627msgid "   (%s will become dangling)"
11628msgstr ""
11629
11630#: builtin/fetch.c:1052
11631#, c-format
11632msgid "   (%s has become dangling)"
11633msgstr ""
11634
11635#: builtin/fetch.c:1084
11636msgid "[deleted]"
11637msgstr ""
11638
11639#: builtin/fetch.c:1085 builtin/remote.c:1036
11640msgid "(none)"
11641msgstr ""
11642
11643#: builtin/fetch.c:1108
11644#, c-format
11645msgid "Refusing to fetch into current branch %s of non-bare repository"
11646msgstr ""
11647
11648#: builtin/fetch.c:1127
11649#, c-format
11650msgid "Option \"%s\" value \"%s\" is not valid for %s"
11651msgstr ""
11652
11653#: builtin/fetch.c:1130
11654#, c-format
11655msgid "Option \"%s\" is ignored for %s\n"
11656msgstr ""
11657
11658#: builtin/fetch.c:1434
11659#, c-format
11660msgid "Fetching %s\n"
11661msgstr ""
11662
11663#: builtin/fetch.c:1436 builtin/remote.c:100
11664#, c-format
11665msgid "Could not fetch %s"
11666msgstr ""
11667
11668#: builtin/fetch.c:1482
11669msgid ""
11670"--filter can only be used with the remote configured in extensions."
11671"partialClone"
11672msgstr ""
11673
11674#: builtin/fetch.c:1506
11675msgid ""
11676"No remote repository specified.  Please, specify either a URL or a\n"
11677"remote name from which new revisions should be fetched."
11678msgstr ""
11679
11680#: builtin/fetch.c:1543
11681msgid "You need to specify a tag name."
11682msgstr ""
11683
11684#: builtin/fetch.c:1594
11685msgid "Negative depth in --deepen is not supported"
11686msgstr ""
11687
11688#: builtin/fetch.c:1596
11689msgid "--deepen and --depth are mutually exclusive"
11690msgstr ""
11691
11692#: builtin/fetch.c:1601
11693msgid "--depth and --unshallow cannot be used together"
11694msgstr ""
11695
11696#: builtin/fetch.c:1603
11697msgid "--unshallow on a complete repository does not make sense"
11698msgstr ""
11699
11700#: builtin/fetch.c:1619
11701msgid "fetch --all does not take a repository argument"
11702msgstr ""
11703
11704#: builtin/fetch.c:1621
11705msgid "fetch --all does not make sense with refspecs"
11706msgstr ""
11707
11708#: builtin/fetch.c:1630
11709#, c-format
11710msgid "No such remote or remote group: %s"
11711msgstr ""
11712
11713#: builtin/fetch.c:1637
11714msgid "Fetching a group and specifying refspecs does not make sense"
11715msgstr ""
11716
11717#: builtin/fetch.c:1653
11718msgid ""
11719"--filter can only be used with the remote configured in extensions."
11720"partialclone"
11721msgstr ""
11722
11723#: builtin/fmt-merge-msg.c:18
11724msgid ""
11725"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
11726msgstr ""
11727
11728#: builtin/fmt-merge-msg.c:672
11729msgid "populate log with at most <n> entries from shortlog"
11730msgstr ""
11731
11732#: builtin/fmt-merge-msg.c:675
11733msgid "alias for --log (deprecated)"
11734msgstr ""
11735
11736#: builtin/fmt-merge-msg.c:678
11737msgid "text"
11738msgstr ""
11739
11740#: builtin/fmt-merge-msg.c:679
11741msgid "use <text> as start of message"
11742msgstr ""
11743
11744#: builtin/fmt-merge-msg.c:680
11745msgid "file to read from"
11746msgstr ""
11747
11748#: builtin/for-each-ref.c:10
11749msgid "git for-each-ref [<options>] [<pattern>]"
11750msgstr ""
11751
11752#: builtin/for-each-ref.c:11
11753msgid "git for-each-ref [--points-at <object>]"
11754msgstr ""
11755
11756#: builtin/for-each-ref.c:12
11757msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
11758msgstr ""
11759
11760#: builtin/for-each-ref.c:13
11761msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
11762msgstr ""
11763
11764#: builtin/for-each-ref.c:28
11765msgid "quote placeholders suitably for shells"
11766msgstr ""
11767
11768#: builtin/for-each-ref.c:30
11769msgid "quote placeholders suitably for perl"
11770msgstr ""
11771
11772#: builtin/for-each-ref.c:32
11773msgid "quote placeholders suitably for python"
11774msgstr ""
11775
11776#: builtin/for-each-ref.c:34
11777msgid "quote placeholders suitably for Tcl"
11778msgstr ""
11779
11780#: builtin/for-each-ref.c:37
11781msgid "show only <n> matched refs"
11782msgstr ""
11783
11784#: builtin/for-each-ref.c:39 builtin/tag.c:433
11785msgid "respect format colors"
11786msgstr ""
11787
11788#: builtin/for-each-ref.c:42
11789msgid "print only refs which points at the given object"
11790msgstr ""
11791
11792#: builtin/for-each-ref.c:44
11793msgid "print only refs that are merged"
11794msgstr ""
11795
11796#: builtin/for-each-ref.c:45
11797msgid "print only refs that are not merged"
11798msgstr ""
11799
11800#: builtin/for-each-ref.c:46
11801msgid "print only refs which contain the commit"
11802msgstr ""
11803
11804#: builtin/for-each-ref.c:47
11805msgid "print only refs which don't contain the commit"
11806msgstr ""
11807
11808#: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
11809msgid "unknown"
11810msgstr ""
11811
11812#. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
11813#: builtin/fsck.c:120 builtin/fsck.c:136
11814#, c-format
11815msgid "error in %s %s: %s"
11816msgstr ""
11817
11818#. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
11819#: builtin/fsck.c:131
11820#, c-format
11821msgid "warning in %s %s: %s"
11822msgstr ""
11823
11824#: builtin/fsck.c:157 builtin/fsck.c:159
11825#, c-format
11826msgid "broken link from %7s %s"
11827msgstr ""
11828
11829#: builtin/fsck.c:168
11830msgid "wrong object type in link"
11831msgstr ""
11832
11833#: builtin/fsck.c:184
11834#, c-format
11835msgid ""
11836"broken link from %7s %s\n"
11837"              to %7s %s"
11838msgstr ""
11839
11840#: builtin/fsck.c:295
11841#, c-format
11842msgid "missing %s %s"
11843msgstr ""
11844
11845#: builtin/fsck.c:321
11846#, c-format
11847msgid "unreachable %s %s"
11848msgstr ""
11849
11850#: builtin/fsck.c:340
11851#, c-format
11852msgid "dangling %s %s"
11853msgstr ""
11854
11855#: builtin/fsck.c:349
11856msgid "could not create lost-found"
11857msgstr ""
11858
11859#: builtin/fsck.c:360
11860#, c-format
11861msgid "could not finish '%s'"
11862msgstr ""
11863
11864#: builtin/fsck.c:377
11865#, c-format
11866msgid "Checking %s"
11867msgstr ""
11868
11869#: builtin/fsck.c:415
11870#, c-format
11871msgid "Checking connectivity (%d objects)"
11872msgstr ""
11873
11874#: builtin/fsck.c:434
11875#, c-format
11876msgid "Checking %s %s"
11877msgstr ""
11878
11879#: builtin/fsck.c:438
11880msgid "broken links"
11881msgstr ""
11882
11883#: builtin/fsck.c:447
11884#, c-format
11885msgid "root %s"
11886msgstr ""
11887
11888#: builtin/fsck.c:455
11889#, c-format
11890msgid "tagged %s %s (%s) in %s"
11891msgstr ""
11892
11893#: builtin/fsck.c:484
11894#, c-format
11895msgid "%s: object corrupt or missing"
11896msgstr ""
11897
11898#: builtin/fsck.c:509
11899#, c-format
11900msgid "%s: invalid reflog entry %s"
11901msgstr ""
11902
11903#: builtin/fsck.c:523
11904#, c-format
11905msgid "Checking reflog %s->%s"
11906msgstr ""
11907
11908#: builtin/fsck.c:557
11909#, c-format
11910msgid "%s: invalid sha1 pointer %s"
11911msgstr ""
11912
11913#: builtin/fsck.c:564
11914#, c-format
11915msgid "%s: not a commit"
11916msgstr ""
11917
11918#: builtin/fsck.c:619
11919msgid "notice: No default references"
11920msgstr ""
11921
11922#: builtin/fsck.c:634
11923#, c-format
11924msgid "%s: object corrupt or missing: %s"
11925msgstr ""
11926
11927#: builtin/fsck.c:647
11928#, c-format
11929msgid "%s: object could not be parsed: %s"
11930msgstr ""
11931
11932#: builtin/fsck.c:667
11933#, c-format
11934msgid "bad sha1 file: %s"
11935msgstr ""
11936
11937#: builtin/fsck.c:682
11938msgid "Checking object directory"
11939msgstr ""
11940
11941#: builtin/fsck.c:685
11942msgid "Checking object directories"
11943msgstr ""
11944
11945#: builtin/fsck.c:700
11946#, c-format
11947msgid "Checking %s link"
11948msgstr ""
11949
11950#: builtin/fsck.c:705 builtin/index-pack.c:841
11951#, c-format
11952msgid "invalid %s"
11953msgstr ""
11954
11955#: builtin/fsck.c:712
11956#, c-format
11957msgid "%s points to something strange (%s)"
11958msgstr ""
11959
11960#: builtin/fsck.c:718
11961#, c-format
11962msgid "%s: detached HEAD points at nothing"
11963msgstr ""
11964
11965#: builtin/fsck.c:722
11966#, c-format
11967msgid "notice: %s points to an unborn branch (%s)"
11968msgstr ""
11969
11970#: builtin/fsck.c:734
11971msgid "Checking cache tree"
11972msgstr ""
11973
11974#: builtin/fsck.c:739
11975#, c-format
11976msgid "%s: invalid sha1 pointer in cache-tree"
11977msgstr ""
11978
11979#: builtin/fsck.c:750
11980msgid "non-tree in cache-tree"
11981msgstr ""
11982
11983#: builtin/fsck.c:781
11984msgid "git fsck [<options>] [<object>...]"
11985msgstr ""
11986
11987#: builtin/fsck.c:787
11988msgid "show unreachable objects"
11989msgstr ""
11990
11991#: builtin/fsck.c:788
11992msgid "show dangling objects"
11993msgstr ""
11994
11995#: builtin/fsck.c:789
11996msgid "report tags"
11997msgstr ""
11998
11999#: builtin/fsck.c:790
12000msgid "report root nodes"
12001msgstr ""
12002
12003#: builtin/fsck.c:791
12004msgid "make index objects head nodes"
12005msgstr ""
12006
12007#: builtin/fsck.c:792
12008msgid "make reflogs head nodes (default)"
12009msgstr ""
12010
12011#: builtin/fsck.c:793
12012msgid "also consider packs and alternate objects"
12013msgstr ""
12014
12015#: builtin/fsck.c:794
12016msgid "check only connectivity"
12017msgstr ""
12018
12019#: builtin/fsck.c:795
12020msgid "enable more strict checking"
12021msgstr ""
12022
12023#: builtin/fsck.c:797
12024msgid "write dangling objects in .git/lost-found"
12025msgstr ""
12026
12027#: builtin/fsck.c:798 builtin/prune.c:132
12028msgid "show progress"
12029msgstr ""
12030
12031#: builtin/fsck.c:799
12032msgid "show verbose names for reachable objects"
12033msgstr ""
12034
12035#: builtin/fsck.c:859 builtin/index-pack.c:224
12036msgid "Checking objects"
12037msgstr ""
12038
12039#: builtin/fsck.c:887
12040#, c-format
12041msgid "%s: object missing"
12042msgstr ""
12043
12044#: builtin/fsck.c:899
12045#, c-format
12046msgid "invalid parameter: expected sha1, got '%s'"
12047msgstr ""
12048
12049#: builtin/gc.c:34
12050msgid "git gc [<options>]"
12051msgstr ""
12052
12053#: builtin/gc.c:90
12054#, c-format
12055msgid "Failed to fstat %s: %s"
12056msgstr ""
12057
12058#: builtin/gc.c:126
12059#, c-format
12060msgid "failed to parse '%s' value '%s'"
12061msgstr ""
12062
12063#: builtin/gc.c:476 builtin/init-db.c:55
12064#, c-format
12065msgid "cannot stat '%s'"
12066msgstr ""
12067
12068#: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:519
12069#, c-format
12070msgid "cannot read '%s'"
12071msgstr ""
12072
12073#: builtin/gc.c:492
12074#, c-format
12075msgid ""
12076"The last gc run reported the following. Please correct the root cause\n"
12077"and remove %s.\n"
12078"Automatic cleanup will not be performed until the file is removed.\n"
12079"\n"
12080"%s"
12081msgstr ""
12082
12083#: builtin/gc.c:540
12084msgid "prune unreferenced objects"
12085msgstr ""
12086
12087#: builtin/gc.c:542
12088msgid "be more thorough (increased runtime)"
12089msgstr ""
12090
12091#: builtin/gc.c:543
12092msgid "enable auto-gc mode"
12093msgstr ""
12094
12095#: builtin/gc.c:546
12096msgid "force running gc even if there may be another gc running"
12097msgstr ""
12098
12099#: builtin/gc.c:549
12100msgid "repack all other packs except the largest pack"
12101msgstr ""
12102
12103#: builtin/gc.c:566
12104#, c-format
12105msgid "failed to parse gc.logexpiry value %s"
12106msgstr ""
12107
12108#: builtin/gc.c:577
12109#, c-format
12110msgid "failed to parse prune expiry value %s"
12111msgstr ""
12112
12113#: builtin/gc.c:597
12114#, c-format
12115msgid "Auto packing the repository in background for optimum performance.\n"
12116msgstr ""
12117
12118#: builtin/gc.c:599
12119#, c-format
12120msgid "Auto packing the repository for optimum performance.\n"
12121msgstr ""
12122
12123#: builtin/gc.c:600
12124#, c-format
12125msgid "See \"git help gc\" for manual housekeeping.\n"
12126msgstr ""
12127
12128#: builtin/gc.c:640
12129#, c-format
12130msgid ""
12131"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
12132msgstr ""
12133
12134#: builtin/gc.c:693
12135msgid ""
12136"There are too many unreachable loose objects; run 'git prune' to remove them."
12137msgstr ""
12138
12139#: builtin/grep.c:29
12140msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
12141msgstr ""
12142
12143#: builtin/grep.c:225
12144#, c-format
12145msgid "grep: failed to create thread: %s"
12146msgstr ""
12147
12148#: builtin/grep.c:279
12149#, c-format
12150msgid "invalid number of threads specified (%d) for %s"
12151msgstr ""
12152
12153#. TRANSLATORS: %s is the configuration
12154#. variable for tweaking threads, currently
12155#. grep.threads
12156#.
12157#: builtin/grep.c:287 builtin/index-pack.c:1514 builtin/index-pack.c:1705
12158#: builtin/pack-objects.c:2720
12159#, c-format
12160msgid "no threads support, ignoring %s"
12161msgstr ""
12162
12163#: builtin/grep.c:466 builtin/grep.c:590 builtin/grep.c:631
12164#, c-format
12165msgid "unable to read tree (%s)"
12166msgstr ""
12167
12168#: builtin/grep.c:646
12169#, c-format
12170msgid "unable to grep from object of type %s"
12171msgstr ""
12172
12173#: builtin/grep.c:712
12174#, c-format
12175msgid "switch `%c' expects a numerical value"
12176msgstr ""
12177
12178#: builtin/grep.c:811
12179msgid "search in index instead of in the work tree"
12180msgstr ""
12181
12182#: builtin/grep.c:813
12183msgid "find in contents not managed by git"
12184msgstr ""
12185
12186#: builtin/grep.c:815
12187msgid "search in both tracked and untracked files"
12188msgstr ""
12189
12190#: builtin/grep.c:817
12191msgid "ignore files specified via '.gitignore'"
12192msgstr ""
12193
12194#: builtin/grep.c:819
12195msgid "recursively search in each submodule"
12196msgstr ""
12197
12198#: builtin/grep.c:822
12199msgid "show non-matching lines"
12200msgstr ""
12201
12202#: builtin/grep.c:824
12203msgid "case insensitive matching"
12204msgstr ""
12205
12206#: builtin/grep.c:826
12207msgid "match patterns only at word boundaries"
12208msgstr ""
12209
12210#: builtin/grep.c:828
12211msgid "process binary files as text"
12212msgstr ""
12213
12214#: builtin/grep.c:830
12215msgid "don't match patterns in binary files"
12216msgstr ""
12217
12218#: builtin/grep.c:833
12219msgid "process binary files with textconv filters"
12220msgstr ""
12221
12222#: builtin/grep.c:835
12223msgid "search in subdirectories (default)"
12224msgstr ""
12225
12226#: builtin/grep.c:837
12227msgid "descend at most <depth> levels"
12228msgstr ""
12229
12230#: builtin/grep.c:841
12231msgid "use extended POSIX regular expressions"
12232msgstr ""
12233
12234#: builtin/grep.c:844
12235msgid "use basic POSIX regular expressions (default)"
12236msgstr ""
12237
12238#: builtin/grep.c:847
12239msgid "interpret patterns as fixed strings"
12240msgstr ""
12241
12242#: builtin/grep.c:850
12243msgid "use Perl-compatible regular expressions"
12244msgstr ""
12245
12246#: builtin/grep.c:853
12247msgid "show line numbers"
12248msgstr ""
12249
12250#: builtin/grep.c:854
12251msgid "show column number of first match"
12252msgstr ""
12253
12254#: builtin/grep.c:855
12255msgid "don't show filenames"
12256msgstr ""
12257
12258#: builtin/grep.c:856
12259msgid "show filenames"
12260msgstr ""
12261
12262#: builtin/grep.c:858
12263msgid "show filenames relative to top directory"
12264msgstr ""
12265
12266#: builtin/grep.c:860
12267msgid "show only filenames instead of matching lines"
12268msgstr ""
12269
12270#: builtin/grep.c:862
12271msgid "synonym for --files-with-matches"
12272msgstr ""
12273
12274#: builtin/grep.c:865
12275msgid "show only the names of files without match"
12276msgstr ""
12277
12278#: builtin/grep.c:867
12279msgid "print NUL after filenames"
12280msgstr ""
12281
12282#: builtin/grep.c:870
12283msgid "show only matching parts of a line"
12284msgstr ""
12285
12286#: builtin/grep.c:872
12287msgid "show the number of matches instead of matching lines"
12288msgstr ""
12289
12290#: builtin/grep.c:873
12291msgid "highlight matches"
12292msgstr ""
12293
12294#: builtin/grep.c:875
12295msgid "print empty line between matches from different files"
12296msgstr ""
12297
12298#: builtin/grep.c:877
12299msgid "show filename only once above matches from same file"
12300msgstr ""
12301
12302#: builtin/grep.c:880
12303msgid "show <n> context lines before and after matches"
12304msgstr ""
12305
12306#: builtin/grep.c:883
12307msgid "show <n> context lines before matches"
12308msgstr ""
12309
12310#: builtin/grep.c:885
12311msgid "show <n> context lines after matches"
12312msgstr ""
12313
12314#: builtin/grep.c:887
12315msgid "use <n> worker threads"
12316msgstr ""
12317
12318#: builtin/grep.c:888
12319msgid "shortcut for -C NUM"
12320msgstr ""
12321
12322#: builtin/grep.c:891
12323msgid "show a line with the function name before matches"
12324msgstr ""
12325
12326#: builtin/grep.c:893
12327msgid "show the surrounding function"
12328msgstr ""
12329
12330#: builtin/grep.c:896
12331msgid "read patterns from file"
12332msgstr ""
12333
12334#: builtin/grep.c:898
12335msgid "match <pattern>"
12336msgstr ""
12337
12338#: builtin/grep.c:900
12339msgid "combine patterns specified with -e"
12340msgstr ""
12341
12342#: builtin/grep.c:912
12343msgid "indicate hit with exit status without output"
12344msgstr ""
12345
12346#: builtin/grep.c:914
12347msgid "show only matches from files that match all patterns"
12348msgstr ""
12349
12350#: builtin/grep.c:916
12351msgid "show parse tree for grep expression"
12352msgstr ""
12353
12354#: builtin/grep.c:920
12355msgid "pager"
12356msgstr ""
12357
12358#: builtin/grep.c:920
12359msgid "show matching files in the pager"
12360msgstr ""
12361
12362#: builtin/grep.c:924
12363msgid "allow calling of grep(1) (ignored by this build)"
12364msgstr ""
12365
12366#: builtin/grep.c:988
12367msgid "no pattern given"
12368msgstr ""
12369
12370#: builtin/grep.c:1024
12371msgid "--no-index or --untracked cannot be used with revs"
12372msgstr ""
12373
12374#: builtin/grep.c:1032
12375#, c-format
12376msgid "unable to resolve revision: %s"
12377msgstr ""
12378
12379#: builtin/grep.c:1063
12380msgid "invalid option combination, ignoring --threads"
12381msgstr ""
12382
12383#: builtin/grep.c:1066 builtin/pack-objects.c:3403
12384msgid "no threads support, ignoring --threads"
12385msgstr ""
12386
12387#: builtin/grep.c:1069 builtin/index-pack.c:1511 builtin/pack-objects.c:2717
12388#, c-format
12389msgid "invalid number of threads specified (%d)"
12390msgstr ""
12391
12392#: builtin/grep.c:1092
12393msgid "--open-files-in-pager only works on the worktree"
12394msgstr ""
12395
12396#: builtin/grep.c:1115
12397msgid "option not supported with --recurse-submodules"
12398msgstr ""
12399
12400#: builtin/grep.c:1121
12401msgid "--cached or --untracked cannot be used with --no-index"
12402msgstr ""
12403
12404#: builtin/grep.c:1127
12405msgid "--[no-]exclude-standard cannot be used for tracked contents"
12406msgstr ""
12407
12408#: builtin/grep.c:1135
12409msgid "both --cached and trees are given"
12410msgstr ""
12411
12412#: builtin/hash-object.c:85
12413msgid ""
12414"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
12415"[--] <file>..."
12416msgstr ""
12417
12418#: builtin/hash-object.c:86
12419msgid "git hash-object  --stdin-paths"
12420msgstr ""
12421
12422#: builtin/hash-object.c:98
12423msgid "type"
12424msgstr ""
12425
12426#: builtin/hash-object.c:98
12427msgid "object type"
12428msgstr ""
12429
12430#: builtin/hash-object.c:99
12431msgid "write the object into the object database"
12432msgstr ""
12433
12434#: builtin/hash-object.c:101
12435msgid "read the object from stdin"
12436msgstr ""
12437
12438#: builtin/hash-object.c:103
12439msgid "store file as is without filters"
12440msgstr ""
12441
12442#: builtin/hash-object.c:104
12443msgid ""
12444"just hash any random garbage to create corrupt objects for debugging Git"
12445msgstr ""
12446
12447#: builtin/hash-object.c:105
12448msgid "process file as it were from this path"
12449msgstr ""
12450
12451#: builtin/help.c:46
12452msgid "print all available commands"
12453msgstr ""
12454
12455#: builtin/help.c:47
12456msgid "exclude guides"
12457msgstr ""
12458
12459#: builtin/help.c:48
12460msgid "print list of useful guides"
12461msgstr ""
12462
12463#: builtin/help.c:49
12464msgid "print all configuration variable names"
12465msgstr ""
12466
12467#: builtin/help.c:51
12468msgid "show man page"
12469msgstr ""
12470
12471#: builtin/help.c:52
12472msgid "show manual in web browser"
12473msgstr ""
12474
12475#: builtin/help.c:54
12476msgid "show info page"
12477msgstr ""
12478
12479#: builtin/help.c:56
12480msgid "print command description"
12481msgstr ""
12482
12483#: builtin/help.c:61
12484msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
12485msgstr ""
12486
12487#: builtin/help.c:77
12488#, c-format
12489msgid "unrecognized help format '%s'"
12490msgstr ""
12491
12492#: builtin/help.c:104
12493msgid "Failed to start emacsclient."
12494msgstr ""
12495
12496#: builtin/help.c:117
12497msgid "Failed to parse emacsclient version."
12498msgstr ""
12499
12500#: builtin/help.c:125
12501#, c-format
12502msgid "emacsclient version '%d' too old (< 22)."
12503msgstr ""
12504
12505#: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
12506#, c-format
12507msgid "failed to exec '%s'"
12508msgstr ""
12509
12510#: builtin/help.c:221
12511#, c-format
12512msgid ""
12513"'%s': path for unsupported man viewer.\n"
12514"Please consider using 'man.<tool>.cmd' instead."
12515msgstr ""
12516
12517#: builtin/help.c:233
12518#, c-format
12519msgid ""
12520"'%s': cmd for supported man viewer.\n"
12521"Please consider using 'man.<tool>.path' instead."
12522msgstr ""
12523
12524#: builtin/help.c:350
12525#, c-format
12526msgid "'%s': unknown man viewer."
12527msgstr ""
12528
12529#: builtin/help.c:367
12530msgid "no man viewer handled the request"
12531msgstr ""
12532
12533#: builtin/help.c:375
12534msgid "no info viewer handled the request"
12535msgstr ""
12536
12537#: builtin/help.c:434 builtin/help.c:445 git.c:335
12538#, c-format
12539msgid "'%s' is aliased to '%s'"
12540msgstr ""
12541
12542#: builtin/help.c:448 git.c:364
12543#, c-format
12544msgid "bad alias.%s string: %s"
12545msgstr ""
12546
12547#: builtin/help.c:477 builtin/help.c:507
12548#, c-format
12549msgid "usage: %s%s"
12550msgstr ""
12551
12552#: builtin/help.c:491
12553msgid "'git help config' for more information"
12554msgstr ""
12555
12556#: builtin/index-pack.c:184
12557#, c-format
12558msgid "object type mismatch at %s"
12559msgstr ""
12560
12561#: builtin/index-pack.c:204
12562#, c-format
12563msgid "did not receive expected object %s"
12564msgstr ""
12565
12566#: builtin/index-pack.c:207
12567#, c-format
12568msgid "object %s: expected type %s, found %s"
12569msgstr ""
12570
12571#: builtin/index-pack.c:257
12572#, c-format
12573msgid "cannot fill %d byte"
12574msgid_plural "cannot fill %d bytes"
12575msgstr[0] ""
12576msgstr[1] ""
12577
12578#: builtin/index-pack.c:267
12579msgid "early EOF"
12580msgstr ""
12581
12582#: builtin/index-pack.c:268
12583msgid "read error on input"
12584msgstr ""
12585
12586#: builtin/index-pack.c:280
12587msgid "used more bytes than were available"
12588msgstr ""
12589
12590#: builtin/index-pack.c:287 builtin/pack-objects.c:600
12591msgid "pack too large for current definition of off_t"
12592msgstr ""
12593
12594#: builtin/index-pack.c:290 builtin/unpack-objects.c:94
12595msgid "pack exceeds maximum allowed size"
12596msgstr ""
12597
12598#: builtin/index-pack.c:305 builtin/repack.c:250
12599#, c-format
12600msgid "unable to create '%s'"
12601msgstr ""
12602
12603#: builtin/index-pack.c:311
12604#, c-format
12605msgid "cannot open packfile '%s'"
12606msgstr ""
12607
12608#: builtin/index-pack.c:325
12609msgid "pack signature mismatch"
12610msgstr ""
12611
12612#: builtin/index-pack.c:327
12613#, c-format
12614msgid "pack version %<PRIu32> unsupported"
12615msgstr ""
12616
12617#: builtin/index-pack.c:345
12618#, c-format
12619msgid "pack has bad object at offset %<PRIuMAX>: %s"
12620msgstr ""
12621
12622#: builtin/index-pack.c:465
12623#, c-format
12624msgid "inflate returned %d"
12625msgstr ""
12626
12627#: builtin/index-pack.c:514
12628msgid "offset value overflow for delta base object"
12629msgstr ""
12630
12631#: builtin/index-pack.c:522
12632msgid "delta base offset is out of bound"
12633msgstr ""
12634
12635#: builtin/index-pack.c:530
12636#, c-format
12637msgid "unknown object type %d"
12638msgstr ""
12639
12640#: builtin/index-pack.c:561
12641msgid "cannot pread pack file"
12642msgstr ""
12643
12644#: builtin/index-pack.c:563
12645#, c-format
12646msgid "premature end of pack file, %<PRIuMAX> byte missing"
12647msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
12648msgstr[0] ""
12649msgstr[1] ""
12650
12651#: builtin/index-pack.c:589
12652msgid "serious inflate inconsistency"
12653msgstr ""
12654
12655#: builtin/index-pack.c:734 builtin/index-pack.c:740 builtin/index-pack.c:763
12656#: builtin/index-pack.c:802 builtin/index-pack.c:811
12657#, c-format
12658msgid "SHA1 COLLISION FOUND WITH %s !"
12659msgstr ""
12660
12661#: builtin/index-pack.c:737 builtin/pack-objects.c:153
12662#: builtin/pack-objects.c:213 builtin/pack-objects.c:307
12663#, c-format
12664msgid "unable to read %s"
12665msgstr ""
12666
12667#: builtin/index-pack.c:800
12668#, c-format
12669msgid "cannot read existing object info %s"
12670msgstr ""
12671
12672#: builtin/index-pack.c:808
12673#, c-format
12674msgid "cannot read existing object %s"
12675msgstr ""
12676
12677#: builtin/index-pack.c:822
12678#, c-format
12679msgid "invalid blob object %s"
12680msgstr ""
12681
12682#: builtin/index-pack.c:825 builtin/index-pack.c:844
12683msgid "fsck error in packed object"
12684msgstr ""
12685
12686#: builtin/index-pack.c:846
12687#, c-format
12688msgid "Not all child objects of %s are reachable"
12689msgstr ""
12690
12691#: builtin/index-pack.c:918 builtin/index-pack.c:949
12692msgid "failed to apply delta"
12693msgstr ""
12694
12695#: builtin/index-pack.c:1117
12696msgid "Receiving objects"
12697msgstr ""
12698
12699#: builtin/index-pack.c:1117
12700msgid "Indexing objects"
12701msgstr ""
12702
12703#: builtin/index-pack.c:1151
12704msgid "pack is corrupted (SHA1 mismatch)"
12705msgstr ""
12706
12707#: builtin/index-pack.c:1156
12708msgid "cannot fstat packfile"
12709msgstr ""
12710
12711#: builtin/index-pack.c:1159
12712msgid "pack has junk at the end"
12713msgstr ""
12714
12715#: builtin/index-pack.c:1171
12716msgid "confusion beyond insanity in parse_pack_objects()"
12717msgstr ""
12718
12719#: builtin/index-pack.c:1194
12720msgid "Resolving deltas"
12721msgstr ""
12722
12723#: builtin/index-pack.c:1204 builtin/pack-objects.c:2489
12724#, c-format
12725msgid "unable to create thread: %s"
12726msgstr ""
12727
12728#: builtin/index-pack.c:1245
12729msgid "confusion beyond insanity"
12730msgstr ""
12731
12732#: builtin/index-pack.c:1251
12733#, c-format
12734msgid "completed with %d local object"
12735msgid_plural "completed with %d local objects"
12736msgstr[0] ""
12737msgstr[1] ""
12738
12739#: builtin/index-pack.c:1263
12740#, c-format
12741msgid "Unexpected tail checksum for %s (disk corruption?)"
12742msgstr ""
12743
12744#: builtin/index-pack.c:1267
12745#, c-format
12746msgid "pack has %d unresolved delta"
12747msgid_plural "pack has %d unresolved deltas"
12748msgstr[0] ""
12749msgstr[1] ""
12750
12751#: builtin/index-pack.c:1291
12752#, c-format
12753msgid "unable to deflate appended object (%d)"
12754msgstr ""
12755
12756#: builtin/index-pack.c:1368
12757#, c-format
12758msgid "local object %s is corrupt"
12759msgstr ""
12760
12761#: builtin/index-pack.c:1382
12762#, c-format
12763msgid "packfile name '%s' does not end with '.pack'"
12764msgstr ""
12765
12766#: builtin/index-pack.c:1407
12767#, c-format
12768msgid "cannot write %s file '%s'"
12769msgstr ""
12770
12771#: builtin/index-pack.c:1415
12772#, c-format
12773msgid "cannot close written %s file '%s'"
12774msgstr ""
12775
12776#: builtin/index-pack.c:1439
12777msgid "error while closing pack file"
12778msgstr ""
12779
12780#: builtin/index-pack.c:1453
12781msgid "cannot store pack file"
12782msgstr ""
12783
12784#: builtin/index-pack.c:1461
12785msgid "cannot store index file"
12786msgstr ""
12787
12788#: builtin/index-pack.c:1505 builtin/pack-objects.c:2728
12789#, c-format
12790msgid "bad pack.indexversion=%<PRIu32>"
12791msgstr ""
12792
12793#: builtin/index-pack.c:1573
12794#, c-format
12795msgid "Cannot open existing pack file '%s'"
12796msgstr ""
12797
12798#: builtin/index-pack.c:1575
12799#, c-format
12800msgid "Cannot open existing pack idx file for '%s'"
12801msgstr ""
12802
12803#: builtin/index-pack.c:1623
12804#, c-format
12805msgid "non delta: %d object"
12806msgid_plural "non delta: %d objects"
12807msgstr[0] ""
12808msgstr[1] ""
12809
12810#: builtin/index-pack.c:1630
12811#, c-format
12812msgid "chain length = %d: %lu object"
12813msgid_plural "chain length = %d: %lu objects"
12814msgstr[0] ""
12815msgstr[1] ""
12816
12817#: builtin/index-pack.c:1667
12818msgid "Cannot come back to cwd"
12819msgstr ""
12820
12821#: builtin/index-pack.c:1716 builtin/index-pack.c:1719
12822#: builtin/index-pack.c:1735 builtin/index-pack.c:1739
12823#, c-format
12824msgid "bad %s"
12825msgstr ""
12826
12827#: builtin/index-pack.c:1755
12828msgid "--fix-thin cannot be used without --stdin"
12829msgstr ""
12830
12831#: builtin/index-pack.c:1757
12832msgid "--stdin requires a git repository"
12833msgstr ""
12834
12835#: builtin/index-pack.c:1763
12836msgid "--verify with no packfile name given"
12837msgstr ""
12838
12839#: builtin/index-pack.c:1811 builtin/unpack-objects.c:580
12840msgid "fsck error in pack objects"
12841msgstr ""
12842
12843#: builtin/init-db.c:61
12844#, c-format
12845msgid "cannot stat template '%s'"
12846msgstr ""
12847
12848#: builtin/init-db.c:66
12849#, c-format
12850msgid "cannot opendir '%s'"
12851msgstr ""
12852
12853#: builtin/init-db.c:78
12854#, c-format
12855msgid "cannot readlink '%s'"
12856msgstr ""
12857
12858#: builtin/init-db.c:80
12859#, c-format
12860msgid "cannot symlink '%s' '%s'"
12861msgstr ""
12862
12863#: builtin/init-db.c:86
12864#, c-format
12865msgid "cannot copy '%s' to '%s'"
12866msgstr ""
12867
12868#: builtin/init-db.c:90
12869#, c-format
12870msgid "ignoring template %s"
12871msgstr ""
12872
12873#: builtin/init-db.c:121
12874#, c-format
12875msgid "templates not found in %s"
12876msgstr ""
12877
12878#: builtin/init-db.c:136
12879#, c-format
12880msgid "not copying templates from '%s': %s"
12881msgstr ""
12882
12883#: builtin/init-db.c:334
12884#, c-format
12885msgid "unable to handle file type %d"
12886msgstr ""
12887
12888#: builtin/init-db.c:337
12889#, c-format
12890msgid "unable to move %s to %s"
12891msgstr ""
12892
12893#: builtin/init-db.c:354 builtin/init-db.c:357
12894#, c-format
12895msgid "%s already exists"
12896msgstr ""
12897
12898#: builtin/init-db.c:413
12899#, c-format
12900msgid "Reinitialized existing shared Git repository in %s%s\n"
12901msgstr ""
12902
12903#: builtin/init-db.c:414
12904#, c-format
12905msgid "Reinitialized existing Git repository in %s%s\n"
12906msgstr ""
12907
12908#: builtin/init-db.c:418
12909#, c-format
12910msgid "Initialized empty shared Git repository in %s%s\n"
12911msgstr ""
12912
12913#: builtin/init-db.c:419
12914#, c-format
12915msgid "Initialized empty Git repository in %s%s\n"
12916msgstr ""
12917
12918#: builtin/init-db.c:468
12919msgid ""
12920"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
12921"shared[=<permissions>]] [<directory>]"
12922msgstr ""
12923
12924#: builtin/init-db.c:491
12925msgid "permissions"
12926msgstr ""
12927
12928#: builtin/init-db.c:492
12929msgid "specify that the git repository is to be shared amongst several users"
12930msgstr ""
12931
12932#: builtin/init-db.c:526 builtin/init-db.c:531
12933#, c-format
12934msgid "cannot mkdir %s"
12935msgstr ""
12936
12937#: builtin/init-db.c:535
12938#, c-format
12939msgid "cannot chdir to %s"
12940msgstr ""
12941
12942#: builtin/init-db.c:556
12943#, c-format
12944msgid ""
12945"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
12946"dir=<directory>)"
12947msgstr ""
12948
12949#: builtin/init-db.c:584
12950#, c-format
12951msgid "Cannot access work tree '%s'"
12952msgstr ""
12953
12954#: builtin/interpret-trailers.c:15
12955msgid ""
12956"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12957"<token>[(=|:)<value>])...] [<file>...]"
12958msgstr ""
12959
12960#: builtin/interpret-trailers.c:94
12961msgid "edit files in place"
12962msgstr ""
12963
12964#: builtin/interpret-trailers.c:95
12965msgid "trim empty trailers"
12966msgstr ""
12967
12968#: builtin/interpret-trailers.c:98
12969msgid "where to place the new trailer"
12970msgstr ""
12971
12972#: builtin/interpret-trailers.c:100
12973msgid "action if trailer already exists"
12974msgstr ""
12975
12976#: builtin/interpret-trailers.c:102
12977msgid "action if trailer is missing"
12978msgstr ""
12979
12980#: builtin/interpret-trailers.c:104
12981msgid "output only the trailers"
12982msgstr ""
12983
12984#: builtin/interpret-trailers.c:105
12985msgid "do not apply config rules"
12986msgstr ""
12987
12988#: builtin/interpret-trailers.c:106
12989msgid "join whitespace-continued values"
12990msgstr ""
12991
12992#: builtin/interpret-trailers.c:107
12993msgid "set parsing options"
12994msgstr ""
12995
12996#: builtin/interpret-trailers.c:109
12997msgid "do not treat --- specially"
12998msgstr ""
12999
13000#: builtin/interpret-trailers.c:110
13001msgid "trailer"
13002msgstr ""
13003
13004#: builtin/interpret-trailers.c:111
13005msgid "trailer(s) to add"
13006msgstr ""
13007
13008#: builtin/interpret-trailers.c:120
13009msgid "--trailer with --only-input does not make sense"
13010msgstr ""
13011
13012#: builtin/interpret-trailers.c:130
13013msgid "no input file given for in-place editing"
13014msgstr ""
13015
13016#: builtin/log.c:55
13017msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
13018msgstr ""
13019
13020#: builtin/log.c:56
13021msgid "git show [<options>] <object>..."
13022msgstr ""
13023
13024#: builtin/log.c:104
13025#, c-format
13026msgid "invalid --decorate option: %s"
13027msgstr ""
13028
13029#: builtin/log.c:168
13030msgid "show source"
13031msgstr ""
13032
13033#: builtin/log.c:169
13034msgid "Use mail map file"
13035msgstr ""
13036
13037#: builtin/log.c:171
13038msgid "only decorate refs that match <pattern>"
13039msgstr ""
13040
13041#: builtin/log.c:173
13042msgid "do not decorate refs that match <pattern>"
13043msgstr ""
13044
13045#: builtin/log.c:174
13046msgid "decorate options"
13047msgstr ""
13048
13049#: builtin/log.c:177
13050msgid "Process line range n,m in file, counting from 1"
13051msgstr ""
13052
13053#: builtin/log.c:275
13054#, c-format
13055msgid "Final output: %d %s\n"
13056msgstr ""
13057
13058#: builtin/log.c:529
13059#, c-format
13060msgid "git show %s: bad file"
13061msgstr ""
13062
13063#: builtin/log.c:544 builtin/log.c:638
13064#, c-format
13065msgid "could not read object %s"
13066msgstr ""
13067
13068#: builtin/log.c:663
13069#, c-format
13070msgid "unknown type: %d"
13071msgstr ""
13072
13073#: builtin/log.c:784
13074msgid "format.headers without value"
13075msgstr ""
13076
13077#: builtin/log.c:885
13078msgid "name of output directory is too long"
13079msgstr ""
13080
13081#: builtin/log.c:901
13082#, c-format
13083msgid "cannot open patch file %s"
13084msgstr ""
13085
13086#: builtin/log.c:918
13087msgid "need exactly one range"
13088msgstr ""
13089
13090#: builtin/log.c:928
13091msgid "not a range"
13092msgstr ""
13093
13094#: builtin/log.c:1051
13095msgid "cover letter needs email format"
13096msgstr ""
13097
13098#: builtin/log.c:1057
13099msgid "failed to create cover-letter file"
13100msgstr ""
13101
13102#: builtin/log.c:1136
13103#, c-format
13104msgid "insane in-reply-to: %s"
13105msgstr ""
13106
13107#: builtin/log.c:1163
13108msgid "git format-patch [<options>] [<since> | <revision-range>]"
13109msgstr ""
13110
13111#: builtin/log.c:1221
13112msgid "two output directories?"
13113msgstr ""
13114
13115#: builtin/log.c:1332 builtin/log.c:2076 builtin/log.c:2078 builtin/log.c:2090
13116#, c-format
13117msgid "unknown commit %s"
13118msgstr ""
13119
13120#: builtin/log.c:1342 builtin/replace.c:58 builtin/replace.c:207
13121#: builtin/replace.c:210
13122#, c-format
13123msgid "failed to resolve '%s' as a valid ref"
13124msgstr ""
13125
13126#: builtin/log.c:1347
13127msgid "could not find exact merge base"
13128msgstr ""
13129
13130#: builtin/log.c:1351
13131msgid ""
13132"failed to get upstream, if you want to record base commit automatically,\n"
13133"please use git branch --set-upstream-to to track a remote branch.\n"
13134"Or you could specify base commit by --base=<base-commit-id> manually"
13135msgstr ""
13136
13137#: builtin/log.c:1371
13138msgid "failed to find exact merge base"
13139msgstr ""
13140
13141#: builtin/log.c:1382
13142msgid "base commit should be the ancestor of revision list"
13143msgstr ""
13144
13145#: builtin/log.c:1386
13146msgid "base commit shouldn't be in revision list"
13147msgstr ""
13148
13149#: builtin/log.c:1439
13150msgid "cannot get patch id"
13151msgstr ""
13152
13153#: builtin/log.c:1491
13154msgid "failed to infer range-diff ranges"
13155msgstr ""
13156
13157#: builtin/log.c:1536
13158msgid "use [PATCH n/m] even with a single patch"
13159msgstr ""
13160
13161#: builtin/log.c:1539
13162msgid "use [PATCH] even with multiple patches"
13163msgstr ""
13164
13165#: builtin/log.c:1543
13166msgid "print patches to standard out"
13167msgstr ""
13168
13169#: builtin/log.c:1545
13170msgid "generate a cover letter"
13171msgstr ""
13172
13173#: builtin/log.c:1547
13174msgid "use simple number sequence for output file names"
13175msgstr ""
13176
13177#: builtin/log.c:1548
13178msgid "sfx"
13179msgstr ""
13180
13181#: builtin/log.c:1549
13182msgid "use <sfx> instead of '.patch'"
13183msgstr ""
13184
13185#: builtin/log.c:1551
13186msgid "start numbering patches at <n> instead of 1"
13187msgstr ""
13188
13189#: builtin/log.c:1553
13190msgid "mark the series as Nth re-roll"
13191msgstr ""
13192
13193#: builtin/log.c:1555
13194msgid "Use [RFC PATCH] instead of [PATCH]"
13195msgstr ""
13196
13197#: builtin/log.c:1558
13198msgid "Use [<prefix>] instead of [PATCH]"
13199msgstr ""
13200
13201#: builtin/log.c:1561
13202msgid "store resulting files in <dir>"
13203msgstr ""
13204
13205#: builtin/log.c:1564
13206msgid "don't strip/add [PATCH]"
13207msgstr ""
13208
13209#: builtin/log.c:1567
13210msgid "don't output binary diffs"
13211msgstr ""
13212
13213#: builtin/log.c:1569
13214msgid "output all-zero hash in From header"
13215msgstr ""
13216
13217#: builtin/log.c:1571
13218msgid "don't include a patch matching a commit upstream"
13219msgstr ""
13220
13221#: builtin/log.c:1573
13222msgid "show patch format instead of default (patch + stat)"
13223msgstr ""
13224
13225#: builtin/log.c:1575
13226msgid "Messaging"
13227msgstr ""
13228
13229#: builtin/log.c:1576
13230msgid "header"
13231msgstr ""
13232
13233#: builtin/log.c:1577
13234msgid "add email header"
13235msgstr ""
13236
13237#: builtin/log.c:1578 builtin/log.c:1580
13238msgid "email"
13239msgstr ""
13240
13241#: builtin/log.c:1578
13242msgid "add To: header"
13243msgstr ""
13244
13245#: builtin/log.c:1580
13246msgid "add Cc: header"
13247msgstr ""
13248
13249#: builtin/log.c:1582
13250msgid "ident"
13251msgstr ""
13252
13253#: builtin/log.c:1583
13254msgid "set From address to <ident> (or committer ident if absent)"
13255msgstr ""
13256
13257#: builtin/log.c:1585
13258msgid "message-id"
13259msgstr ""
13260
13261#: builtin/log.c:1586
13262msgid "make first mail a reply to <message-id>"
13263msgstr ""
13264
13265#: builtin/log.c:1587 builtin/log.c:1590
13266msgid "boundary"
13267msgstr ""
13268
13269#: builtin/log.c:1588
13270msgid "attach the patch"
13271msgstr ""
13272
13273#: builtin/log.c:1591
13274msgid "inline the patch"
13275msgstr ""
13276
13277#: builtin/log.c:1595
13278msgid "enable message threading, styles: shallow, deep"
13279msgstr ""
13280
13281#: builtin/log.c:1597
13282msgid "signature"
13283msgstr ""
13284
13285#: builtin/log.c:1598
13286msgid "add a signature"
13287msgstr ""
13288
13289#: builtin/log.c:1599
13290msgid "base-commit"
13291msgstr ""
13292
13293#: builtin/log.c:1600
13294msgid "add prerequisite tree info to the patch series"
13295msgstr ""
13296
13297#: builtin/log.c:1602
13298msgid "add a signature from a file"
13299msgstr ""
13300
13301#: builtin/log.c:1603
13302msgid "don't print the patch filenames"
13303msgstr ""
13304
13305#: builtin/log.c:1605
13306msgid "show progress while generating patches"
13307msgstr ""
13308
13309#: builtin/log.c:1606
13310msgid "rev"
13311msgstr ""
13312
13313#: builtin/log.c:1607
13314msgid "show changes against <rev> in cover letter or single patch"
13315msgstr ""
13316
13317#: builtin/log.c:1610
13318msgid "show changes against <refspec> in cover letter or single patch"
13319msgstr ""
13320
13321#: builtin/log.c:1612
13322msgid "percentage by which creation is weighted"
13323msgstr ""
13324
13325#: builtin/log.c:1687
13326#, c-format
13327msgid "invalid ident line: %s"
13328msgstr ""
13329
13330#: builtin/log.c:1702
13331msgid "-n and -k are mutually exclusive"
13332msgstr ""
13333
13334#: builtin/log.c:1704
13335msgid "--subject-prefix/--rfc and -k are mutually exclusive"
13336msgstr ""
13337
13338#: builtin/log.c:1712
13339msgid "--name-only does not make sense"
13340msgstr ""
13341
13342#: builtin/log.c:1714
13343msgid "--name-status does not make sense"
13344msgstr ""
13345
13346#: builtin/log.c:1716
13347msgid "--check does not make sense"
13348msgstr ""
13349
13350#: builtin/log.c:1748
13351msgid "standard output, or directory, which one?"
13352msgstr ""
13353
13354#: builtin/log.c:1837
13355msgid "--interdiff requires --cover-letter or single patch"
13356msgstr ""
13357
13358#: builtin/log.c:1841
13359msgid "Interdiff:"
13360msgstr ""
13361
13362#: builtin/log.c:1842
13363#, c-format
13364msgid "Interdiff against v%d:"
13365msgstr ""
13366
13367#: builtin/log.c:1848
13368msgid "--creation-factor requires --range-diff"
13369msgstr ""
13370
13371#: builtin/log.c:1852
13372msgid "--range-diff requires --cover-letter or single patch"
13373msgstr ""
13374
13375#: builtin/log.c:1860
13376msgid "Range-diff:"
13377msgstr ""
13378
13379#: builtin/log.c:1861
13380#, c-format
13381msgid "Range-diff against v%d:"
13382msgstr ""
13383
13384#: builtin/log.c:1872
13385#, c-format
13386msgid "unable to read signature file '%s'"
13387msgstr ""
13388
13389#: builtin/log.c:1908
13390msgid "Generating patches"
13391msgstr ""
13392
13393#: builtin/log.c:1952
13394msgid "failed to create output files"
13395msgstr ""
13396
13397#: builtin/log.c:2011
13398msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
13399msgstr ""
13400
13401#: builtin/log.c:2065
13402#, c-format
13403msgid ""
13404"Could not find a tracked remote branch, please specify <upstream> manually.\n"
13405msgstr ""
13406
13407#: builtin/ls-files.c:470
13408msgid "git ls-files [<options>] [<file>...]"
13409msgstr ""
13410
13411#: builtin/ls-files.c:526
13412msgid "identify the file status with tags"
13413msgstr ""
13414
13415#: builtin/ls-files.c:528
13416msgid "use lowercase letters for 'assume unchanged' files"
13417msgstr ""
13418
13419#: builtin/ls-files.c:530
13420msgid "use lowercase letters for 'fsmonitor clean' files"
13421msgstr ""
13422
13423#: builtin/ls-files.c:532
13424msgid "show cached files in the output (default)"
13425msgstr ""
13426
13427#: builtin/ls-files.c:534
13428msgid "show deleted files in the output"
13429msgstr ""
13430
13431#: builtin/ls-files.c:536
13432msgid "show modified files in the output"
13433msgstr ""
13434
13435#: builtin/ls-files.c:538
13436msgid "show other files in the output"
13437msgstr ""
13438
13439#: builtin/ls-files.c:540
13440msgid "show ignored files in the output"
13441msgstr ""
13442
13443#: builtin/ls-files.c:543
13444msgid "show staged contents' object name in the output"
13445msgstr ""
13446
13447#: builtin/ls-files.c:545
13448msgid "show files on the filesystem that need to be removed"
13449msgstr ""
13450
13451#: builtin/ls-files.c:547
13452msgid "show 'other' directories' names only"
13453msgstr ""
13454
13455#: builtin/ls-files.c:549
13456msgid "show line endings of files"
13457msgstr ""
13458
13459#: builtin/ls-files.c:551
13460msgid "don't show empty directories"
13461msgstr ""
13462
13463#: builtin/ls-files.c:554
13464msgid "show unmerged files in the output"
13465msgstr ""
13466
13467#: builtin/ls-files.c:556
13468msgid "show resolve-undo information"
13469msgstr ""
13470
13471#: builtin/ls-files.c:558
13472msgid "skip files matching pattern"
13473msgstr ""
13474
13475#: builtin/ls-files.c:561
13476msgid "exclude patterns are read from <file>"
13477msgstr ""
13478
13479#: builtin/ls-files.c:564
13480msgid "read additional per-directory exclude patterns in <file>"
13481msgstr ""
13482
13483#: builtin/ls-files.c:566
13484msgid "add the standard git exclusions"
13485msgstr ""
13486
13487#: builtin/ls-files.c:570
13488msgid "make the output relative to the project top directory"
13489msgstr ""
13490
13491#: builtin/ls-files.c:573
13492msgid "recurse through submodules"
13493msgstr ""
13494
13495#: builtin/ls-files.c:575
13496msgid "if any <file> is not in the index, treat this as an error"
13497msgstr ""
13498
13499#: builtin/ls-files.c:576
13500msgid "tree-ish"
13501msgstr ""
13502
13503#: builtin/ls-files.c:577
13504msgid "pretend that paths removed since <tree-ish> are still present"
13505msgstr ""
13506
13507#: builtin/ls-files.c:579
13508msgid "show debugging data"
13509msgstr ""
13510
13511#: builtin/ls-remote.c:9
13512msgid ""
13513"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
13514"                     [-q | --quiet] [--exit-code] [--get-url]\n"
13515"                     [--symref] [<repository> [<refs>...]]"
13516msgstr ""
13517
13518#: builtin/ls-remote.c:59
13519msgid "do not print remote URL"
13520msgstr ""
13521
13522#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1458
13523msgid "exec"
13524msgstr ""
13525
13526#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
13527msgid "path of git-upload-pack on the remote host"
13528msgstr ""
13529
13530#: builtin/ls-remote.c:65
13531msgid "limit to tags"
13532msgstr ""
13533
13534#: builtin/ls-remote.c:66
13535msgid "limit to heads"
13536msgstr ""
13537
13538#: builtin/ls-remote.c:67
13539msgid "do not show peeled tags"
13540msgstr ""
13541
13542#: builtin/ls-remote.c:69
13543msgid "take url.<base>.insteadOf into account"
13544msgstr ""
13545
13546#: builtin/ls-remote.c:72
13547msgid "exit with exit code 2 if no matching refs are found"
13548msgstr ""
13549
13550#: builtin/ls-remote.c:75
13551msgid "show underlying ref in addition to the object pointed by it"
13552msgstr ""
13553
13554#: builtin/ls-tree.c:30
13555msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
13556msgstr ""
13557
13558#: builtin/ls-tree.c:128
13559msgid "only show trees"
13560msgstr ""
13561
13562#: builtin/ls-tree.c:130
13563msgid "recurse into subtrees"
13564msgstr ""
13565
13566#: builtin/ls-tree.c:132
13567msgid "show trees when recursing"
13568msgstr ""
13569
13570#: builtin/ls-tree.c:135
13571msgid "terminate entries with NUL byte"
13572msgstr ""
13573
13574#: builtin/ls-tree.c:136
13575msgid "include object size"
13576msgstr ""
13577
13578#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
13579msgid "list only filenames"
13580msgstr ""
13581
13582#: builtin/ls-tree.c:143
13583msgid "use full path names"
13584msgstr ""
13585
13586#: builtin/ls-tree.c:145
13587msgid "list entire tree; not just current directory (implies --full-name)"
13588msgstr ""
13589
13590#: builtin/mailsplit.c:241
13591#, c-format
13592msgid "empty mbox: '%s'"
13593msgstr ""
13594
13595#: builtin/merge.c:54
13596msgid "git merge [<options>] [<commit>...]"
13597msgstr ""
13598
13599#: builtin/merge.c:55
13600msgid "git merge --abort"
13601msgstr ""
13602
13603#: builtin/merge.c:56
13604msgid "git merge --continue"
13605msgstr ""
13606
13607#: builtin/merge.c:116
13608msgid "switch `m' requires a value"
13609msgstr ""
13610
13611#: builtin/merge.c:139
13612#, c-format
13613msgid "option `%s' requires a value"
13614msgstr ""
13615
13616#: builtin/merge.c:185
13617#, c-format
13618msgid "Could not find merge strategy '%s'.\n"
13619msgstr ""
13620
13621#: builtin/merge.c:186
13622#, c-format
13623msgid "Available strategies are:"
13624msgstr ""
13625
13626#: builtin/merge.c:191
13627#, c-format
13628msgid "Available custom strategies are:"
13629msgstr ""
13630
13631#: builtin/merge.c:242 builtin/pull.c:150
13632msgid "do not show a diffstat at the end of the merge"
13633msgstr ""
13634
13635#: builtin/merge.c:245 builtin/pull.c:153
13636msgid "show a diffstat at the end of the merge"
13637msgstr ""
13638
13639#: builtin/merge.c:246 builtin/pull.c:156
13640msgid "(synonym to --stat)"
13641msgstr ""
13642
13643#: builtin/merge.c:248 builtin/pull.c:159
13644msgid "add (at most <n>) entries from shortlog to merge commit message"
13645msgstr ""
13646
13647#: builtin/merge.c:251 builtin/pull.c:165
13648msgid "create a single commit instead of doing a merge"
13649msgstr ""
13650
13651#: builtin/merge.c:253 builtin/pull.c:168
13652msgid "perform a commit if the merge succeeds (default)"
13653msgstr ""
13654
13655#: builtin/merge.c:255 builtin/pull.c:171
13656msgid "edit message before committing"
13657msgstr ""
13658
13659#: builtin/merge.c:257
13660msgid "allow fast-forward (default)"
13661msgstr ""
13662
13663#: builtin/merge.c:259 builtin/pull.c:178
13664msgid "abort if fast-forward is not possible"
13665msgstr ""
13666
13667#: builtin/merge.c:263 builtin/pull.c:181
13668msgid "verify that the named commit has a valid GPG signature"
13669msgstr ""
13670
13671#: builtin/merge.c:264 builtin/notes.c:787 builtin/pull.c:185
13672#: builtin/rebase.c:492 builtin/rebase.c:1471 builtin/revert.c:113
13673msgid "strategy"
13674msgstr ""
13675
13676#: builtin/merge.c:265 builtin/pull.c:186
13677msgid "merge strategy to use"
13678msgstr ""
13679
13680#: builtin/merge.c:266 builtin/pull.c:189
13681msgid "option=value"
13682msgstr ""
13683
13684#: builtin/merge.c:267 builtin/pull.c:190
13685msgid "option for selected merge strategy"
13686msgstr ""
13687
13688#: builtin/merge.c:269
13689msgid "merge commit message (for a non-fast-forward merge)"
13690msgstr ""
13691
13692#: builtin/merge.c:276
13693msgid "abort the current in-progress merge"
13694msgstr ""
13695
13696#: builtin/merge.c:278
13697msgid "continue the current in-progress merge"
13698msgstr ""
13699
13700#: builtin/merge.c:280 builtin/pull.c:197
13701msgid "allow merging unrelated histories"
13702msgstr ""
13703
13704#: builtin/merge.c:286
13705msgid "verify commit-msg hook"
13706msgstr ""
13707
13708#: builtin/merge.c:311
13709msgid "could not run stash."
13710msgstr ""
13711
13712#: builtin/merge.c:316
13713msgid "stash failed"
13714msgstr ""
13715
13716#: builtin/merge.c:321
13717#, c-format
13718msgid "not a valid object: %s"
13719msgstr ""
13720
13721#: builtin/merge.c:343 builtin/merge.c:360
13722msgid "read-tree failed"
13723msgstr ""
13724
13725#: builtin/merge.c:390
13726msgid " (nothing to squash)"
13727msgstr ""
13728
13729#: builtin/merge.c:401
13730#, c-format
13731msgid "Squash commit -- not updating HEAD\n"
13732msgstr ""
13733
13734#: builtin/merge.c:451
13735#, c-format
13736msgid "No merge message -- not updating HEAD\n"
13737msgstr ""
13738
13739#: builtin/merge.c:502
13740#, c-format
13741msgid "'%s' does not point to a commit"
13742msgstr ""
13743
13744#: builtin/merge.c:589
13745#, c-format
13746msgid "Bad branch.%s.mergeoptions string: %s"
13747msgstr ""
13748
13749#: builtin/merge.c:712
13750msgid "Not handling anything other than two heads merge."
13751msgstr ""
13752
13753#: builtin/merge.c:726
13754#, c-format
13755msgid "Unknown option for merge-recursive: -X%s"
13756msgstr ""
13757
13758#: builtin/merge.c:741
13759#, c-format
13760msgid "unable to write %s"
13761msgstr ""
13762
13763#: builtin/merge.c:793
13764#, c-format
13765msgid "Could not read from '%s'"
13766msgstr ""
13767
13768#: builtin/merge.c:802
13769#, c-format
13770msgid "Not committing merge; use 'git commit' to complete the merge.\n"
13771msgstr ""
13772
13773#: builtin/merge.c:808
13774msgid ""
13775"Please enter a commit message to explain why this merge is necessary,\n"
13776"especially if it merges an updated upstream into a topic branch.\n"
13777"\n"
13778msgstr ""
13779
13780#: builtin/merge.c:813
13781msgid "An empty message aborts the commit.\n"
13782msgstr ""
13783
13784#: builtin/merge.c:816
13785#, c-format
13786msgid ""
13787"Lines starting with '%c' will be ignored, and an empty message aborts\n"
13788"the commit.\n"
13789msgstr ""
13790
13791#: builtin/merge.c:857
13792msgid "Empty commit message."
13793msgstr ""
13794
13795#: builtin/merge.c:876
13796#, c-format
13797msgid "Wonderful.\n"
13798msgstr ""
13799
13800#: builtin/merge.c:936
13801#, c-format
13802msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
13803msgstr ""
13804
13805#: builtin/merge.c:975
13806msgid "No current branch."
13807msgstr ""
13808
13809#: builtin/merge.c:977
13810msgid "No remote for the current branch."
13811msgstr ""
13812
13813#: builtin/merge.c:979
13814msgid "No default upstream defined for the current branch."
13815msgstr ""
13816
13817#: builtin/merge.c:984
13818#, c-format
13819msgid "No remote-tracking branch for %s from %s"
13820msgstr ""
13821
13822#: builtin/merge.c:1041
13823#, c-format
13824msgid "Bad value '%s' in environment '%s'"
13825msgstr ""
13826
13827#: builtin/merge.c:1144
13828#, c-format
13829msgid "not something we can merge in %s: %s"
13830msgstr ""
13831
13832#: builtin/merge.c:1178
13833msgid "not something we can merge"
13834msgstr ""
13835
13836#: builtin/merge.c:1281
13837msgid "--abort expects no arguments"
13838msgstr ""
13839
13840#: builtin/merge.c:1285
13841msgid "There is no merge to abort (MERGE_HEAD missing)."
13842msgstr ""
13843
13844#: builtin/merge.c:1297
13845msgid "--continue expects no arguments"
13846msgstr ""
13847
13848#: builtin/merge.c:1301
13849msgid "There is no merge in progress (MERGE_HEAD missing)."
13850msgstr ""
13851
13852#: builtin/merge.c:1317
13853msgid ""
13854"You have not concluded your merge (MERGE_HEAD exists).\n"
13855"Please, commit your changes before you merge."
13856msgstr ""
13857
13858#: builtin/merge.c:1324
13859msgid ""
13860"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
13861"Please, commit your changes before you merge."
13862msgstr ""
13863
13864#: builtin/merge.c:1327
13865msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
13866msgstr ""
13867
13868#: builtin/merge.c:1341
13869msgid "You cannot combine --squash with --no-ff."
13870msgstr ""
13871
13872#: builtin/merge.c:1349
13873msgid "No commit specified and merge.defaultToUpstream not set."
13874msgstr ""
13875
13876#: builtin/merge.c:1366
13877msgid "Squash commit into empty head not supported yet"
13878msgstr ""
13879
13880#: builtin/merge.c:1368
13881msgid "Non-fast-forward commit does not make sense into an empty head"
13882msgstr ""
13883
13884#: builtin/merge.c:1373
13885#, c-format
13886msgid "%s - not something we can merge"
13887msgstr ""
13888
13889#: builtin/merge.c:1375
13890msgid "Can merge only exactly one commit into empty head"
13891msgstr ""
13892
13893#: builtin/merge.c:1454
13894msgid "refusing to merge unrelated histories"
13895msgstr ""
13896
13897#: builtin/merge.c:1463
13898msgid "Already up to date."
13899msgstr ""
13900
13901#: builtin/merge.c:1473
13902#, c-format
13903msgid "Updating %s..%s\n"
13904msgstr ""
13905
13906#: builtin/merge.c:1515
13907#, c-format
13908msgid "Trying really trivial in-index merge...\n"
13909msgstr ""
13910
13911#: builtin/merge.c:1522
13912#, c-format
13913msgid "Nope.\n"
13914msgstr ""
13915
13916#: builtin/merge.c:1547
13917msgid "Already up to date. Yeeah!"
13918msgstr ""
13919
13920#: builtin/merge.c:1553
13921msgid "Not possible to fast-forward, aborting."
13922msgstr ""
13923
13924#: builtin/merge.c:1576 builtin/merge.c:1655
13925#, c-format
13926msgid "Rewinding the tree to pristine...\n"
13927msgstr ""
13928
13929#: builtin/merge.c:1580
13930#, c-format
13931msgid "Trying merge strategy %s...\n"
13932msgstr ""
13933
13934#: builtin/merge.c:1646
13935#, c-format
13936msgid "No merge strategy handled the merge.\n"
13937msgstr ""
13938
13939#: builtin/merge.c:1648
13940#, c-format
13941msgid "Merge with strategy %s failed.\n"
13942msgstr ""
13943
13944#: builtin/merge.c:1657
13945#, c-format
13946msgid "Using the %s to prepare resolving by hand.\n"
13947msgstr ""
13948
13949#: builtin/merge.c:1669
13950#, c-format
13951msgid "Automatic merge went well; stopped before committing as requested\n"
13952msgstr ""
13953
13954#: builtin/merge-base.c:32
13955msgid "git merge-base [-a | --all] <commit> <commit>..."
13956msgstr ""
13957
13958#: builtin/merge-base.c:33
13959msgid "git merge-base [-a | --all] --octopus <commit>..."
13960msgstr ""
13961
13962#: builtin/merge-base.c:34
13963msgid "git merge-base --independent <commit>..."
13964msgstr ""
13965
13966#: builtin/merge-base.c:35
13967msgid "git merge-base --is-ancestor <commit> <commit>"
13968msgstr ""
13969
13970#: builtin/merge-base.c:36
13971msgid "git merge-base --fork-point <ref> [<commit>]"
13972msgstr ""
13973
13974#: builtin/merge-base.c:153
13975msgid "output all common ancestors"
13976msgstr ""
13977
13978#: builtin/merge-base.c:155
13979msgid "find ancestors for a single n-way merge"
13980msgstr ""
13981
13982#: builtin/merge-base.c:157
13983msgid "list revs not reachable from others"
13984msgstr ""
13985
13986#: builtin/merge-base.c:159
13987msgid "is the first one ancestor of the other?"
13988msgstr ""
13989
13990#: builtin/merge-base.c:161
13991msgid "find where <commit> forked from reflog of <ref>"
13992msgstr ""
13993
13994#: builtin/merge-file.c:9
13995msgid ""
13996"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
13997"<orig-file> <file2>"
13998msgstr ""
13999
14000#: builtin/merge-file.c:35
14001msgid "send results to standard output"
14002msgstr ""
14003
14004#: builtin/merge-file.c:36
14005msgid "use a diff3 based merge"
14006msgstr ""
14007
14008#: builtin/merge-file.c:37
14009msgid "for conflicts, use our version"
14010msgstr ""
14011
14012#: builtin/merge-file.c:39
14013msgid "for conflicts, use their version"
14014msgstr ""
14015
14016#: builtin/merge-file.c:41
14017msgid "for conflicts, use a union version"
14018msgstr ""
14019
14020#: builtin/merge-file.c:44
14021msgid "for conflicts, use this marker size"
14022msgstr ""
14023
14024#: builtin/merge-file.c:45
14025msgid "do not warn about conflicts"
14026msgstr ""
14027
14028#: builtin/merge-file.c:47
14029msgid "set labels for file1/orig-file/file2"
14030msgstr ""
14031
14032#: builtin/merge-recursive.c:46
14033#, c-format
14034msgid "unknown option %s"
14035msgstr ""
14036
14037#: builtin/merge-recursive.c:52
14038#, c-format
14039msgid "could not parse object '%s'"
14040msgstr ""
14041
14042#: builtin/merge-recursive.c:56
14043#, c-format
14044msgid "cannot handle more than %d base. Ignoring %s."
14045msgid_plural "cannot handle more than %d bases. Ignoring %s."
14046msgstr[0] ""
14047msgstr[1] ""
14048
14049#: builtin/merge-recursive.c:64
14050msgid "not handling anything other than two heads merge."
14051msgstr ""
14052
14053#: builtin/merge-recursive.c:70 builtin/merge-recursive.c:72
14054#, c-format
14055msgid "could not resolve ref '%s'"
14056msgstr ""
14057
14058#: builtin/merge-recursive.c:78
14059#, c-format
14060msgid "Merging %s with %s\n"
14061msgstr ""
14062
14063#: builtin/mktree.c:66
14064msgid "git mktree [-z] [--missing] [--batch]"
14065msgstr ""
14066
14067#: builtin/mktree.c:154
14068msgid "input is NUL terminated"
14069msgstr ""
14070
14071#: builtin/mktree.c:155 builtin/write-tree.c:26
14072msgid "allow missing objects"
14073msgstr ""
14074
14075#: builtin/mktree.c:156
14076msgid "allow creation of more than one tree"
14077msgstr ""
14078
14079#: builtin/multi-pack-index.c:9
14080msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
14081msgstr ""
14082
14083#: builtin/multi-pack-index.c:22
14084msgid "object directory containing set of packfile and pack-index pairs"
14085msgstr ""
14086
14087#: builtin/multi-pack-index.c:40 builtin/prune-packed.c:67
14088msgid "too many arguments"
14089msgstr ""
14090
14091#: builtin/multi-pack-index.c:51
14092#, c-format
14093msgid "unrecognized verb: %s"
14094msgstr ""
14095
14096#: builtin/mv.c:18
14097msgid "git mv [<options>] <source>... <destination>"
14098msgstr ""
14099
14100#: builtin/mv.c:83
14101#, c-format
14102msgid "Directory %s is in index and no submodule?"
14103msgstr ""
14104
14105#: builtin/mv.c:85
14106msgid "Please stage your changes to .gitmodules or stash them to proceed"
14107msgstr ""
14108
14109#: builtin/mv.c:103
14110#, c-format
14111msgid "%.*s is in index"
14112msgstr ""
14113
14114#: builtin/mv.c:125
14115msgid "force move/rename even if target exists"
14116msgstr ""
14117
14118#: builtin/mv.c:127
14119msgid "skip move/rename errors"
14120msgstr ""
14121
14122#: builtin/mv.c:169
14123#, c-format
14124msgid "destination '%s' is not a directory"
14125msgstr ""
14126
14127#: builtin/mv.c:180
14128#, c-format
14129msgid "Checking rename of '%s' to '%s'\n"
14130msgstr ""
14131
14132#: builtin/mv.c:184
14133msgid "bad source"
14134msgstr ""
14135
14136#: builtin/mv.c:187
14137msgid "can not move directory into itself"
14138msgstr ""
14139
14140#: builtin/mv.c:190
14141msgid "cannot move directory over file"
14142msgstr ""
14143
14144#: builtin/mv.c:199
14145msgid "source directory is empty"
14146msgstr ""
14147
14148#: builtin/mv.c:224
14149msgid "not under version control"
14150msgstr ""
14151
14152#: builtin/mv.c:227
14153msgid "destination exists"
14154msgstr ""
14155
14156#: builtin/mv.c:235
14157#, c-format
14158msgid "overwriting '%s'"
14159msgstr ""
14160
14161#: builtin/mv.c:238
14162msgid "Cannot overwrite"
14163msgstr ""
14164
14165#: builtin/mv.c:241
14166msgid "multiple sources for the same target"
14167msgstr ""
14168
14169#: builtin/mv.c:243
14170msgid "destination directory does not exist"
14171msgstr ""
14172
14173#: builtin/mv.c:250
14174#, c-format
14175msgid "%s, source=%s, destination=%s"
14176msgstr ""
14177
14178#: builtin/mv.c:271
14179#, c-format
14180msgid "Renaming %s to %s\n"
14181msgstr ""
14182
14183#: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:516
14184#, c-format
14185msgid "renaming '%s' failed"
14186msgstr ""
14187
14188#: builtin/name-rev.c:355
14189msgid "git name-rev [<options>] <commit>..."
14190msgstr ""
14191
14192#: builtin/name-rev.c:356
14193msgid "git name-rev [<options>] --all"
14194msgstr ""
14195
14196#: builtin/name-rev.c:357
14197msgid "git name-rev [<options>] --stdin"
14198msgstr ""
14199
14200#: builtin/name-rev.c:415
14201msgid "print only names (no SHA-1)"
14202msgstr ""
14203
14204#: builtin/name-rev.c:416
14205msgid "only use tags to name the commits"
14206msgstr ""
14207
14208#: builtin/name-rev.c:418
14209msgid "only use refs matching <pattern>"
14210msgstr ""
14211
14212#: builtin/name-rev.c:420
14213msgid "ignore refs matching <pattern>"
14214msgstr ""
14215
14216#: builtin/name-rev.c:422
14217msgid "list all commits reachable from all refs"
14218msgstr ""
14219
14220#: builtin/name-rev.c:423
14221msgid "read from stdin"
14222msgstr ""
14223
14224#: builtin/name-rev.c:424
14225msgid "allow to print `undefined` names (default)"
14226msgstr ""
14227
14228#: builtin/name-rev.c:430
14229msgid "dereference tags in the input (internal use)"
14230msgstr ""
14231
14232#: builtin/notes.c:28
14233msgid "git notes [--ref <notes-ref>] [list [<object>]]"
14234msgstr ""
14235
14236#: builtin/notes.c:29
14237msgid ""
14238"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
14239"| (-c | -C) <object>] [<object>]"
14240msgstr ""
14241
14242#: builtin/notes.c:30
14243msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
14244msgstr ""
14245
14246#: builtin/notes.c:31
14247msgid ""
14248"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
14249"(-c | -C) <object>] [<object>]"
14250msgstr ""
14251
14252#: builtin/notes.c:32
14253msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
14254msgstr ""
14255
14256#: builtin/notes.c:33
14257msgid "git notes [--ref <notes-ref>] show [<object>]"
14258msgstr ""
14259
14260#: builtin/notes.c:34
14261msgid ""
14262"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
14263msgstr ""
14264
14265#: builtin/notes.c:35
14266msgid "git notes merge --commit [-v | -q]"
14267msgstr ""
14268
14269#: builtin/notes.c:36
14270msgid "git notes merge --abort [-v | -q]"
14271msgstr ""
14272
14273#: builtin/notes.c:37
14274msgid "git notes [--ref <notes-ref>] remove [<object>...]"
14275msgstr ""
14276
14277#: builtin/notes.c:38
14278msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
14279msgstr ""
14280
14281#: builtin/notes.c:39
14282msgid "git notes [--ref <notes-ref>] get-ref"
14283msgstr ""
14284
14285#: builtin/notes.c:44
14286msgid "git notes [list [<object>]]"
14287msgstr ""
14288
14289#: builtin/notes.c:49
14290msgid "git notes add [<options>] [<object>]"
14291msgstr ""
14292
14293#: builtin/notes.c:54
14294msgid "git notes copy [<options>] <from-object> <to-object>"
14295msgstr ""
14296
14297#: builtin/notes.c:55
14298msgid "git notes copy --stdin [<from-object> <to-object>]..."
14299msgstr ""
14300
14301#: builtin/notes.c:60
14302msgid "git notes append [<options>] [<object>]"
14303msgstr ""
14304
14305#: builtin/notes.c:65
14306msgid "git notes edit [<object>]"
14307msgstr ""
14308
14309#: builtin/notes.c:70
14310msgid "git notes show [<object>]"
14311msgstr ""
14312
14313#: builtin/notes.c:75
14314msgid "git notes merge [<options>] <notes-ref>"
14315msgstr ""
14316
14317#: builtin/notes.c:76
14318msgid "git notes merge --commit [<options>]"
14319msgstr ""
14320
14321#: builtin/notes.c:77
14322msgid "git notes merge --abort [<options>]"
14323msgstr ""
14324
14325#: builtin/notes.c:82
14326msgid "git notes remove [<object>]"
14327msgstr ""
14328
14329#: builtin/notes.c:87
14330msgid "git notes prune [<options>]"
14331msgstr ""
14332
14333#: builtin/notes.c:92
14334msgid "git notes get-ref"
14335msgstr ""
14336
14337#: builtin/notes.c:97
14338msgid "Write/edit the notes for the following object:"
14339msgstr ""
14340
14341#: builtin/notes.c:150
14342#, c-format
14343msgid "unable to start 'show' for object '%s'"
14344msgstr ""
14345
14346#: builtin/notes.c:154
14347msgid "could not read 'show' output"
14348msgstr ""
14349
14350#: builtin/notes.c:162
14351#, c-format
14352msgid "failed to finish 'show' for object '%s'"
14353msgstr ""
14354
14355#: builtin/notes.c:197
14356msgid "please supply the note contents using either -m or -F option"
14357msgstr ""
14358
14359#: builtin/notes.c:206
14360msgid "unable to write note object"
14361msgstr ""
14362
14363#: builtin/notes.c:208
14364#, c-format
14365msgid "the note contents have been left in %s"
14366msgstr ""
14367
14368#: builtin/notes.c:242 builtin/tag.c:522
14369#, c-format
14370msgid "could not open or read '%s'"
14371msgstr ""
14372
14373#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
14374#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
14375#: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
14376#, c-format
14377msgid "failed to resolve '%s' as a valid ref."
14378msgstr ""
14379
14380#: builtin/notes.c:265
14381#, c-format
14382msgid "failed to read object '%s'."
14383msgstr ""
14384
14385#: builtin/notes.c:268
14386#, c-format
14387msgid "cannot read note data from non-blob object '%s'."
14388msgstr ""
14389
14390#: builtin/notes.c:309
14391#, c-format
14392msgid "malformed input line: '%s'."
14393msgstr ""
14394
14395#: builtin/notes.c:324
14396#, c-format
14397msgid "failed to copy notes from '%s' to '%s'"
14398msgstr ""
14399
14400#. TRANSLATORS: the first %s will be replaced by a git
14401#. notes command: 'add', 'merge', 'remove', etc.
14402#.
14403#: builtin/notes.c:356
14404#, c-format
14405msgid "refusing to %s notes in %s (outside of refs/notes/)"
14406msgstr ""
14407
14408#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
14409#: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
14410#: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
14411msgid "too many parameters"
14412msgstr ""
14413
14414#: builtin/notes.c:389 builtin/notes.c:678
14415#, c-format
14416msgid "no note found for object %s."
14417msgstr ""
14418
14419#: builtin/notes.c:410 builtin/notes.c:576
14420msgid "note contents as a string"
14421msgstr ""
14422
14423#: builtin/notes.c:413 builtin/notes.c:579
14424msgid "note contents in a file"
14425msgstr ""
14426
14427#: builtin/notes.c:416 builtin/notes.c:582
14428msgid "reuse and edit specified note object"
14429msgstr ""
14430
14431#: builtin/notes.c:419 builtin/notes.c:585
14432msgid "reuse specified note object"
14433msgstr ""
14434
14435#: builtin/notes.c:422 builtin/notes.c:588
14436msgid "allow storing empty note"
14437msgstr ""
14438
14439#: builtin/notes.c:423 builtin/notes.c:496
14440msgid "replace existing notes"
14441msgstr ""
14442
14443#: builtin/notes.c:448
14444#, c-format
14445msgid ""
14446"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
14447"existing notes"
14448msgstr ""
14449
14450#: builtin/notes.c:463 builtin/notes.c:544
14451#, c-format
14452msgid "Overwriting existing notes for object %s\n"
14453msgstr ""
14454
14455#: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
14456#, c-format
14457msgid "Removing note for object %s\n"
14458msgstr ""
14459
14460#: builtin/notes.c:497
14461msgid "read objects from stdin"
14462msgstr ""
14463
14464#: builtin/notes.c:499
14465msgid "load rewriting config for <command> (implies --stdin)"
14466msgstr ""
14467
14468#: builtin/notes.c:517
14469msgid "too few parameters"
14470msgstr ""
14471
14472#: builtin/notes.c:538
14473#, c-format
14474msgid ""
14475"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
14476"existing notes"
14477msgstr ""
14478
14479#: builtin/notes.c:550
14480#, c-format
14481msgid "missing notes on source object %s. Cannot copy."
14482msgstr ""
14483
14484#: builtin/notes.c:603
14485#, c-format
14486msgid ""
14487"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
14488"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
14489msgstr ""
14490
14491#: builtin/notes.c:698
14492msgid "failed to delete ref NOTES_MERGE_PARTIAL"
14493msgstr ""
14494
14495#: builtin/notes.c:700
14496msgid "failed to delete ref NOTES_MERGE_REF"
14497msgstr ""
14498
14499#: builtin/notes.c:702
14500msgid "failed to remove 'git notes merge' worktree"
14501msgstr ""
14502
14503#: builtin/notes.c:722
14504msgid "failed to read ref NOTES_MERGE_PARTIAL"
14505msgstr ""
14506
14507#: builtin/notes.c:724
14508msgid "could not find commit from NOTES_MERGE_PARTIAL."
14509msgstr ""
14510
14511#: builtin/notes.c:726
14512msgid "could not parse commit from NOTES_MERGE_PARTIAL."
14513msgstr ""
14514
14515#: builtin/notes.c:739
14516msgid "failed to resolve NOTES_MERGE_REF"
14517msgstr ""
14518
14519#: builtin/notes.c:742
14520msgid "failed to finalize notes merge"
14521msgstr ""
14522
14523#: builtin/notes.c:768
14524#, c-format
14525msgid "unknown notes merge strategy %s"
14526msgstr ""
14527
14528#: builtin/notes.c:784
14529msgid "General options"
14530msgstr ""
14531
14532#: builtin/notes.c:786
14533msgid "Merge options"
14534msgstr ""
14535
14536#: builtin/notes.c:788
14537msgid ""
14538"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
14539"cat_sort_uniq)"
14540msgstr ""
14541
14542#: builtin/notes.c:790
14543msgid "Committing unmerged notes"
14544msgstr ""
14545
14546#: builtin/notes.c:792
14547msgid "finalize notes merge by committing unmerged notes"
14548msgstr ""
14549
14550#: builtin/notes.c:794
14551msgid "Aborting notes merge resolution"
14552msgstr ""
14553
14554#: builtin/notes.c:796
14555msgid "abort notes merge"
14556msgstr ""
14557
14558#: builtin/notes.c:807
14559msgid "cannot mix --commit, --abort or -s/--strategy"
14560msgstr ""
14561
14562#: builtin/notes.c:812
14563msgid "must specify a notes ref to merge"
14564msgstr ""
14565
14566#: builtin/notes.c:836
14567#, c-format
14568msgid "unknown -s/--strategy: %s"
14569msgstr ""
14570
14571#: builtin/notes.c:873
14572#, c-format
14573msgid "a notes merge into %s is already in-progress at %s"
14574msgstr ""
14575
14576#: builtin/notes.c:876
14577#, c-format
14578msgid "failed to store link to current notes ref (%s)"
14579msgstr ""
14580
14581#: builtin/notes.c:878
14582#, c-format
14583msgid ""
14584"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
14585"'git notes merge --commit', or abort the merge with 'git notes merge --"
14586"abort'.\n"
14587msgstr ""
14588
14589#: builtin/notes.c:897 builtin/tag.c:535
14590#, c-format
14591msgid "Failed to resolve '%s' as a valid ref."
14592msgstr ""
14593
14594#: builtin/notes.c:900
14595#, c-format
14596msgid "Object %s has no note\n"
14597msgstr ""
14598
14599#: builtin/notes.c:912
14600msgid "attempt to remove non-existent note is not an error"
14601msgstr ""
14602
14603#: builtin/notes.c:915
14604msgid "read object names from the standard input"
14605msgstr ""
14606
14607#: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:165
14608msgid "do not remove, show only"
14609msgstr ""
14610
14611#: builtin/notes.c:955
14612msgid "report pruned notes"
14613msgstr ""
14614
14615#: builtin/notes.c:998
14616msgid "notes-ref"
14617msgstr ""
14618
14619#: builtin/notes.c:999
14620msgid "use notes from <notes-ref>"
14621msgstr ""
14622
14623#: builtin/notes.c:1034 builtin/stash.c:1611
14624#, c-format
14625msgid "unknown subcommand: %s"
14626msgstr ""
14627
14628#: builtin/pack-objects.c:52
14629msgid ""
14630"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
14631msgstr ""
14632
14633#: builtin/pack-objects.c:53
14634msgid ""
14635"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
14636msgstr ""
14637
14638#: builtin/pack-objects.c:424
14639#, c-format
14640msgid "bad packed object CRC for %s"
14641msgstr ""
14642
14643#: builtin/pack-objects.c:435
14644#, c-format
14645msgid "corrupt packed object for %s"
14646msgstr ""
14647
14648#: builtin/pack-objects.c:566
14649#, c-format
14650msgid "recursive delta detected for object %s"
14651msgstr ""
14652
14653#: builtin/pack-objects.c:777
14654#, c-format
14655msgid "ordered %u objects, expected %<PRIu32>"
14656msgstr ""
14657
14658#: builtin/pack-objects.c:790
14659#, c-format
14660msgid "packfile is invalid: %s"
14661msgstr ""
14662
14663#: builtin/pack-objects.c:794
14664#, c-format
14665msgid "unable to open packfile for reuse: %s"
14666msgstr ""
14667
14668#: builtin/pack-objects.c:798
14669msgid "unable to seek in reused packfile"
14670msgstr ""
14671
14672#: builtin/pack-objects.c:809
14673msgid "unable to read from reused packfile"
14674msgstr ""
14675
14676#: builtin/pack-objects.c:837
14677msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
14678msgstr ""
14679
14680#: builtin/pack-objects.c:850
14681msgid "Writing objects"
14682msgstr ""
14683
14684#: builtin/pack-objects.c:912 builtin/update-index.c:89
14685#, c-format
14686msgid "failed to stat %s"
14687msgstr ""
14688
14689#: builtin/pack-objects.c:965
14690#, c-format
14691msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
14692msgstr ""
14693
14694#: builtin/pack-objects.c:1161
14695msgid "disabling bitmap writing, as some objects are not being packed"
14696msgstr ""
14697
14698#: builtin/pack-objects.c:1589
14699#, c-format
14700msgid "delta base offset overflow in pack for %s"
14701msgstr ""
14702
14703#: builtin/pack-objects.c:1598
14704#, c-format
14705msgid "delta base offset out of bound for %s"
14706msgstr ""
14707
14708#: builtin/pack-objects.c:1867
14709msgid "Counting objects"
14710msgstr ""
14711
14712#: builtin/pack-objects.c:1997
14713#, c-format
14714msgid "unable to get size of %s"
14715msgstr ""
14716
14717#: builtin/pack-objects.c:2012
14718#, c-format
14719msgid "unable to parse object header of %s"
14720msgstr ""
14721
14722#: builtin/pack-objects.c:2082 builtin/pack-objects.c:2098
14723#: builtin/pack-objects.c:2108
14724#, c-format
14725msgid "object %s cannot be read"
14726msgstr ""
14727
14728#: builtin/pack-objects.c:2085 builtin/pack-objects.c:2112
14729#, c-format
14730msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
14731msgstr ""
14732
14733#: builtin/pack-objects.c:2122
14734msgid "suboptimal pack - out of memory"
14735msgstr ""
14736
14737#: builtin/pack-objects.c:2448
14738#, c-format
14739msgid "Delta compression using up to %d threads"
14740msgstr ""
14741
14742#: builtin/pack-objects.c:2580
14743#, c-format
14744msgid "unable to pack objects reachable from tag %s"
14745msgstr ""
14746
14747#: builtin/pack-objects.c:2667
14748msgid "Compressing objects"
14749msgstr ""
14750
14751#: builtin/pack-objects.c:2673
14752msgid "inconsistency with delta count"
14753msgstr ""
14754
14755#: builtin/pack-objects.c:2754
14756#, c-format
14757msgid ""
14758"expected edge object ID, got garbage:\n"
14759" %s"
14760msgstr ""
14761
14762#: builtin/pack-objects.c:2760
14763#, c-format
14764msgid ""
14765"expected object ID, got garbage:\n"
14766" %s"
14767msgstr ""
14768
14769#: builtin/pack-objects.c:2858
14770msgid "invalid value for --missing"
14771msgstr ""
14772
14773#: builtin/pack-objects.c:2917 builtin/pack-objects.c:3025
14774msgid "cannot open pack index"
14775msgstr ""
14776
14777#: builtin/pack-objects.c:2948
14778#, c-format
14779msgid "loose object at %s could not be examined"
14780msgstr ""
14781
14782#: builtin/pack-objects.c:3033
14783msgid "unable to force loose object"
14784msgstr ""
14785
14786#: builtin/pack-objects.c:3125
14787#, c-format
14788msgid "not a rev '%s'"
14789msgstr ""
14790
14791#: builtin/pack-objects.c:3128
14792#, c-format
14793msgid "bad revision '%s'"
14794msgstr ""
14795
14796#: builtin/pack-objects.c:3153
14797msgid "unable to add recent objects"
14798msgstr ""
14799
14800#: builtin/pack-objects.c:3206
14801#, c-format
14802msgid "unsupported index version %s"
14803msgstr ""
14804
14805#: builtin/pack-objects.c:3210
14806#, c-format
14807msgid "bad index version '%s'"
14808msgstr ""
14809
14810#: builtin/pack-objects.c:3240
14811msgid "do not show progress meter"
14812msgstr ""
14813
14814#: builtin/pack-objects.c:3242
14815msgid "show progress meter"
14816msgstr ""
14817
14818#: builtin/pack-objects.c:3244
14819msgid "show progress meter during object writing phase"
14820msgstr ""
14821
14822#: builtin/pack-objects.c:3247
14823msgid "similar to --all-progress when progress meter is shown"
14824msgstr ""
14825
14826#: builtin/pack-objects.c:3248
14827msgid "<version>[,<offset>]"
14828msgstr ""
14829
14830#: builtin/pack-objects.c:3249
14831msgid "write the pack index file in the specified idx format version"
14832msgstr ""
14833
14834#: builtin/pack-objects.c:3252
14835msgid "maximum size of each output pack file"
14836msgstr ""
14837
14838#: builtin/pack-objects.c:3254
14839msgid "ignore borrowed objects from alternate object store"
14840msgstr ""
14841
14842#: builtin/pack-objects.c:3256
14843msgid "ignore packed objects"
14844msgstr ""
14845
14846#: builtin/pack-objects.c:3258
14847msgid "limit pack window by objects"
14848msgstr ""
14849
14850#: builtin/pack-objects.c:3260
14851msgid "limit pack window by memory in addition to object limit"
14852msgstr ""
14853
14854#: builtin/pack-objects.c:3262
14855msgid "maximum length of delta chain allowed in the resulting pack"
14856msgstr ""
14857
14858#: builtin/pack-objects.c:3264
14859msgid "reuse existing deltas"
14860msgstr ""
14861
14862#: builtin/pack-objects.c:3266
14863msgid "reuse existing objects"
14864msgstr ""
14865
14866#: builtin/pack-objects.c:3268
14867msgid "use OFS_DELTA objects"
14868msgstr ""
14869
14870#: builtin/pack-objects.c:3270
14871msgid "use threads when searching for best delta matches"
14872msgstr ""
14873
14874#: builtin/pack-objects.c:3272
14875msgid "do not create an empty pack output"
14876msgstr ""
14877
14878#: builtin/pack-objects.c:3274
14879msgid "read revision arguments from standard input"
14880msgstr ""
14881
14882#: builtin/pack-objects.c:3276
14883msgid "limit the objects to those that are not yet packed"
14884msgstr ""
14885
14886#: builtin/pack-objects.c:3279
14887msgid "include objects reachable from any reference"
14888msgstr ""
14889
14890#: builtin/pack-objects.c:3282
14891msgid "include objects referred by reflog entries"
14892msgstr ""
14893
14894#: builtin/pack-objects.c:3285
14895msgid "include objects referred to by the index"
14896msgstr ""
14897
14898#: builtin/pack-objects.c:3288
14899msgid "output pack to stdout"
14900msgstr ""
14901
14902#: builtin/pack-objects.c:3290
14903msgid "include tag objects that refer to objects to be packed"
14904msgstr ""
14905
14906#: builtin/pack-objects.c:3292
14907msgid "keep unreachable objects"
14908msgstr ""
14909
14910#: builtin/pack-objects.c:3294
14911msgid "pack loose unreachable objects"
14912msgstr ""
14913
14914#: builtin/pack-objects.c:3296
14915msgid "unpack unreachable objects newer than <time>"
14916msgstr ""
14917
14918#: builtin/pack-objects.c:3299
14919msgid "use the sparse reachability algorithm"
14920msgstr ""
14921
14922#: builtin/pack-objects.c:3301
14923msgid "create thin packs"
14924msgstr ""
14925
14926#: builtin/pack-objects.c:3303
14927msgid "create packs suitable for shallow fetches"
14928msgstr ""
14929
14930#: builtin/pack-objects.c:3305
14931msgid "ignore packs that have companion .keep file"
14932msgstr ""
14933
14934#: builtin/pack-objects.c:3307
14935msgid "ignore this pack"
14936msgstr ""
14937
14938#: builtin/pack-objects.c:3309
14939msgid "pack compression level"
14940msgstr ""
14941
14942#: builtin/pack-objects.c:3311
14943msgid "do not hide commits by grafts"
14944msgstr ""
14945
14946#: builtin/pack-objects.c:3313
14947msgid "use a bitmap index if available to speed up counting objects"
14948msgstr ""
14949
14950#: builtin/pack-objects.c:3315
14951msgid "write a bitmap index together with the pack index"
14952msgstr ""
14953
14954#: builtin/pack-objects.c:3318
14955msgid "handling for missing objects"
14956msgstr ""
14957
14958#: builtin/pack-objects.c:3321
14959msgid "do not pack objects in promisor packfiles"
14960msgstr ""
14961
14962#: builtin/pack-objects.c:3323
14963msgid "respect islands during delta compression"
14964msgstr ""
14965
14966#: builtin/pack-objects.c:3348
14967#, c-format
14968msgid "delta chain depth %d is too deep, forcing %d"
14969msgstr ""
14970
14971#: builtin/pack-objects.c:3353
14972#, c-format
14973msgid "pack.deltaCacheLimit is too high, forcing %d"
14974msgstr ""
14975
14976#: builtin/pack-objects.c:3407
14977msgid "--max-pack-size cannot be used to build a pack for transfer"
14978msgstr ""
14979
14980#: builtin/pack-objects.c:3409
14981msgid "minimum pack size limit is 1 MiB"
14982msgstr ""
14983
14984#: builtin/pack-objects.c:3414
14985msgid "--thin cannot be used to build an indexable pack"
14986msgstr ""
14987
14988#: builtin/pack-objects.c:3417
14989msgid "--keep-unreachable and --unpack-unreachable are incompatible"
14990msgstr ""
14991
14992#: builtin/pack-objects.c:3423
14993msgid "cannot use --filter without --stdout"
14994msgstr ""
14995
14996#: builtin/pack-objects.c:3484
14997msgid "Enumerating objects"
14998msgstr ""
14999
15000#: builtin/pack-objects.c:3514
15001#, c-format
15002msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
15003msgstr ""
15004
15005#: builtin/pack-refs.c:8
15006msgid "git pack-refs [<options>]"
15007msgstr ""
15008
15009#: builtin/pack-refs.c:16
15010msgid "pack everything"
15011msgstr ""
15012
15013#: builtin/pack-refs.c:17
15014msgid "prune loose refs (default)"
15015msgstr ""
15016
15017#: builtin/prune-packed.c:9
15018msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
15019msgstr ""
15020
15021#: builtin/prune-packed.c:42
15022msgid "Removing duplicate objects"
15023msgstr ""
15024
15025#: builtin/prune.c:12
15026msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
15027msgstr ""
15028
15029#: builtin/prune.c:131
15030msgid "report pruned objects"
15031msgstr ""
15032
15033#: builtin/prune.c:134
15034msgid "expire objects older than <time>"
15035msgstr ""
15036
15037#: builtin/prune.c:136
15038msgid "limit traversal to objects outside promisor packfiles"
15039msgstr ""
15040
15041#: builtin/prune.c:150
15042msgid "cannot prune in a precious-objects repo"
15043msgstr ""
15044
15045#: builtin/pull.c:66 builtin/pull.c:68
15046#, c-format
15047msgid "Invalid value for %s: %s"
15048msgstr ""
15049
15050#: builtin/pull.c:88
15051msgid "git pull [<options>] [<repository> [<refspec>...]]"
15052msgstr ""
15053
15054#: builtin/pull.c:140
15055msgid "control for recursive fetching of submodules"
15056msgstr ""
15057
15058#: builtin/pull.c:144
15059msgid "Options related to merging"
15060msgstr ""
15061
15062#: builtin/pull.c:147
15063msgid "incorporate changes by rebasing rather than merging"
15064msgstr ""
15065
15066#: builtin/pull.c:175 builtin/rebase.c:447 builtin/revert.c:125
15067msgid "allow fast-forward"
15068msgstr ""
15069
15070#: builtin/pull.c:184
15071msgid "automatically stash/stash pop before and after rebase"
15072msgstr ""
15073
15074#: builtin/pull.c:200
15075msgid "Options related to fetching"
15076msgstr ""
15077
15078#: builtin/pull.c:210
15079msgid "force overwrite of local branch"
15080msgstr ""
15081
15082#: builtin/pull.c:218
15083msgid "number of submodules pulled in parallel"
15084msgstr ""
15085
15086#: builtin/pull.c:313
15087#, c-format
15088msgid "Invalid value for pull.ff: %s"
15089msgstr ""
15090
15091#: builtin/pull.c:430
15092msgid ""
15093"There is no candidate for rebasing against among the refs that you just "
15094"fetched."
15095msgstr ""
15096
15097#: builtin/pull.c:432
15098msgid ""
15099"There are no candidates for merging among the refs that you just fetched."
15100msgstr ""
15101
15102#: builtin/pull.c:433
15103msgid ""
15104"Generally this means that you provided a wildcard refspec which had no\n"
15105"matches on the remote end."
15106msgstr ""
15107
15108#: builtin/pull.c:436
15109#, c-format
15110msgid ""
15111"You asked to pull from the remote '%s', but did not specify\n"
15112"a branch. Because this is not the default configured remote\n"
15113"for your current branch, you must specify a branch on the command line."
15114msgstr ""
15115
15116#: builtin/pull.c:441 builtin/rebase.c:1321 git-parse-remote.sh:73
15117msgid "You are not currently on a branch."
15118msgstr ""
15119
15120#: builtin/pull.c:443 builtin/pull.c:458 git-parse-remote.sh:79
15121msgid "Please specify which branch you want to rebase against."
15122msgstr ""
15123
15124#: builtin/pull.c:445 builtin/pull.c:460 git-parse-remote.sh:82
15125msgid "Please specify which branch you want to merge with."
15126msgstr ""
15127
15128#: builtin/pull.c:446 builtin/pull.c:461
15129msgid "See git-pull(1) for details."
15130msgstr ""
15131
15132#: builtin/pull.c:448 builtin/pull.c:454 builtin/pull.c:463
15133#: builtin/rebase.c:1327 git-parse-remote.sh:64
15134msgid "<remote>"
15135msgstr ""
15136
15137#: builtin/pull.c:448 builtin/pull.c:463 builtin/pull.c:468
15138#: git-parse-remote.sh:65
15139msgid "<branch>"
15140msgstr ""
15141
15142#: builtin/pull.c:456 builtin/rebase.c:1319 git-parse-remote.sh:75
15143msgid "There is no tracking information for the current branch."
15144msgstr ""
15145
15146#: builtin/pull.c:465 git-parse-remote.sh:95
15147msgid ""
15148"If you wish to set tracking information for this branch you can do so with:"
15149msgstr ""
15150
15151#: builtin/pull.c:470
15152#, c-format
15153msgid ""
15154"Your configuration specifies to merge with the ref '%s'\n"
15155"from the remote, but no such ref was fetched."
15156msgstr ""
15157
15158#: builtin/pull.c:574
15159#, c-format
15160msgid "unable to access commit %s"
15161msgstr ""
15162
15163#: builtin/pull.c:854
15164msgid "ignoring --verify-signatures for rebase"
15165msgstr ""
15166
15167#: builtin/pull.c:909
15168msgid "--[no-]autostash option is only valid with --rebase."
15169msgstr ""
15170
15171#: builtin/pull.c:917
15172msgid "Updating an unborn branch with changes added to the index."
15173msgstr ""
15174
15175#: builtin/pull.c:921
15176msgid "pull with rebase"
15177msgstr ""
15178
15179#: builtin/pull.c:922
15180msgid "please commit or stash them."
15181msgstr ""
15182
15183#: builtin/pull.c:947
15184#, c-format
15185msgid ""
15186"fetch updated the current branch head.\n"
15187"fast-forwarding your working tree from\n"
15188"commit %s."
15189msgstr ""
15190
15191#: builtin/pull.c:953
15192#, c-format
15193msgid ""
15194"Cannot fast-forward your working tree.\n"
15195"After making sure that you saved anything precious from\n"
15196"$ git diff %s\n"
15197"output, run\n"
15198"$ git reset --hard\n"
15199"to recover."
15200msgstr ""
15201
15202#: builtin/pull.c:968
15203msgid "Cannot merge multiple branches into empty head."
15204msgstr ""
15205
15206#: builtin/pull.c:972
15207msgid "Cannot rebase onto multiple branches."
15208msgstr ""
15209
15210#: builtin/pull.c:979
15211msgid "cannot rebase with locally recorded submodule modifications"
15212msgstr ""
15213
15214#: builtin/push.c:19
15215msgid "git push [<options>] [<repository> [<refspec>...]]"
15216msgstr ""
15217
15218#: builtin/push.c:111
15219msgid "tag shorthand without <tag>"
15220msgstr ""
15221
15222#: builtin/push.c:121
15223msgid "--delete only accepts plain target ref names"
15224msgstr ""
15225
15226#: builtin/push.c:167
15227msgid ""
15228"\n"
15229"To choose either option permanently, see push.default in 'git help config'."
15230msgstr ""
15231
15232#: builtin/push.c:170
15233#, c-format
15234msgid ""
15235"The upstream branch of your current branch does not match\n"
15236"the name of your current branch.  To push to the upstream branch\n"
15237"on the remote, use\n"
15238"\n"
15239"    git push %s HEAD:%s\n"
15240"\n"
15241"To push to the branch of the same name on the remote, use\n"
15242"\n"
15243"    git push %s HEAD\n"
15244"%s"
15245msgstr ""
15246
15247#: builtin/push.c:185
15248#, c-format
15249msgid ""
15250"You are not currently on a branch.\n"
15251"To push the history leading to the current (detached HEAD)\n"
15252"state now, use\n"
15253"\n"
15254"    git push %s HEAD:<name-of-remote-branch>\n"
15255msgstr ""
15256
15257#: builtin/push.c:199
15258#, c-format
15259msgid ""
15260"The current branch %s has no upstream branch.\n"
15261"To push the current branch and set the remote as upstream, use\n"
15262"\n"
15263"    git push --set-upstream %s %s\n"
15264msgstr ""
15265
15266#: builtin/push.c:207
15267#, c-format
15268msgid "The current branch %s has multiple upstream branches, refusing to push."
15269msgstr ""
15270
15271#: builtin/push.c:210
15272#, c-format
15273msgid ""
15274"You are pushing to remote '%s', which is not the upstream of\n"
15275"your current branch '%s', without telling me what to push\n"
15276"to update which remote branch."
15277msgstr ""
15278
15279#: builtin/push.c:269
15280msgid ""
15281"You didn't specify any refspecs to push, and push.default is \"nothing\"."
15282msgstr ""
15283
15284#: builtin/push.c:276
15285msgid ""
15286"Updates were rejected because the tip of your current branch is behind\n"
15287"its remote counterpart. Integrate the remote changes (e.g.\n"
15288"'git pull ...') before pushing again.\n"
15289"See the 'Note about fast-forwards' in 'git push --help' for details."
15290msgstr ""
15291
15292#: builtin/push.c:282
15293msgid ""
15294"Updates were rejected because a pushed branch tip is behind its remote\n"
15295"counterpart. Check out this branch and integrate the remote changes\n"
15296"(e.g. 'git pull ...') before pushing again.\n"
15297"See the 'Note about fast-forwards' in 'git push --help' for details."
15298msgstr ""
15299
15300#: builtin/push.c:288
15301msgid ""
15302"Updates were rejected because the remote contains work that you do\n"
15303"not have locally. This is usually caused by another repository pushing\n"
15304"to the same ref. You may want to first integrate the remote changes\n"
15305"(e.g., 'git pull ...') before pushing again.\n"
15306"See the 'Note about fast-forwards' in 'git push --help' for details."
15307msgstr ""
15308
15309#: builtin/push.c:295
15310msgid "Updates were rejected because the tag already exists in the remote."
15311msgstr ""
15312
15313#: builtin/push.c:298
15314msgid ""
15315"You cannot update a remote ref that points at a non-commit object,\n"
15316"or update a remote ref to make it point at a non-commit object,\n"
15317"without using the '--force' option.\n"
15318msgstr ""
15319
15320#: builtin/push.c:359
15321#, c-format
15322msgid "Pushing to %s\n"
15323msgstr ""
15324
15325#: builtin/push.c:364
15326#, c-format
15327msgid "failed to push some refs to '%s'"
15328msgstr ""
15329
15330#: builtin/push.c:398
15331#, c-format
15332msgid "bad repository '%s'"
15333msgstr ""
15334
15335#: builtin/push.c:399
15336msgid ""
15337"No configured push destination.\n"
15338"Either specify the URL from the command-line or configure a remote "
15339"repository using\n"
15340"\n"
15341"    git remote add <name> <url>\n"
15342"\n"
15343"and then push using the remote name\n"
15344"\n"
15345"    git push <name>\n"
15346msgstr ""
15347
15348#: builtin/push.c:554
15349msgid "repository"
15350msgstr ""
15351
15352#: builtin/push.c:555 builtin/send-pack.c:164
15353msgid "push all refs"
15354msgstr ""
15355
15356#: builtin/push.c:556 builtin/send-pack.c:166
15357msgid "mirror all refs"
15358msgstr ""
15359
15360#: builtin/push.c:558
15361msgid "delete refs"
15362msgstr ""
15363
15364#: builtin/push.c:559
15365msgid "push tags (can't be used with --all or --mirror)"
15366msgstr ""
15367
15368#: builtin/push.c:562 builtin/send-pack.c:167
15369msgid "force updates"
15370msgstr ""
15371
15372#: builtin/push.c:564 builtin/send-pack.c:181
15373msgid "<refname>:<expect>"
15374msgstr ""
15375
15376#: builtin/push.c:565 builtin/send-pack.c:182
15377msgid "require old value of ref to be at this value"
15378msgstr ""
15379
15380#: builtin/push.c:568
15381msgid "control recursive pushing of submodules"
15382msgstr ""
15383
15384#: builtin/push.c:570 builtin/send-pack.c:175
15385msgid "use thin pack"
15386msgstr ""
15387
15388#: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:161
15389#: builtin/send-pack.c:162
15390msgid "receive pack program"
15391msgstr ""
15392
15393#: builtin/push.c:573
15394msgid "set upstream for git pull/status"
15395msgstr ""
15396
15397#: builtin/push.c:576
15398msgid "prune locally removed refs"
15399msgstr ""
15400
15401#: builtin/push.c:578
15402msgid "bypass pre-push hook"
15403msgstr ""
15404
15405#: builtin/push.c:579
15406msgid "push missing but relevant tags"
15407msgstr ""
15408
15409#: builtin/push.c:582 builtin/send-pack.c:169
15410msgid "GPG sign the push"
15411msgstr ""
15412
15413#: builtin/push.c:584 builtin/send-pack.c:176
15414msgid "request atomic transaction on remote side"
15415msgstr ""
15416
15417#: builtin/push.c:602
15418msgid "--delete is incompatible with --all, --mirror and --tags"
15419msgstr ""
15420
15421#: builtin/push.c:604
15422msgid "--delete doesn't make sense without any refs"
15423msgstr ""
15424
15425#: builtin/push.c:607
15426msgid "--all and --tags are incompatible"
15427msgstr ""
15428
15429#: builtin/push.c:609
15430msgid "--all can't be combined with refspecs"
15431msgstr ""
15432
15433#: builtin/push.c:613
15434msgid "--mirror and --tags are incompatible"
15435msgstr ""
15436
15437#: builtin/push.c:615
15438msgid "--mirror can't be combined with refspecs"
15439msgstr ""
15440
15441#: builtin/push.c:618
15442msgid "--all and --mirror are incompatible"
15443msgstr ""
15444
15445#: builtin/push.c:637
15446msgid "push options must not have new line characters"
15447msgstr ""
15448
15449#: builtin/range-diff.c:8
15450msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
15451msgstr ""
15452
15453#: builtin/range-diff.c:9
15454msgid "git range-diff [<options>] <old-tip>...<new-tip>"
15455msgstr ""
15456
15457#: builtin/range-diff.c:10
15458msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
15459msgstr ""
15460
15461#: builtin/range-diff.c:21
15462msgid "Percentage by which creation is weighted"
15463msgstr ""
15464
15465#: builtin/range-diff.c:23
15466msgid "use simple diff colors"
15467msgstr ""
15468
15469#: builtin/range-diff.c:46 builtin/range-diff.c:50
15470#, c-format
15471msgid "no .. in range: '%s'"
15472msgstr ""
15473
15474#: builtin/range-diff.c:60
15475msgid "single arg format must be symmetric range"
15476msgstr ""
15477
15478#: builtin/range-diff.c:75
15479msgid "need two commit ranges"
15480msgstr ""
15481
15482#: builtin/read-tree.c:41
15483msgid ""
15484"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
15485"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
15486"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
15487msgstr ""
15488
15489#: builtin/read-tree.c:124
15490msgid "write resulting index to <file>"
15491msgstr ""
15492
15493#: builtin/read-tree.c:127
15494msgid "only empty the index"
15495msgstr ""
15496
15497#: builtin/read-tree.c:129
15498msgid "Merging"
15499msgstr ""
15500
15501#: builtin/read-tree.c:131
15502msgid "perform a merge in addition to a read"
15503msgstr ""
15504
15505#: builtin/read-tree.c:133
15506msgid "3-way merge if no file level merging required"
15507msgstr ""
15508
15509#: builtin/read-tree.c:135
15510msgid "3-way merge in presence of adds and removes"
15511msgstr ""
15512
15513#: builtin/read-tree.c:137
15514msgid "same as -m, but discard unmerged entries"
15515msgstr ""
15516
15517#: builtin/read-tree.c:138
15518msgid "<subdirectory>/"
15519msgstr ""
15520
15521#: builtin/read-tree.c:139
15522msgid "read the tree into the index under <subdirectory>/"
15523msgstr ""
15524
15525#: builtin/read-tree.c:142
15526msgid "update working tree with merge result"
15527msgstr ""
15528
15529#: builtin/read-tree.c:144
15530msgid "gitignore"
15531msgstr ""
15532
15533#: builtin/read-tree.c:145
15534msgid "allow explicitly ignored files to be overwritten"
15535msgstr ""
15536
15537#: builtin/read-tree.c:148
15538msgid "don't check the working tree after merging"
15539msgstr ""
15540
15541#: builtin/read-tree.c:149
15542msgid "don't update the index or the work tree"
15543msgstr ""
15544
15545#: builtin/read-tree.c:151
15546msgid "skip applying sparse checkout filter"
15547msgstr ""
15548
15549#: builtin/read-tree.c:153
15550msgid "debug unpack-trees"
15551msgstr ""
15552
15553#: builtin/read-tree.c:157
15554msgid "suppress feedback messages"
15555msgstr ""
15556
15557#: builtin/rebase.c:32
15558msgid ""
15559"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
15560"[<branch>]"
15561msgstr ""
15562
15563#: builtin/rebase.c:34
15564msgid ""
15565"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
15566msgstr ""
15567
15568#: builtin/rebase.c:36
15569msgid "git rebase --continue | --abort | --skip | --edit-todo"
15570msgstr ""
15571
15572#: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
15573#, c-format
15574msgid "unusable todo list: '%s'"
15575msgstr ""
15576
15577#: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
15578#, c-format
15579msgid "could not write '%s'."
15580msgstr ""
15581
15582#: builtin/rebase.c:252
15583msgid "no HEAD?"
15584msgstr ""
15585
15586#: builtin/rebase.c:279
15587#, c-format
15588msgid "could not create temporary %s"
15589msgstr ""
15590
15591#: builtin/rebase.c:285
15592msgid "could not mark as interactive"
15593msgstr ""
15594
15595#: builtin/rebase.c:343
15596msgid "could not generate todo list"
15597msgstr ""
15598
15599#: builtin/rebase.c:382
15600msgid "a base commit must be provided with --upstream or --onto"
15601msgstr ""
15602
15603#: builtin/rebase.c:437
15604msgid "git rebase--interactive [<options>]"
15605msgstr ""
15606
15607#: builtin/rebase.c:449
15608msgid "keep empty commits"
15609msgstr ""
15610
15611#: builtin/rebase.c:451 builtin/revert.c:127
15612msgid "allow commits with empty messages"
15613msgstr ""
15614
15615#: builtin/rebase.c:452
15616msgid "rebase merge commits"
15617msgstr ""
15618
15619#: builtin/rebase.c:454
15620msgid "keep original branch points of cousins"
15621msgstr ""
15622
15623#: builtin/rebase.c:456
15624msgid "move commits that begin with squash!/fixup!"
15625msgstr ""
15626
15627#: builtin/rebase.c:457
15628msgid "sign commits"
15629msgstr ""
15630
15631#: builtin/rebase.c:459 builtin/rebase.c:1397
15632msgid "display a diffstat of what changed upstream"
15633msgstr ""
15634
15635#: builtin/rebase.c:461
15636msgid "continue rebase"
15637msgstr ""
15638
15639#: builtin/rebase.c:463
15640msgid "skip commit"
15641msgstr ""
15642
15643#: builtin/rebase.c:464
15644msgid "edit the todo list"
15645msgstr ""
15646
15647#: builtin/rebase.c:466
15648msgid "show the current patch"
15649msgstr ""
15650
15651#: builtin/rebase.c:469
15652msgid "shorten commit ids in the todo list"
15653msgstr ""
15654
15655#: builtin/rebase.c:471
15656msgid "expand commit ids in the todo list"
15657msgstr ""
15658
15659#: builtin/rebase.c:473
15660msgid "check the todo list"
15661msgstr ""
15662
15663#: builtin/rebase.c:475
15664msgid "rearrange fixup/squash lines"
15665msgstr ""
15666
15667#: builtin/rebase.c:477
15668msgid "insert exec commands in todo list"
15669msgstr ""
15670
15671#: builtin/rebase.c:478
15672msgid "onto"
15673msgstr ""
15674
15675#: builtin/rebase.c:481
15676msgid "restrict-revision"
15677msgstr ""
15678
15679#: builtin/rebase.c:481
15680msgid "restrict revision"
15681msgstr ""
15682
15683#: builtin/rebase.c:483
15684msgid "squash-onto"
15685msgstr ""
15686
15687#: builtin/rebase.c:484
15688msgid "squash onto"
15689msgstr ""
15690
15691#: builtin/rebase.c:486
15692msgid "the upstream commit"
15693msgstr ""
15694
15695#: builtin/rebase.c:488
15696msgid "head-name"
15697msgstr ""
15698
15699#: builtin/rebase.c:488
15700msgid "head name"
15701msgstr ""
15702
15703#: builtin/rebase.c:493
15704msgid "rebase strategy"
15705msgstr ""
15706
15707#: builtin/rebase.c:494
15708msgid "strategy-opts"
15709msgstr ""
15710
15711#: builtin/rebase.c:495
15712msgid "strategy options"
15713msgstr ""
15714
15715#: builtin/rebase.c:496
15716msgid "switch-to"
15717msgstr ""
15718
15719#: builtin/rebase.c:497
15720msgid "the branch or commit to checkout"
15721msgstr ""
15722
15723#: builtin/rebase.c:498
15724msgid "onto-name"
15725msgstr ""
15726
15727#: builtin/rebase.c:498
15728msgid "onto name"
15729msgstr ""
15730
15731#: builtin/rebase.c:499
15732msgid "cmd"
15733msgstr ""
15734
15735#: builtin/rebase.c:499
15736msgid "the command to run"
15737msgstr ""
15738
15739#: builtin/rebase.c:502 builtin/rebase.c:1480
15740msgid "automatically re-schedule any `exec` that fails"
15741msgstr ""
15742
15743#: builtin/rebase.c:518
15744msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
15745msgstr ""
15746
15747#: builtin/rebase.c:534 builtin/rebase.c:1787
15748#, c-format
15749msgid "%s requires an interactive rebase"
15750msgstr ""
15751
15752#: builtin/rebase.c:586
15753#, c-format
15754msgid "could not get 'onto': '%s'"
15755msgstr ""
15756
15757#: builtin/rebase.c:601
15758#, c-format
15759msgid "invalid orig-head: '%s'"
15760msgstr ""
15761
15762#: builtin/rebase.c:626
15763#, c-format
15764msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
15765msgstr ""
15766
15767#: builtin/rebase.c:702
15768#, c-format
15769msgid "Could not read '%s'"
15770msgstr ""
15771
15772#: builtin/rebase.c:720
15773#, c-format
15774msgid "Cannot store %s"
15775msgstr ""
15776
15777#: builtin/rebase.c:817
15778msgid "could not determine HEAD revision"
15779msgstr ""
15780
15781#: builtin/rebase.c:940
15782msgid ""
15783"Resolve all conflicts manually, mark them as resolved with\n"
15784"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
15785"You can instead skip this commit: run \"git rebase --skip\".\n"
15786"To abort and get back to the state before \"git rebase\", run \"git rebase --"
15787"abort\"."
15788msgstr ""
15789
15790#: builtin/rebase.c:1021
15791#, c-format
15792msgid ""
15793"\n"
15794"git encountered an error while preparing the patches to replay\n"
15795"these revisions:\n"
15796"\n"
15797"    %s\n"
15798"\n"
15799"As a result, git cannot rebase them."
15800msgstr ""
15801
15802#: builtin/rebase.c:1313
15803#, c-format
15804msgid ""
15805"%s\n"
15806"Please specify which branch you want to rebase against.\n"
15807"See git-rebase(1) for details.\n"
15808"\n"
15809"    git rebase '<branch>'\n"
15810"\n"
15811msgstr ""
15812
15813#: builtin/rebase.c:1329
15814#, c-format
15815msgid ""
15816"If you wish to set tracking information for this branch you can do so with:\n"
15817"\n"
15818"    git branch --set-upstream-to=%s/<branch> %s\n"
15819"\n"
15820msgstr ""
15821
15822#: builtin/rebase.c:1359
15823msgid "exec commands cannot contain newlines"
15824msgstr ""
15825
15826#: builtin/rebase.c:1363
15827msgid "empty exec command"
15828msgstr ""
15829
15830#: builtin/rebase.c:1390
15831msgid "rebase onto given branch instead of upstream"
15832msgstr ""
15833
15834#: builtin/rebase.c:1392
15835msgid "allow pre-rebase hook to run"
15836msgstr ""
15837
15838#: builtin/rebase.c:1394
15839msgid "be quiet. implies --no-stat"
15840msgstr ""
15841
15842#: builtin/rebase.c:1400
15843msgid "do not show diffstat of what changed upstream"
15844msgstr ""
15845
15846#: builtin/rebase.c:1403
15847msgid "add a Signed-off-by: line to each commit"
15848msgstr ""
15849
15850#: builtin/rebase.c:1405 builtin/rebase.c:1409 builtin/rebase.c:1411
15851msgid "passed to 'git am'"
15852msgstr ""
15853
15854#: builtin/rebase.c:1413 builtin/rebase.c:1415
15855msgid "passed to 'git apply'"
15856msgstr ""
15857
15858#: builtin/rebase.c:1417 builtin/rebase.c:1420
15859msgid "cherry-pick all commits, even if unchanged"
15860msgstr ""
15861
15862#: builtin/rebase.c:1422
15863msgid "continue"
15864msgstr ""
15865
15866#: builtin/rebase.c:1425
15867msgid "skip current patch and continue"
15868msgstr ""
15869
15870#: builtin/rebase.c:1427
15871msgid "abort and check out the original branch"
15872msgstr ""
15873
15874#: builtin/rebase.c:1430
15875msgid "abort but keep HEAD where it is"
15876msgstr ""
15877
15878#: builtin/rebase.c:1431
15879msgid "edit the todo list during an interactive rebase"
15880msgstr ""
15881
15882#: builtin/rebase.c:1434
15883msgid "show the patch file being applied or merged"
15884msgstr ""
15885
15886#: builtin/rebase.c:1437
15887msgid "use merging strategies to rebase"
15888msgstr ""
15889
15890#: builtin/rebase.c:1441
15891msgid "let the user edit the list of commits to rebase"
15892msgstr ""
15893
15894#: builtin/rebase.c:1445
15895msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
15896msgstr ""
15897
15898#: builtin/rebase.c:1449
15899msgid "preserve empty commits during rebase"
15900msgstr ""
15901
15902#: builtin/rebase.c:1451
15903msgid "move commits that begin with squash!/fixup! under -i"
15904msgstr ""
15905
15906#: builtin/rebase.c:1457
15907msgid "automatically stash/stash pop before and after"
15908msgstr ""
15909
15910#: builtin/rebase.c:1459
15911msgid "add exec lines after each commit of the editable list"
15912msgstr ""
15913
15914#: builtin/rebase.c:1463
15915msgid "allow rebasing commits with empty messages"
15916msgstr ""
15917
15918#: builtin/rebase.c:1466
15919msgid "try to rebase merges instead of skipping them"
15920msgstr ""
15921
15922#: builtin/rebase.c:1469
15923msgid "use 'merge-base --fork-point' to refine upstream"
15924msgstr ""
15925
15926#: builtin/rebase.c:1471
15927msgid "use the given merge strategy"
15928msgstr ""
15929
15930#: builtin/rebase.c:1473 builtin/revert.c:114
15931msgid "option"
15932msgstr ""
15933
15934#: builtin/rebase.c:1474
15935msgid "pass the argument through to the merge strategy"
15936msgstr ""
15937
15938#: builtin/rebase.c:1477
15939msgid "rebase all reachable commits up to the root(s)"
15940msgstr ""
15941
15942#: builtin/rebase.c:1498
15943msgid ""
15944"the rebase.useBuiltin support has been removed!\n"
15945"See its entry in 'git help config' for details."
15946msgstr ""
15947
15948#: builtin/rebase.c:1504
15949msgid "It looks like 'git am' is in progress. Cannot rebase."
15950msgstr ""
15951
15952#: builtin/rebase.c:1545
15953msgid ""
15954"git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
15955msgstr ""
15956
15957#: builtin/rebase.c:1549
15958msgid "No rebase in progress?"
15959msgstr ""
15960
15961#: builtin/rebase.c:1553
15962msgid "The --edit-todo action can only be used during interactive rebase."
15963msgstr ""
15964
15965#: builtin/rebase.c:1576
15966msgid "Cannot read HEAD"
15967msgstr ""
15968
15969#: builtin/rebase.c:1588
15970msgid ""
15971"You must edit all merge conflicts and then\n"
15972"mark them as resolved using git add"
15973msgstr ""
15974
15975#: builtin/rebase.c:1607
15976msgid "could not discard worktree changes"
15977msgstr ""
15978
15979#: builtin/rebase.c:1626
15980#, c-format
15981msgid "could not move back to %s"
15982msgstr ""
15983
15984#: builtin/rebase.c:1637 builtin/rm.c:369
15985#, c-format
15986msgid "could not remove '%s'"
15987msgstr ""
15988
15989#: builtin/rebase.c:1663
15990#, c-format
15991msgid ""
15992"It seems that there is already a %s directory, and\n"
15993"I wonder if you are in the middle of another rebase.  If that is the\n"
15994"case, please try\n"
15995"\t%s\n"
15996"If that is not the case, please\n"
15997"\t%s\n"
15998"and run me again.  I am stopping in case you still have something\n"
15999"valuable there.\n"
16000msgstr ""
16001
16002#: builtin/rebase.c:1684
16003msgid "switch `C' expects a numerical value"
16004msgstr ""
16005
16006#: builtin/rebase.c:1725
16007#, c-format
16008msgid "Unknown mode: %s"
16009msgstr ""
16010
16011#: builtin/rebase.c:1747
16012msgid "--strategy requires --merge or --interactive"
16013msgstr ""
16014
16015#: builtin/rebase.c:1796
16016msgid "cannot combine am options with either interactive or merge options"
16017msgstr ""
16018
16019#: builtin/rebase.c:1815
16020msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
16021msgstr ""
16022
16023#: builtin/rebase.c:1819
16024msgid ""
16025"error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
16026msgstr ""
16027
16028#: builtin/rebase.c:1825
16029msgid "cannot combine '--rebase-merges' with '--strategy-option'"
16030msgstr ""
16031
16032#: builtin/rebase.c:1828
16033msgid "cannot combine '--rebase-merges' with '--strategy'"
16034msgstr ""
16035
16036#: builtin/rebase.c:1852
16037#, c-format
16038msgid "invalid upstream '%s'"
16039msgstr ""
16040
16041#: builtin/rebase.c:1858
16042msgid "Could not create new root commit"
16043msgstr ""
16044
16045#: builtin/rebase.c:1876
16046#, c-format
16047msgid "'%s': need exactly one merge base"
16048msgstr ""
16049
16050#: builtin/rebase.c:1883
16051#, c-format
16052msgid "Does not point to a valid commit '%s'"
16053msgstr ""
16054
16055#: builtin/rebase.c:1908
16056#, c-format
16057msgid "fatal: no such branch/commit '%s'"
16058msgstr ""
16059
16060#: builtin/rebase.c:1916 builtin/submodule--helper.c:38
16061#: builtin/submodule--helper.c:1933
16062#, c-format
16063msgid "No such ref: %s"
16064msgstr ""
16065
16066#: builtin/rebase.c:1927
16067msgid "Could not resolve HEAD to a revision"
16068msgstr ""
16069
16070#: builtin/rebase.c:1968
16071msgid "Cannot autostash"
16072msgstr ""
16073
16074#: builtin/rebase.c:1971
16075#, c-format
16076msgid "Unexpected stash response: '%s'"
16077msgstr ""
16078
16079#: builtin/rebase.c:1977
16080#, c-format
16081msgid "Could not create directory for '%s'"
16082msgstr ""
16083
16084#: builtin/rebase.c:1980
16085#, c-format
16086msgid "Created autostash: %s\n"
16087msgstr ""
16088
16089#: builtin/rebase.c:1983
16090msgid "could not reset --hard"
16091msgstr ""
16092
16093#: builtin/rebase.c:1984 builtin/reset.c:114
16094#, c-format
16095msgid "HEAD is now at %s"
16096msgstr ""
16097
16098#: builtin/rebase.c:2000
16099msgid "Please commit or stash them."
16100msgstr ""
16101
16102#: builtin/rebase.c:2027
16103#, c-format
16104msgid "could not parse '%s'"
16105msgstr ""
16106
16107#: builtin/rebase.c:2040
16108#, c-format
16109msgid "could not switch to %s"
16110msgstr ""
16111
16112#: builtin/rebase.c:2051
16113msgid "HEAD is up to date."
16114msgstr ""
16115
16116#: builtin/rebase.c:2053
16117#, c-format
16118msgid "Current branch %s is up to date.\n"
16119msgstr ""
16120
16121#: builtin/rebase.c:2061
16122msgid "HEAD is up to date, rebase forced."
16123msgstr ""
16124
16125#: builtin/rebase.c:2063
16126#, c-format
16127msgid "Current branch %s is up to date, rebase forced.\n"
16128msgstr ""
16129
16130#: builtin/rebase.c:2071
16131msgid "The pre-rebase hook refused to rebase."
16132msgstr ""
16133
16134#: builtin/rebase.c:2078
16135#, c-format
16136msgid "Changes to %s:\n"
16137msgstr ""
16138
16139#: builtin/rebase.c:2081
16140#, c-format
16141msgid "Changes from %s to %s:\n"
16142msgstr ""
16143
16144#: builtin/rebase.c:2106
16145#, c-format
16146msgid "First, rewinding head to replay your work on top of it...\n"
16147msgstr ""
16148
16149#: builtin/rebase.c:2115
16150msgid "Could not detach HEAD"
16151msgstr ""
16152
16153#: builtin/rebase.c:2124
16154#, c-format
16155msgid "Fast-forwarded %s to %s.\n"
16156msgstr ""
16157
16158#: builtin/receive-pack.c:33
16159msgid "git receive-pack <git-dir>"
16160msgstr ""
16161
16162#: builtin/receive-pack.c:833
16163msgid ""
16164"By default, updating the current branch in a non-bare repository\n"
16165"is denied, because it will make the index and work tree inconsistent\n"
16166"with what you pushed, and will require 'git reset --hard' to match\n"
16167"the work tree to HEAD.\n"
16168"\n"
16169"You can set the 'receive.denyCurrentBranch' configuration variable\n"
16170"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
16171"its current branch; however, this is not recommended unless you\n"
16172"arranged to update its work tree to match what you pushed in some\n"
16173"other way.\n"
16174"\n"
16175"To squelch this message and still keep the default behaviour, set\n"
16176"'receive.denyCurrentBranch' configuration variable to 'refuse'."
16177msgstr ""
16178
16179#: builtin/receive-pack.c:853
16180msgid ""
16181"By default, deleting the current branch is denied, because the next\n"
16182"'git clone' won't result in any file checked out, causing confusion.\n"
16183"\n"
16184"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
16185"'warn' or 'ignore' in the remote repository to allow deleting the\n"
16186"current branch, with or without a warning message.\n"
16187"\n"
16188"To squelch this message, you can set it to 'refuse'."
16189msgstr ""
16190
16191#: builtin/receive-pack.c:1940
16192msgid "quiet"
16193msgstr ""
16194
16195#: builtin/receive-pack.c:1954
16196msgid "You must specify a directory."
16197msgstr ""
16198
16199#: builtin/reflog.c:17
16200msgid ""
16201"git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
16202"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
16203"<refs>..."
16204msgstr ""
16205
16206#: builtin/reflog.c:22
16207msgid ""
16208"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
16209"<refs>..."
16210msgstr ""
16211
16212#: builtin/reflog.c:25
16213msgid "git reflog exists <ref>"
16214msgstr ""
16215
16216#: builtin/reflog.c:567 builtin/reflog.c:572
16217#, c-format
16218msgid "'%s' is not a valid timestamp"
16219msgstr ""
16220
16221#: builtin/reflog.c:605
16222#, c-format
16223msgid "Marking reachable objects..."
16224msgstr ""
16225
16226#: builtin/reflog.c:643
16227#, c-format
16228msgid "%s points nowhere!"
16229msgstr ""
16230
16231#: builtin/reflog.c:695
16232msgid "no reflog specified to delete"
16233msgstr ""
16234
16235#: builtin/reflog.c:704
16236#, c-format
16237msgid "not a reflog: %s"
16238msgstr ""
16239
16240#: builtin/reflog.c:709
16241#, c-format
16242msgid "no reflog for '%s'"
16243msgstr ""
16244
16245#: builtin/reflog.c:755
16246#, c-format
16247msgid "invalid ref format: %s"
16248msgstr ""
16249
16250#: builtin/reflog.c:764
16251msgid "git reflog [ show | expire | delete | exists ]"
16252msgstr ""
16253
16254#: builtin/remote.c:16
16255msgid "git remote [-v | --verbose]"
16256msgstr ""
16257
16258#: builtin/remote.c:17
16259msgid ""
16260"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
16261"mirror=<fetch|push>] <name> <url>"
16262msgstr ""
16263
16264#: builtin/remote.c:18 builtin/remote.c:38
16265msgid "git remote rename <old> <new>"
16266msgstr ""
16267
16268#: builtin/remote.c:19 builtin/remote.c:43
16269msgid "git remote remove <name>"
16270msgstr ""
16271
16272#: builtin/remote.c:20 builtin/remote.c:48
16273msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
16274msgstr ""
16275
16276#: builtin/remote.c:21
16277msgid "git remote [-v | --verbose] show [-n] <name>"
16278msgstr ""
16279
16280#: builtin/remote.c:22
16281msgid "git remote prune [-n | --dry-run] <name>"
16282msgstr ""
16283
16284#: builtin/remote.c:23
16285msgid ""
16286"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
16287msgstr ""
16288
16289#: builtin/remote.c:24
16290msgid "git remote set-branches [--add] <name> <branch>..."
16291msgstr ""
16292
16293#: builtin/remote.c:25 builtin/remote.c:74
16294msgid "git remote get-url [--push] [--all] <name>"
16295msgstr ""
16296
16297#: builtin/remote.c:26 builtin/remote.c:79
16298msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
16299msgstr ""
16300
16301#: builtin/remote.c:27 builtin/remote.c:80
16302msgid "git remote set-url --add <name> <newurl>"
16303msgstr ""
16304
16305#: builtin/remote.c:28 builtin/remote.c:81
16306msgid "git remote set-url --delete <name> <url>"
16307msgstr ""
16308
16309#: builtin/remote.c:33
16310msgid "git remote add [<options>] <name> <url>"
16311msgstr ""
16312
16313#: builtin/remote.c:53
16314msgid "git remote set-branches <name> <branch>..."
16315msgstr ""
16316
16317#: builtin/remote.c:54
16318msgid "git remote set-branches --add <name> <branch>..."
16319msgstr ""
16320
16321#: builtin/remote.c:59
16322msgid "git remote show [<options>] <name>"
16323msgstr ""
16324
16325#: builtin/remote.c:64
16326msgid "git remote prune [<options>] <name>"
16327msgstr ""
16328
16329#: builtin/remote.c:69
16330msgid "git remote update [<options>] [<group> | <remote>]..."
16331msgstr ""
16332
16333#: builtin/remote.c:98
16334#, c-format
16335msgid "Updating %s"
16336msgstr ""
16337
16338#: builtin/remote.c:130
16339msgid ""
16340"--mirror is dangerous and deprecated; please\n"
16341"\t use --mirror=fetch or --mirror=push instead"
16342msgstr ""
16343
16344#: builtin/remote.c:147
16345#, c-format
16346msgid "unknown mirror argument: %s"
16347msgstr ""
16348
16349#: builtin/remote.c:163
16350msgid "fetch the remote branches"
16351msgstr ""
16352
16353#: builtin/remote.c:165
16354msgid "import all tags and associated objects when fetching"
16355msgstr ""
16356
16357#: builtin/remote.c:168
16358msgid "or do not fetch any tag at all (--no-tags)"
16359msgstr ""
16360
16361#: builtin/remote.c:170
16362msgid "branch(es) to track"
16363msgstr ""
16364
16365#: builtin/remote.c:171
16366msgid "master branch"
16367msgstr ""
16368
16369#: builtin/remote.c:173
16370msgid "set up remote as a mirror to push to or fetch from"
16371msgstr ""
16372
16373#: builtin/remote.c:185
16374msgid "specifying a master branch makes no sense with --mirror"
16375msgstr ""
16376
16377#: builtin/remote.c:187
16378msgid "specifying branches to track makes sense only with fetch mirrors"
16379msgstr ""
16380
16381#: builtin/remote.c:194 builtin/remote.c:636
16382#, c-format
16383msgid "remote %s already exists."
16384msgstr ""
16385
16386#: builtin/remote.c:198 builtin/remote.c:640
16387#, c-format
16388msgid "'%s' is not a valid remote name"
16389msgstr ""
16390
16391#: builtin/remote.c:238
16392#, c-format
16393msgid "Could not setup master '%s'"
16394msgstr ""
16395
16396#: builtin/remote.c:344
16397#, c-format
16398msgid "Could not get fetch map for refspec %s"
16399msgstr ""
16400
16401#: builtin/remote.c:443 builtin/remote.c:451
16402msgid "(matching)"
16403msgstr ""
16404
16405#: builtin/remote.c:455
16406msgid "(delete)"
16407msgstr ""
16408
16409#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
16410#, c-format
16411msgid "No such remote: '%s'"
16412msgstr ""
16413
16414#: builtin/remote.c:646
16415#, c-format
16416msgid "Could not rename config section '%s' to '%s'"
16417msgstr ""
16418
16419#: builtin/remote.c:666
16420#, c-format
16421msgid ""
16422"Not updating non-default fetch refspec\n"
16423"\t%s\n"
16424"\tPlease update the configuration manually if necessary."
16425msgstr ""
16426
16427#: builtin/remote.c:702
16428#, c-format
16429msgid "deleting '%s' failed"
16430msgstr ""
16431
16432#: builtin/remote.c:736
16433#, c-format
16434msgid "creating '%s' failed"
16435msgstr ""
16436
16437#: builtin/remote.c:802
16438msgid ""
16439"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
16440"to delete it, use:"
16441msgid_plural ""
16442"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
16443"to delete them, use:"
16444msgstr[0] ""
16445msgstr[1] ""
16446
16447#: builtin/remote.c:816
16448#, c-format
16449msgid "Could not remove config section '%s'"
16450msgstr ""
16451
16452#: builtin/remote.c:917
16453#, c-format
16454msgid " new (next fetch will store in remotes/%s)"
16455msgstr ""
16456
16457#: builtin/remote.c:920
16458msgid " tracked"
16459msgstr ""
16460
16461#: builtin/remote.c:922
16462msgid " stale (use 'git remote prune' to remove)"
16463msgstr ""
16464
16465#: builtin/remote.c:924
16466msgid " ???"
16467msgstr ""
16468
16469#: builtin/remote.c:965
16470#, c-format
16471msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
16472msgstr ""
16473
16474#: builtin/remote.c:974
16475#, c-format
16476msgid "rebases interactively onto remote %s"
16477msgstr ""
16478
16479#: builtin/remote.c:976
16480#, c-format
16481msgid "rebases interactively (with merges) onto remote %s"
16482msgstr ""
16483
16484#: builtin/remote.c:979
16485#, c-format
16486msgid "rebases onto remote %s"
16487msgstr ""
16488
16489#: builtin/remote.c:983
16490#, c-format
16491msgid " merges with remote %s"
16492msgstr ""
16493
16494#: builtin/remote.c:986
16495#, c-format
16496msgid "merges with remote %s"
16497msgstr ""
16498
16499#: builtin/remote.c:989
16500#, c-format
16501msgid "%-*s    and with remote %s\n"
16502msgstr ""
16503
16504#: builtin/remote.c:1032
16505msgid "create"
16506msgstr ""
16507
16508#: builtin/remote.c:1035
16509msgid "delete"
16510msgstr ""
16511
16512#: builtin/remote.c:1039
16513msgid "up to date"
16514msgstr ""
16515
16516#: builtin/remote.c:1042
16517msgid "fast-forwardable"
16518msgstr ""
16519
16520#: builtin/remote.c:1045
16521msgid "local out of date"
16522msgstr ""
16523
16524#: builtin/remote.c:1052
16525#, c-format
16526msgid "    %-*s forces to %-*s (%s)"
16527msgstr ""
16528
16529#: builtin/remote.c:1055
16530#, c-format
16531msgid "    %-*s pushes to %-*s (%s)"
16532msgstr ""
16533
16534#: builtin/remote.c:1059
16535#, c-format
16536msgid "    %-*s forces to %s"
16537msgstr ""
16538
16539#: builtin/remote.c:1062
16540#, c-format
16541msgid "    %-*s pushes to %s"
16542msgstr ""
16543
16544#: builtin/remote.c:1130
16545msgid "do not query remotes"
16546msgstr ""
16547
16548#: builtin/remote.c:1157
16549#, c-format
16550msgid "* remote %s"
16551msgstr ""
16552
16553#: builtin/remote.c:1158
16554#, c-format
16555msgid "  Fetch URL: %s"
16556msgstr ""
16557
16558#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
16559msgid "(no URL)"
16560msgstr ""
16561
16562#. TRANSLATORS: the colon ':' should align
16563#. with the one in " Fetch URL: %s"
16564#. translation.
16565#.
16566#: builtin/remote.c:1173 builtin/remote.c:1175
16567#, c-format
16568msgid "  Push  URL: %s"
16569msgstr ""
16570
16571#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
16572#, c-format
16573msgid "  HEAD branch: %s"
16574msgstr ""
16575
16576#: builtin/remote.c:1177
16577msgid "(not queried)"
16578msgstr ""
16579
16580#: builtin/remote.c:1179
16581msgid "(unknown)"
16582msgstr ""
16583
16584#: builtin/remote.c:1183
16585#, c-format
16586msgid ""
16587"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
16588msgstr ""
16589
16590#: builtin/remote.c:1195
16591#, c-format
16592msgid "  Remote branch:%s"
16593msgid_plural "  Remote branches:%s"
16594msgstr[0] ""
16595msgstr[1] ""
16596
16597#: builtin/remote.c:1198 builtin/remote.c:1224
16598msgid " (status not queried)"
16599msgstr ""
16600
16601#: builtin/remote.c:1207
16602msgid "  Local branch configured for 'git pull':"
16603msgid_plural "  Local branches configured for 'git pull':"
16604msgstr[0] ""
16605msgstr[1] ""
16606
16607#: builtin/remote.c:1215
16608msgid "  Local refs will be mirrored by 'git push'"
16609msgstr ""
16610
16611#: builtin/remote.c:1221
16612#, c-format
16613msgid "  Local ref configured for 'git push'%s:"
16614msgid_plural "  Local refs configured for 'git push'%s:"
16615msgstr[0] ""
16616msgstr[1] ""
16617
16618#: builtin/remote.c:1242
16619msgid "set refs/remotes/<name>/HEAD according to remote"
16620msgstr ""
16621
16622#: builtin/remote.c:1244
16623msgid "delete refs/remotes/<name>/HEAD"
16624msgstr ""
16625
16626#: builtin/remote.c:1259
16627msgid "Cannot determine remote HEAD"
16628msgstr ""
16629
16630#: builtin/remote.c:1261
16631msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
16632msgstr ""
16633
16634#: builtin/remote.c:1271
16635#, c-format
16636msgid "Could not delete %s"
16637msgstr ""
16638
16639#: builtin/remote.c:1279
16640#, c-format
16641msgid "Not a valid ref: %s"
16642msgstr ""
16643
16644#: builtin/remote.c:1281
16645#, c-format
16646msgid "Could not setup %s"
16647msgstr ""
16648
16649#: builtin/remote.c:1299
16650#, c-format
16651msgid " %s will become dangling!"
16652msgstr ""
16653
16654#: builtin/remote.c:1300
16655#, c-format
16656msgid " %s has become dangling!"
16657msgstr ""
16658
16659#: builtin/remote.c:1310
16660#, c-format
16661msgid "Pruning %s"
16662msgstr ""
16663
16664#: builtin/remote.c:1311
16665#, c-format
16666msgid "URL: %s"
16667msgstr ""
16668
16669#: builtin/remote.c:1327
16670#, c-format
16671msgid " * [would prune] %s"
16672msgstr ""
16673
16674#: builtin/remote.c:1330
16675#, c-format
16676msgid " * [pruned] %s"
16677msgstr ""
16678
16679#: builtin/remote.c:1375
16680msgid "prune remotes after fetching"
16681msgstr ""
16682
16683#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
16684#, c-format
16685msgid "No such remote '%s'"
16686msgstr ""
16687
16688#: builtin/remote.c:1454
16689msgid "add branch"
16690msgstr ""
16691
16692#: builtin/remote.c:1461
16693msgid "no remote specified"
16694msgstr ""
16695
16696#: builtin/remote.c:1478
16697msgid "query push URLs rather than fetch URLs"
16698msgstr ""
16699
16700#: builtin/remote.c:1480
16701msgid "return all URLs"
16702msgstr ""
16703
16704#: builtin/remote.c:1508
16705#, c-format
16706msgid "no URLs configured for remote '%s'"
16707msgstr ""
16708
16709#: builtin/remote.c:1534
16710msgid "manipulate push URLs"
16711msgstr ""
16712
16713#: builtin/remote.c:1536
16714msgid "add URL"
16715msgstr ""
16716
16717#: builtin/remote.c:1538
16718msgid "delete URLs"
16719msgstr ""
16720
16721#: builtin/remote.c:1545
16722msgid "--add --delete doesn't make sense"
16723msgstr ""
16724
16725#: builtin/remote.c:1584
16726#, c-format
16727msgid "Invalid old URL pattern: %s"
16728msgstr ""
16729
16730#: builtin/remote.c:1592
16731#, c-format
16732msgid "No such URL found: %s"
16733msgstr ""
16734
16735#: builtin/remote.c:1594
16736msgid "Will not delete all non-push URLs"
16737msgstr ""
16738
16739#: builtin/remote.c:1610
16740msgid "be verbose; must be placed before a subcommand"
16741msgstr ""
16742
16743#: builtin/remote.c:1641
16744#, c-format
16745msgid "Unknown subcommand: %s"
16746msgstr ""
16747
16748#: builtin/repack.c:22
16749msgid "git repack [<options>]"
16750msgstr ""
16751
16752#: builtin/repack.c:27
16753msgid ""
16754"Incremental repacks are incompatible with bitmap indexes.  Use\n"
16755"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
16756msgstr ""
16757
16758#: builtin/repack.c:200
16759msgid "could not start pack-objects to repack promisor objects"
16760msgstr ""
16761
16762#: builtin/repack.c:239 builtin/repack.c:414
16763msgid "repack: Expecting full hex object ID lines only from pack-objects."
16764msgstr ""
16765
16766#: builtin/repack.c:256
16767msgid "could not finish pack-objects to repack promisor objects"
16768msgstr ""
16769
16770#: builtin/repack.c:294
16771msgid "pack everything in a single pack"
16772msgstr ""
16773
16774#: builtin/repack.c:296
16775msgid "same as -a, and turn unreachable objects loose"
16776msgstr ""
16777
16778#: builtin/repack.c:299
16779msgid "remove redundant packs, and run git-prune-packed"
16780msgstr ""
16781
16782#: builtin/repack.c:301
16783msgid "pass --no-reuse-delta to git-pack-objects"
16784msgstr ""
16785
16786#: builtin/repack.c:303
16787msgid "pass --no-reuse-object to git-pack-objects"
16788msgstr ""
16789
16790#: builtin/repack.c:305
16791msgid "do not run git-update-server-info"
16792msgstr ""
16793
16794#: builtin/repack.c:308
16795msgid "pass --local to git-pack-objects"
16796msgstr ""
16797
16798#: builtin/repack.c:310
16799msgid "write bitmap index"
16800msgstr ""
16801
16802#: builtin/repack.c:312
16803msgid "pass --delta-islands to git-pack-objects"
16804msgstr ""
16805
16806#: builtin/repack.c:313
16807msgid "approxidate"
16808msgstr ""
16809
16810#: builtin/repack.c:314
16811msgid "with -A, do not loosen objects older than this"
16812msgstr ""
16813
16814#: builtin/repack.c:316
16815msgid "with -a, repack unreachable objects"
16816msgstr ""
16817
16818#: builtin/repack.c:318
16819msgid "size of the window used for delta compression"
16820msgstr ""
16821
16822#: builtin/repack.c:319 builtin/repack.c:325
16823msgid "bytes"
16824msgstr ""
16825
16826#: builtin/repack.c:320
16827msgid "same as the above, but limit memory size instead of entries count"
16828msgstr ""
16829
16830#: builtin/repack.c:322
16831msgid "limits the maximum delta depth"
16832msgstr ""
16833
16834#: builtin/repack.c:324
16835msgid "limits the maximum number of threads"
16836msgstr ""
16837
16838#: builtin/repack.c:326
16839msgid "maximum size of each packfile"
16840msgstr ""
16841
16842#: builtin/repack.c:328
16843msgid "repack objects in packs marked with .keep"
16844msgstr ""
16845
16846#: builtin/repack.c:330
16847msgid "do not repack this pack"
16848msgstr ""
16849
16850#: builtin/repack.c:340
16851msgid "cannot delete packs in a precious-objects repo"
16852msgstr ""
16853
16854#: builtin/repack.c:344
16855msgid "--keep-unreachable and -A are incompatible"
16856msgstr ""
16857
16858#: builtin/repack.c:423
16859msgid "Nothing new to pack."
16860msgstr ""
16861
16862#: builtin/repack.c:484
16863#, c-format
16864msgid ""
16865"WARNING: Some packs in use have been renamed by\n"
16866"WARNING: prefixing old- to their name, in order to\n"
16867"WARNING: replace them with the new version of the\n"
16868"WARNING: file.  But the operation failed, and the\n"
16869"WARNING: attempt to rename them back to their\n"
16870"WARNING: original names also failed.\n"
16871"WARNING: Please rename them in %s manually:\n"
16872msgstr ""
16873
16874#: builtin/repack.c:532
16875#, c-format
16876msgid "failed to remove '%s'"
16877msgstr ""
16878
16879#: builtin/replace.c:22
16880msgid "git replace [-f] <object> <replacement>"
16881msgstr ""
16882
16883#: builtin/replace.c:23
16884msgid "git replace [-f] --edit <object>"
16885msgstr ""
16886
16887#: builtin/replace.c:24
16888msgid "git replace [-f] --graft <commit> [<parent>...]"
16889msgstr ""
16890
16891#: builtin/replace.c:25
16892msgid "git replace [-f] --convert-graft-file"
16893msgstr ""
16894
16895#: builtin/replace.c:26
16896msgid "git replace -d <object>..."
16897msgstr ""
16898
16899#: builtin/replace.c:27
16900msgid "git replace [--format=<format>] [-l [<pattern>]]"
16901msgstr ""
16902
16903#: builtin/replace.c:90
16904#, c-format
16905msgid ""
16906"invalid replace format '%s'\n"
16907"valid formats are 'short', 'medium' and 'long'"
16908msgstr ""
16909
16910#: builtin/replace.c:125
16911#, c-format
16912msgid "replace ref '%s' not found"
16913msgstr ""
16914
16915#: builtin/replace.c:141
16916#, c-format
16917msgid "Deleted replace ref '%s'"
16918msgstr ""
16919
16920#: builtin/replace.c:153
16921#, c-format
16922msgid "'%s' is not a valid ref name"
16923msgstr ""
16924
16925#: builtin/replace.c:158
16926#, c-format
16927msgid "replace ref '%s' already exists"
16928msgstr ""
16929
16930#: builtin/replace.c:178
16931#, c-format
16932msgid ""
16933"Objects must be of the same type.\n"
16934"'%s' points to a replaced object of type '%s'\n"
16935"while '%s' points to a replacement object of type '%s'."
16936msgstr ""
16937
16938#: builtin/replace.c:229
16939#, c-format
16940msgid "unable to open %s for writing"
16941msgstr ""
16942
16943#: builtin/replace.c:242
16944msgid "cat-file reported failure"
16945msgstr ""
16946
16947#: builtin/replace.c:258
16948#, c-format
16949msgid "unable to open %s for reading"
16950msgstr ""
16951
16952#: builtin/replace.c:272
16953msgid "unable to spawn mktree"
16954msgstr ""
16955
16956#: builtin/replace.c:276
16957msgid "unable to read from mktree"
16958msgstr ""
16959
16960#: builtin/replace.c:285
16961msgid "mktree reported failure"
16962msgstr ""
16963
16964#: builtin/replace.c:289
16965msgid "mktree did not return an object name"
16966msgstr ""
16967
16968#: builtin/replace.c:298
16969#, c-format
16970msgid "unable to fstat %s"
16971msgstr ""
16972
16973#: builtin/replace.c:303
16974msgid "unable to write object to database"
16975msgstr ""
16976
16977#: builtin/replace.c:322 builtin/replace.c:377 builtin/replace.c:422
16978#: builtin/replace.c:452
16979#, c-format
16980msgid "not a valid object name: '%s'"
16981msgstr ""
16982
16983#: builtin/replace.c:326
16984#, c-format
16985msgid "unable to get object type for %s"
16986msgstr ""
16987
16988#: builtin/replace.c:342
16989msgid "editing object file failed"
16990msgstr ""
16991
16992#: builtin/replace.c:351
16993#, c-format
16994msgid "new object is the same as the old one: '%s'"
16995msgstr ""
16996
16997#: builtin/replace.c:383
16998#, c-format
16999msgid "could not parse %s as a commit"
17000msgstr ""
17001
17002#: builtin/replace.c:414
17003#, c-format
17004msgid "bad mergetag in commit '%s'"
17005msgstr ""
17006
17007#: builtin/replace.c:416
17008#, c-format
17009msgid "malformed mergetag in commit '%s'"
17010msgstr ""
17011
17012#: builtin/replace.c:428
17013#, c-format
17014msgid ""
17015"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
17016"instead of --graft"
17017msgstr ""
17018
17019#: builtin/replace.c:467
17020#, c-format
17021msgid "the original commit '%s' has a gpg signature"
17022msgstr ""
17023
17024#: builtin/replace.c:468
17025msgid "the signature will be removed in the replacement commit!"
17026msgstr ""
17027
17028#: builtin/replace.c:478
17029#, c-format
17030msgid "could not write replacement commit for: '%s'"
17031msgstr ""
17032
17033#: builtin/replace.c:486
17034#, c-format
17035msgid "graft for '%s' unnecessary"
17036msgstr ""
17037
17038#: builtin/replace.c:490
17039#, c-format
17040msgid "new commit is the same as the old one: '%s'"
17041msgstr ""
17042
17043#: builtin/replace.c:525
17044#, c-format
17045msgid ""
17046"could not convert the following graft(s):\n"
17047"%s"
17048msgstr ""
17049
17050#: builtin/replace.c:546
17051msgid "list replace refs"
17052msgstr ""
17053
17054#: builtin/replace.c:547
17055msgid "delete replace refs"
17056msgstr ""
17057
17058#: builtin/replace.c:548
17059msgid "edit existing object"
17060msgstr ""
17061
17062#: builtin/replace.c:549
17063msgid "change a commit's parents"
17064msgstr ""
17065
17066#: builtin/replace.c:550
17067msgid "convert existing graft file"
17068msgstr ""
17069
17070#: builtin/replace.c:551
17071msgid "replace the ref if it exists"
17072msgstr ""
17073
17074#: builtin/replace.c:553
17075msgid "do not pretty-print contents for --edit"
17076msgstr ""
17077
17078#: builtin/replace.c:554
17079msgid "use this format"
17080msgstr ""
17081
17082#: builtin/replace.c:567
17083msgid "--format cannot be used when not listing"
17084msgstr ""
17085
17086#: builtin/replace.c:575
17087msgid "-f only makes sense when writing a replacement"
17088msgstr ""
17089
17090#: builtin/replace.c:579
17091msgid "--raw only makes sense with --edit"
17092msgstr ""
17093
17094#: builtin/replace.c:585
17095msgid "-d needs at least one argument"
17096msgstr ""
17097
17098#: builtin/replace.c:591
17099msgid "bad number of arguments"
17100msgstr ""
17101
17102#: builtin/replace.c:597
17103msgid "-e needs exactly one argument"
17104msgstr ""
17105
17106#: builtin/replace.c:603
17107msgid "-g needs at least one argument"
17108msgstr ""
17109
17110#: builtin/replace.c:609
17111msgid "--convert-graft-file takes no argument"
17112msgstr ""
17113
17114#: builtin/replace.c:615
17115msgid "only one pattern can be given with -l"
17116msgstr ""
17117
17118#: builtin/rerere.c:13
17119msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
17120msgstr ""
17121
17122#: builtin/rerere.c:60
17123msgid "register clean resolutions in index"
17124msgstr ""
17125
17126#: builtin/rerere.c:79
17127msgid "'git rerere forget' without paths is deprecated"
17128msgstr ""
17129
17130#: builtin/rerere.c:113
17131#, c-format
17132msgid "unable to generate diff for '%s'"
17133msgstr ""
17134
17135#: builtin/reset.c:32
17136msgid ""
17137"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
17138msgstr ""
17139
17140#: builtin/reset.c:33
17141msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
17142msgstr ""
17143
17144#: builtin/reset.c:34
17145msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
17146msgstr ""
17147
17148#: builtin/reset.c:40
17149msgid "mixed"
17150msgstr ""
17151
17152#: builtin/reset.c:40
17153msgid "soft"
17154msgstr ""
17155
17156#: builtin/reset.c:40
17157msgid "hard"
17158msgstr ""
17159
17160#: builtin/reset.c:40
17161msgid "merge"
17162msgstr ""
17163
17164#: builtin/reset.c:40
17165msgid "keep"
17166msgstr ""
17167
17168#: builtin/reset.c:81
17169msgid "You do not have a valid HEAD."
17170msgstr ""
17171
17172#: builtin/reset.c:83
17173msgid "Failed to find tree of HEAD."
17174msgstr ""
17175
17176#: builtin/reset.c:89
17177#, c-format
17178msgid "Failed to find tree of %s."
17179msgstr ""
17180
17181#: builtin/reset.c:193
17182#, c-format
17183msgid "Cannot do a %s reset in the middle of a merge."
17184msgstr ""
17185
17186#: builtin/reset.c:293 builtin/stash.c:514 builtin/stash.c:589
17187#: builtin/stash.c:613
17188msgid "be quiet, only report errors"
17189msgstr ""
17190
17191#: builtin/reset.c:295
17192msgid "reset HEAD and index"
17193msgstr ""
17194
17195#: builtin/reset.c:296
17196msgid "reset only HEAD"
17197msgstr ""
17198
17199#: builtin/reset.c:298 builtin/reset.c:300
17200msgid "reset HEAD, index and working tree"
17201msgstr ""
17202
17203#: builtin/reset.c:302
17204msgid "reset HEAD but keep local changes"
17205msgstr ""
17206
17207#: builtin/reset.c:308
17208msgid "record only the fact that removed paths will be added later"
17209msgstr ""
17210
17211#: builtin/reset.c:326
17212#, c-format
17213msgid "Failed to resolve '%s' as a valid revision."
17214msgstr ""
17215
17216#: builtin/reset.c:334
17217#, c-format
17218msgid "Failed to resolve '%s' as a valid tree."
17219msgstr ""
17220
17221#: builtin/reset.c:343
17222msgid "--patch is incompatible with --{hard,mixed,soft}"
17223msgstr ""
17224
17225#: builtin/reset.c:353
17226msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
17227msgstr ""
17228
17229#: builtin/reset.c:355
17230#, c-format
17231msgid "Cannot do %s reset with paths."
17232msgstr ""
17233
17234#: builtin/reset.c:370
17235#, c-format
17236msgid "%s reset is not allowed in a bare repository"
17237msgstr ""
17238
17239#: builtin/reset.c:374
17240msgid "-N can only be used with --mixed"
17241msgstr ""
17242
17243#: builtin/reset.c:395
17244msgid "Unstaged changes after reset:"
17245msgstr ""
17246
17247#: builtin/reset.c:398
17248#, c-format
17249msgid ""
17250"\n"
17251"It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
17252"use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
17253"to make this the default.\n"
17254msgstr ""
17255
17256#: builtin/reset.c:408
17257#, c-format
17258msgid "Could not reset index file to revision '%s'."
17259msgstr ""
17260
17261#: builtin/reset.c:412
17262msgid "Could not write new index file."
17263msgstr ""
17264
17265#: builtin/rev-list.c:405
17266msgid "cannot combine --exclude-promisor-objects and --missing"
17267msgstr ""
17268
17269#: builtin/rev-list.c:466
17270msgid "object filtering requires --objects"
17271msgstr ""
17272
17273#: builtin/rev-list.c:469
17274#, c-format
17275msgid "invalid sparse value '%s'"
17276msgstr ""
17277
17278#: builtin/rev-list.c:510
17279msgid "rev-list does not support display of notes"
17280msgstr ""
17281
17282#: builtin/rev-list.c:513
17283msgid "cannot combine --use-bitmap-index with object filtering"
17284msgstr ""
17285
17286#: builtin/rev-parse.c:408
17287msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
17288msgstr ""
17289
17290#: builtin/rev-parse.c:413
17291msgid "keep the `--` passed as an arg"
17292msgstr ""
17293
17294#: builtin/rev-parse.c:415
17295msgid "stop parsing after the first non-option argument"
17296msgstr ""
17297
17298#: builtin/rev-parse.c:418
17299msgid "output in stuck long form"
17300msgstr ""
17301
17302#: builtin/rev-parse.c:551
17303msgid ""
17304"git rev-parse --parseopt [<options>] -- [<args>...]\n"
17305"   or: git rev-parse --sq-quote [<arg>...]\n"
17306"   or: git rev-parse [<options>] [<arg>...]\n"
17307"\n"
17308"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
17309msgstr ""
17310
17311#: builtin/revert.c:24
17312msgid "git revert [<options>] <commit-ish>..."
17313msgstr ""
17314
17315#: builtin/revert.c:25
17316msgid "git revert <subcommand>"
17317msgstr ""
17318
17319#: builtin/revert.c:30
17320msgid "git cherry-pick [<options>] <commit-ish>..."
17321msgstr ""
17322
17323#: builtin/revert.c:31
17324msgid "git cherry-pick <subcommand>"
17325msgstr ""
17326
17327#: builtin/revert.c:72
17328#, c-format
17329msgid "option `%s' expects a number greater than zero"
17330msgstr ""
17331
17332#: builtin/revert.c:92
17333#, c-format
17334msgid "%s: %s cannot be used with %s"
17335msgstr ""
17336
17337#: builtin/revert.c:102
17338msgid "end revert or cherry-pick sequence"
17339msgstr ""
17340
17341#: builtin/revert.c:103
17342msgid "resume revert or cherry-pick sequence"
17343msgstr ""
17344
17345#: builtin/revert.c:104
17346msgid "cancel revert or cherry-pick sequence"
17347msgstr ""
17348
17349#: builtin/revert.c:106
17350msgid "don't automatically commit"
17351msgstr ""
17352
17353#: builtin/revert.c:107
17354msgid "edit the commit message"
17355msgstr ""
17356
17357#: builtin/revert.c:110
17358msgid "parent-number"
17359msgstr ""
17360
17361#: builtin/revert.c:111
17362msgid "select mainline parent"
17363msgstr ""
17364
17365#: builtin/revert.c:113
17366msgid "merge strategy"
17367msgstr ""
17368
17369#: builtin/revert.c:115
17370msgid "option for merge strategy"
17371msgstr ""
17372
17373#: builtin/revert.c:124
17374msgid "append commit name"
17375msgstr ""
17376
17377#: builtin/revert.c:126
17378msgid "preserve initially empty commits"
17379msgstr ""
17380
17381#: builtin/revert.c:128
17382msgid "keep redundant, empty commits"
17383msgstr ""
17384
17385#: builtin/revert.c:227
17386msgid "revert failed"
17387msgstr ""
17388
17389#: builtin/revert.c:240
17390msgid "cherry-pick failed"
17391msgstr ""
17392
17393#: builtin/rm.c:19
17394msgid "git rm [<options>] [--] <file>..."
17395msgstr ""
17396
17397#: builtin/rm.c:207
17398msgid ""
17399"the following file has staged content different from both the\n"
17400"file and the HEAD:"
17401msgid_plural ""
17402"the following files have staged content different from both the\n"
17403"file and the HEAD:"
17404msgstr[0] ""
17405msgstr[1] ""
17406
17407#: builtin/rm.c:212
17408msgid ""
17409"\n"
17410"(use -f to force removal)"
17411msgstr ""
17412
17413#: builtin/rm.c:216
17414msgid "the following file has changes staged in the index:"
17415msgid_plural "the following files have changes staged in the index:"
17416msgstr[0] ""
17417msgstr[1] ""
17418
17419#: builtin/rm.c:220 builtin/rm.c:229
17420msgid ""
17421"\n"
17422"(use --cached to keep the file, or -f to force removal)"
17423msgstr ""
17424
17425#: builtin/rm.c:226
17426msgid "the following file has local modifications:"
17427msgid_plural "the following files have local modifications:"
17428msgstr[0] ""
17429msgstr[1] ""
17430
17431#: builtin/rm.c:242
17432msgid "do not list removed files"
17433msgstr ""
17434
17435#: builtin/rm.c:243
17436msgid "only remove from the index"
17437msgstr ""
17438
17439#: builtin/rm.c:244
17440msgid "override the up-to-date check"
17441msgstr ""
17442
17443#: builtin/rm.c:245
17444msgid "allow recursive removal"
17445msgstr ""
17446
17447#: builtin/rm.c:247
17448msgid "exit with a zero status even if nothing matched"
17449msgstr ""
17450
17451#: builtin/rm.c:289
17452msgid "please stage your changes to .gitmodules or stash them to proceed"
17453msgstr ""
17454
17455#: builtin/rm.c:307
17456#, c-format
17457msgid "not removing '%s' recursively without -r"
17458msgstr ""
17459
17460#: builtin/rm.c:346
17461#, c-format
17462msgid "git rm: unable to remove %s"
17463msgstr ""
17464
17465#: builtin/send-pack.c:20
17466msgid ""
17467"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
17468"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
17469"[<ref>...]\n"
17470"  --all and explicit <ref> specification are mutually exclusive."
17471msgstr ""
17472
17473#: builtin/send-pack.c:163
17474msgid "remote name"
17475msgstr ""
17476
17477#: builtin/send-pack.c:177
17478msgid "use stateless RPC protocol"
17479msgstr ""
17480
17481#: builtin/send-pack.c:178
17482msgid "read refs from stdin"
17483msgstr ""
17484
17485#: builtin/send-pack.c:179
17486msgid "print status from remote helper"
17487msgstr ""
17488
17489#: builtin/shortlog.c:14
17490msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
17491msgstr ""
17492
17493#: builtin/shortlog.c:15
17494msgid "git log --pretty=short | git shortlog [<options>]"
17495msgstr ""
17496
17497#: builtin/shortlog.c:264
17498msgid "Group by committer rather than author"
17499msgstr ""
17500
17501#: builtin/shortlog.c:266
17502msgid "sort output according to the number of commits per author"
17503msgstr ""
17504
17505#: builtin/shortlog.c:268
17506msgid "Suppress commit descriptions, only provides commit count"
17507msgstr ""
17508
17509#: builtin/shortlog.c:270
17510msgid "Show the email address of each author"
17511msgstr ""
17512
17513#: builtin/shortlog.c:271
17514msgid "<w>[,<i1>[,<i2>]]"
17515msgstr ""
17516
17517#: builtin/shortlog.c:272
17518msgid "Linewrap output"
17519msgstr ""
17520
17521#: builtin/shortlog.c:301
17522msgid "too many arguments given outside repository"
17523msgstr ""
17524
17525#: builtin/show-branch.c:13
17526msgid ""
17527"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
17528"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
17529"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
17530"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
17531msgstr ""
17532
17533#: builtin/show-branch.c:17
17534msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
17535msgstr ""
17536
17537#: builtin/show-branch.c:395
17538#, c-format
17539msgid "ignoring %s; cannot handle more than %d ref"
17540msgid_plural "ignoring %s; cannot handle more than %d refs"
17541msgstr[0] ""
17542msgstr[1] ""
17543
17544#: builtin/show-branch.c:549
17545#, c-format
17546msgid "no matching refs with %s"
17547msgstr ""
17548
17549#: builtin/show-branch.c:646
17550msgid "show remote-tracking and local branches"
17551msgstr ""
17552
17553#: builtin/show-branch.c:648
17554msgid "show remote-tracking branches"
17555msgstr ""
17556
17557#: builtin/show-branch.c:650
17558msgid "color '*!+-' corresponding to the branch"
17559msgstr ""
17560
17561#: builtin/show-branch.c:652
17562msgid "show <n> more commits after the common ancestor"
17563msgstr ""
17564
17565#: builtin/show-branch.c:654
17566msgid "synonym to more=-1"
17567msgstr ""
17568
17569#: builtin/show-branch.c:655
17570msgid "suppress naming strings"
17571msgstr ""
17572
17573#: builtin/show-branch.c:657
17574msgid "include the current branch"
17575msgstr ""
17576
17577#: builtin/show-branch.c:659
17578msgid "name commits with their object names"
17579msgstr ""
17580
17581#: builtin/show-branch.c:661
17582msgid "show possible merge bases"
17583msgstr ""
17584
17585#: builtin/show-branch.c:663
17586msgid "show refs unreachable from any other ref"
17587msgstr ""
17588
17589#: builtin/show-branch.c:665
17590msgid "show commits in topological order"
17591msgstr ""
17592
17593#: builtin/show-branch.c:668
17594msgid "show only commits not on the first branch"
17595msgstr ""
17596
17597#: builtin/show-branch.c:670
17598msgid "show merges reachable from only one tip"
17599msgstr ""
17600
17601#: builtin/show-branch.c:672
17602msgid "topologically sort, maintaining date order where possible"
17603msgstr ""
17604
17605#: builtin/show-branch.c:675
17606msgid "<n>[,<base>]"
17607msgstr ""
17608
17609#: builtin/show-branch.c:676
17610msgid "show <n> most recent ref-log entries starting at base"
17611msgstr ""
17612
17613#: builtin/show-branch.c:712
17614msgid ""
17615"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
17616msgstr ""
17617
17618#: builtin/show-branch.c:736
17619msgid "no branches given, and HEAD is not valid"
17620msgstr ""
17621
17622#: builtin/show-branch.c:739
17623msgid "--reflog option needs one branch name"
17624msgstr ""
17625
17626#: builtin/show-branch.c:742
17627#, c-format
17628msgid "only %d entry can be shown at one time."
17629msgid_plural "only %d entries can be shown at one time."
17630msgstr[0] ""
17631msgstr[1] ""
17632
17633#: builtin/show-branch.c:746
17634#, c-format
17635msgid "no such ref %s"
17636msgstr ""
17637
17638#: builtin/show-branch.c:832
17639#, c-format
17640msgid "cannot handle more than %d rev."
17641msgid_plural "cannot handle more than %d revs."
17642msgstr[0] ""
17643msgstr[1] ""
17644
17645#: builtin/show-branch.c:836
17646#, c-format
17647msgid "'%s' is not a valid ref."
17648msgstr ""
17649
17650#: builtin/show-branch.c:839
17651#, c-format
17652msgid "cannot find commit %s (%s)"
17653msgstr ""
17654
17655#: builtin/show-ref.c:12
17656msgid ""
17657"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
17658"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
17659msgstr ""
17660
17661#: builtin/show-ref.c:13
17662msgid "git show-ref --exclude-existing[=<pattern>]"
17663msgstr ""
17664
17665#: builtin/show-ref.c:162
17666msgid "only show tags (can be combined with heads)"
17667msgstr ""
17668
17669#: builtin/show-ref.c:163
17670msgid "only show heads (can be combined with tags)"
17671msgstr ""
17672
17673#: builtin/show-ref.c:164
17674msgid "stricter reference checking, requires exact ref path"
17675msgstr ""
17676
17677#: builtin/show-ref.c:167 builtin/show-ref.c:169
17678msgid "show the HEAD reference, even if it would be filtered out"
17679msgstr ""
17680
17681#: builtin/show-ref.c:171
17682msgid "dereference tags into object IDs"
17683msgstr ""
17684
17685#: builtin/show-ref.c:173
17686msgid "only show SHA1 hash using <n> digits"
17687msgstr ""
17688
17689#: builtin/show-ref.c:177
17690msgid "do not print results to stdout (useful with --verify)"
17691msgstr ""
17692
17693#: builtin/show-ref.c:179
17694msgid "show refs from stdin that aren't in local repository"
17695msgstr ""
17696
17697#: builtin/stash.c:22 builtin/stash.c:37
17698msgid "git stash list [<options>]"
17699msgstr ""
17700
17701#: builtin/stash.c:23 builtin/stash.c:42
17702msgid "git stash show [<options>] [<stash>]"
17703msgstr ""
17704
17705#: builtin/stash.c:24 builtin/stash.c:47
17706msgid "git stash drop [-q|--quiet] [<stash>]"
17707msgstr ""
17708
17709#: builtin/stash.c:25
17710msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
17711msgstr ""
17712
17713#: builtin/stash.c:26 builtin/stash.c:62
17714msgid "git stash branch <branchname> [<stash>]"
17715msgstr ""
17716
17717#: builtin/stash.c:27 builtin/stash.c:67
17718msgid "git stash clear"
17719msgstr ""
17720
17721#: builtin/stash.c:28 builtin/stash.c:77
17722msgid ""
17723"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17724"          [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
17725"          [--] [<pathspec>...]]"
17726msgstr ""
17727
17728#: builtin/stash.c:31 builtin/stash.c:84
17729msgid ""
17730"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17731"          [-u|--include-untracked] [-a|--all] [<message>]"
17732msgstr ""
17733
17734#: builtin/stash.c:52
17735msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
17736msgstr ""
17737
17738#: builtin/stash.c:57
17739msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
17740msgstr ""
17741
17742#: builtin/stash.c:72
17743msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
17744msgstr ""
17745
17746#: builtin/stash.c:127
17747#, c-format
17748msgid "'%s' is not a stash-like commit"
17749msgstr ""
17750
17751#: builtin/stash.c:147
17752#, c-format
17753msgid "Too many revisions specified:%s"
17754msgstr ""
17755
17756#: builtin/stash.c:161 git-legacy-stash.sh:548
17757msgid "No stash entries found."
17758msgstr ""
17759
17760#: builtin/stash.c:175
17761#, c-format
17762msgid "%s is not a valid reference"
17763msgstr ""
17764
17765#: builtin/stash.c:224 git-legacy-stash.sh:75
17766msgid "git stash clear with parameters is unimplemented"
17767msgstr ""
17768
17769#: builtin/stash.c:403
17770msgid "cannot apply a stash in the middle of a merge"
17771msgstr ""
17772
17773#: builtin/stash.c:414
17774#, c-format
17775msgid "could not generate diff %s^!."
17776msgstr ""
17777
17778#: builtin/stash.c:421
17779msgid "conflicts in index.Try without --index."
17780msgstr ""
17781
17782#: builtin/stash.c:427
17783msgid "could not save index tree"
17784msgstr ""
17785
17786#: builtin/stash.c:434
17787msgid "could not restore untracked files from stash"
17788msgstr ""
17789
17790#: builtin/stash.c:448
17791#, c-format
17792msgid "Merging %s with %s"
17793msgstr ""
17794
17795#: builtin/stash.c:458 git-legacy-stash.sh:680
17796msgid "Index was not unstashed."
17797msgstr ""
17798
17799#: builtin/stash.c:516 builtin/stash.c:615
17800msgid "attempt to recreate the index"
17801msgstr ""
17802
17803#: builtin/stash.c:549
17804#, c-format
17805msgid "Dropped %s (%s)"
17806msgstr ""
17807
17808#: builtin/stash.c:552
17809#, c-format
17810msgid "%s: Could not drop stash entry"
17811msgstr ""
17812
17813#: builtin/stash.c:577
17814#, c-format
17815msgid "'%s' is not a stash reference"
17816msgstr ""
17817
17818#: builtin/stash.c:627 git-legacy-stash.sh:694
17819msgid "The stash entry is kept in case you need it again."
17820msgstr ""
17821
17822#: builtin/stash.c:650 git-legacy-stash.sh:712
17823msgid "No branch name specified"
17824msgstr ""
17825
17826#: builtin/stash.c:789 builtin/stash.c:826
17827#, c-format
17828msgid "Cannot update %s with %s"
17829msgstr ""
17830
17831#: builtin/stash.c:807 builtin/stash.c:1474 builtin/stash.c:1510
17832msgid "stash message"
17833msgstr ""
17834
17835#: builtin/stash.c:817
17836msgid "\"git stash store\" requires one <commit> argument"
17837msgstr ""
17838
17839#: builtin/stash.c:1039 git-legacy-stash.sh:217
17840msgid "No changes selected"
17841msgstr ""
17842
17843#: builtin/stash.c:1135 git-legacy-stash.sh:150
17844msgid "You do not have the initial commit yet"
17845msgstr ""
17846
17847#: builtin/stash.c:1162 git-legacy-stash.sh:165
17848msgid "Cannot save the current index state"
17849msgstr ""
17850
17851#: builtin/stash.c:1171 git-legacy-stash.sh:180
17852msgid "Cannot save the untracked files"
17853msgstr ""
17854
17855#: builtin/stash.c:1182 builtin/stash.c:1191 git-legacy-stash.sh:200
17856#: git-legacy-stash.sh:213
17857msgid "Cannot save the current worktree state"
17858msgstr ""
17859
17860#: builtin/stash.c:1219 git-legacy-stash.sh:233
17861msgid "Cannot record working tree state"
17862msgstr ""
17863
17864#: builtin/stash.c:1268 git-legacy-stash.sh:337
17865msgid "Can't use --patch and --include-untracked or --all at the same time"
17866msgstr ""
17867
17868#: builtin/stash.c:1284
17869msgid "Did you forget to 'git add'?"
17870msgstr ""
17871
17872#: builtin/stash.c:1299 git-legacy-stash.sh:345
17873msgid "No local changes to save"
17874msgstr ""
17875
17876#: builtin/stash.c:1306 git-legacy-stash.sh:350
17877msgid "Cannot initialize stash"
17878msgstr ""
17879
17880#: builtin/stash.c:1321 git-legacy-stash.sh:354
17881msgid "Cannot save the current status"
17882msgstr ""
17883
17884#: builtin/stash.c:1326
17885#, c-format
17886msgid "Saved working directory and index state %s"
17887msgstr ""
17888
17889#: builtin/stash.c:1430 git-legacy-stash.sh:384
17890msgid "Cannot remove worktree changes"
17891msgstr ""
17892
17893#: builtin/stash.c:1465 builtin/stash.c:1501
17894msgid "keep index"
17895msgstr ""
17896
17897#: builtin/stash.c:1467 builtin/stash.c:1503
17898msgid "stash in patch mode"
17899msgstr ""
17900
17901#: builtin/stash.c:1468 builtin/stash.c:1504
17902msgid "quiet mode"
17903msgstr ""
17904
17905#: builtin/stash.c:1470 builtin/stash.c:1506
17906msgid "include untracked files in stash"
17907msgstr ""
17908
17909#: builtin/stash.c:1472 builtin/stash.c:1508
17910msgid "include ignore files"
17911msgstr ""
17912
17913#: builtin/stash.c:1568
17914#, c-format
17915msgid "could not exec %s"
17916msgstr ""
17917
17918#: builtin/stripspace.c:18
17919msgid "git stripspace [-s | --strip-comments]"
17920msgstr ""
17921
17922#: builtin/stripspace.c:19
17923msgid "git stripspace [-c | --comment-lines]"
17924msgstr ""
17925
17926#: builtin/stripspace.c:37
17927msgid "skip and remove all lines starting with comment character"
17928msgstr ""
17929
17930#: builtin/stripspace.c:40
17931msgid "prepend comment character and space to each line"
17932msgstr ""
17933
17934#: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1942
17935#, c-format
17936msgid "Expecting a full ref name, got %s"
17937msgstr ""
17938
17939#: builtin/submodule--helper.c:62
17940msgid "submodule--helper print-default-remote takes no arguments"
17941msgstr ""
17942
17943#: builtin/submodule--helper.c:100
17944#, c-format
17945msgid "cannot strip one component off url '%s'"
17946msgstr ""
17947
17948#: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1367
17949msgid "alternative anchor for relative paths"
17950msgstr ""
17951
17952#: builtin/submodule--helper.c:413
17953msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
17954msgstr ""
17955
17956#: builtin/submodule--helper.c:470 builtin/submodule--helper.c:627
17957#: builtin/submodule--helper.c:650
17958#, c-format
17959msgid "No url found for submodule path '%s' in .gitmodules"
17960msgstr ""
17961
17962#: builtin/submodule--helper.c:522
17963#, c-format
17964msgid "Entering '%s'\n"
17965msgstr ""
17966
17967#: builtin/submodule--helper.c:525
17968#, c-format
17969msgid ""
17970"run_command returned non-zero status for %s\n"
17971"."
17972msgstr ""
17973
17974#: builtin/submodule--helper.c:546
17975#, c-format
17976msgid ""
17977"run_command returned non-zero status while recursing in the nested "
17978"submodules of %s\n"
17979"."
17980msgstr ""
17981
17982#: builtin/submodule--helper.c:562
17983msgid "Suppress output of entering each submodule command"
17984msgstr ""
17985
17986#: builtin/submodule--helper.c:564 builtin/submodule--helper.c:1049
17987msgid "Recurse into nested submodules"
17988msgstr ""
17989
17990#: builtin/submodule--helper.c:569
17991msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
17992msgstr ""
17993
17994#: builtin/submodule--helper.c:596
17995#, c-format
17996msgid ""
17997"could not look up configuration '%s'. Assuming this repository is its own "
17998"authoritative upstream."
17999msgstr ""
18000
18001#: builtin/submodule--helper.c:664
18002#, c-format
18003msgid "Failed to register url for submodule path '%s'"
18004msgstr ""
18005
18006#: builtin/submodule--helper.c:668
18007#, c-format
18008msgid "Submodule '%s' (%s) registered for path '%s'\n"
18009msgstr ""
18010
18011#: builtin/submodule--helper.c:678
18012#, c-format
18013msgid "warning: command update mode suggested for submodule '%s'\n"
18014msgstr ""
18015
18016#: builtin/submodule--helper.c:685
18017#, c-format
18018msgid "Failed to register update mode for submodule path '%s'"
18019msgstr ""
18020
18021#: builtin/submodule--helper.c:707
18022msgid "Suppress output for initializing a submodule"
18023msgstr ""
18024
18025#: builtin/submodule--helper.c:712
18026msgid "git submodule--helper init [<options>] [<path>]"
18027msgstr ""
18028
18029#: builtin/submodule--helper.c:784 builtin/submodule--helper.c:910
18030#, c-format
18031msgid "no submodule mapping found in .gitmodules for path '%s'"
18032msgstr ""
18033
18034#: builtin/submodule--helper.c:823
18035#, c-format
18036msgid "could not resolve HEAD ref inside the submodule '%s'"
18037msgstr ""
18038
18039#: builtin/submodule--helper.c:850 builtin/submodule--helper.c:1019
18040#, c-format
18041msgid "failed to recurse into submodule '%s'"
18042msgstr ""
18043
18044#: builtin/submodule--helper.c:874 builtin/submodule--helper.c:1185
18045msgid "Suppress submodule status output"
18046msgstr ""
18047
18048#: builtin/submodule--helper.c:875
18049msgid ""
18050"Use commit stored in the index instead of the one stored in the submodule "
18051"HEAD"
18052msgstr ""
18053
18054#: builtin/submodule--helper.c:876
18055msgid "recurse into nested submodules"
18056msgstr ""
18057
18058#: builtin/submodule--helper.c:881
18059msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
18060msgstr ""
18061
18062#: builtin/submodule--helper.c:905
18063msgid "git submodule--helper name <path>"
18064msgstr ""
18065
18066#: builtin/submodule--helper.c:969
18067#, c-format
18068msgid "Synchronizing submodule url for '%s'\n"
18069msgstr ""
18070
18071#: builtin/submodule--helper.c:975
18072#, c-format
18073msgid "failed to register url for submodule path '%s'"
18074msgstr ""
18075
18076#: builtin/submodule--helper.c:989
18077#, c-format
18078msgid "failed to get the default remote for submodule '%s'"
18079msgstr ""
18080
18081#: builtin/submodule--helper.c:1000
18082#, c-format
18083msgid "failed to update remote for submodule '%s'"
18084msgstr ""
18085
18086#: builtin/submodule--helper.c:1047
18087msgid "Suppress output of synchronizing submodule url"
18088msgstr ""
18089
18090#: builtin/submodule--helper.c:1054
18091msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
18092msgstr ""
18093
18094#: builtin/submodule--helper.c:1108
18095#, c-format
18096msgid ""
18097"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
18098"really want to remove it including all of its history)"
18099msgstr ""
18100
18101#: builtin/submodule--helper.c:1120
18102#, c-format
18103msgid ""
18104"Submodule work tree '%s' contains local modifications; use '-f' to discard "
18105"them"
18106msgstr ""
18107
18108#: builtin/submodule--helper.c:1128
18109#, c-format
18110msgid "Cleared directory '%s'\n"
18111msgstr ""
18112
18113#: builtin/submodule--helper.c:1130
18114#, c-format
18115msgid "Could not remove submodule work tree '%s'\n"
18116msgstr ""
18117
18118#: builtin/submodule--helper.c:1141
18119#, c-format
18120msgid "could not create empty submodule directory %s"
18121msgstr ""
18122
18123#: builtin/submodule--helper.c:1157
18124#, c-format
18125msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
18126msgstr ""
18127
18128#: builtin/submodule--helper.c:1186
18129msgid "Remove submodule working trees even if they contain local changes"
18130msgstr ""
18131
18132#: builtin/submodule--helper.c:1187
18133msgid "Unregister all submodules"
18134msgstr ""
18135
18136#: builtin/submodule--helper.c:1192
18137msgid ""
18138"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
18139msgstr ""
18140
18141#: builtin/submodule--helper.c:1206
18142msgid "Use '--all' if you really want to deinitialize all submodules"
18143msgstr ""
18144
18145#: builtin/submodule--helper.c:1301 builtin/submodule--helper.c:1304
18146#, c-format
18147msgid "submodule '%s' cannot add alternate: %s"
18148msgstr ""
18149
18150#: builtin/submodule--helper.c:1340
18151#, c-format
18152msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
18153msgstr ""
18154
18155#: builtin/submodule--helper.c:1347
18156#, c-format
18157msgid "Value '%s' for submodule.alternateLocation is not recognized"
18158msgstr ""
18159
18160#: builtin/submodule--helper.c:1370
18161msgid "where the new submodule will be cloned to"
18162msgstr ""
18163
18164#: builtin/submodule--helper.c:1373
18165msgid "name of the new submodule"
18166msgstr ""
18167
18168#: builtin/submodule--helper.c:1376
18169msgid "url where to clone the submodule from"
18170msgstr ""
18171
18172#: builtin/submodule--helper.c:1384
18173msgid "depth for shallow clones"
18174msgstr ""
18175
18176#: builtin/submodule--helper.c:1387 builtin/submodule--helper.c:1871
18177msgid "force cloning progress"
18178msgstr ""
18179
18180#: builtin/submodule--helper.c:1392
18181msgid ""
18182"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
18183"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
18184msgstr ""
18185
18186#: builtin/submodule--helper.c:1423
18187#, c-format
18188msgid "clone of '%s' into submodule path '%s' failed"
18189msgstr ""
18190
18191#: builtin/submodule--helper.c:1437
18192#, c-format
18193msgid "could not get submodule directory for '%s'"
18194msgstr ""
18195
18196#: builtin/submodule--helper.c:1473
18197#, c-format
18198msgid "Invalid update mode '%s' for submodule path '%s'"
18199msgstr ""
18200
18201#: builtin/submodule--helper.c:1477
18202#, c-format
18203msgid "Invalid update mode '%s' configured for submodule path '%s'"
18204msgstr ""
18205
18206#: builtin/submodule--helper.c:1570
18207#, c-format
18208msgid "Submodule path '%s' not initialized"
18209msgstr ""
18210
18211#: builtin/submodule--helper.c:1574
18212msgid "Maybe you want to use 'update --init'?"
18213msgstr ""
18214
18215#: builtin/submodule--helper.c:1604
18216#, c-format
18217msgid "Skipping unmerged submodule %s"
18218msgstr ""
18219
18220#: builtin/submodule--helper.c:1633
18221#, c-format
18222msgid "Skipping submodule '%s'"
18223msgstr ""
18224
18225#: builtin/submodule--helper.c:1777
18226#, c-format
18227msgid "Failed to clone '%s'. Retry scheduled"
18228msgstr ""
18229
18230#: builtin/submodule--helper.c:1788
18231#, c-format
18232msgid "Failed to clone '%s' a second time, aborting"
18233msgstr ""
18234
18235#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:2092
18236msgid "path into the working tree"
18237msgstr ""
18238
18239#: builtin/submodule--helper.c:1853
18240msgid "path into the working tree, across nested submodule boundaries"
18241msgstr ""
18242
18243#: builtin/submodule--helper.c:1857
18244msgid "rebase, merge, checkout or none"
18245msgstr ""
18246
18247#: builtin/submodule--helper.c:1863
18248msgid "Create a shallow clone truncated to the specified number of revisions"
18249msgstr ""
18250
18251#: builtin/submodule--helper.c:1866
18252msgid "parallel jobs"
18253msgstr ""
18254
18255#: builtin/submodule--helper.c:1868
18256msgid "whether the initial clone should follow the shallow recommendation"
18257msgstr ""
18258
18259#: builtin/submodule--helper.c:1869
18260msgid "don't print cloning progress"
18261msgstr ""
18262
18263#: builtin/submodule--helper.c:1876
18264msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
18265msgstr ""
18266
18267#: builtin/submodule--helper.c:1889
18268msgid "bad value for update parameter"
18269msgstr ""
18270
18271#: builtin/submodule--helper.c:1937
18272#, c-format
18273msgid ""
18274"Submodule (%s) branch configured to inherit branch from superproject, but "
18275"the superproject is not on any branch"
18276msgstr ""
18277
18278#: builtin/submodule--helper.c:2060
18279#, c-format
18280msgid "could not get a repository handle for submodule '%s'"
18281msgstr ""
18282
18283#: builtin/submodule--helper.c:2093
18284msgid "recurse into submodules"
18285msgstr ""
18286
18287#: builtin/submodule--helper.c:2099
18288msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
18289msgstr ""
18290
18291#: builtin/submodule--helper.c:2156
18292msgid "check if it is safe to write to the .gitmodules file"
18293msgstr ""
18294
18295#: builtin/submodule--helper.c:2159
18296msgid "unset the config in the .gitmodules file"
18297msgstr ""
18298
18299#: builtin/submodule--helper.c:2164
18300msgid "git submodule--helper config <name> [<value>]"
18301msgstr ""
18302
18303#: builtin/submodule--helper.c:2165
18304msgid "git submodule--helper config --unset <name>"
18305msgstr ""
18306
18307#: builtin/submodule--helper.c:2166
18308msgid "git submodule--helper config --check-writeable"
18309msgstr ""
18310
18311#: builtin/submodule--helper.c:2185 git-submodule.sh:171
18312#, sh-format
18313msgid "please make sure that the .gitmodules file is in the working tree"
18314msgstr ""
18315
18316#: builtin/submodule--helper.c:2235 git.c:433 git.c:685
18317#, c-format
18318msgid "%s doesn't support --super-prefix"
18319msgstr ""
18320
18321#: builtin/submodule--helper.c:2241
18322#, c-format
18323msgid "'%s' is not a valid submodule--helper subcommand"
18324msgstr ""
18325
18326#: builtin/symbolic-ref.c:8
18327msgid "git symbolic-ref [<options>] <name> [<ref>]"
18328msgstr ""
18329
18330#: builtin/symbolic-ref.c:9
18331msgid "git symbolic-ref -d [-q] <name>"
18332msgstr ""
18333
18334#: builtin/symbolic-ref.c:40
18335msgid "suppress error message for non-symbolic (detached) refs"
18336msgstr ""
18337
18338#: builtin/symbolic-ref.c:41
18339msgid "delete symbolic ref"
18340msgstr ""
18341
18342#: builtin/symbolic-ref.c:42
18343msgid "shorten ref output"
18344msgstr ""
18345
18346#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18347msgid "reason"
18348msgstr ""
18349
18350#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18351msgid "reason of the update"
18352msgstr ""
18353
18354#: builtin/tag.c:25
18355msgid ""
18356"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
18357"\t\t<tagname> [<head>]"
18358msgstr ""
18359
18360#: builtin/tag.c:27
18361msgid "git tag -d <tagname>..."
18362msgstr ""
18363
18364#: builtin/tag.c:28
18365msgid ""
18366"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
18367"points-at <object>]\n"
18368"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
18369msgstr ""
18370
18371#: builtin/tag.c:30
18372msgid "git tag -v [--format=<format>] <tagname>..."
18373msgstr ""
18374
18375#: builtin/tag.c:88
18376#, c-format
18377msgid "tag '%s' not found."
18378msgstr ""
18379
18380#: builtin/tag.c:104
18381#, c-format
18382msgid "Deleted tag '%s' (was %s)\n"
18383msgstr ""
18384
18385#: builtin/tag.c:134
18386#, c-format
18387msgid ""
18388"\n"
18389"Write a message for tag:\n"
18390"  %s\n"
18391"Lines starting with '%c' will be ignored.\n"
18392msgstr ""
18393
18394#: builtin/tag.c:138
18395#, c-format
18396msgid ""
18397"\n"
18398"Write a message for tag:\n"
18399"  %s\n"
18400"Lines starting with '%c' will be kept; you may remove them yourself if you "
18401"want to.\n"
18402msgstr ""
18403
18404#: builtin/tag.c:192
18405msgid "unable to sign the tag"
18406msgstr ""
18407
18408#: builtin/tag.c:194
18409msgid "unable to write tag file"
18410msgstr ""
18411
18412#: builtin/tag.c:210
18413#, c-format
18414msgid ""
18415"You have created a nested tag. The object referred to by your new tag is\n"
18416"already a tag. If you meant to tag the object that it points to, use:\n"
18417"\n"
18418"\tgit tag -f %s %s^{}"
18419msgstr ""
18420
18421#: builtin/tag.c:226
18422msgid "bad object type."
18423msgstr ""
18424
18425#: builtin/tag.c:278
18426msgid "no tag message?"
18427msgstr ""
18428
18429#: builtin/tag.c:285
18430#, c-format
18431msgid "The tag message has been left in %s\n"
18432msgstr ""
18433
18434#: builtin/tag.c:396
18435msgid "list tag names"
18436msgstr ""
18437
18438#: builtin/tag.c:398
18439msgid "print <n> lines of each tag message"
18440msgstr ""
18441
18442#: builtin/tag.c:400
18443msgid "delete tags"
18444msgstr ""
18445
18446#: builtin/tag.c:401
18447msgid "verify tags"
18448msgstr ""
18449
18450#: builtin/tag.c:403
18451msgid "Tag creation options"
18452msgstr ""
18453
18454#: builtin/tag.c:405
18455msgid "annotated tag, needs a message"
18456msgstr ""
18457
18458#: builtin/tag.c:407
18459msgid "tag message"
18460msgstr ""
18461
18462#: builtin/tag.c:409
18463msgid "force edit of tag message"
18464msgstr ""
18465
18466#: builtin/tag.c:410
18467msgid "annotated and GPG-signed tag"
18468msgstr ""
18469
18470#: builtin/tag.c:413
18471msgid "use another key to sign the tag"
18472msgstr ""
18473
18474#: builtin/tag.c:414
18475msgid "replace the tag if exists"
18476msgstr ""
18477
18478#: builtin/tag.c:415 builtin/update-ref.c:369
18479msgid "create a reflog"
18480msgstr ""
18481
18482#: builtin/tag.c:417
18483msgid "Tag listing options"
18484msgstr ""
18485
18486#: builtin/tag.c:418
18487msgid "show tag list in columns"
18488msgstr ""
18489
18490#: builtin/tag.c:419 builtin/tag.c:421
18491msgid "print only tags that contain the commit"
18492msgstr ""
18493
18494#: builtin/tag.c:420 builtin/tag.c:422
18495msgid "print only tags that don't contain the commit"
18496msgstr ""
18497
18498#: builtin/tag.c:423
18499msgid "print only tags that are merged"
18500msgstr ""
18501
18502#: builtin/tag.c:424
18503msgid "print only tags that are not merged"
18504msgstr ""
18505
18506#: builtin/tag.c:428
18507msgid "print only tags of the object"
18508msgstr ""
18509
18510#: builtin/tag.c:472
18511msgid "--column and -n are incompatible"
18512msgstr ""
18513
18514#: builtin/tag.c:494
18515msgid "-n option is only allowed in list mode"
18516msgstr ""
18517
18518#: builtin/tag.c:496
18519msgid "--contains option is only allowed in list mode"
18520msgstr ""
18521
18522#: builtin/tag.c:498
18523msgid "--no-contains option is only allowed in list mode"
18524msgstr ""
18525
18526#: builtin/tag.c:500
18527msgid "--points-at option is only allowed in list mode"
18528msgstr ""
18529
18530#: builtin/tag.c:502
18531msgid "--merged and --no-merged options are only allowed in list mode"
18532msgstr ""
18533
18534#: builtin/tag.c:513
18535msgid "only one -F or -m option is allowed."
18536msgstr ""
18537
18538#: builtin/tag.c:532
18539msgid "too many params"
18540msgstr ""
18541
18542#: builtin/tag.c:538
18543#, c-format
18544msgid "'%s' is not a valid tag name."
18545msgstr ""
18546
18547#: builtin/tag.c:543
18548#, c-format
18549msgid "tag '%s' already exists"
18550msgstr ""
18551
18552#: builtin/tag.c:574
18553#, c-format
18554msgid "Updated tag '%s' (was %s)\n"
18555msgstr ""
18556
18557#: builtin/unpack-objects.c:500
18558msgid "Unpacking objects"
18559msgstr ""
18560
18561#: builtin/update-index.c:83
18562#, c-format
18563msgid "failed to create directory %s"
18564msgstr ""
18565
18566#: builtin/update-index.c:99
18567#, c-format
18568msgid "failed to create file %s"
18569msgstr ""
18570
18571#: builtin/update-index.c:107
18572#, c-format
18573msgid "failed to delete file %s"
18574msgstr ""
18575
18576#: builtin/update-index.c:114 builtin/update-index.c:220
18577#, c-format
18578msgid "failed to delete directory %s"
18579msgstr ""
18580
18581#: builtin/update-index.c:139
18582#, c-format
18583msgid "Testing mtime in '%s' "
18584msgstr ""
18585
18586#: builtin/update-index.c:153
18587msgid "directory stat info does not change after adding a new file"
18588msgstr ""
18589
18590#: builtin/update-index.c:166
18591msgid "directory stat info does not change after adding a new directory"
18592msgstr ""
18593
18594#: builtin/update-index.c:179
18595msgid "directory stat info changes after updating a file"
18596msgstr ""
18597
18598#: builtin/update-index.c:190
18599msgid "directory stat info changes after adding a file inside subdirectory"
18600msgstr ""
18601
18602#: builtin/update-index.c:201
18603msgid "directory stat info does not change after deleting a file"
18604msgstr ""
18605
18606#: builtin/update-index.c:214
18607msgid "directory stat info does not change after deleting a directory"
18608msgstr ""
18609
18610#: builtin/update-index.c:221
18611msgid " OK"
18612msgstr ""
18613
18614#: builtin/update-index.c:589
18615msgid "git update-index [<options>] [--] [<file>...]"
18616msgstr ""
18617
18618#: builtin/update-index.c:971
18619msgid "continue refresh even when index needs update"
18620msgstr ""
18621
18622#: builtin/update-index.c:974
18623msgid "refresh: ignore submodules"
18624msgstr ""
18625
18626#: builtin/update-index.c:977
18627msgid "do not ignore new files"
18628msgstr ""
18629
18630#: builtin/update-index.c:979
18631msgid "let files replace directories and vice-versa"
18632msgstr ""
18633
18634#: builtin/update-index.c:981
18635msgid "notice files missing from worktree"
18636msgstr ""
18637
18638#: builtin/update-index.c:983
18639msgid "refresh even if index contains unmerged entries"
18640msgstr ""
18641
18642#: builtin/update-index.c:986
18643msgid "refresh stat information"
18644msgstr ""
18645
18646#: builtin/update-index.c:990
18647msgid "like --refresh, but ignore assume-unchanged setting"
18648msgstr ""
18649
18650#: builtin/update-index.c:994
18651msgid "<mode>,<object>,<path>"
18652msgstr ""
18653
18654#: builtin/update-index.c:995
18655msgid "add the specified entry to the index"
18656msgstr ""
18657
18658#: builtin/update-index.c:1005
18659msgid "mark files as \"not changing\""
18660msgstr ""
18661
18662#: builtin/update-index.c:1008
18663msgid "clear assumed-unchanged bit"
18664msgstr ""
18665
18666#: builtin/update-index.c:1011
18667msgid "mark files as \"index-only\""
18668msgstr ""
18669
18670#: builtin/update-index.c:1014
18671msgid "clear skip-worktree bit"
18672msgstr ""
18673
18674#: builtin/update-index.c:1017
18675msgid "add to index only; do not add content to object database"
18676msgstr ""
18677
18678#: builtin/update-index.c:1019
18679msgid "remove named paths even if present in worktree"
18680msgstr ""
18681
18682#: builtin/update-index.c:1021
18683msgid "with --stdin: input lines are terminated by null bytes"
18684msgstr ""
18685
18686#: builtin/update-index.c:1023
18687msgid "read list of paths to be updated from standard input"
18688msgstr ""
18689
18690#: builtin/update-index.c:1027
18691msgid "add entries from standard input to the index"
18692msgstr ""
18693
18694#: builtin/update-index.c:1031
18695msgid "repopulate stages #2 and #3 for the listed paths"
18696msgstr ""
18697
18698#: builtin/update-index.c:1035
18699msgid "only update entries that differ from HEAD"
18700msgstr ""
18701
18702#: builtin/update-index.c:1039
18703msgid "ignore files missing from worktree"
18704msgstr ""
18705
18706#: builtin/update-index.c:1042
18707msgid "report actions to standard output"
18708msgstr ""
18709
18710#: builtin/update-index.c:1044
18711msgid "(for porcelains) forget saved unresolved conflicts"
18712msgstr ""
18713
18714#: builtin/update-index.c:1048
18715msgid "write index in this format"
18716msgstr ""
18717
18718#: builtin/update-index.c:1050
18719msgid "enable or disable split index"
18720msgstr ""
18721
18722#: builtin/update-index.c:1052
18723msgid "enable/disable untracked cache"
18724msgstr ""
18725
18726#: builtin/update-index.c:1054
18727msgid "test if the filesystem supports untracked cache"
18728msgstr ""
18729
18730#: builtin/update-index.c:1056
18731msgid "enable untracked cache without testing the filesystem"
18732msgstr ""
18733
18734#: builtin/update-index.c:1058
18735msgid "write out the index even if is not flagged as changed"
18736msgstr ""
18737
18738#: builtin/update-index.c:1060
18739msgid "enable or disable file system monitor"
18740msgstr ""
18741
18742#: builtin/update-index.c:1062
18743msgid "mark files as fsmonitor valid"
18744msgstr ""
18745
18746#: builtin/update-index.c:1065
18747msgid "clear fsmonitor valid bit"
18748msgstr ""
18749
18750#: builtin/update-index.c:1168
18751msgid ""
18752"core.splitIndex is set to false; remove or change it, if you really want to "
18753"enable split index"
18754msgstr ""
18755
18756#: builtin/update-index.c:1177
18757msgid ""
18758"core.splitIndex is set to true; remove or change it, if you really want to "
18759"disable split index"
18760msgstr ""
18761
18762#: builtin/update-index.c:1188
18763msgid ""
18764"core.untrackedCache is set to true; remove or change it, if you really want "
18765"to disable the untracked cache"
18766msgstr ""
18767
18768#: builtin/update-index.c:1192
18769msgid "Untracked cache disabled"
18770msgstr ""
18771
18772#: builtin/update-index.c:1200
18773msgid ""
18774"core.untrackedCache is set to false; remove or change it, if you really want "
18775"to enable the untracked cache"
18776msgstr ""
18777
18778#: builtin/update-index.c:1204
18779#, c-format
18780msgid "Untracked cache enabled for '%s'"
18781msgstr ""
18782
18783#: builtin/update-index.c:1212
18784msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
18785msgstr ""
18786
18787#: builtin/update-index.c:1216
18788msgid "fsmonitor enabled"
18789msgstr ""
18790
18791#: builtin/update-index.c:1219
18792msgid ""
18793"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
18794msgstr ""
18795
18796#: builtin/update-index.c:1223
18797msgid "fsmonitor disabled"
18798msgstr ""
18799
18800#: builtin/update-ref.c:10
18801msgid "git update-ref [<options>] -d <refname> [<old-val>]"
18802msgstr ""
18803
18804#: builtin/update-ref.c:11
18805msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
18806msgstr ""
18807
18808#: builtin/update-ref.c:12
18809msgid "git update-ref [<options>] --stdin [-z]"
18810msgstr ""
18811
18812#: builtin/update-ref.c:364
18813msgid "delete the reference"
18814msgstr ""
18815
18816#: builtin/update-ref.c:366
18817msgid "update <refname> not the one it points to"
18818msgstr ""
18819
18820#: builtin/update-ref.c:367
18821msgid "stdin has NUL-terminated arguments"
18822msgstr ""
18823
18824#: builtin/update-ref.c:368
18825msgid "read updates from stdin"
18826msgstr ""
18827
18828#: builtin/update-server-info.c:7
18829msgid "git update-server-info [--force]"
18830msgstr ""
18831
18832#: builtin/update-server-info.c:15
18833msgid "update the info files from scratch"
18834msgstr ""
18835
18836#: builtin/upload-pack.c:11
18837msgid "git upload-pack [<options>] <dir>"
18838msgstr ""
18839
18840#: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
18841msgid "quit after a single request/response exchange"
18842msgstr ""
18843
18844#: builtin/upload-pack.c:25
18845msgid "exit immediately after initial ref advertisement"
18846msgstr ""
18847
18848#: builtin/upload-pack.c:27
18849msgid "do not try <directory>/.git/ if <directory> is no Git directory"
18850msgstr ""
18851
18852#: builtin/upload-pack.c:29
18853msgid "interrupt transfer after <n> seconds of inactivity"
18854msgstr ""
18855
18856#: builtin/verify-commit.c:20
18857msgid "git verify-commit [-v | --verbose] <commit>..."
18858msgstr ""
18859
18860#: builtin/verify-commit.c:76
18861msgid "print commit contents"
18862msgstr ""
18863
18864#: builtin/verify-commit.c:77 builtin/verify-tag.c:38
18865msgid "print raw gpg status output"
18866msgstr ""
18867
18868#: builtin/verify-pack.c:55
18869msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
18870msgstr ""
18871
18872#: builtin/verify-pack.c:65
18873msgid "verbose"
18874msgstr ""
18875
18876#: builtin/verify-pack.c:67
18877msgid "show statistics only"
18878msgstr ""
18879
18880#: builtin/verify-tag.c:19
18881msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
18882msgstr ""
18883
18884#: builtin/verify-tag.c:37
18885msgid "print tag contents"
18886msgstr ""
18887
18888#: builtin/worktree.c:18
18889msgid "git worktree add [<options>] <path> [<commit-ish>]"
18890msgstr ""
18891
18892#: builtin/worktree.c:19
18893msgid "git worktree list [<options>]"
18894msgstr ""
18895
18896#: builtin/worktree.c:20
18897msgid "git worktree lock [<options>] <path>"
18898msgstr ""
18899
18900#: builtin/worktree.c:21
18901msgid "git worktree move <worktree> <new-path>"
18902msgstr ""
18903
18904#: builtin/worktree.c:22
18905msgid "git worktree prune [<options>]"
18906msgstr ""
18907
18908#: builtin/worktree.c:23
18909msgid "git worktree remove [<options>] <worktree>"
18910msgstr ""
18911
18912#: builtin/worktree.c:24
18913msgid "git worktree unlock <path>"
18914msgstr ""
18915
18916#: builtin/worktree.c:61 builtin/worktree.c:891
18917#, c-format
18918msgid "failed to delete '%s'"
18919msgstr ""
18920
18921#: builtin/worktree.c:80
18922#, c-format
18923msgid "Removing worktrees/%s: not a valid directory"
18924msgstr ""
18925
18926#: builtin/worktree.c:86
18927#, c-format
18928msgid "Removing worktrees/%s: gitdir file does not exist"
18929msgstr ""
18930
18931#: builtin/worktree.c:91 builtin/worktree.c:100
18932#, c-format
18933msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
18934msgstr ""
18935
18936#: builtin/worktree.c:110
18937#, c-format
18938msgid ""
18939"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
18940"%<PRIuMAX>)"
18941msgstr ""
18942
18943#: builtin/worktree.c:118
18944#, c-format
18945msgid "Removing worktrees/%s: invalid gitdir file"
18946msgstr ""
18947
18948#: builtin/worktree.c:127
18949#, c-format
18950msgid "Removing worktrees/%s: gitdir file points to non-existent location"
18951msgstr ""
18952
18953#: builtin/worktree.c:166
18954msgid "report pruned working trees"
18955msgstr ""
18956
18957#: builtin/worktree.c:168
18958msgid "expire working trees older than <time>"
18959msgstr ""
18960
18961#: builtin/worktree.c:235
18962#, c-format
18963msgid "'%s' already exists"
18964msgstr ""
18965
18966#: builtin/worktree.c:252
18967#, c-format
18968msgid "unable to re-add worktree '%s'"
18969msgstr ""
18970
18971#: builtin/worktree.c:257
18972#, c-format
18973msgid ""
18974"'%s' is a missing but locked worktree;\n"
18975"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
18976msgstr ""
18977
18978#: builtin/worktree.c:259
18979#, c-format
18980msgid ""
18981"'%s' is a missing but already registered worktree;\n"
18982"use 'add -f' to override, or 'prune' or 'remove' to clear"
18983msgstr ""
18984
18985#: builtin/worktree.c:302
18986#, c-format
18987msgid "could not create directory of '%s'"
18988msgstr ""
18989
18990#: builtin/worktree.c:432 builtin/worktree.c:438
18991#, c-format
18992msgid "Preparing worktree (new branch '%s')"
18993msgstr ""
18994
18995#: builtin/worktree.c:434
18996#, c-format
18997msgid "Preparing worktree (resetting branch '%s'; was at %s)"
18998msgstr ""
18999
19000#: builtin/worktree.c:443
19001#, c-format
19002msgid "Preparing worktree (checking out '%s')"
19003msgstr ""
19004
19005#: builtin/worktree.c:449
19006#, c-format
19007msgid "Preparing worktree (detached HEAD %s)"
19008msgstr ""
19009
19010#: builtin/worktree.c:490
19011msgid "checkout <branch> even if already checked out in other worktree"
19012msgstr ""
19013
19014#: builtin/worktree.c:493
19015msgid "create a new branch"
19016msgstr ""
19017
19018#: builtin/worktree.c:495
19019msgid "create or reset a branch"
19020msgstr ""
19021
19022#: builtin/worktree.c:497
19023msgid "populate the new working tree"
19024msgstr ""
19025
19026#: builtin/worktree.c:498
19027msgid "keep the new working tree locked"
19028msgstr ""
19029
19030#: builtin/worktree.c:501
19031msgid "set up tracking mode (see git-branch(1))"
19032msgstr ""
19033
19034#: builtin/worktree.c:504
19035msgid "try to match the new branch name with a remote-tracking branch"
19036msgstr ""
19037
19038#: builtin/worktree.c:512
19039msgid "-b, -B, and --detach are mutually exclusive"
19040msgstr ""
19041
19042#: builtin/worktree.c:573
19043msgid "--[no-]track can only be used if a new branch is created"
19044msgstr ""
19045
19046#: builtin/worktree.c:673
19047msgid "reason for locking"
19048msgstr ""
19049
19050#: builtin/worktree.c:685 builtin/worktree.c:718 builtin/worktree.c:792
19051#: builtin/worktree.c:919
19052#, c-format
19053msgid "'%s' is not a working tree"
19054msgstr ""
19055
19056#: builtin/worktree.c:687 builtin/worktree.c:720
19057msgid "The main working tree cannot be locked or unlocked"
19058msgstr ""
19059
19060#: builtin/worktree.c:692
19061#, c-format
19062msgid "'%s' is already locked, reason: %s"
19063msgstr ""
19064
19065#: builtin/worktree.c:694
19066#, c-format
19067msgid "'%s' is already locked"
19068msgstr ""
19069
19070#: builtin/worktree.c:722
19071#, c-format
19072msgid "'%s' is not locked"
19073msgstr ""
19074
19075#: builtin/worktree.c:763
19076msgid "working trees containing submodules cannot be moved or removed"
19077msgstr ""
19078
19079#: builtin/worktree.c:771
19080msgid "force move even if worktree is dirty or locked"
19081msgstr ""
19082
19083#: builtin/worktree.c:794 builtin/worktree.c:921
19084#, c-format
19085msgid "'%s' is a main working tree"
19086msgstr ""
19087
19088#: builtin/worktree.c:799
19089#, c-format
19090msgid "could not figure out destination name from '%s'"
19091msgstr ""
19092
19093#: builtin/worktree.c:805
19094#, c-format
19095msgid "target '%s' already exists"
19096msgstr ""
19097
19098#: builtin/worktree.c:813
19099#, c-format
19100msgid ""
19101"cannot move a locked working tree, lock reason: %s\n"
19102"use 'move -f -f' to override or unlock first"
19103msgstr ""
19104
19105#: builtin/worktree.c:815
19106msgid ""
19107"cannot move a locked working tree;\n"
19108"use 'move -f -f' to override or unlock first"
19109msgstr ""
19110
19111#: builtin/worktree.c:818
19112#, c-format
19113msgid "validation failed, cannot move working tree: %s"
19114msgstr ""
19115
19116#: builtin/worktree.c:823
19117#, c-format
19118msgid "failed to move '%s' to '%s'"
19119msgstr ""
19120
19121#: builtin/worktree.c:871
19122#, c-format
19123msgid "failed to run 'git status' on '%s'"
19124msgstr ""
19125
19126#: builtin/worktree.c:875
19127#, c-format
19128msgid "'%s' is dirty, use --force to delete it"
19129msgstr ""
19130
19131#: builtin/worktree.c:880
19132#, c-format
19133msgid "failed to run 'git status' on '%s', code %d"
19134msgstr ""
19135
19136#: builtin/worktree.c:903
19137msgid "force removal even if worktree is dirty or locked"
19138msgstr ""
19139
19140#: builtin/worktree.c:926
19141#, c-format
19142msgid ""
19143"cannot remove a locked working tree, lock reason: %s\n"
19144"use 'remove -f -f' to override or unlock first"
19145msgstr ""
19146
19147#: builtin/worktree.c:928
19148msgid ""
19149"cannot remove a locked working tree;\n"
19150"use 'remove -f -f' to override or unlock first"
19151msgstr ""
19152
19153#: builtin/worktree.c:931
19154#, c-format
19155msgid "validation failed, cannot remove working tree: %s"
19156msgstr ""
19157
19158#: builtin/write-tree.c:15
19159msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
19160msgstr ""
19161
19162#: builtin/write-tree.c:28
19163msgid "<prefix>/"
19164msgstr ""
19165
19166#: builtin/write-tree.c:29
19167msgid "write tree object for a subdirectory <prefix>"
19168msgstr ""
19169
19170#: builtin/write-tree.c:31
19171msgid "only useful for debugging"
19172msgstr ""
19173
19174#: credential-cache--daemon.c:223
19175#, c-format
19176msgid ""
19177"The permissions on your socket directory are too loose; other\n"
19178"users may be able to read your cached credentials. Consider running:\n"
19179"\n"
19180"\tchmod 0700 %s"
19181msgstr ""
19182
19183#: credential-cache--daemon.c:272
19184msgid "print debugging messages to stderr"
19185msgstr ""
19186
19187#: t/helper/test-reach.c:152
19188#, c-format
19189msgid "commit %s is not marked reachable"
19190msgstr ""
19191
19192#: t/helper/test-reach.c:162
19193msgid "too many commits marked reachable"
19194msgstr ""
19195
19196#: t/helper/test-serve-v2.c:7
19197msgid "test-tool serve-v2 [<options>]"
19198msgstr ""
19199
19200#: t/helper/test-serve-v2.c:19
19201msgid "exit immediately after advertising capabilities"
19202msgstr ""
19203
19204#: git.c:27
19205msgid ""
19206"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
19207"           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
19208"           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
19209"bare]\n"
19210"           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
19211"           <command> [<args>]"
19212msgstr ""
19213
19214#: git.c:34
19215msgid ""
19216"'git help -a' and 'git help -g' list available subcommands and some\n"
19217"concept guides. See 'git help <command>' or 'git help <concept>'\n"
19218"to read about a specific subcommand or concept."
19219msgstr ""
19220
19221#: git.c:185
19222#, c-format
19223msgid "no directory given for --git-dir\n"
19224msgstr ""
19225
19226#: git.c:199
19227#, c-format
19228msgid "no namespace given for --namespace\n"
19229msgstr ""
19230
19231#: git.c:213
19232#, c-format
19233msgid "no directory given for --work-tree\n"
19234msgstr ""
19235
19236#: git.c:227
19237#, c-format
19238msgid "no prefix given for --super-prefix\n"
19239msgstr ""
19240
19241#: git.c:249
19242#, c-format
19243msgid "-c expects a configuration string\n"
19244msgstr ""
19245
19246#: git.c:287
19247#, c-format
19248msgid "no directory given for -C\n"
19249msgstr ""
19250
19251#: git.c:313
19252#, c-format
19253msgid "unknown option: %s\n"
19254msgstr ""
19255
19256#: git.c:359
19257#, c-format
19258msgid "while expanding alias '%s': '%s'"
19259msgstr ""
19260
19261#: git.c:368
19262#, c-format
19263msgid ""
19264"alias '%s' changes environment variables.\n"
19265"You can use '!git' in the alias to do this"
19266msgstr ""
19267
19268#: git.c:376
19269#, c-format
19270msgid "empty alias for %s"
19271msgstr ""
19272
19273#: git.c:379
19274#, c-format
19275msgid "recursive alias: %s"
19276msgstr ""
19277
19278#: git.c:459
19279msgid "write failure on standard output"
19280msgstr ""
19281
19282#: git.c:461
19283msgid "unknown write failure on standard output"
19284msgstr ""
19285
19286#: git.c:463
19287msgid "close failed on standard output"
19288msgstr ""
19289
19290#: git.c:797
19291#, c-format
19292msgid "alias loop detected: expansion of '%s' does not terminate:%s"
19293msgstr ""
19294
19295#: git.c:847
19296#, c-format
19297msgid "cannot handle %s as a builtin"
19298msgstr ""
19299
19300#: git.c:860
19301#, c-format
19302msgid ""
19303"usage: %s\n"
19304"\n"
19305msgstr ""
19306
19307#: git.c:880
19308#, c-format
19309msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
19310msgstr ""
19311
19312#: git.c:892
19313#, c-format
19314msgid "failed to run command '%s': %s\n"
19315msgstr ""
19316
19317#: http.c:378
19318#, c-format
19319msgid "negative value for http.postbuffer; defaulting to %d"
19320msgstr ""
19321
19322#: http.c:399
19323msgid "Delegation control is not supported with cURL < 7.22.0"
19324msgstr ""
19325
19326#: http.c:408
19327msgid "Public key pinning not supported with cURL < 7.44.0"
19328msgstr ""
19329
19330#: http.c:876
19331msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
19332msgstr ""
19333
19334#: http.c:949
19335msgid "Protocol restrictions not supported with cURL < 7.19.4"
19336msgstr ""
19337
19338#: http.c:1085
19339#, c-format
19340msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
19341msgstr ""
19342
19343#: http.c:1092
19344#, c-format
19345msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
19346msgstr ""
19347
19348#: http.c:1096
19349#, c-format
19350msgid "Could not set SSL backend to '%s': already set"
19351msgstr ""
19352
19353#: http.c:1965
19354#, c-format
19355msgid ""
19356"unable to update url base from redirection:\n"
19357"  asked for: %s\n"
19358"   redirect: %s"
19359msgstr ""
19360
19361#: remote-curl.c:157
19362#, c-format
19363msgid "invalid quoting in push-option value: '%s'"
19364msgstr ""
19365
19366#: remote-curl.c:254
19367#, c-format
19368msgid "%sinfo/refs not valid: is this a git repository?"
19369msgstr ""
19370
19371#: remote-curl.c:355
19372msgid "invalid server response; expected service, got flush packet"
19373msgstr ""
19374
19375#: remote-curl.c:386
19376#, c-format
19377msgid "invalid server response; got '%s'"
19378msgstr ""
19379
19380#: remote-curl.c:446
19381#, c-format
19382msgid "repository '%s' not found"
19383msgstr ""
19384
19385#: remote-curl.c:450
19386#, c-format
19387msgid "Authentication failed for '%s'"
19388msgstr ""
19389
19390#: remote-curl.c:454
19391#, c-format
19392msgid "unable to access '%s': %s"
19393msgstr ""
19394
19395#: remote-curl.c:460
19396#, c-format
19397msgid "redirecting to %s"
19398msgstr ""
19399
19400#: remote-curl.c:584
19401msgid "shouldn't have EOF when not gentle on EOF"
19402msgstr ""
19403
19404#: remote-curl.c:664
19405msgid "unable to rewind rpc post data - try increasing http.postBuffer"
19406msgstr ""
19407
19408#: remote-curl.c:724
19409#, c-format
19410msgid "RPC failed; %s"
19411msgstr ""
19412
19413#: remote-curl.c:764
19414msgid "cannot handle pushes this big"
19415msgstr ""
19416
19417#: remote-curl.c:879
19418#, c-format
19419msgid "cannot deflate request; zlib deflate error %d"
19420msgstr ""
19421
19422#: remote-curl.c:883
19423#, c-format
19424msgid "cannot deflate request; zlib end error %d"
19425msgstr ""
19426
19427#: remote-curl.c:1014
19428msgid "dumb http transport does not support shallow capabilities"
19429msgstr ""
19430
19431#: remote-curl.c:1028
19432msgid "fetch failed."
19433msgstr ""
19434
19435#: remote-curl.c:1076
19436msgid "cannot fetch by sha1 over smart http"
19437msgstr ""
19438
19439#: remote-curl.c:1120 remote-curl.c:1126
19440#, c-format
19441msgid "protocol error: expected sha/ref, got %s'"
19442msgstr ""
19443
19444#: remote-curl.c:1138 remote-curl.c:1252
19445#, c-format
19446msgid "http transport does not support %s"
19447msgstr ""
19448
19449#: remote-curl.c:1174
19450msgid "git-http-push failed"
19451msgstr ""
19452
19453#: remote-curl.c:1360
19454msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
19455msgstr ""
19456
19457#: remote-curl.c:1392
19458msgid "remote-curl: error reading command stream from git"
19459msgstr ""
19460
19461#: remote-curl.c:1399
19462msgid "remote-curl: fetch attempted without a local repo"
19463msgstr ""
19464
19465#: remote-curl.c:1439
19466#, c-format
19467msgid "remote-curl: unknown command '%s' from git"
19468msgstr ""
19469
19470#: list-objects-filter-options.h:63
19471msgid "args"
19472msgstr ""
19473
19474#: list-objects-filter-options.h:64
19475msgid "object filtering"
19476msgstr ""
19477
19478#: parse-options.h:170
19479msgid "expiry-date"
19480msgstr ""
19481
19482#: parse-options.h:184
19483msgid "no-op (backward compatibility)"
19484msgstr ""
19485
19486#: parse-options.h:304
19487msgid "be more verbose"
19488msgstr ""
19489
19490#: parse-options.h:306
19491msgid "be more quiet"
19492msgstr ""
19493
19494#: parse-options.h:312
19495msgid "use <n> digits to display SHA-1s"
19496msgstr ""
19497
19498#: parse-options.h:331
19499msgid "how to strip spaces and #comments from message"
19500msgstr ""
19501
19502#: ref-filter.h:101
19503msgid "key"
19504msgstr ""
19505
19506#: ref-filter.h:101
19507msgid "field name to sort on"
19508msgstr ""
19509
19510#: rerere.h:44
19511msgid "update the index with reused conflict resolution if possible"
19512msgstr ""
19513
19514#: command-list.h:50
19515msgid "Add file contents to the index"
19516msgstr ""
19517
19518#: command-list.h:51
19519msgid "Apply a series of patches from a mailbox"
19520msgstr ""
19521
19522#: command-list.h:52
19523msgid "Annotate file lines with commit information"
19524msgstr ""
19525
19526#: command-list.h:53
19527msgid "Apply a patch to files and/or to the index"
19528msgstr ""
19529
19530#: command-list.h:54
19531msgid "Import a GNU Arch repository into Git"
19532msgstr ""
19533
19534#: command-list.h:55
19535msgid "Create an archive of files from a named tree"
19536msgstr ""
19537
19538#: command-list.h:56
19539msgid "Use binary search to find the commit that introduced a bug"
19540msgstr ""
19541
19542#: command-list.h:57
19543msgid "Show what revision and author last modified each line of a file"
19544msgstr ""
19545
19546#: command-list.h:58
19547msgid "List, create, or delete branches"
19548msgstr ""
19549
19550#: command-list.h:59
19551msgid "Move objects and refs by archive"
19552msgstr ""
19553
19554#: command-list.h:60
19555msgid "Provide content or type and size information for repository objects"
19556msgstr ""
19557
19558#: command-list.h:61
19559msgid "Display gitattributes information"
19560msgstr ""
19561
19562#: command-list.h:62
19563msgid "Debug gitignore / exclude files"
19564msgstr ""
19565
19566#: command-list.h:63
19567msgid "Show canonical names and email addresses of contacts"
19568msgstr ""
19569
19570#: command-list.h:64
19571msgid "Switch branches or restore working tree files"
19572msgstr ""
19573
19574#: command-list.h:65
19575msgid "Copy files from the index to the working tree"
19576msgstr ""
19577
19578#: command-list.h:66
19579msgid "Ensures that a reference name is well formed"
19580msgstr ""
19581
19582#: command-list.h:67
19583msgid "Find commits yet to be applied to upstream"
19584msgstr ""
19585
19586#: command-list.h:68
19587msgid "Apply the changes introduced by some existing commits"
19588msgstr ""
19589
19590#: command-list.h:69
19591msgid "Graphical alternative to git-commit"
19592msgstr ""
19593
19594#: command-list.h:70
19595msgid "Remove untracked files from the working tree"
19596msgstr ""
19597
19598#: command-list.h:71
19599msgid "Clone a repository into a new directory"
19600msgstr ""
19601
19602#: command-list.h:72
19603msgid "Display data in columns"
19604msgstr ""
19605
19606#: command-list.h:73
19607msgid "Record changes to the repository"
19608msgstr ""
19609
19610#: command-list.h:74
19611msgid "Write and verify Git commit-graph files"
19612msgstr ""
19613
19614#: command-list.h:75
19615msgid "Create a new commit object"
19616msgstr ""
19617
19618#: command-list.h:76
19619msgid "Get and set repository or global options"
19620msgstr ""
19621
19622#: command-list.h:77
19623msgid "Count unpacked number of objects and their disk consumption"
19624msgstr ""
19625
19626#: command-list.h:78
19627msgid "Retrieve and store user credentials"
19628msgstr ""
19629
19630#: command-list.h:79
19631msgid "Helper to temporarily store passwords in memory"
19632msgstr ""
19633
19634#: command-list.h:80
19635msgid "Helper to store credentials on disk"
19636msgstr ""
19637
19638#: command-list.h:81
19639msgid "Export a single commit to a CVS checkout"
19640msgstr ""
19641
19642#: command-list.h:82
19643msgid "Salvage your data out of another SCM people love to hate"
19644msgstr ""
19645
19646#: command-list.h:83
19647msgid "A CVS server emulator for Git"
19648msgstr ""
19649
19650#: command-list.h:84
19651msgid "A really simple server for Git repositories"
19652msgstr ""
19653
19654#: command-list.h:85
19655msgid "Give an object a human readable name based on an available ref"
19656msgstr ""
19657
19658#: command-list.h:86
19659msgid "Show changes between commits, commit and working tree, etc"
19660msgstr ""
19661
19662#: command-list.h:87
19663msgid "Compares files in the working tree and the index"
19664msgstr ""
19665
19666#: command-list.h:88
19667msgid "Compare a tree to the working tree or index"
19668msgstr ""
19669
19670#: command-list.h:89
19671msgid "Compares the content and mode of blobs found via two tree objects"
19672msgstr ""
19673
19674#: command-list.h:90
19675msgid "Show changes using common diff tools"
19676msgstr ""
19677
19678#: command-list.h:91
19679msgid "Git data exporter"
19680msgstr ""
19681
19682#: command-list.h:92
19683msgid "Backend for fast Git data importers"
19684msgstr ""
19685
19686#: command-list.h:93
19687msgid "Download objects and refs from another repository"
19688msgstr ""
19689
19690#: command-list.h:94
19691msgid "Receive missing objects from another repository"
19692msgstr ""
19693
19694#: command-list.h:95
19695msgid "Rewrite branches"
19696msgstr ""
19697
19698#: command-list.h:96
19699msgid "Produce a merge commit message"
19700msgstr ""
19701
19702#: command-list.h:97
19703msgid "Output information on each ref"
19704msgstr ""
19705
19706#: command-list.h:98
19707msgid "Prepare patches for e-mail submission"
19708msgstr ""
19709
19710#: command-list.h:99
19711msgid "Verifies the connectivity and validity of the objects in the database"
19712msgstr ""
19713
19714#: command-list.h:100
19715msgid "Cleanup unnecessary files and optimize the local repository"
19716msgstr ""
19717
19718#: command-list.h:101
19719msgid "Extract commit ID from an archive created using git-archive"
19720msgstr ""
19721
19722#: command-list.h:102
19723msgid "Print lines matching a pattern"
19724msgstr ""
19725
19726#: command-list.h:103
19727msgid "A portable graphical interface to Git"
19728msgstr ""
19729
19730#: command-list.h:104
19731msgid "Compute object ID and optionally creates a blob from a file"
19732msgstr ""
19733
19734#: command-list.h:105
19735msgid "Display help information about Git"
19736msgstr ""
19737
19738#: command-list.h:106
19739msgid "Server side implementation of Git over HTTP"
19740msgstr ""
19741
19742#: command-list.h:107
19743msgid "Download from a remote Git repository via HTTP"
19744msgstr ""
19745
19746#: command-list.h:108
19747msgid "Push objects over HTTP/DAV to another repository"
19748msgstr ""
19749
19750#: command-list.h:109
19751msgid "Send a collection of patches from stdin to an IMAP folder"
19752msgstr ""
19753
19754#: command-list.h:110
19755msgid "Build pack index file for an existing packed archive"
19756msgstr ""
19757
19758#: command-list.h:111
19759msgid "Create an empty Git repository or reinitialize an existing one"
19760msgstr ""
19761
19762#: command-list.h:112
19763msgid "Instantly browse your working repository in gitweb"
19764msgstr ""
19765
19766#: command-list.h:113
19767msgid "Add or parse structured information in commit messages"
19768msgstr ""
19769
19770#: command-list.h:114
19771msgid "The Git repository browser"
19772msgstr ""
19773
19774#: command-list.h:115
19775msgid "Show commit logs"
19776msgstr ""
19777
19778#: command-list.h:116
19779msgid "Show information about files in the index and the working tree"
19780msgstr ""
19781
19782#: command-list.h:117
19783msgid "List references in a remote repository"
19784msgstr ""
19785
19786#: command-list.h:118
19787msgid "List the contents of a tree object"
19788msgstr ""
19789
19790#: command-list.h:119
19791msgid "Extracts patch and authorship from a single e-mail message"
19792msgstr ""
19793
19794#: command-list.h:120
19795msgid "Simple UNIX mbox splitter program"
19796msgstr ""
19797
19798#: command-list.h:121
19799msgid "Join two or more development histories together"
19800msgstr ""
19801
19802#: command-list.h:122
19803msgid "Find as good common ancestors as possible for a merge"
19804msgstr ""
19805
19806#: command-list.h:123
19807msgid "Run a three-way file merge"
19808msgstr ""
19809
19810#: command-list.h:124
19811msgid "Run a merge for files needing merging"
19812msgstr ""
19813
19814#: command-list.h:125
19815msgid "The standard helper program to use with git-merge-index"
19816msgstr ""
19817
19818#: command-list.h:126
19819msgid "Run merge conflict resolution tools to resolve merge conflicts"
19820msgstr ""
19821
19822#: command-list.h:127
19823msgid "Show three-way merge without touching index"
19824msgstr ""
19825
19826#: command-list.h:128
19827msgid "Write and verify multi-pack-indexes"
19828msgstr ""
19829
19830#: command-list.h:129
19831msgid "Creates a tag object"
19832msgstr ""
19833
19834#: command-list.h:130
19835msgid "Build a tree-object from ls-tree formatted text"
19836msgstr ""
19837
19838#: command-list.h:131
19839msgid "Move or rename a file, a directory, or a symlink"
19840msgstr ""
19841
19842#: command-list.h:132
19843msgid "Find symbolic names for given revs"
19844msgstr ""
19845
19846#: command-list.h:133
19847msgid "Add or inspect object notes"
19848msgstr ""
19849
19850#: command-list.h:134
19851msgid "Import from and submit to Perforce repositories"
19852msgstr ""
19853
19854#: command-list.h:135
19855msgid "Create a packed archive of objects"
19856msgstr ""
19857
19858#: command-list.h:136
19859msgid "Find redundant pack files"
19860msgstr ""
19861
19862#: command-list.h:137
19863msgid "Pack heads and tags for efficient repository access"
19864msgstr ""
19865
19866#: command-list.h:138
19867msgid "Routines to help parsing remote repository access parameters"
19868msgstr ""
19869
19870#: command-list.h:139
19871msgid "Compute unique ID for a patch"
19872msgstr ""
19873
19874#: command-list.h:140
19875msgid "Prune all unreachable objects from the object database"
19876msgstr ""
19877
19878#: command-list.h:141
19879msgid "Remove extra objects that are already in pack files"
19880msgstr ""
19881
19882#: command-list.h:142
19883msgid "Fetch from and integrate with another repository or a local branch"
19884msgstr ""
19885
19886#: command-list.h:143
19887msgid "Update remote refs along with associated objects"
19888msgstr ""
19889
19890#: command-list.h:144
19891msgid "Applies a quilt patchset onto the current branch"
19892msgstr ""
19893
19894#: command-list.h:145
19895msgid "Compare two commit ranges (e.g. two versions of a branch)"
19896msgstr ""
19897
19898#: command-list.h:146
19899msgid "Reads tree information into the index"
19900msgstr ""
19901
19902#: command-list.h:147
19903msgid "Reapply commits on top of another base tip"
19904msgstr ""
19905
19906#: command-list.h:148
19907msgid "Receive what is pushed into the repository"
19908msgstr ""
19909
19910#: command-list.h:149
19911msgid "Manage reflog information"
19912msgstr ""
19913
19914#: command-list.h:150
19915msgid "Manage set of tracked repositories"
19916msgstr ""
19917
19918#: command-list.h:151
19919msgid "Pack unpacked objects in a repository"
19920msgstr ""
19921
19922#: command-list.h:152
19923msgid "Create, list, delete refs to replace objects"
19924msgstr ""
19925
19926#: command-list.h:153
19927msgid "Generates a summary of pending changes"
19928msgstr ""
19929
19930#: command-list.h:154
19931msgid "Reuse recorded resolution of conflicted merges"
19932msgstr ""
19933
19934#: command-list.h:155
19935msgid "Reset current HEAD to the specified state"
19936msgstr ""
19937
19938#: command-list.h:156
19939msgid "Revert some existing commits"
19940msgstr ""
19941
19942#: command-list.h:157
19943msgid "Lists commit objects in reverse chronological order"
19944msgstr ""
19945
19946#: command-list.h:158
19947msgid "Pick out and massage parameters"
19948msgstr ""
19949
19950#: command-list.h:159
19951msgid "Remove files from the working tree and from the index"
19952msgstr ""
19953
19954#: command-list.h:160
19955msgid "Send a collection of patches as emails"
19956msgstr ""
19957
19958#: command-list.h:161
19959msgid "Push objects over Git protocol to another repository"
19960msgstr ""
19961
19962#: command-list.h:162
19963msgid "Restricted login shell for Git-only SSH access"
19964msgstr ""
19965
19966#: command-list.h:163
19967msgid "Summarize 'git log' output"
19968msgstr ""
19969
19970#: command-list.h:164
19971msgid "Show various types of objects"
19972msgstr ""
19973
19974#: command-list.h:165
19975msgid "Show branches and their commits"
19976msgstr ""
19977
19978#: command-list.h:166
19979msgid "Show packed archive index"
19980msgstr ""
19981
19982#: command-list.h:167
19983msgid "List references in a local repository"
19984msgstr ""
19985
19986#: command-list.h:168
19987msgid "Git's i18n setup code for shell scripts"
19988msgstr ""
19989
19990#: command-list.h:169
19991msgid "Common Git shell script setup code"
19992msgstr ""
19993
19994#: command-list.h:170
19995msgid "Stash the changes in a dirty working directory away"
19996msgstr ""
19997
19998#: command-list.h:171
19999msgid "Add file contents to the staging area"
20000msgstr ""
20001
20002#: command-list.h:172
20003msgid "Show the working tree status"
20004msgstr ""
20005
20006#: command-list.h:173
20007msgid "Remove unnecessary whitespace"
20008msgstr ""
20009
20010#: command-list.h:174
20011msgid "Initialize, update or inspect submodules"
20012msgstr ""
20013
20014#: command-list.h:175
20015msgid "Bidirectional operation between a Subversion repository and Git"
20016msgstr ""
20017
20018#: command-list.h:176
20019msgid "Read, modify and delete symbolic refs"
20020msgstr ""
20021
20022#: command-list.h:177
20023msgid "Create, list, delete or verify a tag object signed with GPG"
20024msgstr ""
20025
20026#: command-list.h:178
20027msgid "Creates a temporary file with a blob's contents"
20028msgstr ""
20029
20030#: command-list.h:179
20031msgid "Unpack objects from a packed archive"
20032msgstr ""
20033
20034#: command-list.h:180
20035msgid "Register file contents in the working tree to the index"
20036msgstr ""
20037
20038#: command-list.h:181
20039msgid "Update the object name stored in a ref safely"
20040msgstr ""
20041
20042#: command-list.h:182
20043msgid "Update auxiliary info file to help dumb servers"
20044msgstr ""
20045
20046#: command-list.h:183
20047msgid "Send archive back to git-archive"
20048msgstr ""
20049
20050#: command-list.h:184
20051msgid "Send objects packed back to git-fetch-pack"
20052msgstr ""
20053
20054#: command-list.h:185
20055msgid "Show a Git logical variable"
20056msgstr ""
20057
20058#: command-list.h:186
20059msgid "Check the GPG signature of commits"
20060msgstr ""
20061
20062#: command-list.h:187
20063msgid "Validate packed Git archive files"
20064msgstr ""
20065
20066#: command-list.h:188
20067msgid "Check the GPG signature of tags"
20068msgstr ""
20069
20070#: command-list.h:189
20071msgid "Git web interface (web frontend to Git repositories)"
20072msgstr ""
20073
20074#: command-list.h:190
20075msgid "Show logs with difference each commit introduces"
20076msgstr ""
20077
20078#: command-list.h:191
20079msgid "Manage multiple working trees"
20080msgstr ""
20081
20082#: command-list.h:192
20083msgid "Create a tree object from the current index"
20084msgstr ""
20085
20086#: command-list.h:193
20087msgid "Defining attributes per path"
20088msgstr ""
20089
20090#: command-list.h:194
20091msgid "Git command-line interface and conventions"
20092msgstr ""
20093
20094#: command-list.h:195
20095msgid "A Git core tutorial for developers"
20096msgstr ""
20097
20098#: command-list.h:196
20099msgid "Git for CVS users"
20100msgstr ""
20101
20102#: command-list.h:197
20103msgid "Tweaking diff output"
20104msgstr ""
20105
20106#: command-list.h:198
20107msgid "A useful minimum set of commands for Everyday Git"
20108msgstr ""
20109
20110#: command-list.h:199
20111msgid "A Git Glossary"
20112msgstr ""
20113
20114#: command-list.h:200
20115msgid "Hooks used by Git"
20116msgstr ""
20117
20118#: command-list.h:201
20119msgid "Specifies intentionally untracked files to ignore"
20120msgstr ""
20121
20122#: command-list.h:202
20123msgid "Defining submodule properties"
20124msgstr ""
20125
20126#: command-list.h:203
20127msgid "Git namespaces"
20128msgstr ""
20129
20130#: command-list.h:204
20131msgid "Git Repository Layout"
20132msgstr ""
20133
20134#: command-list.h:205
20135msgid "Specifying revisions and ranges for Git"
20136msgstr ""
20137
20138#: command-list.h:206
20139msgid "A tutorial introduction to Git: part two"
20140msgstr ""
20141
20142#: command-list.h:207
20143msgid "A tutorial introduction to Git"
20144msgstr ""
20145
20146#: command-list.h:208
20147msgid "An overview of recommended workflows with Git"
20148msgstr ""
20149
20150#: git-bisect.sh:54
20151msgid "You need to start by \"git bisect start\""
20152msgstr ""
20153
20154#. TRANSLATORS: Make sure to include [Y] and [n] in your
20155#. translation. The program will only accept English input
20156#. at this point.
20157#: git-bisect.sh:60
20158msgid "Do you want me to do it for you [Y/n]? "
20159msgstr ""
20160
20161#: git-bisect.sh:101
20162#, sh-format
20163msgid "Bad rev input: $arg"
20164msgstr ""
20165
20166#: git-bisect.sh:121
20167#, sh-format
20168msgid "Bad rev input: $bisected_head"
20169msgstr ""
20170
20171#: git-bisect.sh:130
20172#, sh-format
20173msgid "Bad rev input: $rev"
20174msgstr ""
20175
20176#: git-bisect.sh:139
20177#, sh-format
20178msgid "'git bisect $TERM_BAD' can take only one argument."
20179msgstr ""
20180
20181#: git-bisect.sh:209
20182msgid "No logfile given"
20183msgstr ""
20184
20185#: git-bisect.sh:210
20186#, sh-format
20187msgid "cannot read $file for replaying"
20188msgstr ""
20189
20190#: git-bisect.sh:232
20191msgid "?? what are you talking about?"
20192msgstr ""
20193
20194#: git-bisect.sh:241
20195msgid "bisect run failed: no command provided."
20196msgstr ""
20197
20198#: git-bisect.sh:246
20199#, sh-format
20200msgid "running $command"
20201msgstr ""
20202
20203#: git-bisect.sh:253
20204#, sh-format
20205msgid ""
20206"bisect run failed:\n"
20207"exit code $res from '$command' is < 0 or >= 128"
20208msgstr ""
20209
20210#: git-bisect.sh:279
20211msgid "bisect run cannot continue any more"
20212msgstr ""
20213
20214#: git-bisect.sh:285
20215#, sh-format
20216msgid ""
20217"bisect run failed:\n"
20218"'bisect_state $state' exited with error code $res"
20219msgstr ""
20220
20221#: git-bisect.sh:292
20222msgid "bisect run success"
20223msgstr ""
20224
20225#: git-bisect.sh:300
20226msgid "We are not bisecting."
20227msgstr ""
20228
20229#: git-merge-octopus.sh:46
20230msgid ""
20231"Error: Your local changes to the following files would be overwritten by "
20232"merge"
20233msgstr ""
20234
20235#: git-merge-octopus.sh:61
20236msgid "Automated merge did not work."
20237msgstr ""
20238
20239#: git-merge-octopus.sh:62
20240msgid "Should not be doing an octopus."
20241msgstr ""
20242
20243#: git-merge-octopus.sh:73
20244#, sh-format
20245msgid "Unable to find common commit with $pretty_name"
20246msgstr ""
20247
20248#: git-merge-octopus.sh:77
20249#, sh-format
20250msgid "Already up to date with $pretty_name"
20251msgstr ""
20252
20253#: git-merge-octopus.sh:89
20254#, sh-format
20255msgid "Fast-forwarding to: $pretty_name"
20256msgstr ""
20257
20258#: git-merge-octopus.sh:97
20259#, sh-format
20260msgid "Trying simple merge with $pretty_name"
20261msgstr ""
20262
20263#: git-merge-octopus.sh:102
20264msgid "Simple merge did not work, trying automatic merge."
20265msgstr ""
20266
20267#: git-legacy-stash.sh:220
20268msgid "Cannot remove temporary index (can't happen)"
20269msgstr ""
20270
20271#: git-legacy-stash.sh:271
20272#, sh-format
20273msgid "Cannot update $ref_stash with $w_commit"
20274msgstr ""
20275
20276#: git-legacy-stash.sh:323
20277#, sh-format
20278msgid "error: unknown option for 'stash push': $option"
20279msgstr ""
20280
20281#: git-legacy-stash.sh:355
20282#, sh-format
20283msgid "Saved working directory and index state $stash_msg"
20284msgstr ""
20285
20286#: git-legacy-stash.sh:535
20287#, sh-format
20288msgid "unknown option: $opt"
20289msgstr ""
20290
20291#: git-legacy-stash.sh:555
20292#, sh-format
20293msgid "Too many revisions specified: $REV"
20294msgstr ""
20295
20296#: git-legacy-stash.sh:570
20297#, sh-format
20298msgid "$reference is not a valid reference"
20299msgstr ""
20300
20301#: git-legacy-stash.sh:598
20302#, sh-format
20303msgid "'$args' is not a stash-like commit"
20304msgstr ""
20305
20306#: git-legacy-stash.sh:609
20307#, sh-format
20308msgid "'$args' is not a stash reference"
20309msgstr ""
20310
20311#: git-legacy-stash.sh:617
20312msgid "unable to refresh index"
20313msgstr ""
20314
20315#: git-legacy-stash.sh:621
20316msgid "Cannot apply a stash in the middle of a merge"
20317msgstr ""
20318
20319#: git-legacy-stash.sh:629
20320msgid "Conflicts in index. Try without --index."
20321msgstr ""
20322
20323#: git-legacy-stash.sh:631
20324msgid "Could not save index tree"
20325msgstr ""
20326
20327#: git-legacy-stash.sh:640
20328msgid "Could not restore untracked files from stash entry"
20329msgstr ""
20330
20331#: git-legacy-stash.sh:665
20332msgid "Cannot unstage modified files"
20333msgstr ""
20334
20335#: git-legacy-stash.sh:703
20336#, sh-format
20337msgid "Dropped ${REV} ($s)"
20338msgstr ""
20339
20340#: git-legacy-stash.sh:704
20341#, sh-format
20342msgid "${REV}: Could not drop stash entry"
20343msgstr ""
20344
20345#: git-legacy-stash.sh:791
20346msgid "(To restore them type \"git stash apply\")"
20347msgstr ""
20348
20349#: git-submodule.sh:200
20350msgid "Relative path can only be used from the toplevel of the working tree"
20351msgstr ""
20352
20353#: git-submodule.sh:210
20354#, sh-format
20355msgid "repo URL: '$repo' must be absolute or begin with ./|../"
20356msgstr ""
20357
20358#: git-submodule.sh:229
20359#, sh-format
20360msgid "'$sm_path' already exists in the index"
20361msgstr ""
20362
20363#: git-submodule.sh:232
20364#, sh-format
20365msgid "'$sm_path' already exists in the index and is not a submodule"
20366msgstr ""
20367
20368#: git-submodule.sh:239
20369#, sh-format
20370msgid "'$sm_path' does not have a commit checked out"
20371msgstr ""
20372
20373#: git-submodule.sh:245
20374#, sh-format
20375msgid ""
20376"The following path is ignored by one of your .gitignore files:\n"
20377"$sm_path\n"
20378"Use -f if you really want to add it."
20379msgstr ""
20380
20381#: git-submodule.sh:268
20382#, sh-format
20383msgid "Adding existing repo at '$sm_path' to the index"
20384msgstr ""
20385
20386#: git-submodule.sh:270
20387#, sh-format
20388msgid "'$sm_path' already exists and is not a valid git repo"
20389msgstr ""
20390
20391#: git-submodule.sh:278
20392#, sh-format
20393msgid "A git directory for '$sm_name' is found locally with remote(s):"
20394msgstr ""
20395
20396#: git-submodule.sh:280
20397#, sh-format
20398msgid ""
20399"If you want to reuse this local git directory instead of cloning again from\n"
20400"  $realrepo\n"
20401"use the '--force' option. If the local git directory is not the correct "
20402"repo\n"
20403"or you are unsure what this means choose another name with the '--name' "
20404"option."
20405msgstr ""
20406
20407#: git-submodule.sh:286
20408#, sh-format
20409msgid "Reactivating local git directory for submodule '$sm_name'."
20410msgstr ""
20411
20412#: git-submodule.sh:298
20413#, sh-format
20414msgid "Unable to checkout submodule '$sm_path'"
20415msgstr ""
20416
20417#: git-submodule.sh:303
20418#, sh-format
20419msgid "Failed to add submodule '$sm_path'"
20420msgstr ""
20421
20422#: git-submodule.sh:312
20423#, sh-format
20424msgid "Failed to register submodule '$sm_path'"
20425msgstr ""
20426
20427#: git-submodule.sh:573
20428#, sh-format
20429msgid "Unable to find current revision in submodule path '$displaypath'"
20430msgstr ""
20431
20432#: git-submodule.sh:583
20433#, sh-format
20434msgid "Unable to fetch in submodule path '$sm_path'"
20435msgstr ""
20436
20437#: git-submodule.sh:588
20438#, sh-format
20439msgid ""
20440"Unable to find current ${remote_name}/${branch} revision in submodule path "
20441"'$sm_path'"
20442msgstr ""
20443
20444#: git-submodule.sh:606
20445#, sh-format
20446msgid ""
20447"Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
20448"$sha1:"
20449msgstr ""
20450
20451#: git-submodule.sh:612
20452#, sh-format
20453msgid ""
20454"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
20455"Direct fetching of that commit failed."
20456msgstr ""
20457
20458#: git-submodule.sh:619
20459#, sh-format
20460msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
20461msgstr ""
20462
20463#: git-submodule.sh:620
20464#, sh-format
20465msgid "Submodule path '$displaypath': checked out '$sha1'"
20466msgstr ""
20467
20468#: git-submodule.sh:624
20469#, sh-format
20470msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
20471msgstr ""
20472
20473#: git-submodule.sh:625
20474#, sh-format
20475msgid "Submodule path '$displaypath': rebased into '$sha1'"
20476msgstr ""
20477
20478#: git-submodule.sh:630
20479#, sh-format
20480msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
20481msgstr ""
20482
20483#: git-submodule.sh:631
20484#, sh-format
20485msgid "Submodule path '$displaypath': merged in '$sha1'"
20486msgstr ""
20487
20488#: git-submodule.sh:636
20489#, sh-format
20490msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
20491msgstr ""
20492
20493#: git-submodule.sh:637
20494#, sh-format
20495msgid "Submodule path '$displaypath': '$command $sha1'"
20496msgstr ""
20497
20498#: git-submodule.sh:668
20499#, sh-format
20500msgid "Failed to recurse into submodule path '$displaypath'"
20501msgstr ""
20502
20503#: git-submodule.sh:830
20504msgid "The --cached option cannot be used with the --files option"
20505msgstr ""
20506
20507#: git-submodule.sh:882
20508#, sh-format
20509msgid "unexpected mode $mod_dst"
20510msgstr ""
20511
20512#: git-submodule.sh:902
20513#, sh-format
20514msgid "  Warn: $display_name doesn't contain commit $sha1_src"
20515msgstr ""
20516
20517#: git-submodule.sh:905
20518#, sh-format
20519msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
20520msgstr ""
20521
20522#: git-submodule.sh:908
20523#, sh-format
20524msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
20525msgstr ""
20526
20527#: git-parse-remote.sh:89
20528#, sh-format
20529msgid "See git-${cmd}(1) for details."
20530msgstr ""
20531
20532#: git-rebase--preserve-merges.sh:136
20533#, sh-format
20534msgid "Rebasing ($new_count/$total)"
20535msgstr ""
20536
20537#: git-rebase--preserve-merges.sh:152
20538msgid ""
20539"\n"
20540"Commands:\n"
20541"p, pick <commit> = use commit\n"
20542"r, reword <commit> = use commit, but edit the commit message\n"
20543"e, edit <commit> = use commit, but stop for amending\n"
20544"s, squash <commit> = use commit, but meld into previous commit\n"
20545"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
20546"x, exec <commit> = run command (the rest of the line) using shell\n"
20547"d, drop <commit> = remove commit\n"
20548"l, label <label> = label current HEAD with a name\n"
20549"t, reset <label> = reset HEAD to a label\n"
20550"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
20551".       create a merge commit using the original merge commit's\n"
20552".       message (or the oneline, if no original merge commit was\n"
20553".       specified). Use -c <commit> to reword the commit message.\n"
20554"\n"
20555"These lines can be re-ordered; they are executed from top to bottom.\n"
20556msgstr ""
20557
20558#: git-rebase--preserve-merges.sh:215
20559#, sh-format
20560msgid ""
20561"You can amend the commit now, with\n"
20562"\n"
20563"\tgit commit --amend $gpg_sign_opt_quoted\n"
20564"\n"
20565"Once you are satisfied with your changes, run\n"
20566"\n"
20567"\tgit rebase --continue"
20568msgstr ""
20569
20570#: git-rebase--preserve-merges.sh:240
20571#, sh-format
20572msgid "$sha1: not a commit that can be picked"
20573msgstr ""
20574
20575#: git-rebase--preserve-merges.sh:279
20576#, sh-format
20577msgid "Invalid commit name: $sha1"
20578msgstr ""
20579
20580#: git-rebase--preserve-merges.sh:309
20581msgid "Cannot write current commit's replacement sha1"
20582msgstr ""
20583
20584#: git-rebase--preserve-merges.sh:360
20585#, sh-format
20586msgid "Fast-forward to $sha1"
20587msgstr ""
20588
20589#: git-rebase--preserve-merges.sh:362
20590#, sh-format
20591msgid "Cannot fast-forward to $sha1"
20592msgstr ""
20593
20594#: git-rebase--preserve-merges.sh:371
20595#, sh-format
20596msgid "Cannot move HEAD to $first_parent"
20597msgstr ""
20598
20599#: git-rebase--preserve-merges.sh:376
20600#, sh-format
20601msgid "Refusing to squash a merge: $sha1"
20602msgstr ""
20603
20604#: git-rebase--preserve-merges.sh:394
20605#, sh-format
20606msgid "Error redoing merge $sha1"
20607msgstr ""
20608
20609#: git-rebase--preserve-merges.sh:403
20610#, sh-format
20611msgid "Could not pick $sha1"
20612msgstr ""
20613
20614#: git-rebase--preserve-merges.sh:412
20615#, sh-format
20616msgid "This is the commit message #${n}:"
20617msgstr ""
20618
20619#: git-rebase--preserve-merges.sh:417
20620#, sh-format
20621msgid "The commit message #${n} will be skipped:"
20622msgstr ""
20623
20624#: git-rebase--preserve-merges.sh:428
20625#, sh-format
20626msgid "This is a combination of $count commit."
20627msgid_plural "This is a combination of $count commits."
20628msgstr[0] ""
20629msgstr[1] ""
20630
20631#: git-rebase--preserve-merges.sh:437
20632#, sh-format
20633msgid "Cannot write $fixup_msg"
20634msgstr ""
20635
20636#: git-rebase--preserve-merges.sh:440
20637msgid "This is a combination of 2 commits."
20638msgstr ""
20639
20640#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
20641#: git-rebase--preserve-merges.sh:527
20642#, sh-format
20643msgid "Could not apply $sha1... $rest"
20644msgstr ""
20645
20646#: git-rebase--preserve-merges.sh:556
20647#, sh-format
20648msgid ""
20649"Could not amend commit after successfully picking $sha1... $rest\n"
20650"This is most likely due to an empty commit message, or the pre-commit hook\n"
20651"failed. If the pre-commit hook failed, you may need to resolve the issue "
20652"before\n"
20653"you are able to reword the commit."
20654msgstr ""
20655
20656#: git-rebase--preserve-merges.sh:571
20657#, sh-format
20658msgid "Stopped at $sha1_abbrev... $rest"
20659msgstr ""
20660
20661#: git-rebase--preserve-merges.sh:586
20662#, sh-format
20663msgid "Cannot '$squash_style' without a previous commit"
20664msgstr ""
20665
20666#: git-rebase--preserve-merges.sh:628
20667#, sh-format
20668msgid "Executing: $rest"
20669msgstr ""
20670
20671#: git-rebase--preserve-merges.sh:636
20672#, sh-format
20673msgid "Execution failed: $rest"
20674msgstr ""
20675
20676#: git-rebase--preserve-merges.sh:638
20677msgid "and made changes to the index and/or the working tree"
20678msgstr ""
20679
20680#: git-rebase--preserve-merges.sh:640
20681msgid ""
20682"You can fix the problem, and then run\n"
20683"\n"
20684"\tgit rebase --continue"
20685msgstr ""
20686
20687#. TRANSLATORS: after these lines is a command to be issued by the user
20688#: git-rebase--preserve-merges.sh:653
20689#, sh-format
20690msgid ""
20691"Execution succeeded: $rest\n"
20692"but left changes to the index and/or the working tree\n"
20693"Commit or stash your changes, and then run\n"
20694"\n"
20695"\tgit rebase --continue"
20696msgstr ""
20697
20698#: git-rebase--preserve-merges.sh:664
20699#, sh-format
20700msgid "Unknown command: $command $sha1 $rest"
20701msgstr ""
20702
20703#: git-rebase--preserve-merges.sh:665
20704msgid "Please fix this using 'git rebase --edit-todo'."
20705msgstr ""
20706
20707#: git-rebase--preserve-merges.sh:700
20708#, sh-format
20709msgid "Successfully rebased and updated $head_name."
20710msgstr ""
20711
20712#: git-rebase--preserve-merges.sh:757
20713msgid "Could not remove CHERRY_PICK_HEAD"
20714msgstr ""
20715
20716#: git-rebase--preserve-merges.sh:762
20717#, sh-format
20718msgid ""
20719"You have staged changes in your working tree.\n"
20720"If these changes are meant to be\n"
20721"squashed into the previous commit, run:\n"
20722"\n"
20723"  git commit --amend $gpg_sign_opt_quoted\n"
20724"\n"
20725"If they are meant to go into a new commit, run:\n"
20726"\n"
20727"  git commit $gpg_sign_opt_quoted\n"
20728"\n"
20729"In both cases, once you're done, continue with:\n"
20730"\n"
20731"  git rebase --continue\n"
20732msgstr ""
20733
20734#: git-rebase--preserve-merges.sh:779
20735msgid "Error trying to find the author identity to amend commit"
20736msgstr ""
20737
20738#: git-rebase--preserve-merges.sh:784
20739msgid ""
20740"You have uncommitted changes in your working tree. Please commit them\n"
20741"first and then run 'git rebase --continue' again."
20742msgstr ""
20743
20744#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
20745msgid "Could not commit staged changes."
20746msgstr ""
20747
20748#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
20749msgid "Could not execute editor"
20750msgstr ""
20751
20752#: git-rebase--preserve-merges.sh:845
20753#, sh-format
20754msgid "Could not checkout $switch_to"
20755msgstr ""
20756
20757#: git-rebase--preserve-merges.sh:852
20758msgid "No HEAD?"
20759msgstr ""
20760
20761#: git-rebase--preserve-merges.sh:853
20762#, sh-format
20763msgid "Could not create temporary $state_dir"
20764msgstr ""
20765
20766#: git-rebase--preserve-merges.sh:856
20767msgid "Could not mark as interactive"
20768msgstr ""
20769
20770#: git-rebase--preserve-merges.sh:888
20771#, sh-format
20772msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
20773msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
20774msgstr[0] ""
20775msgstr[1] ""
20776
20777#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
20778msgid "Could not init rewritten commits"
20779msgstr ""
20780
20781#: git-sh-setup.sh:89 git-sh-setup.sh:94
20782#, sh-format
20783msgid "usage: $dashless $USAGE"
20784msgstr ""
20785
20786#: git-sh-setup.sh:191
20787#, sh-format
20788msgid "Cannot chdir to $cdup, the toplevel of the working tree"
20789msgstr ""
20790
20791#: git-sh-setup.sh:200 git-sh-setup.sh:207
20792#, sh-format
20793msgid "fatal: $program_name cannot be used without a working tree."
20794msgstr ""
20795
20796#: git-sh-setup.sh:221
20797msgid "Cannot rebase: You have unstaged changes."
20798msgstr ""
20799
20800#: git-sh-setup.sh:224
20801msgid "Cannot rewrite branches: You have unstaged changes."
20802msgstr ""
20803
20804#: git-sh-setup.sh:227
20805msgid "Cannot pull with rebase: You have unstaged changes."
20806msgstr ""
20807
20808#: git-sh-setup.sh:230
20809#, sh-format
20810msgid "Cannot $action: You have unstaged changes."
20811msgstr ""
20812
20813#: git-sh-setup.sh:243
20814msgid "Cannot rebase: Your index contains uncommitted changes."
20815msgstr ""
20816
20817#: git-sh-setup.sh:246
20818msgid "Cannot pull with rebase: Your index contains uncommitted changes."
20819msgstr ""
20820
20821#: git-sh-setup.sh:249
20822#, sh-format
20823msgid "Cannot $action: Your index contains uncommitted changes."
20824msgstr ""
20825
20826#: git-sh-setup.sh:253
20827msgid "Additionally, your index contains uncommitted changes."
20828msgstr ""
20829
20830#: git-sh-setup.sh:373
20831msgid "You need to run this command from the toplevel of the working tree."
20832msgstr ""
20833
20834#: git-sh-setup.sh:378
20835msgid "Unable to determine absolute path of git directory"
20836msgstr ""
20837
20838#. TRANSLATORS: you can adjust this to align "git add -i" status menu
20839#: git-add--interactive.perl:196
20840#, perl-format
20841msgid "%12s %12s %s"
20842msgstr ""
20843
20844#: git-add--interactive.perl:197
20845msgid "staged"
20846msgstr ""
20847
20848#: git-add--interactive.perl:197
20849msgid "unstaged"
20850msgstr ""
20851
20852#: git-add--interactive.perl:253 git-add--interactive.perl:278
20853msgid "binary"
20854msgstr ""
20855
20856#: git-add--interactive.perl:262 git-add--interactive.perl:316
20857msgid "nothing"
20858msgstr ""
20859
20860#: git-add--interactive.perl:298 git-add--interactive.perl:313
20861msgid "unchanged"
20862msgstr ""
20863
20864#: git-add--interactive.perl:609
20865#, perl-format
20866msgid "added %d path\n"
20867msgid_plural "added %d paths\n"
20868msgstr[0] ""
20869msgstr[1] ""
20870
20871#: git-add--interactive.perl:612
20872#, perl-format
20873msgid "updated %d path\n"
20874msgid_plural "updated %d paths\n"
20875msgstr[0] ""
20876msgstr[1] ""
20877
20878#: git-add--interactive.perl:615
20879#, perl-format
20880msgid "reverted %d path\n"
20881msgid_plural "reverted %d paths\n"
20882msgstr[0] ""
20883msgstr[1] ""
20884
20885#: git-add--interactive.perl:618
20886#, perl-format
20887msgid "touched %d path\n"
20888msgid_plural "touched %d paths\n"
20889msgstr[0] ""
20890msgstr[1] ""
20891
20892#: git-add--interactive.perl:627
20893msgid "Update"
20894msgstr ""
20895
20896#: git-add--interactive.perl:639
20897msgid "Revert"
20898msgstr ""
20899
20900#: git-add--interactive.perl:662
20901#, perl-format
20902msgid "note: %s is untracked now.\n"
20903msgstr ""
20904
20905#: git-add--interactive.perl:673
20906msgid "Add untracked"
20907msgstr ""
20908
20909#: git-add--interactive.perl:679
20910msgid "No untracked files.\n"
20911msgstr ""
20912
20913#: git-add--interactive.perl:1033
20914msgid ""
20915"If the patch applies cleanly, the edited hunk will immediately be\n"
20916"marked for staging."
20917msgstr ""
20918
20919#: git-add--interactive.perl:1036
20920msgid ""
20921"If the patch applies cleanly, the edited hunk will immediately be\n"
20922"marked for stashing."
20923msgstr ""
20924
20925#: git-add--interactive.perl:1039
20926msgid ""
20927"If the patch applies cleanly, the edited hunk will immediately be\n"
20928"marked for unstaging."
20929msgstr ""
20930
20931#: git-add--interactive.perl:1042 git-add--interactive.perl:1051
20932msgid ""
20933"If the patch applies cleanly, the edited hunk will immediately be\n"
20934"marked for applying."
20935msgstr ""
20936
20937#: git-add--interactive.perl:1045 git-add--interactive.perl:1048
20938msgid ""
20939"If the patch applies cleanly, the edited hunk will immediately be\n"
20940"marked for discarding."
20941msgstr ""
20942
20943#: git-add--interactive.perl:1085
20944#, perl-format
20945msgid "failed to open hunk edit file for writing: %s"
20946msgstr ""
20947
20948#: git-add--interactive.perl:1086
20949msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
20950msgstr ""
20951
20952#: git-add--interactive.perl:1092
20953#, perl-format
20954msgid ""
20955"---\n"
20956"To remove '%s' lines, make them ' ' lines (context).\n"
20957"To remove '%s' lines, delete them.\n"
20958"Lines starting with %s will be removed.\n"
20959msgstr ""
20960
20961#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
20962#: git-add--interactive.perl:1100
20963msgid ""
20964"If it does not apply cleanly, you will be given an opportunity to\n"
20965"edit again.  If all lines of the hunk are removed, then the edit is\n"
20966"aborted and the hunk is left unchanged.\n"
20967msgstr ""
20968
20969#: git-add--interactive.perl:1114
20970#, perl-format
20971msgid "failed to open hunk edit file for reading: %s"
20972msgstr ""
20973
20974#. TRANSLATORS: do not translate [y/n]
20975#. The program will only accept that input
20976#. at this point.
20977#. Consider translating (saying "no" discards!) as
20978#. (saying "n" for "no" discards!) if the translation
20979#. of the word "no" does not start with n.
20980#: git-add--interactive.perl:1213
20981msgid ""
20982"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
20983msgstr ""
20984
20985#: git-add--interactive.perl:1222
20986msgid ""
20987"y - stage this hunk\n"
20988"n - do not stage this hunk\n"
20989"q - quit; do not stage this hunk or any of the remaining ones\n"
20990"a - stage this hunk and all later hunks in the file\n"
20991"d - do not stage this hunk or any of the later hunks in the file"
20992msgstr ""
20993
20994#: git-add--interactive.perl:1228
20995msgid ""
20996"y - stash this hunk\n"
20997"n - do not stash this hunk\n"
20998"q - quit; do not stash this hunk or any of the remaining ones\n"
20999"a - stash this hunk and all later hunks in the file\n"
21000"d - do not stash this hunk or any of the later hunks in the file"
21001msgstr ""
21002
21003#: git-add--interactive.perl:1234
21004msgid ""
21005"y - unstage this hunk\n"
21006"n - do not unstage this hunk\n"
21007"q - quit; do not unstage this hunk or any of the remaining ones\n"
21008"a - unstage this hunk and all later hunks in the file\n"
21009"d - do not unstage this hunk or any of the later hunks in the file"
21010msgstr ""
21011
21012#: git-add--interactive.perl:1240
21013msgid ""
21014"y - apply this hunk to index\n"
21015"n - do not apply this hunk to index\n"
21016"q - quit; do not apply this hunk or any of the remaining ones\n"
21017"a - apply this hunk and all later hunks in the file\n"
21018"d - do not apply this hunk or any of the later hunks in the file"
21019msgstr ""
21020
21021#: git-add--interactive.perl:1246
21022msgid ""
21023"y - discard this hunk from worktree\n"
21024"n - do not discard this hunk from worktree\n"
21025"q - quit; do not discard this hunk or any of the remaining ones\n"
21026"a - discard this hunk and all later hunks in the file\n"
21027"d - do not discard this hunk or any of the later hunks in the file"
21028msgstr ""
21029
21030#: git-add--interactive.perl:1252
21031msgid ""
21032"y - discard this hunk from index and worktree\n"
21033"n - do not discard this hunk from index and worktree\n"
21034"q - quit; do not discard this hunk or any of the remaining ones\n"
21035"a - discard this hunk and all later hunks in the file\n"
21036"d - do not discard this hunk or any of the later hunks in the file"
21037msgstr ""
21038
21039#: git-add--interactive.perl:1258
21040msgid ""
21041"y - apply this hunk to index and worktree\n"
21042"n - do not apply this hunk to index and worktree\n"
21043"q - quit; do not apply this hunk or any of the remaining ones\n"
21044"a - apply this hunk and all later hunks in the file\n"
21045"d - do not apply this hunk or any of the later hunks in the file"
21046msgstr ""
21047
21048#: git-add--interactive.perl:1273
21049msgid ""
21050"g - select a hunk to go to\n"
21051"/ - search for a hunk matching the given regex\n"
21052"j - leave this hunk undecided, see next undecided hunk\n"
21053"J - leave this hunk undecided, see next hunk\n"
21054"k - leave this hunk undecided, see previous undecided hunk\n"
21055"K - leave this hunk undecided, see previous hunk\n"
21056"s - split the current hunk into smaller hunks\n"
21057"e - manually edit the current hunk\n"
21058"? - print help\n"
21059msgstr ""
21060
21061#: git-add--interactive.perl:1304
21062msgid "The selected hunks do not apply to the index!\n"
21063msgstr ""
21064
21065#: git-add--interactive.perl:1305
21066msgid "Apply them to the worktree anyway? "
21067msgstr ""
21068
21069#: git-add--interactive.perl:1308
21070msgid "Nothing was applied.\n"
21071msgstr ""
21072
21073#: git-add--interactive.perl:1319
21074#, perl-format
21075msgid "ignoring unmerged: %s\n"
21076msgstr ""
21077
21078#: git-add--interactive.perl:1328
21079msgid "Only binary files changed.\n"
21080msgstr ""
21081
21082#: git-add--interactive.perl:1330
21083msgid "No changes.\n"
21084msgstr ""
21085
21086#: git-add--interactive.perl:1338
21087msgid "Patch update"
21088msgstr ""
21089
21090#: git-add--interactive.perl:1390
21091#, perl-format
21092msgid "Stage mode change [y,n,q,a,d%s,?]? "
21093msgstr ""
21094
21095#: git-add--interactive.perl:1391
21096#, perl-format
21097msgid "Stage deletion [y,n,q,a,d%s,?]? "
21098msgstr ""
21099
21100#: git-add--interactive.perl:1392
21101#, perl-format
21102msgid "Stage this hunk [y,n,q,a,d%s,?]? "
21103msgstr ""
21104
21105#: git-add--interactive.perl:1395
21106#, perl-format
21107msgid "Stash mode change [y,n,q,a,d%s,?]? "
21108msgstr ""
21109
21110#: git-add--interactive.perl:1396
21111#, perl-format
21112msgid "Stash deletion [y,n,q,a,d%s,?]? "
21113msgstr ""
21114
21115#: git-add--interactive.perl:1397
21116#, perl-format
21117msgid "Stash this hunk [y,n,q,a,d%s,?]? "
21118msgstr ""
21119
21120#: git-add--interactive.perl:1400
21121#, perl-format
21122msgid "Unstage mode change [y,n,q,a,d%s,?]? "
21123msgstr ""
21124
21125#: git-add--interactive.perl:1401
21126#, perl-format
21127msgid "Unstage deletion [y,n,q,a,d%s,?]? "
21128msgstr ""
21129
21130#: git-add--interactive.perl:1402
21131#, perl-format
21132msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
21133msgstr ""
21134
21135#: git-add--interactive.perl:1405
21136#, perl-format
21137msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
21138msgstr ""
21139
21140#: git-add--interactive.perl:1406
21141#, perl-format
21142msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
21143msgstr ""
21144
21145#: git-add--interactive.perl:1407
21146#, perl-format
21147msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
21148msgstr ""
21149
21150#: git-add--interactive.perl:1410
21151#, perl-format
21152msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
21153msgstr ""
21154
21155#: git-add--interactive.perl:1411
21156#, perl-format
21157msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
21158msgstr ""
21159
21160#: git-add--interactive.perl:1412
21161#, perl-format
21162msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
21163msgstr ""
21164
21165#: git-add--interactive.perl:1415
21166#, perl-format
21167msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
21168msgstr ""
21169
21170#: git-add--interactive.perl:1416
21171#, perl-format
21172msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
21173msgstr ""
21174
21175#: git-add--interactive.perl:1417
21176#, perl-format
21177msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
21178msgstr ""
21179
21180#: git-add--interactive.perl:1420
21181#, perl-format
21182msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
21183msgstr ""
21184
21185#: git-add--interactive.perl:1421
21186#, perl-format
21187msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
21188msgstr ""
21189
21190#: git-add--interactive.perl:1422
21191#, perl-format
21192msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
21193msgstr ""
21194
21195#: git-add--interactive.perl:1522
21196msgid "No other hunks to goto\n"
21197msgstr ""
21198
21199#: git-add--interactive.perl:1529
21200msgid "go to which hunk (<ret> to see more)? "
21201msgstr ""
21202
21203#: git-add--interactive.perl:1531
21204msgid "go to which hunk? "
21205msgstr ""
21206
21207#: git-add--interactive.perl:1540
21208#, perl-format
21209msgid "Invalid number: '%s'\n"
21210msgstr ""
21211
21212#: git-add--interactive.perl:1545
21213#, perl-format
21214msgid "Sorry, only %d hunk available.\n"
21215msgid_plural "Sorry, only %d hunks available.\n"
21216msgstr[0] ""
21217msgstr[1] ""
21218
21219#: git-add--interactive.perl:1571
21220msgid "No other hunks to search\n"
21221msgstr ""
21222
21223#: git-add--interactive.perl:1575
21224msgid "search for regex? "
21225msgstr ""
21226
21227#: git-add--interactive.perl:1588
21228#, perl-format
21229msgid "Malformed search regexp %s: %s\n"
21230msgstr ""
21231
21232#: git-add--interactive.perl:1598
21233msgid "No hunk matches the given pattern\n"
21234msgstr ""
21235
21236#: git-add--interactive.perl:1610 git-add--interactive.perl:1632
21237msgid "No previous hunk\n"
21238msgstr ""
21239
21240#: git-add--interactive.perl:1619 git-add--interactive.perl:1638
21241msgid "No next hunk\n"
21242msgstr ""
21243
21244#: git-add--interactive.perl:1644
21245msgid "Sorry, cannot split this hunk\n"
21246msgstr ""
21247
21248#: git-add--interactive.perl:1650
21249#, perl-format
21250msgid "Split into %d hunk.\n"
21251msgid_plural "Split into %d hunks.\n"
21252msgstr[0] ""
21253msgstr[1] ""
21254
21255#: git-add--interactive.perl:1660
21256msgid "Sorry, cannot edit this hunk\n"
21257msgstr ""
21258
21259#: git-add--interactive.perl:1706
21260msgid "Review diff"
21261msgstr ""
21262
21263#. TRANSLATORS: please do not translate the command names
21264#. 'status', 'update', 'revert', etc.
21265#: git-add--interactive.perl:1725
21266msgid ""
21267"status        - show paths with changes\n"
21268"update        - add working tree state to the staged set of changes\n"
21269"revert        - revert staged set of changes back to the HEAD version\n"
21270"patch         - pick hunks and update selectively\n"
21271"diff          - view diff between HEAD and index\n"
21272"add untracked - add contents of untracked files to the staged set of "
21273"changes\n"
21274msgstr ""
21275
21276#: git-add--interactive.perl:1742 git-add--interactive.perl:1747
21277#: git-add--interactive.perl:1750 git-add--interactive.perl:1757
21278#: git-add--interactive.perl:1761 git-add--interactive.perl:1767
21279msgid "missing --"
21280msgstr ""
21281
21282#: git-add--interactive.perl:1763
21283#, perl-format
21284msgid "unknown --patch mode: %s"
21285msgstr ""
21286
21287#: git-add--interactive.perl:1769 git-add--interactive.perl:1775
21288#, perl-format
21289msgid "invalid argument %s, expecting --"
21290msgstr ""
21291
21292#: git-send-email.perl:138
21293msgid "local zone differs from GMT by a non-minute interval\n"
21294msgstr ""
21295
21296#: git-send-email.perl:145 git-send-email.perl:151
21297msgid "local time offset greater than or equal to 24 hours\n"
21298msgstr ""
21299
21300#: git-send-email.perl:219 git-send-email.perl:225
21301msgid "the editor exited uncleanly, aborting everything"
21302msgstr ""
21303
21304#: git-send-email.perl:302
21305#, perl-format
21306msgid ""
21307"'%s' contains an intermediate version of the email you were composing.\n"
21308msgstr ""
21309
21310#: git-send-email.perl:307
21311#, perl-format
21312msgid "'%s.final' contains the composed email.\n"
21313msgstr ""
21314
21315#: git-send-email.perl:326
21316msgid "--dump-aliases incompatible with other options\n"
21317msgstr ""
21318
21319#: git-send-email.perl:395 git-send-email.perl:656
21320msgid "Cannot run git format-patch from outside a repository\n"
21321msgstr ""
21322
21323#: git-send-email.perl:398
21324msgid ""
21325"`batch-size` and `relogin` must be specified together (via command-line or "
21326"configuration option)\n"
21327msgstr ""
21328
21329#: git-send-email.perl:470
21330#, perl-format
21331msgid "Unknown --suppress-cc field: '%s'\n"
21332msgstr ""
21333
21334#: git-send-email.perl:501
21335#, perl-format
21336msgid "Unknown --confirm setting: '%s'\n"
21337msgstr ""
21338
21339#: git-send-email.perl:529
21340#, perl-format
21341msgid "warning: sendmail alias with quotes is not supported: %s\n"
21342msgstr ""
21343
21344#: git-send-email.perl:531
21345#, perl-format
21346msgid "warning: `:include:` not supported: %s\n"
21347msgstr ""
21348
21349#: git-send-email.perl:533
21350#, perl-format
21351msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
21352msgstr ""
21353
21354#: git-send-email.perl:538
21355#, perl-format
21356msgid "warning: sendmail line is not recognized: %s\n"
21357msgstr ""
21358
21359#: git-send-email.perl:622
21360#, perl-format
21361msgid ""
21362"File '%s' exists but it could also be the range of commits\n"
21363"to produce patches for.  Please disambiguate by...\n"
21364"\n"
21365"    * Saying \"./%s\" if you mean a file; or\n"
21366"    * Giving --format-patch option if you mean a range.\n"
21367msgstr ""
21368
21369#: git-send-email.perl:643
21370#, perl-format
21371msgid "Failed to opendir %s: %s"
21372msgstr ""
21373
21374#: git-send-email.perl:667
21375#, perl-format
21376msgid ""
21377"fatal: %s: %s\n"
21378"warning: no patches were sent\n"
21379msgstr ""
21380
21381#: git-send-email.perl:678
21382msgid ""
21383"\n"
21384"No patch files specified!\n"
21385"\n"
21386msgstr ""
21387
21388#: git-send-email.perl:691
21389#, perl-format
21390msgid "No subject line in %s?"
21391msgstr ""
21392
21393#: git-send-email.perl:701
21394#, perl-format
21395msgid "Failed to open for writing %s: %s"
21396msgstr ""
21397
21398#: git-send-email.perl:712
21399msgid ""
21400"Lines beginning in \"GIT:\" will be removed.\n"
21401"Consider including an overall diffstat or table of contents\n"
21402"for the patch you are writing.\n"
21403"\n"
21404"Clear the body content if you don't wish to send a summary.\n"
21405msgstr ""
21406
21407#: git-send-email.perl:736
21408#, perl-format
21409msgid "Failed to open %s: %s"
21410msgstr ""
21411
21412#: git-send-email.perl:753
21413#, perl-format
21414msgid "Failed to open %s.final: %s"
21415msgstr ""
21416
21417#: git-send-email.perl:796
21418msgid "Summary email is empty, skipping it\n"
21419msgstr ""
21420
21421#. TRANSLATORS: please keep [y/N] as is.
21422#: git-send-email.perl:831
21423#, perl-format
21424msgid "Are you sure you want to use <%s> [y/N]? "
21425msgstr ""
21426
21427#: git-send-email.perl:886
21428msgid ""
21429"The following files are 8bit, but do not declare a Content-Transfer-"
21430"Encoding.\n"
21431msgstr ""
21432
21433#: git-send-email.perl:891
21434msgid "Which 8bit encoding should I declare [UTF-8]? "
21435msgstr ""
21436
21437#: git-send-email.perl:899
21438#, perl-format
21439msgid ""
21440"Refusing to send because the patch\n"
21441"\t%s\n"
21442"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
21443"want to send.\n"
21444msgstr ""
21445
21446#: git-send-email.perl:918
21447msgid "To whom should the emails be sent (if anyone)?"
21448msgstr ""
21449
21450#: git-send-email.perl:936
21451#, perl-format
21452msgid "fatal: alias '%s' expands to itself\n"
21453msgstr ""
21454
21455#: git-send-email.perl:948
21456msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
21457msgstr ""
21458
21459#: git-send-email.perl:1006 git-send-email.perl:1014
21460#, perl-format
21461msgid "error: unable to extract a valid address from: %s\n"
21462msgstr ""
21463
21464#. TRANSLATORS: Make sure to include [q] [d] [e] in your
21465#. translation. The program will only accept English input
21466#. at this point.
21467#: git-send-email.perl:1018
21468msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
21469msgstr ""
21470
21471#: git-send-email.perl:1335
21472#, perl-format
21473msgid "CA path \"%s\" does not exist"
21474msgstr ""
21475
21476#: git-send-email.perl:1418
21477msgid ""
21478"    The Cc list above has been expanded by additional\n"
21479"    addresses found in the patch commit message. By default\n"
21480"    send-email prompts before sending whenever this occurs.\n"
21481"    This behavior is controlled by the sendemail.confirm\n"
21482"    configuration setting.\n"
21483"\n"
21484"    For additional information, run 'git send-email --help'.\n"
21485"    To retain the current behavior, but squelch this message,\n"
21486"    run 'git config --global sendemail.confirm auto'.\n"
21487"\n"
21488msgstr ""
21489
21490#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
21491#. translation. The program will only accept English input
21492#. at this point.
21493#: git-send-email.perl:1433
21494msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
21495msgstr ""
21496
21497#: git-send-email.perl:1436
21498msgid "Send this email reply required"
21499msgstr ""
21500
21501#: git-send-email.perl:1464
21502msgid "The required SMTP server is not properly defined."
21503msgstr ""
21504
21505#: git-send-email.perl:1511
21506#, perl-format
21507msgid "Server does not support STARTTLS! %s"
21508msgstr ""
21509
21510#: git-send-email.perl:1516 git-send-email.perl:1520
21511#, perl-format
21512msgid "STARTTLS failed! %s"
21513msgstr ""
21514
21515#: git-send-email.perl:1529
21516msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
21517msgstr ""
21518
21519#: git-send-email.perl:1547
21520#, perl-format
21521msgid "Failed to send %s\n"
21522msgstr ""
21523
21524#: git-send-email.perl:1550
21525#, perl-format
21526msgid "Dry-Sent %s\n"
21527msgstr ""
21528
21529#: git-send-email.perl:1550
21530#, perl-format
21531msgid "Sent %s\n"
21532msgstr ""
21533
21534#: git-send-email.perl:1552
21535msgid "Dry-OK. Log says:\n"
21536msgstr ""
21537
21538#: git-send-email.perl:1552
21539msgid "OK. Log says:\n"
21540msgstr ""
21541
21542#: git-send-email.perl:1564
21543msgid "Result: "
21544msgstr ""
21545
21546#: git-send-email.perl:1567
21547msgid "Result: OK\n"
21548msgstr ""
21549
21550#: git-send-email.perl:1585
21551#, perl-format
21552msgid "can't open file %s"
21553msgstr ""
21554
21555#: git-send-email.perl:1632 git-send-email.perl:1652
21556#, perl-format
21557msgid "(mbox) Adding cc: %s from line '%s'\n"
21558msgstr ""
21559
21560#: git-send-email.perl:1638
21561#, perl-format
21562msgid "(mbox) Adding to: %s from line '%s'\n"
21563msgstr ""
21564
21565#: git-send-email.perl:1691
21566#, perl-format
21567msgid "(non-mbox) Adding cc: %s from line '%s'\n"
21568msgstr ""
21569
21570#: git-send-email.perl:1726
21571#, perl-format
21572msgid "(body) Adding cc: %s from line '%s'\n"
21573msgstr ""
21574
21575#: git-send-email.perl:1837
21576#, perl-format
21577msgid "(%s) Could not execute '%s'"
21578msgstr ""
21579
21580#: git-send-email.perl:1844
21581#, perl-format
21582msgid "(%s) Adding %s: %s from: '%s'\n"
21583msgstr ""
21584
21585#: git-send-email.perl:1848
21586#, perl-format
21587msgid "(%s) failed to close pipe to '%s'"
21588msgstr ""
21589
21590#: git-send-email.perl:1878
21591msgid "cannot send message as 7bit"
21592msgstr ""
21593
21594#: git-send-email.perl:1886
21595msgid "invalid transfer encoding"
21596msgstr ""
21597
21598#: git-send-email.perl:1927 git-send-email.perl:1979 git-send-email.perl:1989
21599#, perl-format
21600msgid "unable to open %s: %s\n"
21601msgstr ""
21602
21603#: git-send-email.perl:1930
21604#, perl-format
21605msgid "%s: patch contains a line longer than 998 characters"
21606msgstr ""
21607
21608#: git-send-email.perl:1947
21609#, perl-format
21610msgid "Skipping %s with backup suffix '%s'.\n"
21611msgstr ""
21612
21613#. TRANSLATORS: please keep "[y|N]" as is.
21614#: git-send-email.perl:1951
21615#, perl-format
21616msgid "Do you really want to send %s? [y|N]: "
21617msgstr ""