po / git.poton commit Merge branch 'jc/denoise-rm-to-resolve' (5e9d978)
   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-06-04 08:24+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 destination 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:84
3333msgid "sparse:path filters support has been dropped"
3334msgstr ""
3335
3336#: list-objects-filter-options.c:158
3337msgid "cannot change partial clone promisor remote"
3338msgstr ""
3339
3340#: lockfile.c:151
3341#, c-format
3342msgid ""
3343"Unable to create '%s.lock': %s.\n"
3344"\n"
3345"Another git process seems to be running in this repository, e.g.\n"
3346"an editor opened by 'git commit'. Please make sure all processes\n"
3347"are terminated then try again. If it still fails, a git process\n"
3348"may have crashed in this repository earlier:\n"
3349"remove the file manually to continue."
3350msgstr ""
3351
3352#: lockfile.c:159
3353#, c-format
3354msgid "Unable to create '%s.lock': %s"
3355msgstr ""
3356
3357#: merge.c:41
3358msgid "failed to read the cache"
3359msgstr ""
3360
3361#: merge.c:107 rerere.c:720 builtin/am.c:1887 builtin/am.c:1921
3362#: builtin/checkout.c:461 builtin/checkout.c:811 builtin/clone.c:773
3363#: builtin/stash.c:264
3364msgid "unable to write new index file"
3365msgstr ""
3366
3367#: merge-recursive.c:322
3368msgid "(bad commit)\n"
3369msgstr ""
3370
3371#: merge-recursive.c:345
3372#, c-format
3373msgid "add_cacheinfo failed for path '%s'; merge aborting."
3374msgstr ""
3375
3376#: merge-recursive.c:354
3377#, c-format
3378msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3379msgstr ""
3380
3381#: merge-recursive.c:437
3382msgid "error building trees"
3383msgstr ""
3384
3385#: merge-recursive.c:861
3386#, c-format
3387msgid "failed to create path '%s'%s"
3388msgstr ""
3389
3390#: merge-recursive.c:872
3391#, c-format
3392msgid "Removing %s to make room for subdirectory\n"
3393msgstr ""
3394
3395#: merge-recursive.c:886 merge-recursive.c:905
3396msgid ": perhaps a D/F conflict?"
3397msgstr ""
3398
3399#: merge-recursive.c:895
3400#, c-format
3401msgid "refusing to lose untracked file at '%s'"
3402msgstr ""
3403
3404#: merge-recursive.c:936 builtin/cat-file.c:40
3405#, c-format
3406msgid "cannot read object %s '%s'"
3407msgstr ""
3408
3409#: merge-recursive.c:939
3410#, c-format
3411msgid "blob expected for %s '%s'"
3412msgstr ""
3413
3414#: merge-recursive.c:963
3415#, c-format
3416msgid "failed to open '%s': %s"
3417msgstr ""
3418
3419#: merge-recursive.c:974
3420#, c-format
3421msgid "failed to symlink '%s': %s"
3422msgstr ""
3423
3424#: merge-recursive.c:979
3425#, c-format
3426msgid "do not know what to do with %06o %s '%s'"
3427msgstr ""
3428
3429#: merge-recursive.c:1175
3430#, c-format
3431msgid "Failed to merge submodule %s (not checked out)"
3432msgstr ""
3433
3434#: merge-recursive.c:1182
3435#, c-format
3436msgid "Failed to merge submodule %s (commits not present)"
3437msgstr ""
3438
3439#: merge-recursive.c:1189
3440#, c-format
3441msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3442msgstr ""
3443
3444#: merge-recursive.c:1197 merge-recursive.c:1209
3445#, c-format
3446msgid "Fast-forwarding submodule %s to the following commit:"
3447msgstr ""
3448
3449#: merge-recursive.c:1200 merge-recursive.c:1212
3450#, c-format
3451msgid "Fast-forwarding submodule %s"
3452msgstr ""
3453
3454#: merge-recursive.c:1235
3455#, c-format
3456msgid "Failed to merge submodule %s (merge following commits not found)"
3457msgstr ""
3458
3459#: merge-recursive.c:1239
3460#, c-format
3461msgid "Failed to merge submodule %s (not fast-forward)"
3462msgstr ""
3463
3464#: merge-recursive.c:1240
3465msgid "Found a possible merge resolution for the submodule:\n"
3466msgstr ""
3467
3468#: merge-recursive.c:1243
3469#, c-format
3470msgid ""
3471"If this is correct simply add it to the index for example\n"
3472"by using:\n"
3473"\n"
3474"  git update-index --cacheinfo 160000 %s \"%s\"\n"
3475"\n"
3476"which will accept this suggestion.\n"
3477msgstr ""
3478
3479#: merge-recursive.c:1252
3480#, c-format
3481msgid "Failed to merge submodule %s (multiple merges found)"
3482msgstr ""
3483
3484#: merge-recursive.c:1325
3485msgid "Failed to execute internal merge"
3486msgstr ""
3487
3488#: merge-recursive.c:1330
3489#, c-format
3490msgid "Unable to add %s to database"
3491msgstr ""
3492
3493#: merge-recursive.c:1362
3494#, c-format
3495msgid "Auto-merging %s"
3496msgstr ""
3497
3498#: merge-recursive.c:1385
3499#, c-format
3500msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3501msgstr ""
3502
3503#: merge-recursive.c:1457
3504#, c-format
3505msgid ""
3506"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3507"in tree."
3508msgstr ""
3509
3510#: merge-recursive.c:1462
3511#, c-format
3512msgid ""
3513"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3514"left in tree."
3515msgstr ""
3516
3517#: merge-recursive.c:1469
3518#, c-format
3519msgid ""
3520"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3521"in tree at %s."
3522msgstr ""
3523
3524#: merge-recursive.c:1474
3525#, c-format
3526msgid ""
3527"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3528"left in tree at %s."
3529msgstr ""
3530
3531#: merge-recursive.c:1509
3532msgid "rename"
3533msgstr ""
3534
3535#: merge-recursive.c:1509
3536msgid "renamed"
3537msgstr ""
3538
3539#: merge-recursive.c:1589 merge-recursive.c:2445 merge-recursive.c:3085
3540#, c-format
3541msgid "Refusing to lose dirty file at %s"
3542msgstr ""
3543
3544#: merge-recursive.c:1599
3545#, c-format
3546msgid "Refusing to lose untracked file at %s, even though it's in the way."
3547msgstr ""
3548
3549#: merge-recursive.c:1657
3550#, c-format
3551msgid "CONFLICT (rename/add): Rename %s->%s in %s.  Added %s in %s"
3552msgstr ""
3553
3554#: merge-recursive.c:1687
3555#, c-format
3556msgid "%s is a directory in %s adding as %s instead"
3557msgstr ""
3558
3559#: merge-recursive.c:1692
3560#, c-format
3561msgid "Refusing to lose untracked file at %s; adding as %s instead"
3562msgstr ""
3563
3564#: merge-recursive.c:1711
3565#, c-format
3566msgid ""
3567"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3568"\"->\"%s\" in \"%s\"%s"
3569msgstr ""
3570
3571#: merge-recursive.c:1716
3572msgid " (left unresolved)"
3573msgstr ""
3574
3575#: merge-recursive.c:1825
3576#, c-format
3577msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3578msgstr ""
3579
3580#: merge-recursive.c:2030
3581#, c-format
3582msgid ""
3583"CONFLICT (directory rename split): Unclear where to place %s because "
3584"directory %s was renamed to multiple other directories, with no destination "
3585"getting a majority of the files."
3586msgstr ""
3587
3588#: merge-recursive.c:2062
3589#, c-format
3590msgid ""
3591"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3592"implicit directory rename(s) putting the following path(s) there: %s."
3593msgstr ""
3594
3595#: merge-recursive.c:2072
3596#, c-format
3597msgid ""
3598"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3599"implicit directory renames tried to put these paths there: %s"
3600msgstr ""
3601
3602#: merge-recursive.c:2164
3603#, c-format
3604msgid ""
3605"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3606">%s in %s"
3607msgstr ""
3608
3609#: merge-recursive.c:2408
3610#, c-format
3611msgid ""
3612"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3613"renamed."
3614msgstr ""
3615
3616#: merge-recursive.c:2929
3617#, c-format
3618msgid "cannot read object %s"
3619msgstr ""
3620
3621#: merge-recursive.c:2932
3622#, c-format
3623msgid "object %s is not a blob"
3624msgstr ""
3625
3626#: merge-recursive.c:2996
3627msgid "modify"
3628msgstr ""
3629
3630#: merge-recursive.c:2996
3631msgid "modified"
3632msgstr ""
3633
3634#: merge-recursive.c:3008
3635msgid "content"
3636msgstr ""
3637
3638#: merge-recursive.c:3012
3639msgid "add/add"
3640msgstr ""
3641
3642#: merge-recursive.c:3035
3643#, c-format
3644msgid "Skipped %s (merged same as existing)"
3645msgstr ""
3646
3647#: merge-recursive.c:3057 git-submodule.sh:937
3648msgid "submodule"
3649msgstr ""
3650
3651#: merge-recursive.c:3058
3652#, c-format
3653msgid "CONFLICT (%s): Merge conflict in %s"
3654msgstr ""
3655
3656#: merge-recursive.c:3088
3657#, c-format
3658msgid "Adding as %s instead"
3659msgstr ""
3660
3661#: merge-recursive.c:3170
3662#, c-format
3663msgid ""
3664"Path updated: %s added in %s inside a directory that was renamed in %s; "
3665"moving it to %s."
3666msgstr ""
3667
3668#: merge-recursive.c:3173
3669#, c-format
3670msgid ""
3671"CONFLICT (file location): %s added in %s inside a directory that was renamed "
3672"in %s, suggesting it should perhaps be moved to %s."
3673msgstr ""
3674
3675#: merge-recursive.c:3177
3676#, c-format
3677msgid ""
3678"Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
3679"%s; moving it to %s."
3680msgstr ""
3681
3682#: merge-recursive.c:3180
3683#, c-format
3684msgid ""
3685"CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
3686"was renamed in %s, suggesting it should perhaps be moved to %s."
3687msgstr ""
3688
3689#: merge-recursive.c:3294
3690#, c-format
3691msgid "Removing %s"
3692msgstr ""
3693
3694#: merge-recursive.c:3317
3695msgid "file/directory"
3696msgstr ""
3697
3698#: merge-recursive.c:3322
3699msgid "directory/file"
3700msgstr ""
3701
3702#: merge-recursive.c:3329
3703#, c-format
3704msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3705msgstr ""
3706
3707#: merge-recursive.c:3338
3708#, c-format
3709msgid "Adding %s"
3710msgstr ""
3711
3712#: merge-recursive.c:3347
3713#, c-format
3714msgid "CONFLICT (add/add): Merge conflict in %s"
3715msgstr ""
3716
3717#: merge-recursive.c:3385
3718#, c-format
3719msgid ""
3720"Your local changes to the following files would be overwritten by merge:\n"
3721"  %s"
3722msgstr ""
3723
3724#: merge-recursive.c:3396
3725msgid "Already up to date!"
3726msgstr ""
3727
3728#: merge-recursive.c:3405
3729#, c-format
3730msgid "merging of trees %s and %s failed"
3731msgstr ""
3732
3733#: merge-recursive.c:3504
3734msgid "Merging:"
3735msgstr ""
3736
3737#: merge-recursive.c:3517
3738#, c-format
3739msgid "found %u common ancestor:"
3740msgid_plural "found %u common ancestors:"
3741msgstr[0] ""
3742msgstr[1] ""
3743
3744#: merge-recursive.c:3556
3745msgid "merge returned no commit"
3746msgstr ""
3747
3748#: merge-recursive.c:3622
3749#, c-format
3750msgid "Could not parse object '%s'"
3751msgstr ""
3752
3753#: merge-recursive.c:3638 builtin/merge.c:702 builtin/merge.c:873
3754msgid "Unable to write index."
3755msgstr ""
3756
3757#: midx.c:66
3758#, c-format
3759msgid "multi-pack-index file %s is too small"
3760msgstr ""
3761
3762#: midx.c:82
3763#, c-format
3764msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3765msgstr ""
3766
3767#: midx.c:87
3768#, c-format
3769msgid "multi-pack-index version %d not recognized"
3770msgstr ""
3771
3772#: midx.c:92
3773#, c-format
3774msgid "hash version %u does not match"
3775msgstr ""
3776
3777#: midx.c:106
3778msgid "invalid chunk offset (too large)"
3779msgstr ""
3780
3781#: midx.c:130
3782msgid "terminating multi-pack-index chunk id appears earlier than expected"
3783msgstr ""
3784
3785#: midx.c:143
3786msgid "multi-pack-index missing required pack-name chunk"
3787msgstr ""
3788
3789#: midx.c:145
3790msgid "multi-pack-index missing required OID fanout chunk"
3791msgstr ""
3792
3793#: midx.c:147
3794msgid "multi-pack-index missing required OID lookup chunk"
3795msgstr ""
3796
3797#: midx.c:149
3798msgid "multi-pack-index missing required object offsets chunk"
3799msgstr ""
3800
3801#: midx.c:163
3802#, c-format
3803msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3804msgstr ""
3805
3806#: midx.c:208
3807#, c-format
3808msgid "bad pack-int-id: %u (%u total packs)"
3809msgstr ""
3810
3811#: midx.c:258
3812msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3813msgstr ""
3814
3815#: midx.c:286
3816msgid "error preparing packfile from multi-pack-index"
3817msgstr ""
3818
3819#: midx.c:457
3820#, c-format
3821msgid "failed to add packfile '%s'"
3822msgstr ""
3823
3824#: midx.c:463
3825#, c-format
3826msgid "failed to open pack-index '%s'"
3827msgstr ""
3828
3829#: midx.c:557
3830#, c-format
3831msgid "failed to locate object %d in packfile"
3832msgstr ""
3833
3834#: midx.c:993
3835#, c-format
3836msgid "failed to clear multi-pack-index at %s"
3837msgstr ""
3838
3839#: midx.c:1048
3840msgid "Looking for referenced packfiles"
3841msgstr ""
3842
3843#: midx.c:1063
3844#, c-format
3845msgid ""
3846"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3847msgstr ""
3848
3849#: midx.c:1067
3850msgid "Verifying OID order in MIDX"
3851msgstr ""
3852
3853#: midx.c:1076
3854#, c-format
3855msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3856msgstr ""
3857
3858#: midx.c:1095
3859msgid "Sorting objects by packfile"
3860msgstr ""
3861
3862#: midx.c:1101
3863msgid "Verifying object offsets"
3864msgstr ""
3865
3866#: midx.c:1117
3867#, c-format
3868msgid "failed to load pack entry for oid[%d] = %s"
3869msgstr ""
3870
3871#: midx.c:1123
3872#, c-format
3873msgid "failed to load pack-index for packfile %s"
3874msgstr ""
3875
3876#: midx.c:1132
3877#, c-format
3878msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3879msgstr ""
3880
3881#: name-hash.c:531
3882#, c-format
3883msgid "unable to create lazy_dir thread: %s"
3884msgstr ""
3885
3886#: name-hash.c:553
3887#, c-format
3888msgid "unable to create lazy_name thread: %s"
3889msgstr ""
3890
3891#: name-hash.c:559
3892#, c-format
3893msgid "unable to join lazy_name thread: %s"
3894msgstr ""
3895
3896#: notes-merge.c:277
3897#, c-format
3898msgid ""
3899"You have not concluded your previous notes merge (%s exists).\n"
3900"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3901"commit/abort the previous merge before you start a new notes merge."
3902msgstr ""
3903
3904#: notes-merge.c:284
3905#, c-format
3906msgid "You have not concluded your notes merge (%s exists)."
3907msgstr ""
3908
3909#: notes-utils.c:46
3910msgid "Cannot commit uninitialized/unreferenced notes tree"
3911msgstr ""
3912
3913#: notes-utils.c:105
3914#, c-format
3915msgid "Bad notes.rewriteMode value: '%s'"
3916msgstr ""
3917
3918#: notes-utils.c:115
3919#, c-format
3920msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3921msgstr ""
3922
3923#. TRANSLATORS: The first %s is the name of
3924#. the environment variable, the second %s is
3925#. its value.
3926#.
3927#: notes-utils.c:145
3928#, c-format
3929msgid "Bad %s value: '%s'"
3930msgstr ""
3931
3932#: object.c:54
3933#, c-format
3934msgid "invalid object type \"%s\""
3935msgstr ""
3936
3937#: object.c:174
3938#, c-format
3939msgid "object %s is a %s, not a %s"
3940msgstr ""
3941
3942#: object.c:234
3943#, c-format
3944msgid "object %s has unknown type id %d"
3945msgstr ""
3946
3947#: object.c:247
3948#, c-format
3949msgid "unable to parse object: %s"
3950msgstr ""
3951
3952#: object.c:267 object.c:278
3953#, c-format
3954msgid "hash mismatch %s"
3955msgstr ""
3956
3957#: packfile.c:617
3958msgid "offset before end of packfile (broken .idx?)"
3959msgstr ""
3960
3961#: packfile.c:1868
3962#, c-format
3963msgid "offset before start of pack index for %s (corrupt index?)"
3964msgstr ""
3965
3966#: packfile.c:1872
3967#, c-format
3968msgid "offset beyond end of pack index for %s (truncated index?)"
3969msgstr ""
3970
3971#: parse-options.c:38
3972#, c-format
3973msgid "%s requires a value"
3974msgstr ""
3975
3976#: parse-options.c:73
3977#, c-format
3978msgid "%s is incompatible with %s"
3979msgstr ""
3980
3981#: parse-options.c:78
3982#, c-format
3983msgid "%s : incompatible with something else"
3984msgstr ""
3985
3986#: parse-options.c:92 parse-options.c:96 parse-options.c:319
3987#, c-format
3988msgid "%s takes no value"
3989msgstr ""
3990
3991#: parse-options.c:94
3992#, c-format
3993msgid "%s isn't available"
3994msgstr ""
3995
3996#: parse-options.c:219
3997#, c-format
3998msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
3999msgstr ""
4000
4001#: parse-options.c:389
4002#, c-format
4003msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4004msgstr ""
4005
4006#: parse-options.c:423 parse-options.c:431
4007#, c-format
4008msgid "did you mean `--%s` (with two dashes ?)"
4009msgstr ""
4010
4011#: parse-options.c:859
4012#, c-format
4013msgid "unknown option `%s'"
4014msgstr ""
4015
4016#: parse-options.c:861
4017#, c-format
4018msgid "unknown switch `%c'"
4019msgstr ""
4020
4021#: parse-options.c:863
4022#, c-format
4023msgid "unknown non-ascii option in string: `%s'"
4024msgstr ""
4025
4026#: parse-options.c:887
4027msgid "..."
4028msgstr ""
4029
4030#: parse-options.c:906
4031#, c-format
4032msgid "usage: %s"
4033msgstr ""
4034
4035#. TRANSLATORS: the colon here should align with the
4036#. one in "usage: %s" translation.
4037#.
4038#: parse-options.c:912
4039#, c-format
4040msgid "   or: %s"
4041msgstr ""
4042
4043#: parse-options.c:915
4044#, c-format
4045msgid "    %s"
4046msgstr ""
4047
4048#: parse-options.c:954
4049msgid "-NUM"
4050msgstr ""
4051
4052#: parse-options.c:968
4053#, c-format
4054msgid "alias of --%s"
4055msgstr ""
4056
4057#: parse-options-cb.c:20 parse-options-cb.c:24
4058#, c-format
4059msgid "option `%s' expects a numerical value"
4060msgstr ""
4061
4062#: parse-options-cb.c:41
4063#, c-format
4064msgid "malformed expiration date '%s'"
4065msgstr ""
4066
4067#: parse-options-cb.c:54
4068#, c-format
4069msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4070msgstr ""
4071
4072#: parse-options-cb.c:130 parse-options-cb.c:147
4073#, c-format
4074msgid "malformed object name '%s'"
4075msgstr ""
4076
4077#: path.c:897
4078#, c-format
4079msgid "Could not make %s writable by group"
4080msgstr ""
4081
4082#: pathspec.c:128
4083msgid "Escape character '\\' not allowed as last character in attr value"
4084msgstr ""
4085
4086#: pathspec.c:146
4087msgid "Only one 'attr:' specification is allowed."
4088msgstr ""
4089
4090#: pathspec.c:149
4091msgid "attr spec must not be empty"
4092msgstr ""
4093
4094#: pathspec.c:192
4095#, c-format
4096msgid "invalid attribute name %s"
4097msgstr ""
4098
4099#: pathspec.c:257
4100msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
4101msgstr ""
4102
4103#: pathspec.c:264
4104msgid ""
4105"global 'literal' pathspec setting is incompatible with all other global "
4106"pathspec settings"
4107msgstr ""
4108
4109#: pathspec.c:304
4110msgid "invalid parameter for pathspec magic 'prefix'"
4111msgstr ""
4112
4113#: pathspec.c:325
4114#, c-format
4115msgid "Invalid pathspec magic '%.*s' in '%s'"
4116msgstr ""
4117
4118#: pathspec.c:330
4119#, c-format
4120msgid "Missing ')' at the end of pathspec magic in '%s'"
4121msgstr ""
4122
4123#: pathspec.c:368
4124#, c-format
4125msgid "Unimplemented pathspec magic '%c' in '%s'"
4126msgstr ""
4127
4128#: pathspec.c:427
4129#, c-format
4130msgid "%s: 'literal' and 'glob' are incompatible"
4131msgstr ""
4132
4133#: pathspec.c:440
4134#, c-format
4135msgid "%s: '%s' is outside repository"
4136msgstr ""
4137
4138#: pathspec.c:514
4139#, c-format
4140msgid "'%s' (mnemonic: '%c')"
4141msgstr ""
4142
4143#: pathspec.c:524
4144#, c-format
4145msgid "%s: pathspec magic not supported by this command: %s"
4146msgstr ""
4147
4148#: pathspec.c:591
4149#, c-format
4150msgid "pathspec '%s' is beyond a symbolic link"
4151msgstr ""
4152
4153#: pkt-line.c:92
4154msgid "unable to write flush packet"
4155msgstr ""
4156
4157#: pkt-line.c:99
4158msgid "unable to write delim packet"
4159msgstr ""
4160
4161#: pkt-line.c:106
4162msgid "flush packet write failed"
4163msgstr ""
4164
4165#: pkt-line.c:146 pkt-line.c:232
4166msgid "protocol error: impossibly long line"
4167msgstr ""
4168
4169#: pkt-line.c:162 pkt-line.c:164
4170msgid "packet write with format failed"
4171msgstr ""
4172
4173#: pkt-line.c:196
4174msgid "packet write failed - data exceeds max packet size"
4175msgstr ""
4176
4177#: pkt-line.c:203 pkt-line.c:210
4178msgid "packet write failed"
4179msgstr ""
4180
4181#: pkt-line.c:295
4182msgid "read error"
4183msgstr ""
4184
4185#: pkt-line.c:303
4186msgid "the remote end hung up unexpectedly"
4187msgstr ""
4188
4189#: pkt-line.c:331
4190#, c-format
4191msgid "protocol error: bad line length character: %.4s"
4192msgstr ""
4193
4194#: pkt-line.c:341 pkt-line.c:346
4195#, c-format
4196msgid "protocol error: bad line length %d"
4197msgstr ""
4198
4199#: pkt-line.c:362
4200#, c-format
4201msgid "remote error: %s"
4202msgstr ""
4203
4204#: preload-index.c:119
4205msgid "Refreshing index"
4206msgstr ""
4207
4208#: preload-index.c:138
4209#, c-format
4210msgid "unable to create threaded lstat: %s"
4211msgstr ""
4212
4213#: pretty.c:966
4214msgid "unable to parse --pretty format"
4215msgstr ""
4216
4217#: range-diff.c:56
4218msgid "could not start `log`"
4219msgstr ""
4220
4221#: range-diff.c:59
4222msgid "could not read `log` output"
4223msgstr ""
4224
4225#: range-diff.c:74 sequencer.c:4897
4226#, c-format
4227msgid "could not parse commit '%s'"
4228msgstr ""
4229
4230#: range-diff.c:224
4231msgid "failed to generate diff"
4232msgstr ""
4233
4234#: range-diff.c:455 range-diff.c:457
4235#, c-format
4236msgid "could not parse log for '%s'"
4237msgstr ""
4238
4239#: read-cache.c:680
4240#, c-format
4241msgid "will not add file alias '%s' ('%s' already exists in index)"
4242msgstr ""
4243
4244#: read-cache.c:696
4245msgid "cannot create an empty blob in the object database"
4246msgstr ""
4247
4248#: read-cache.c:718
4249#, c-format
4250msgid "%s: can only add regular files, symbolic links or git-directories"
4251msgstr ""
4252
4253#: read-cache.c:723
4254#, c-format
4255msgid "'%s' does not have a commit checked out"
4256msgstr ""
4257
4258#: read-cache.c:775
4259#, c-format
4260msgid "unable to index file '%s'"
4261msgstr ""
4262
4263#: read-cache.c:794
4264#, c-format
4265msgid "unable to add '%s' to index"
4266msgstr ""
4267
4268#: read-cache.c:805
4269#, c-format
4270msgid "unable to stat '%s'"
4271msgstr ""
4272
4273#: read-cache.c:1314
4274#, c-format
4275msgid "'%s' appears as both a file and as a directory"
4276msgstr ""
4277
4278#: read-cache.c:1499
4279msgid "Refresh index"
4280msgstr ""
4281
4282#: read-cache.c:1613
4283#, c-format
4284msgid ""
4285"index.version set, but the value is invalid.\n"
4286"Using version %i"
4287msgstr ""
4288
4289#: read-cache.c:1623
4290#, c-format
4291msgid ""
4292"GIT_INDEX_VERSION set, but the value is invalid.\n"
4293"Using version %i"
4294msgstr ""
4295
4296#: read-cache.c:1679
4297#, c-format
4298msgid "bad signature 0x%08x"
4299msgstr ""
4300
4301#: read-cache.c:1682
4302#, c-format
4303msgid "bad index version %d"
4304msgstr ""
4305
4306#: read-cache.c:1691
4307msgid "bad index file sha1 signature"
4308msgstr ""
4309
4310#: read-cache.c:1721
4311#, c-format
4312msgid "index uses %.4s extension, which we do not understand"
4313msgstr ""
4314
4315#: read-cache.c:1723
4316#, c-format
4317msgid "ignoring %.4s extension"
4318msgstr ""
4319
4320#: read-cache.c:1760
4321#, c-format
4322msgid "unknown index entry format 0x%08x"
4323msgstr ""
4324
4325#: read-cache.c:1776
4326#, c-format
4327msgid "malformed name field in the index, near path '%s'"
4328msgstr ""
4329
4330#: read-cache.c:1833
4331msgid "unordered stage entries in index"
4332msgstr ""
4333
4334#: read-cache.c:1836
4335#, c-format
4336msgid "multiple stage entries for merged file '%s'"
4337msgstr ""
4338
4339#: read-cache.c:1839
4340#, c-format
4341msgid "unordered stage entries for '%s'"
4342msgstr ""
4343
4344#: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:1111
4345#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:358
4346#: builtin/checkout.c:672 builtin/checkout.c:1060 builtin/clean.c:955
4347#: builtin/commit.c:344 builtin/diff-tree.c:120 builtin/grep.c:498
4348#: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
4349#: builtin/submodule--helper.c:330
4350msgid "index file corrupt"
4351msgstr ""
4352
4353#: read-cache.c:2087
4354#, c-format
4355msgid "unable to create load_cache_entries thread: %s"
4356msgstr ""
4357
4358#: read-cache.c:2100
4359#, c-format
4360msgid "unable to join load_cache_entries thread: %s"
4361msgstr ""
4362
4363#: read-cache.c:2133
4364#, c-format
4365msgid "%s: index file open failed"
4366msgstr ""
4367
4368#: read-cache.c:2137
4369#, c-format
4370msgid "%s: cannot stat the open index"
4371msgstr ""
4372
4373#: read-cache.c:2141
4374#, c-format
4375msgid "%s: index file smaller than expected"
4376msgstr ""
4377
4378#: read-cache.c:2145
4379#, c-format
4380msgid "%s: unable to map index file"
4381msgstr ""
4382
4383#: read-cache.c:2187
4384#, c-format
4385msgid "unable to create load_index_extensions thread: %s"
4386msgstr ""
4387
4388#: read-cache.c:2214
4389#, c-format
4390msgid "unable to join load_index_extensions thread: %s"
4391msgstr ""
4392
4393#: read-cache.c:2246
4394#, c-format
4395msgid "could not freshen shared index '%s'"
4396msgstr ""
4397
4398#: read-cache.c:2293
4399#, c-format
4400msgid "broken index, expect %s in %s, got %s"
4401msgstr ""
4402
4403#: read-cache.c:2989 wrapper.c:658 builtin/merge.c:1117
4404#, c-format
4405msgid "could not close '%s'"
4406msgstr ""
4407
4408#: read-cache.c:3092 sequencer.c:2354 sequencer.c:3807
4409#, c-format
4410msgid "could not stat '%s'"
4411msgstr ""
4412
4413#: read-cache.c:3105
4414#, c-format
4415msgid "unable to open git dir: %s"
4416msgstr ""
4417
4418#: read-cache.c:3117
4419#, c-format
4420msgid "unable to unlink: %s"
4421msgstr ""
4422
4423#: read-cache.c:3142
4424#, c-format
4425msgid "cannot fix permission bits on '%s'"
4426msgstr ""
4427
4428#: read-cache.c:3291
4429#, c-format
4430msgid "%s: cannot drop to stage #0"
4431msgstr ""
4432
4433#: rebase-interactive.c:26
4434#, c-format
4435msgid ""
4436"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4437msgstr ""
4438
4439#: rebase-interactive.c:35
4440msgid ""
4441"\n"
4442"Commands:\n"
4443"p, pick <commit> = use commit\n"
4444"r, reword <commit> = use commit, but edit the commit message\n"
4445"e, edit <commit> = use commit, but stop for amending\n"
4446"s, squash <commit> = use commit, but meld into previous commit\n"
4447"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
4448"x, exec <command> = run command (the rest of the line) using shell\n"
4449"b, break = stop here (continue rebase later with 'git rebase --continue')\n"
4450"d, drop <commit> = remove commit\n"
4451"l, label <label> = label current HEAD with a name\n"
4452"t, reset <label> = reset HEAD to a label\n"
4453"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
4454".       create a merge commit using the original merge commit's\n"
4455".       message (or the oneline, if no original merge commit was\n"
4456".       specified). Use -c <commit> to reword the commit message.\n"
4457"\n"
4458"These lines can be re-ordered; they are executed from top to bottom.\n"
4459msgstr ""
4460
4461#: rebase-interactive.c:56
4462#, c-format
4463msgid "Rebase %s onto %s (%d command)"
4464msgid_plural "Rebase %s onto %s (%d commands)"
4465msgstr[0] ""
4466msgstr[1] ""
4467
4468#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:173
4469msgid ""
4470"\n"
4471"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
4472msgstr ""
4473
4474#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:177
4475msgid ""
4476"\n"
4477"If you remove a line here THAT COMMIT WILL BE LOST.\n"
4478msgstr ""
4479
4480#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:816
4481msgid ""
4482"\n"
4483"You are editing the todo file of an ongoing interactive rebase.\n"
4484"To continue rebase after editing, run:\n"
4485"    git rebase --continue\n"
4486"\n"
4487msgstr ""
4488
4489#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:893
4490msgid ""
4491"\n"
4492"However, if you remove everything, the rebase will be aborted.\n"
4493"\n"
4494msgstr ""
4495
4496#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:900
4497msgid "Note that empty commits are commented out"
4498msgstr ""
4499
4500#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3339
4501#: sequencer.c:3365 sequencer.c:4996 builtin/fsck.c:356 builtin/rebase.c:235
4502#, c-format
4503msgid "could not write '%s'"
4504msgstr ""
4505
4506#: rebase-interactive.c:108
4507#, c-format
4508msgid "could not copy '%s' to '%s'."
4509msgstr ""
4510
4511#: rebase-interactive.c:173
4512#, c-format
4513msgid ""
4514"Warning: some commits may have been dropped accidentally.\n"
4515"Dropped commits (newer to older):\n"
4516msgstr ""
4517
4518#: rebase-interactive.c:180
4519#, c-format
4520msgid ""
4521"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4522"\n"
4523"Use 'git config rebase.missingCommitsCheck' to change the level of "
4524"warnings.\n"
4525"The possible behaviours are: ignore, warn, error.\n"
4526"\n"
4527msgstr ""
4528
4529#: refs.c:192
4530#, c-format
4531msgid "%s does not point to a valid object!"
4532msgstr ""
4533
4534#: refs.c:597
4535#, c-format
4536msgid "ignoring dangling symref %s"
4537msgstr ""
4538
4539#: refs.c:599 ref-filter.c:1982
4540#, c-format
4541msgid "ignoring broken ref %s"
4542msgstr ""
4543
4544#: refs.c:734
4545#, c-format
4546msgid "could not open '%s' for writing: %s"
4547msgstr ""
4548
4549#: refs.c:744 refs.c:795
4550#, c-format
4551msgid "could not read ref '%s'"
4552msgstr ""
4553
4554#: refs.c:750
4555#, c-format
4556msgid "ref '%s' already exists"
4557msgstr ""
4558
4559#: refs.c:755
4560#, c-format
4561msgid "unexpected object ID when writing '%s'"
4562msgstr ""
4563
4564#: refs.c:763 sequencer.c:400 sequencer.c:2679 sequencer.c:2805
4565#: sequencer.c:2819 sequencer.c:3076 sequencer.c:4913 wrapper.c:656
4566#, c-format
4567msgid "could not write to '%s'"
4568msgstr ""
4569
4570#: refs.c:790 wrapper.c:225 wrapper.c:395 builtin/am.c:715 builtin/rebase.c:993
4571#, c-format
4572msgid "could not open '%s' for writing"
4573msgstr ""
4574
4575#: refs.c:797
4576#, c-format
4577msgid "unexpected object ID when deleting '%s'"
4578msgstr ""
4579
4580#: refs.c:928
4581#, c-format
4582msgid "log for ref %s has gap after %s"
4583msgstr ""
4584
4585#: refs.c:934
4586#, c-format
4587msgid "log for ref %s unexpectedly ended on %s"
4588msgstr ""
4589
4590#: refs.c:993
4591#, c-format
4592msgid "log for %s is empty"
4593msgstr ""
4594
4595#: refs.c:1085
4596#, c-format
4597msgid "refusing to update ref with bad name '%s'"
4598msgstr ""
4599
4600#: refs.c:1161
4601#, c-format
4602msgid "update_ref failed for ref '%s': %s"
4603msgstr ""
4604
4605#: refs.c:1942
4606#, c-format
4607msgid "multiple updates for ref '%s' not allowed"
4608msgstr ""
4609
4610#: refs.c:1974
4611msgid "ref updates forbidden inside quarantine environment"
4612msgstr ""
4613
4614#: refs.c:2070 refs.c:2100
4615#, c-format
4616msgid "'%s' exists; cannot create '%s'"
4617msgstr ""
4618
4619#: refs.c:2076 refs.c:2111
4620#, c-format
4621msgid "cannot process '%s' and '%s' at the same time"
4622msgstr ""
4623
4624#: refs/files-backend.c:1234
4625#, c-format
4626msgid "could not remove reference %s"
4627msgstr ""
4628
4629#: refs/files-backend.c:1248 refs/packed-backend.c:1532
4630#: refs/packed-backend.c:1542
4631#, c-format
4632msgid "could not delete reference %s: %s"
4633msgstr ""
4634
4635#: refs/files-backend.c:1251 refs/packed-backend.c:1545
4636#, c-format
4637msgid "could not delete references: %s"
4638msgstr ""
4639
4640#: refspec.c:137
4641#, c-format
4642msgid "invalid refspec '%s'"
4643msgstr ""
4644
4645#: ref-filter.c:39 wt-status.c:1909
4646msgid "gone"
4647msgstr ""
4648
4649#: ref-filter.c:40
4650#, c-format
4651msgid "ahead %d"
4652msgstr ""
4653
4654#: ref-filter.c:41
4655#, c-format
4656msgid "behind %d"
4657msgstr ""
4658
4659#: ref-filter.c:42
4660#, c-format
4661msgid "ahead %d, behind %d"
4662msgstr ""
4663
4664#: ref-filter.c:138
4665#, c-format
4666msgid "expected format: %%(color:<color>)"
4667msgstr ""
4668
4669#: ref-filter.c:140
4670#, c-format
4671msgid "unrecognized color: %%(color:%s)"
4672msgstr ""
4673
4674#: ref-filter.c:162
4675#, c-format
4676msgid "Integer value expected refname:lstrip=%s"
4677msgstr ""
4678
4679#: ref-filter.c:166
4680#, c-format
4681msgid "Integer value expected refname:rstrip=%s"
4682msgstr ""
4683
4684#: ref-filter.c:168
4685#, c-format
4686msgid "unrecognized %%(%s) argument: %s"
4687msgstr ""
4688
4689#: ref-filter.c:223
4690#, c-format
4691msgid "%%(objecttype) does not take arguments"
4692msgstr ""
4693
4694#: ref-filter.c:245
4695#, c-format
4696msgid "unrecognized %%(objectsize) argument: %s"
4697msgstr ""
4698
4699#: ref-filter.c:253
4700#, c-format
4701msgid "%%(deltabase) does not take arguments"
4702msgstr ""
4703
4704#: ref-filter.c:265
4705#, c-format
4706msgid "%%(body) does not take arguments"
4707msgstr ""
4708
4709#: ref-filter.c:274
4710#, c-format
4711msgid "%%(subject) does not take arguments"
4712msgstr ""
4713
4714#: ref-filter.c:296
4715#, c-format
4716msgid "unknown %%(trailers) argument: %s"
4717msgstr ""
4718
4719#: ref-filter.c:325
4720#, c-format
4721msgid "positive value expected contents:lines=%s"
4722msgstr ""
4723
4724#: ref-filter.c:327
4725#, c-format
4726msgid "unrecognized %%(contents) argument: %s"
4727msgstr ""
4728
4729#: ref-filter.c:342
4730#, c-format
4731msgid "positive value expected objectname:short=%s"
4732msgstr ""
4733
4734#: ref-filter.c:346
4735#, c-format
4736msgid "unrecognized %%(objectname) argument: %s"
4737msgstr ""
4738
4739#: ref-filter.c:376
4740#, c-format
4741msgid "expected format: %%(align:<width>,<position>)"
4742msgstr ""
4743
4744#: ref-filter.c:388
4745#, c-format
4746msgid "unrecognized position:%s"
4747msgstr ""
4748
4749#: ref-filter.c:395
4750#, c-format
4751msgid "unrecognized width:%s"
4752msgstr ""
4753
4754#: ref-filter.c:404
4755#, c-format
4756msgid "unrecognized %%(align) argument: %s"
4757msgstr ""
4758
4759#: ref-filter.c:412
4760#, c-format
4761msgid "positive width expected with the %%(align) atom"
4762msgstr ""
4763
4764#: ref-filter.c:430
4765#, c-format
4766msgid "unrecognized %%(if) argument: %s"
4767msgstr ""
4768
4769#: ref-filter.c:531
4770#, c-format
4771msgid "malformed field name: %.*s"
4772msgstr ""
4773
4774#: ref-filter.c:558
4775#, c-format
4776msgid "unknown field name: %.*s"
4777msgstr ""
4778
4779#: ref-filter.c:562
4780#, c-format
4781msgid ""
4782"not a git repository, but the field '%.*s' requires access to object data"
4783msgstr ""
4784
4785#: ref-filter.c:686
4786#, c-format
4787msgid "format: %%(if) atom used without a %%(then) atom"
4788msgstr ""
4789
4790#: ref-filter.c:749
4791#, c-format
4792msgid "format: %%(then) atom used without an %%(if) atom"
4793msgstr ""
4794
4795#: ref-filter.c:751
4796#, c-format
4797msgid "format: %%(then) atom used more than once"
4798msgstr ""
4799
4800#: ref-filter.c:753
4801#, c-format
4802msgid "format: %%(then) atom used after %%(else)"
4803msgstr ""
4804
4805#: ref-filter.c:781
4806#, c-format
4807msgid "format: %%(else) atom used without an %%(if) atom"
4808msgstr ""
4809
4810#: ref-filter.c:783
4811#, c-format
4812msgid "format: %%(else) atom used without a %%(then) atom"
4813msgstr ""
4814
4815#: ref-filter.c:785
4816#, c-format
4817msgid "format: %%(else) atom used more than once"
4818msgstr ""
4819
4820#: ref-filter.c:800
4821#, c-format
4822msgid "format: %%(end) atom used without corresponding atom"
4823msgstr ""
4824
4825#: ref-filter.c:857
4826#, c-format
4827msgid "malformed format string %s"
4828msgstr ""
4829
4830#: ref-filter.c:1453
4831#, c-format
4832msgid "(no branch, rebasing %s)"
4833msgstr ""
4834
4835#: ref-filter.c:1456
4836#, c-format
4837msgid "(no branch, rebasing detached HEAD %s)"
4838msgstr ""
4839
4840#: ref-filter.c:1459
4841#, c-format
4842msgid "(no branch, bisect started on %s)"
4843msgstr ""
4844
4845#. TRANSLATORS: make sure this matches "HEAD
4846#. detached at " in wt-status.c
4847#.
4848#: ref-filter.c:1467
4849#, c-format
4850msgid "(HEAD detached at %s)"
4851msgstr ""
4852
4853#. TRANSLATORS: make sure this matches "HEAD
4854#. detached from " in wt-status.c
4855#.
4856#: ref-filter.c:1474
4857#, c-format
4858msgid "(HEAD detached from %s)"
4859msgstr ""
4860
4861#: ref-filter.c:1478
4862msgid "(no branch)"
4863msgstr ""
4864
4865#: ref-filter.c:1512 ref-filter.c:1669
4866#, c-format
4867msgid "missing object %s for %s"
4868msgstr ""
4869
4870#: ref-filter.c:1522
4871#, c-format
4872msgid "parse_object_buffer failed on %s for %s"
4873msgstr ""
4874
4875#: ref-filter.c:1888
4876#, c-format
4877msgid "malformed object at '%s'"
4878msgstr ""
4879
4880#: ref-filter.c:1977
4881#, c-format
4882msgid "ignoring ref with broken name %s"
4883msgstr ""
4884
4885#: ref-filter.c:2263
4886#, c-format
4887msgid "format: %%(end) atom missing"
4888msgstr ""
4889
4890#: ref-filter.c:2363
4891#, c-format
4892msgid "option `%s' is incompatible with --merged"
4893msgstr ""
4894
4895#: ref-filter.c:2366
4896#, c-format
4897msgid "option `%s' is incompatible with --no-merged"
4898msgstr ""
4899
4900#: ref-filter.c:2376
4901#, c-format
4902msgid "malformed object name %s"
4903msgstr ""
4904
4905#: ref-filter.c:2381
4906#, c-format
4907msgid "option `%s' must point to a commit"
4908msgstr ""
4909
4910#: remote.c:363
4911#, c-format
4912msgid "config remote shorthand cannot begin with '/': %s"
4913msgstr ""
4914
4915#: remote.c:410
4916msgid "more than one receivepack given, using the first"
4917msgstr ""
4918
4919#: remote.c:418
4920msgid "more than one uploadpack given, using the first"
4921msgstr ""
4922
4923#: remote.c:608
4924#, c-format
4925msgid "Cannot fetch both %s and %s to %s"
4926msgstr ""
4927
4928#: remote.c:612
4929#, c-format
4930msgid "%s usually tracks %s, not %s"
4931msgstr ""
4932
4933#: remote.c:616
4934#, c-format
4935msgid "%s tracks both %s and %s"
4936msgstr ""
4937
4938#: remote.c:684
4939#, c-format
4940msgid "key '%s' of pattern had no '*'"
4941msgstr ""
4942
4943#: remote.c:694
4944#, c-format
4945msgid "value '%s' of pattern has no '*'"
4946msgstr ""
4947
4948#: remote.c:1000
4949#, c-format
4950msgid "src refspec %s does not match any"
4951msgstr ""
4952
4953#: remote.c:1005
4954#, c-format
4955msgid "src refspec %s matches more than one"
4956msgstr ""
4957
4958#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
4959#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
4960#. the <src>.
4961#.
4962#: remote.c:1020
4963#, c-format
4964msgid ""
4965"The destination you provided is not a full refname (i.e.,\n"
4966"starting with \"refs/\"). We tried to guess what you meant by:\n"
4967"\n"
4968"- Looking for a ref that matches '%s' on the remote side.\n"
4969"- Checking if the <src> being pushed ('%s')\n"
4970"  is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
4971"  refs/{heads,tags}/ prefix on the remote side.\n"
4972"\n"
4973"Neither worked, so we gave up. You must fully qualify the ref."
4974msgstr ""
4975
4976#: remote.c:1040
4977#, c-format
4978msgid ""
4979"The <src> part of the refspec is a commit object.\n"
4980"Did you mean to create a new branch by pushing to\n"
4981"'%s:refs/heads/%s'?"
4982msgstr ""
4983
4984#: remote.c:1045
4985#, c-format
4986msgid ""
4987"The <src> part of the refspec is a tag object.\n"
4988"Did you mean to create a new tag by pushing to\n"
4989"'%s:refs/tags/%s'?"
4990msgstr ""
4991
4992#: remote.c:1050
4993#, c-format
4994msgid ""
4995"The <src> part of the refspec is a tree object.\n"
4996"Did you mean to tag a new tree by pushing to\n"
4997"'%s:refs/tags/%s'?"
4998msgstr ""
4999
5000#: remote.c:1055
5001#, c-format
5002msgid ""
5003"The <src> part of the refspec is a blob object.\n"
5004"Did you mean to tag a new blob by pushing to\n"
5005"'%s:refs/tags/%s'?"
5006msgstr ""
5007
5008#: remote.c:1091
5009#, c-format
5010msgid "%s cannot be resolved to branch"
5011msgstr ""
5012
5013#: remote.c:1102
5014#, c-format
5015msgid "unable to delete '%s': remote ref does not exist"
5016msgstr ""
5017
5018#: remote.c:1114
5019#, c-format
5020msgid "dst refspec %s matches more than one"
5021msgstr ""
5022
5023#: remote.c:1121
5024#, c-format
5025msgid "dst ref %s receives from more than one src"
5026msgstr ""
5027
5028#: remote.c:1624 remote.c:1725
5029msgid "HEAD does not point to a branch"
5030msgstr ""
5031
5032#: remote.c:1633
5033#, c-format
5034msgid "no such branch: '%s'"
5035msgstr ""
5036
5037#: remote.c:1636
5038#, c-format
5039msgid "no upstream configured for branch '%s'"
5040msgstr ""
5041
5042#: remote.c:1642
5043#, c-format
5044msgid "upstream branch '%s' not stored as a remote-tracking branch"
5045msgstr ""
5046
5047#: remote.c:1657
5048#, c-format
5049msgid "push destination '%s' on remote '%s' has no local tracking branch"
5050msgstr ""
5051
5052#: remote.c:1669
5053#, c-format
5054msgid "branch '%s' has no remote for pushing"
5055msgstr ""
5056
5057#: remote.c:1679
5058#, c-format
5059msgid "push refspecs for '%s' do not include '%s'"
5060msgstr ""
5061
5062#: remote.c:1692
5063msgid "push has no destination (push.default is 'nothing')"
5064msgstr ""
5065
5066#: remote.c:1714
5067msgid "cannot resolve 'simple' push to a single destination"
5068msgstr ""
5069
5070#: remote.c:1840
5071#, c-format
5072msgid "couldn't find remote ref %s"
5073msgstr ""
5074
5075#: remote.c:1853
5076#, c-format
5077msgid "* Ignoring funny ref '%s' locally"
5078msgstr ""
5079
5080#: remote.c:2016
5081#, c-format
5082msgid "Your branch is based on '%s', but the upstream is gone.\n"
5083msgstr ""
5084
5085#: remote.c:2020
5086msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
5087msgstr ""
5088
5089#: remote.c:2023
5090#, c-format
5091msgid "Your branch is up to date with '%s'.\n"
5092msgstr ""
5093
5094#: remote.c:2027
5095#, c-format
5096msgid "Your branch and '%s' refer to different commits.\n"
5097msgstr ""
5098
5099#: remote.c:2030
5100#, c-format
5101msgid "  (use \"%s\" for details)\n"
5102msgstr ""
5103
5104#: remote.c:2034
5105#, c-format
5106msgid "Your branch is ahead of '%s' by %d commit.\n"
5107msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
5108msgstr[0] ""
5109msgstr[1] ""
5110
5111#: remote.c:2040
5112msgid "  (use \"git push\" to publish your local commits)\n"
5113msgstr ""
5114
5115#: remote.c:2043
5116#, c-format
5117msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5118msgid_plural ""
5119"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5120msgstr[0] ""
5121msgstr[1] ""
5122
5123#: remote.c:2051
5124msgid "  (use \"git pull\" to update your local branch)\n"
5125msgstr ""
5126
5127#: remote.c:2054
5128#, c-format
5129msgid ""
5130"Your branch and '%s' have diverged,\n"
5131"and have %d and %d different commit each, respectively.\n"
5132msgid_plural ""
5133"Your branch and '%s' have diverged,\n"
5134"and have %d and %d different commits each, respectively.\n"
5135msgstr[0] ""
5136msgstr[1] ""
5137
5138#: remote.c:2064
5139msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
5140msgstr ""
5141
5142#: remote.c:2247
5143#, c-format
5144msgid "cannot parse expected object name '%s'"
5145msgstr ""
5146
5147#: replace-object.c:21
5148#, c-format
5149msgid "bad replace ref name: %s"
5150msgstr ""
5151
5152#: replace-object.c:30
5153#, c-format
5154msgid "duplicate replace ref: %s"
5155msgstr ""
5156
5157#: replace-object.c:73
5158#, c-format
5159msgid "replace depth too high for object %s"
5160msgstr ""
5161
5162#: rerere.c:217 rerere.c:226 rerere.c:229
5163msgid "corrupt MERGE_RR"
5164msgstr ""
5165
5166#: rerere.c:264 rerere.c:269
5167msgid "unable to write rerere record"
5168msgstr ""
5169
5170#: rerere.c:495
5171#, c-format
5172msgid "there were errors while writing '%s' (%s)"
5173msgstr ""
5174
5175#: rerere.c:498
5176#, c-format
5177msgid "failed to flush '%s'"
5178msgstr ""
5179
5180#: rerere.c:503 rerere.c:1039
5181#, c-format
5182msgid "could not parse conflict hunks in '%s'"
5183msgstr ""
5184
5185#: rerere.c:684
5186#, c-format
5187msgid "failed utime() on '%s'"
5188msgstr ""
5189
5190#: rerere.c:694
5191#, c-format
5192msgid "writing '%s' failed"
5193msgstr ""
5194
5195#: rerere.c:714
5196#, c-format
5197msgid "Staged '%s' using previous resolution."
5198msgstr ""
5199
5200#: rerere.c:753
5201#, c-format
5202msgid "Recorded resolution for '%s'."
5203msgstr ""
5204
5205#: rerere.c:788
5206#, c-format
5207msgid "Resolved '%s' using previous resolution."
5208msgstr ""
5209
5210#: rerere.c:803
5211#, c-format
5212msgid "cannot unlink stray '%s'"
5213msgstr ""
5214
5215#: rerere.c:807
5216#, c-format
5217msgid "Recorded preimage for '%s'"
5218msgstr ""
5219
5220#: rerere.c:881 submodule.c:2024 builtin/log.c:1750
5221#: builtin/submodule--helper.c:1417 builtin/submodule--helper.c:1427
5222#, c-format
5223msgid "could not create directory '%s'"
5224msgstr ""
5225
5226#: rerere.c:1057
5227#, c-format
5228msgid "failed to update conflicted state in '%s'"
5229msgstr ""
5230
5231#: rerere.c:1068 rerere.c:1075
5232#, c-format
5233msgid "no remembered resolution for '%s'"
5234msgstr ""
5235
5236#: rerere.c:1077
5237#, c-format
5238msgid "cannot unlink '%s'"
5239msgstr ""
5240
5241#: rerere.c:1087
5242#, c-format
5243msgid "Updated preimage for '%s'"
5244msgstr ""
5245
5246#: rerere.c:1096
5247#, c-format
5248msgid "Forgot resolution for '%s'\n"
5249msgstr ""
5250
5251#: rerere.c:1199
5252msgid "unable to open rr-cache directory"
5253msgstr ""
5254
5255#: revision.c:2476
5256msgid "your current branch appears to be broken"
5257msgstr ""
5258
5259#: revision.c:2479
5260#, c-format
5261msgid "your current branch '%s' does not have any commits yet"
5262msgstr ""
5263
5264#: revision.c:2679
5265msgid "--first-parent is incompatible with --bisect"
5266msgstr ""
5267
5268#: revision.c:2683
5269msgid "-L does not yet support diff formats besides -p and -s"
5270msgstr ""
5271
5272#: run-command.c:763
5273msgid "open /dev/null failed"
5274msgstr ""
5275
5276#: run-command.c:1269
5277#, c-format
5278msgid "cannot create async thread: %s"
5279msgstr ""
5280
5281#: run-command.c:1333
5282#, c-format
5283msgid ""
5284"The '%s' hook was ignored because it's not set as executable.\n"
5285"You can disable this warning with `git config advice.ignoredHook false`."
5286msgstr ""
5287
5288#: send-pack.c:141
5289msgid "unexpected flush packet while reading remote unpack status"
5290msgstr ""
5291
5292#: send-pack.c:143
5293#, c-format
5294msgid "unable to parse remote unpack status: %s"
5295msgstr ""
5296
5297#: send-pack.c:145
5298#, c-format
5299msgid "remote unpack failed: %s"
5300msgstr ""
5301
5302#: send-pack.c:306
5303msgid "failed to sign the push certificate"
5304msgstr ""
5305
5306#: send-pack.c:420
5307msgid "the receiving end does not support --signed push"
5308msgstr ""
5309
5310#: send-pack.c:422
5311msgid ""
5312"not sending a push certificate since the receiving end does not support --"
5313"signed push"
5314msgstr ""
5315
5316#: send-pack.c:434
5317msgid "the receiving end does not support --atomic push"
5318msgstr ""
5319
5320#: send-pack.c:439
5321msgid "the receiving end does not support push options"
5322msgstr ""
5323
5324#: sequencer.c:187
5325#, c-format
5326msgid "invalid commit message cleanup mode '%s'"
5327msgstr ""
5328
5329#: sequencer.c:292
5330#, c-format
5331msgid "could not delete '%s'"
5332msgstr ""
5333
5334#: sequencer.c:318
5335msgid "revert"
5336msgstr ""
5337
5338#: sequencer.c:320
5339msgid "cherry-pick"
5340msgstr ""
5341
5342#: sequencer.c:322
5343msgid "rebase -i"
5344msgstr ""
5345
5346#: sequencer.c:324
5347#, c-format
5348msgid "unknown action: %d"
5349msgstr ""
5350
5351#: sequencer.c:382
5352msgid ""
5353"after resolving the conflicts, mark the corrected paths\n"
5354"with 'git add <paths>' or 'git rm <paths>'"
5355msgstr ""
5356
5357#: sequencer.c:385
5358msgid ""
5359"after resolving the conflicts, mark the corrected paths\n"
5360"with 'git add <paths>' or 'git rm <paths>'\n"
5361"and commit the result with 'git commit'"
5362msgstr ""
5363
5364#: sequencer.c:398 sequencer.c:2801
5365#, c-format
5366msgid "could not lock '%s'"
5367msgstr ""
5368
5369#: sequencer.c:405
5370#, c-format
5371msgid "could not write eol to '%s'"
5372msgstr ""
5373
5374#: sequencer.c:410 sequencer.c:2684 sequencer.c:2807 sequencer.c:2821
5375#: sequencer.c:3084
5376#, c-format
5377msgid "failed to finalize '%s'"
5378msgstr ""
5379
5380#: sequencer.c:433 sequencer.c:978 sequencer.c:1652 sequencer.c:2704
5381#: sequencer.c:3066 sequencer.c:3175 builtin/am.c:245 builtin/commit.c:760
5382#: builtin/merge.c:1115 builtin/rebase.c:567
5383#, c-format
5384msgid "could not read '%s'"
5385msgstr ""
5386
5387#: sequencer.c:459
5388#, c-format
5389msgid "your local changes would be overwritten by %s."
5390msgstr ""
5391
5392#: sequencer.c:463
5393msgid "commit your changes or stash them to proceed."
5394msgstr ""
5395
5396#: sequencer.c:495
5397#, c-format
5398msgid "%s: fast-forward"
5399msgstr ""
5400
5401#: sequencer.c:534 builtin/tag.c:555
5402#, c-format
5403msgid "Invalid cleanup mode %s"
5404msgstr ""
5405
5406#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5407#. "rebase -i".
5408#.
5409#: sequencer.c:629
5410#, c-format
5411msgid "%s: Unable to write new index file"
5412msgstr ""
5413
5414#: sequencer.c:646
5415msgid "unable to update cache tree"
5416msgstr ""
5417
5418#: sequencer.c:660
5419msgid "could not resolve HEAD commit"
5420msgstr ""
5421
5422#: sequencer.c:740
5423#, c-format
5424msgid "no key present in '%.*s'"
5425msgstr ""
5426
5427#: sequencer.c:751
5428#, c-format
5429msgid "unable to dequote value of '%s'"
5430msgstr ""
5431
5432#: sequencer.c:788 wrapper.c:227 wrapper.c:397 builtin/am.c:706
5433#: builtin/am.c:798 builtin/merge.c:1112 builtin/rebase.c:1035
5434#, c-format
5435msgid "could not open '%s' for reading"
5436msgstr ""
5437
5438#: sequencer.c:798
5439msgid "'GIT_AUTHOR_NAME' already given"
5440msgstr ""
5441
5442#: sequencer.c:803
5443msgid "'GIT_AUTHOR_EMAIL' already given"
5444msgstr ""
5445
5446#: sequencer.c:808
5447msgid "'GIT_AUTHOR_DATE' already given"
5448msgstr ""
5449
5450#: sequencer.c:812
5451#, c-format
5452msgid "unknown variable '%s'"
5453msgstr ""
5454
5455#: sequencer.c:817
5456msgid "missing 'GIT_AUTHOR_NAME'"
5457msgstr ""
5458
5459#: sequencer.c:819
5460msgid "missing 'GIT_AUTHOR_EMAIL'"
5461msgstr ""
5462
5463#: sequencer.c:821
5464msgid "missing 'GIT_AUTHOR_DATE'"
5465msgstr ""
5466
5467#: sequencer.c:881
5468#, c-format
5469msgid "invalid date format '%s' in '%s'"
5470msgstr ""
5471
5472#: sequencer.c:898
5473#, c-format
5474msgid ""
5475"you have staged changes in your working tree\n"
5476"If these changes are meant to be squashed into the previous commit, run:\n"
5477"\n"
5478"  git commit --amend %s\n"
5479"\n"
5480"If they are meant to go into a new commit, run:\n"
5481"\n"
5482"  git commit %s\n"
5483"\n"
5484"In both cases, once you're done, continue with:\n"
5485"\n"
5486"  git rebase --continue\n"
5487msgstr ""
5488
5489#: sequencer.c:992
5490msgid "writing root commit"
5491msgstr ""
5492
5493#: sequencer.c:1213
5494msgid "'prepare-commit-msg' hook failed"
5495msgstr ""
5496
5497#: sequencer.c:1220
5498msgid ""
5499"Your name and email address were configured automatically based\n"
5500"on your username and hostname. Please check that they are accurate.\n"
5501"You can suppress this message by setting them explicitly. Run the\n"
5502"following command and follow the instructions in your editor to edit\n"
5503"your configuration file:\n"
5504"\n"
5505"    git config --global --edit\n"
5506"\n"
5507"After doing this, you may fix the identity used for this commit with:\n"
5508"\n"
5509"    git commit --amend --reset-author\n"
5510msgstr ""
5511
5512#: sequencer.c:1233
5513msgid ""
5514"Your name and email address were configured automatically based\n"
5515"on your username and hostname. Please check that they are accurate.\n"
5516"You can suppress this message by setting them explicitly:\n"
5517"\n"
5518"    git config --global user.name \"Your Name\"\n"
5519"    git config --global user.email you@example.com\n"
5520"\n"
5521"After doing this, you may fix the identity used for this commit with:\n"
5522"\n"
5523"    git commit --amend --reset-author\n"
5524msgstr ""
5525
5526#: sequencer.c:1275
5527msgid "couldn't look up newly created commit"
5528msgstr ""
5529
5530#: sequencer.c:1277
5531msgid "could not parse newly created commit"
5532msgstr ""
5533
5534#: sequencer.c:1323
5535msgid "unable to resolve HEAD after creating commit"
5536msgstr ""
5537
5538#: sequencer.c:1325
5539msgid "detached HEAD"
5540msgstr ""
5541
5542#: sequencer.c:1329
5543msgid " (root-commit)"
5544msgstr ""
5545
5546#: sequencer.c:1350
5547msgid "could not parse HEAD"
5548msgstr ""
5549
5550#: sequencer.c:1352
5551#, c-format
5552msgid "HEAD %s is not a commit!"
5553msgstr ""
5554
5555#: sequencer.c:1356 builtin/commit.c:1551
5556msgid "could not parse HEAD commit"
5557msgstr ""
5558
5559#: sequencer.c:1408 sequencer.c:2001
5560msgid "unable to parse commit author"
5561msgstr ""
5562
5563#: sequencer.c:1418 builtin/am.c:1572 builtin/merge.c:688
5564msgid "git write-tree failed to write a tree"
5565msgstr ""
5566
5567#: sequencer.c:1435 sequencer.c:1496
5568#, c-format
5569msgid "unable to read commit message from '%s'"
5570msgstr ""
5571
5572#: sequencer.c:1462 builtin/am.c:1594 builtin/commit.c:1650 builtin/merge.c:882
5573#: builtin/merge.c:906
5574msgid "failed to write commit object"
5575msgstr ""
5576
5577#: sequencer.c:1523
5578#, c-format
5579msgid "could not parse commit %s"
5580msgstr ""
5581
5582#: sequencer.c:1528
5583#, c-format
5584msgid "could not parse parent commit %s"
5585msgstr ""
5586
5587#: sequencer.c:1602 sequencer.c:1712
5588#, c-format
5589msgid "unknown command: %d"
5590msgstr ""
5591
5592#: sequencer.c:1659 sequencer.c:1684
5593#, c-format
5594msgid "This is a combination of %d commits."
5595msgstr ""
5596
5597#: sequencer.c:1669
5598msgid "need a HEAD to fixup"
5599msgstr ""
5600
5601#: sequencer.c:1671 sequencer.c:3111
5602msgid "could not read HEAD"
5603msgstr ""
5604
5605#: sequencer.c:1673
5606msgid "could not read HEAD's commit message"
5607msgstr ""
5608
5609#: sequencer.c:1679
5610#, c-format
5611msgid "cannot write '%s'"
5612msgstr ""
5613
5614#: sequencer.c:1686 git-rebase--preserve-merges.sh:441
5615msgid "This is the 1st commit message:"
5616msgstr ""
5617
5618#: sequencer.c:1694
5619#, c-format
5620msgid "could not read commit message of %s"
5621msgstr ""
5622
5623#: sequencer.c:1701
5624#, c-format
5625msgid "This is the commit message #%d:"
5626msgstr ""
5627
5628#: sequencer.c:1707
5629#, c-format
5630msgid "The commit message #%d will be skipped:"
5631msgstr ""
5632
5633#: sequencer.c:1795
5634msgid "your index file is unmerged."
5635msgstr ""
5636
5637#: sequencer.c:1802
5638msgid "cannot fixup root commit"
5639msgstr ""
5640
5641#: sequencer.c:1821
5642#, c-format
5643msgid "commit %s is a merge but no -m option was given."
5644msgstr ""
5645
5646#: sequencer.c:1829 sequencer.c:1837
5647#, c-format
5648msgid "commit %s does not have parent %d"
5649msgstr ""
5650
5651#: sequencer.c:1843
5652#, c-format
5653msgid "cannot get commit message for %s"
5654msgstr ""
5655
5656#. TRANSLATORS: The first %s will be a "todo" command like
5657#. "revert" or "pick", the second %s a SHA1.
5658#: sequencer.c:1862
5659#, c-format
5660msgid "%s: cannot parse parent commit %s"
5661msgstr ""
5662
5663#: sequencer.c:1927
5664#, c-format
5665msgid "could not rename '%s' to '%s'"
5666msgstr ""
5667
5668#: sequencer.c:1982
5669#, c-format
5670msgid "could not revert %s... %s"
5671msgstr ""
5672
5673#: sequencer.c:1983
5674#, c-format
5675msgid "could not apply %s... %s"
5676msgstr ""
5677
5678#: sequencer.c:2042
5679#, c-format
5680msgid "git %s: failed to read the index"
5681msgstr ""
5682
5683#: sequencer.c:2049
5684#, c-format
5685msgid "git %s: failed to refresh the index"
5686msgstr ""
5687
5688#: sequencer.c:2118
5689#, c-format
5690msgid "%s does not accept arguments: '%s'"
5691msgstr ""
5692
5693#: sequencer.c:2127
5694#, c-format
5695msgid "missing arguments for %s"
5696msgstr ""
5697
5698#: sequencer.c:2164
5699#, c-format
5700msgid "could not parse '%.*s'"
5701msgstr ""
5702
5703#: sequencer.c:2226
5704#, c-format
5705msgid "invalid line %d: %.*s"
5706msgstr ""
5707
5708#: sequencer.c:2237
5709#, c-format
5710msgid "cannot '%s' without a previous commit"
5711msgstr ""
5712
5713#: sequencer.c:2285 builtin/rebase.c:153 builtin/rebase.c:178
5714#: builtin/rebase.c:204 builtin/rebase.c:229
5715#, c-format
5716msgid "could not read '%s'."
5717msgstr ""
5718
5719#: sequencer.c:2360
5720msgid "please fix this using 'git rebase --edit-todo'."
5721msgstr ""
5722
5723#: sequencer.c:2362
5724#, c-format
5725msgid "unusable instruction sheet: '%s'"
5726msgstr ""
5727
5728#: sequencer.c:2367
5729msgid "no commits parsed."
5730msgstr ""
5731
5732#: sequencer.c:2378
5733msgid "cannot cherry-pick during a revert."
5734msgstr ""
5735
5736#: sequencer.c:2380
5737msgid "cannot revert during a cherry-pick."
5738msgstr ""
5739
5740#: sequencer.c:2462
5741#, c-format
5742msgid "invalid value for %s: %s"
5743msgstr ""
5744
5745#: sequencer.c:2549
5746msgid "unusable squash-onto"
5747msgstr ""
5748
5749#: sequencer.c:2565
5750#, c-format
5751msgid "malformed options sheet: '%s'"
5752msgstr ""
5753
5754#: sequencer.c:2648 sequencer.c:4227
5755msgid "empty commit set passed"
5756msgstr ""
5757
5758#: sequencer.c:2656
5759msgid "a cherry-pick or revert is already in progress"
5760msgstr ""
5761
5762#: sequencer.c:2657
5763msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5764msgstr ""
5765
5766#: sequencer.c:2660
5767#, c-format
5768msgid "could not create sequencer directory '%s'"
5769msgstr ""
5770
5771#: sequencer.c:2674
5772msgid "could not lock HEAD"
5773msgstr ""
5774
5775#: sequencer.c:2729 sequencer.c:3979
5776msgid "no cherry-pick or revert in progress"
5777msgstr ""
5778
5779#: sequencer.c:2731
5780msgid "cannot resolve HEAD"
5781msgstr ""
5782
5783#: sequencer.c:2733 sequencer.c:2768
5784msgid "cannot abort from a branch yet to be born"
5785msgstr ""
5786
5787#: sequencer.c:2754 builtin/grep.c:732
5788#, c-format
5789msgid "cannot open '%s'"
5790msgstr ""
5791
5792#: sequencer.c:2756
5793#, c-format
5794msgid "cannot read '%s': %s"
5795msgstr ""
5796
5797#: sequencer.c:2757
5798msgid "unexpected end of file"
5799msgstr ""
5800
5801#: sequencer.c:2763
5802#, c-format
5803msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5804msgstr ""
5805
5806#: sequencer.c:2774
5807msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5808msgstr ""
5809
5810#: sequencer.c:2903 sequencer.c:3894
5811#, c-format
5812msgid "could not update %s"
5813msgstr ""
5814
5815#: sequencer.c:2941 sequencer.c:3874
5816msgid "cannot read HEAD"
5817msgstr ""
5818
5819#: sequencer.c:2958
5820#, c-format
5821msgid "unable to copy '%s' to '%s'"
5822msgstr ""
5823
5824#: sequencer.c:2966
5825#, c-format
5826msgid ""
5827"You can amend the commit now, with\n"
5828"\n"
5829"  git commit --amend %s\n"
5830"\n"
5831"Once you are satisfied with your changes, run\n"
5832"\n"
5833"  git rebase --continue\n"
5834msgstr ""
5835
5836#: sequencer.c:2976
5837#, c-format
5838msgid "Could not apply %s... %.*s"
5839msgstr ""
5840
5841#: sequencer.c:2983
5842#, c-format
5843msgid "Could not merge %.*s"
5844msgstr ""
5845
5846#: sequencer.c:2997 sequencer.c:3001 builtin/difftool.c:633
5847#, c-format
5848msgid "could not copy '%s' to '%s'"
5849msgstr ""
5850
5851#: sequencer.c:3023 sequencer.c:3446 builtin/rebase.c:839 builtin/rebase.c:1580
5852#: builtin/rebase.c:1940 builtin/rebase.c:1995
5853msgid "could not read index"
5854msgstr ""
5855
5856#: sequencer.c:3028
5857#, c-format
5858msgid ""
5859"execution failed: %s\n"
5860"%sYou can fix the problem, and then run\n"
5861"\n"
5862"  git rebase --continue\n"
5863"\n"
5864msgstr ""
5865
5866#: sequencer.c:3034
5867msgid "and made changes to the index and/or the working tree\n"
5868msgstr ""
5869
5870#: sequencer.c:3040
5871#, c-format
5872msgid ""
5873"execution succeeded: %s\n"
5874"but left changes to the index and/or the working tree\n"
5875"Commit or stash your changes, and then run\n"
5876"\n"
5877"  git rebase --continue\n"
5878"\n"
5879msgstr ""
5880
5881#: sequencer.c:3101
5882#, c-format
5883msgid "illegal label name: '%.*s'"
5884msgstr ""
5885
5886#: sequencer.c:3155
5887msgid "writing fake root commit"
5888msgstr ""
5889
5890#: sequencer.c:3160
5891msgid "writing squash-onto"
5892msgstr ""
5893
5894#: sequencer.c:3198 builtin/rebase.c:844 builtin/rebase.c:850
5895#, c-format
5896msgid "failed to find tree of %s"
5897msgstr ""
5898
5899#: sequencer.c:3216 builtin/rebase.c:863
5900msgid "could not write index"
5901msgstr ""
5902
5903#: sequencer.c:3243
5904#, c-format
5905msgid "could not resolve '%s'"
5906msgstr ""
5907
5908#: sequencer.c:3271
5909msgid "cannot merge without a current revision"
5910msgstr ""
5911
5912#: sequencer.c:3293
5913#, c-format
5914msgid "unable to parse '%.*s'"
5915msgstr ""
5916
5917#: sequencer.c:3302
5918#, c-format
5919msgid "nothing to merge: '%.*s'"
5920msgstr ""
5921
5922#: sequencer.c:3314
5923msgid "octopus merge cannot be executed on top of a [new root]"
5924msgstr ""
5925
5926#: sequencer.c:3329
5927#, c-format
5928msgid "could not get commit message of '%s'"
5929msgstr ""
5930
5931#: sequencer.c:3478
5932#, c-format
5933msgid "could not even attempt to merge '%.*s'"
5934msgstr ""
5935
5936#: sequencer.c:3494
5937msgid "merge: Unable to write new index file"
5938msgstr ""
5939
5940#: sequencer.c:3562 builtin/rebase.c:711
5941#, c-format
5942msgid "Applied autostash.\n"
5943msgstr ""
5944
5945#: sequencer.c:3574
5946#, c-format
5947msgid "cannot store %s"
5948msgstr ""
5949
5950#: sequencer.c:3577 builtin/rebase.c:727
5951#, c-format
5952msgid ""
5953"Applying autostash resulted in conflicts.\n"
5954"Your changes are safe in the stash.\n"
5955"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
5956msgstr ""
5957
5958#: sequencer.c:3638
5959#, c-format
5960msgid "could not checkout %s"
5961msgstr ""
5962
5963#: sequencer.c:3652
5964#, c-format
5965msgid "%s: not a valid OID"
5966msgstr ""
5967
5968#: sequencer.c:3657 git-rebase--preserve-merges.sh:724
5969msgid "could not detach HEAD"
5970msgstr ""
5971
5972#: sequencer.c:3672
5973#, c-format
5974msgid "Stopped at HEAD\n"
5975msgstr ""
5976
5977#: sequencer.c:3674
5978#, c-format
5979msgid "Stopped at %s\n"
5980msgstr ""
5981
5982#: sequencer.c:3682
5983#, c-format
5984msgid ""
5985"Could not execute the todo command\n"
5986"\n"
5987"    %.*s\n"
5988"It has been rescheduled; To edit the command before continuing, please\n"
5989"edit the todo list first:\n"
5990"\n"
5991"    git rebase --edit-todo\n"
5992"    git rebase --continue\n"
5993msgstr ""
5994
5995#: sequencer.c:3759
5996#, c-format
5997msgid "Stopped at %s...  %.*s\n"
5998msgstr ""
5999
6000#: sequencer.c:3837
6001#, c-format
6002msgid "unknown command %d"
6003msgstr ""
6004
6005#: sequencer.c:3882
6006msgid "could not read orig-head"
6007msgstr ""
6008
6009#: sequencer.c:3887
6010msgid "could not read 'onto'"
6011msgstr ""
6012
6013#: sequencer.c:3901
6014#, c-format
6015msgid "could not update HEAD to %s"
6016msgstr ""
6017
6018#: sequencer.c:3991
6019msgid "cannot rebase: You have unstaged changes."
6020msgstr ""
6021
6022#: sequencer.c:4000
6023msgid "cannot amend non-existing commit"
6024msgstr ""
6025
6026#: sequencer.c:4002
6027#, c-format
6028msgid "invalid file: '%s'"
6029msgstr ""
6030
6031#: sequencer.c:4004
6032#, c-format
6033msgid "invalid contents: '%s'"
6034msgstr ""
6035
6036#: sequencer.c:4007
6037msgid ""
6038"\n"
6039"You have uncommitted changes in your working tree. Please, commit them\n"
6040"first and then run 'git rebase --continue' again."
6041msgstr ""
6042
6043#: sequencer.c:4043 sequencer.c:4081
6044#, c-format
6045msgid "could not write file: '%s'"
6046msgstr ""
6047
6048#: sequencer.c:4096
6049msgid "could not remove CHERRY_PICK_HEAD"
6050msgstr ""
6051
6052#: sequencer.c:4103
6053msgid "could not commit staged changes."
6054msgstr ""
6055
6056#: sequencer.c:4204
6057#, c-format
6058msgid "%s: can't cherry-pick a %s"
6059msgstr ""
6060
6061#: sequencer.c:4208
6062#, c-format
6063msgid "%s: bad revision"
6064msgstr ""
6065
6066#: sequencer.c:4243
6067msgid "can't revert as initial commit"
6068msgstr ""
6069
6070#: sequencer.c:4686
6071msgid "make_script: unhandled options"
6072msgstr ""
6073
6074#: sequencer.c:4689
6075msgid "make_script: error preparing revisions"
6076msgstr ""
6077
6078#: sequencer.c:4847
6079msgid ""
6080"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
6081"continue'.\n"
6082"Or you can abort the rebase with 'git rebase --abort'.\n"
6083msgstr ""
6084
6085#: sequencer.c:4959 sequencer.c:4976
6086msgid "nothing to do"
6087msgstr ""
6088
6089#: sequencer.c:4990
6090msgid "could not skip unnecessary pick commands"
6091msgstr ""
6092
6093#: sequencer.c:5073
6094msgid "the script was already rearranged."
6095msgstr ""
6096
6097#: setup.c:123
6098#, c-format
6099msgid "'%s' is outside repository"
6100msgstr ""
6101
6102#: setup.c:173
6103#, c-format
6104msgid ""
6105"%s: no such path in the working tree.\n"
6106"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
6107msgstr ""
6108
6109#: setup.c:186
6110#, c-format
6111msgid ""
6112"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
6113"Use '--' to separate paths from revisions, like this:\n"
6114"'git <command> [<revision>...] -- [<file>...]'"
6115msgstr ""
6116
6117#: setup.c:235
6118#, c-format
6119msgid "option '%s' must come before non-option arguments"
6120msgstr ""
6121
6122#: setup.c:254
6123#, c-format
6124msgid ""
6125"ambiguous argument '%s': both revision and filename\n"
6126"Use '--' to separate paths from revisions, like this:\n"
6127"'git <command> [<revision>...] -- [<file>...]'"
6128msgstr ""
6129
6130#: setup.c:390
6131msgid "unable to set up work tree using invalid config"
6132msgstr ""
6133
6134#: setup.c:394
6135msgid "this operation must be run in a work tree"
6136msgstr ""
6137
6138#: setup.c:540
6139#, c-format
6140msgid "Expected git repo version <= %d, found %d"
6141msgstr ""
6142
6143#: setup.c:548
6144msgid "unknown repository extensions found:"
6145msgstr ""
6146
6147#: setup.c:567
6148#, c-format
6149msgid "error opening '%s'"
6150msgstr ""
6151
6152#: setup.c:569
6153#, c-format
6154msgid "too large to be a .git file: '%s'"
6155msgstr ""
6156
6157#: setup.c:571
6158#, c-format
6159msgid "error reading %s"
6160msgstr ""
6161
6162#: setup.c:573
6163#, c-format
6164msgid "invalid gitfile format: %s"
6165msgstr ""
6166
6167#: setup.c:575
6168#, c-format
6169msgid "no path in gitfile: %s"
6170msgstr ""
6171
6172#: setup.c:577
6173#, c-format
6174msgid "not a git repository: %s"
6175msgstr ""
6176
6177#: setup.c:676
6178#, c-format
6179msgid "'$%s' too big"
6180msgstr ""
6181
6182#: setup.c:690
6183#, c-format
6184msgid "not a git repository: '%s'"
6185msgstr ""
6186
6187#: setup.c:719 setup.c:721 setup.c:752
6188#, c-format
6189msgid "cannot chdir to '%s'"
6190msgstr ""
6191
6192#: setup.c:724 setup.c:780 setup.c:790 setup.c:829 setup.c:837
6193msgid "cannot come back to cwd"
6194msgstr ""
6195
6196#: setup.c:851
6197#, c-format
6198msgid "failed to stat '%*s%s%s'"
6199msgstr ""
6200
6201#: setup.c:1083
6202msgid "Unable to read current working directory"
6203msgstr ""
6204
6205#: setup.c:1092 setup.c:1098
6206#, c-format
6207msgid "cannot change to '%s'"
6208msgstr ""
6209
6210#: setup.c:1103
6211#, c-format
6212msgid "not a git repository (or any of the parent directories): %s"
6213msgstr ""
6214
6215#: setup.c:1109
6216#, c-format
6217msgid ""
6218"not a git repository (or any parent up to mount point %s)\n"
6219"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
6220msgstr ""
6221
6222#: setup.c:1220
6223#, c-format
6224msgid ""
6225"problem with core.sharedRepository filemode value (0%.3o).\n"
6226"The owner of files must always have read and write permissions."
6227msgstr ""
6228
6229#: setup.c:1264
6230msgid "open /dev/null or dup failed"
6231msgstr ""
6232
6233#: setup.c:1279
6234msgid "fork failed"
6235msgstr ""
6236
6237#: setup.c:1284
6238msgid "setsid failed"
6239msgstr ""
6240
6241#: sha1-file.c:453
6242#, c-format
6243msgid "object directory %s does not exist; check .git/objects/info/alternates"
6244msgstr ""
6245
6246#: sha1-file.c:504
6247#, c-format
6248msgid "unable to normalize alternate object path: %s"
6249msgstr ""
6250
6251#: sha1-file.c:576
6252#, c-format
6253msgid "%s: ignoring alternate object stores, nesting too deep"
6254msgstr ""
6255
6256#: sha1-file.c:583
6257#, c-format
6258msgid "unable to normalize object directory: %s"
6259msgstr ""
6260
6261#: sha1-file.c:626
6262msgid "unable to fdopen alternates lockfile"
6263msgstr ""
6264
6265#: sha1-file.c:644
6266msgid "unable to read alternates file"
6267msgstr ""
6268
6269#: sha1-file.c:651
6270msgid "unable to move new alternates file into place"
6271msgstr ""
6272
6273#: sha1-file.c:686
6274#, c-format
6275msgid "path '%s' does not exist"
6276msgstr ""
6277
6278#: sha1-file.c:712
6279#, c-format
6280msgid "reference repository '%s' as a linked checkout is not supported yet."
6281msgstr ""
6282
6283#: sha1-file.c:718
6284#, c-format
6285msgid "reference repository '%s' is not a local repository."
6286msgstr ""
6287
6288#: sha1-file.c:724
6289#, c-format
6290msgid "reference repository '%s' is shallow"
6291msgstr ""
6292
6293#: sha1-file.c:732
6294#, c-format
6295msgid "reference repository '%s' is grafted"
6296msgstr ""
6297
6298#: sha1-file.c:846
6299#, c-format
6300msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
6301msgstr ""
6302
6303#: sha1-file.c:871
6304msgid "mmap failed"
6305msgstr ""
6306
6307#: sha1-file.c:1035
6308#, c-format
6309msgid "object file %s is empty"
6310msgstr ""
6311
6312#: sha1-file.c:1159 sha1-file.c:2297
6313#, c-format
6314msgid "corrupt loose object '%s'"
6315msgstr ""
6316
6317#: sha1-file.c:1161 sha1-file.c:2301
6318#, c-format
6319msgid "garbage at end of loose object '%s'"
6320msgstr ""
6321
6322#: sha1-file.c:1203
6323msgid "invalid object type"
6324msgstr ""
6325
6326#: sha1-file.c:1287
6327#, c-format
6328msgid "unable to unpack %s header with --allow-unknown-type"
6329msgstr ""
6330
6331#: sha1-file.c:1290
6332#, c-format
6333msgid "unable to unpack %s header"
6334msgstr ""
6335
6336#: sha1-file.c:1296
6337#, c-format
6338msgid "unable to parse %s header with --allow-unknown-type"
6339msgstr ""
6340
6341#: sha1-file.c:1299
6342#, c-format
6343msgid "unable to parse %s header"
6344msgstr ""
6345
6346#: sha1-file.c:1490
6347#, c-format
6348msgid "failed to read object %s"
6349msgstr ""
6350
6351#: sha1-file.c:1494
6352#, c-format
6353msgid "replacement %s not found for %s"
6354msgstr ""
6355
6356#: sha1-file.c:1498
6357#, c-format
6358msgid "loose object %s (stored in %s) is corrupt"
6359msgstr ""
6360
6361#: sha1-file.c:1502
6362#, c-format
6363msgid "packed object %s (stored in %s) is corrupt"
6364msgstr ""
6365
6366#: sha1-file.c:1604
6367#, c-format
6368msgid "unable to write file %s"
6369msgstr ""
6370
6371#: sha1-file.c:1611
6372#, c-format
6373msgid "unable to set permission to '%s'"
6374msgstr ""
6375
6376#: sha1-file.c:1618
6377msgid "file write error"
6378msgstr ""
6379
6380#: sha1-file.c:1637
6381msgid "error when closing loose object file"
6382msgstr ""
6383
6384#: sha1-file.c:1702
6385#, c-format
6386msgid "insufficient permission for adding an object to repository database %s"
6387msgstr ""
6388
6389#: sha1-file.c:1704
6390msgid "unable to create temporary file"
6391msgstr ""
6392
6393#: sha1-file.c:1728
6394msgid "unable to write loose object file"
6395msgstr ""
6396
6397#: sha1-file.c:1734
6398#, c-format
6399msgid "unable to deflate new object %s (%d)"
6400msgstr ""
6401
6402#: sha1-file.c:1738
6403#, c-format
6404msgid "deflateEnd on object %s failed (%d)"
6405msgstr ""
6406
6407#: sha1-file.c:1742
6408#, c-format
6409msgid "confused by unstable object source data for %s"
6410msgstr ""
6411
6412#: sha1-file.c:1752 builtin/pack-objects.c:920
6413#, c-format
6414msgid "failed utime() on %s"
6415msgstr ""
6416
6417#: sha1-file.c:1827
6418#, c-format
6419msgid "cannot read object for %s"
6420msgstr ""
6421
6422#: sha1-file.c:1867
6423msgid "corrupt commit"
6424msgstr ""
6425
6426#: sha1-file.c:1875
6427msgid "corrupt tag"
6428msgstr ""
6429
6430#: sha1-file.c:1974
6431#, c-format
6432msgid "read error while indexing %s"
6433msgstr ""
6434
6435#: sha1-file.c:1977
6436#, c-format
6437msgid "short read while indexing %s"
6438msgstr ""
6439
6440#: sha1-file.c:2050 sha1-file.c:2059
6441#, c-format
6442msgid "%s: failed to insert into database"
6443msgstr ""
6444
6445#: sha1-file.c:2065
6446#, c-format
6447msgid "%s: unsupported file type"
6448msgstr ""
6449
6450#: sha1-file.c:2089
6451#, c-format
6452msgid "%s is not a valid object"
6453msgstr ""
6454
6455#: sha1-file.c:2091
6456#, c-format
6457msgid "%s is not a valid '%s' object"
6458msgstr ""
6459
6460#: sha1-file.c:2118 builtin/index-pack.c:154
6461#, c-format
6462msgid "unable to open %s"
6463msgstr ""
6464
6465#: sha1-file.c:2308 sha1-file.c:2360
6466#, c-format
6467msgid "hash mismatch for %s (expected %s)"
6468msgstr ""
6469
6470#: sha1-file.c:2332
6471#, c-format
6472msgid "unable to mmap %s"
6473msgstr ""
6474
6475#: sha1-file.c:2337
6476#, c-format
6477msgid "unable to unpack header of %s"
6478msgstr ""
6479
6480#: sha1-file.c:2343
6481#, c-format
6482msgid "unable to parse header of %s"
6483msgstr ""
6484
6485#: sha1-file.c:2354
6486#, c-format
6487msgid "unable to unpack contents of %s"
6488msgstr ""
6489
6490#: sha1-name.c:490
6491#, c-format
6492msgid "short SHA1 %s is ambiguous"
6493msgstr ""
6494
6495#: sha1-name.c:501
6496msgid "The candidates are:"
6497msgstr ""
6498
6499#: sha1-name.c:800
6500msgid ""
6501"Git normally never creates a ref that ends with 40 hex characters\n"
6502"because it will be ignored when you just specify 40-hex. These refs\n"
6503"may be created by mistake. For example,\n"
6504"\n"
6505"  git checkout -b $br $(git rev-parse ...)\n"
6506"\n"
6507"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
6508"examine these refs and maybe delete them. Turn this message off by\n"
6509"running \"git config advice.objectNameWarning false\""
6510msgstr ""
6511
6512#: submodule.c:114 submodule.c:143
6513msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
6514msgstr ""
6515
6516#: submodule.c:118 submodule.c:147
6517#, c-format
6518msgid "Could not find section in .gitmodules where path=%s"
6519msgstr ""
6520
6521#: submodule.c:154
6522#, c-format
6523msgid "Could not remove .gitmodules entry for %s"
6524msgstr ""
6525
6526#: submodule.c:165
6527msgid "staging updated .gitmodules failed"
6528msgstr ""
6529
6530#: submodule.c:327
6531#, c-format
6532msgid "in unpopulated submodule '%s'"
6533msgstr ""
6534
6535#: submodule.c:358
6536#, c-format
6537msgid "Pathspec '%s' is in submodule '%.*s'"
6538msgstr ""
6539
6540#: submodule.c:910
6541#, c-format
6542msgid "submodule entry '%s' (%s) is a %s, not a commit"
6543msgstr ""
6544
6545#: submodule.c:1147 builtin/branch.c:672 builtin/submodule--helper.c:1988
6546msgid "Failed to resolve HEAD as a valid ref."
6547msgstr ""
6548
6549#: submodule.c:1481
6550#, c-format
6551msgid "Could not access submodule '%s'"
6552msgstr ""
6553
6554#: submodule.c:1651
6555#, c-format
6556msgid "'%s' not recognized as a git repository"
6557msgstr ""
6558
6559#: submodule.c:1789
6560#, c-format
6561msgid "could not start 'git status' in submodule '%s'"
6562msgstr ""
6563
6564#: submodule.c:1802
6565#, c-format
6566msgid "could not run 'git status' in submodule '%s'"
6567msgstr ""
6568
6569#: submodule.c:1817
6570#, c-format
6571msgid "Could not unset core.worktree setting in submodule '%s'"
6572msgstr ""
6573
6574#: submodule.c:1907
6575#, c-format
6576msgid "submodule '%s' has dirty index"
6577msgstr ""
6578
6579#: submodule.c:1959
6580#, c-format
6581msgid "Submodule '%s' could not be updated."
6582msgstr ""
6583
6584#: submodule.c:2008
6585#, c-format
6586msgid ""
6587"relocate_gitdir for submodule '%s' with more than one worktree not supported"
6588msgstr ""
6589
6590#: submodule.c:2020 submodule.c:2076
6591#, c-format
6592msgid "could not lookup name for submodule '%s'"
6593msgstr ""
6594
6595#: submodule.c:2027
6596#, c-format
6597msgid ""
6598"Migrating git directory of '%s%s' from\n"
6599"'%s' to\n"
6600"'%s'\n"
6601msgstr ""
6602
6603#: submodule.c:2111
6604#, c-format
6605msgid "could not recurse into submodule '%s'"
6606msgstr ""
6607
6608#: submodule.c:2155
6609msgid "could not start ls-files in .."
6610msgstr ""
6611
6612#: submodule.c:2194
6613#, c-format
6614msgid "ls-tree returned unexpected return code %d"
6615msgstr ""
6616
6617#: submodule-config.c:232
6618#, c-format
6619msgid "ignoring suspicious submodule name: %s"
6620msgstr ""
6621
6622#: submodule-config.c:299
6623msgid "negative values not allowed for submodule.fetchjobs"
6624msgstr ""
6625
6626#: submodule-config.c:397
6627#, c-format
6628msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6629msgstr ""
6630
6631#: submodule-config.c:486
6632#, c-format
6633msgid "invalid value for %s"
6634msgstr ""
6635
6636#: submodule-config.c:755
6637#, c-format
6638msgid "Could not update .gitmodules entry %s"
6639msgstr ""
6640
6641#: trailer.c:238
6642#, c-format
6643msgid "running trailer command '%s' failed"
6644msgstr ""
6645
6646#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6647#: trailer.c:557
6648#, c-format
6649msgid "unknown value '%s' for key '%s'"
6650msgstr ""
6651
6652#: trailer.c:539 trailer.c:544 builtin/remote.c:295
6653#, c-format
6654msgid "more than one %s"
6655msgstr ""
6656
6657#: trailer.c:730
6658#, c-format
6659msgid "empty trailer token in trailer '%.*s'"
6660msgstr ""
6661
6662#: trailer.c:750
6663#, c-format
6664msgid "could not read input file '%s'"
6665msgstr ""
6666
6667#: trailer.c:753
6668msgid "could not read from stdin"
6669msgstr ""
6670
6671#: trailer.c:1011 wrapper.c:701
6672#, c-format
6673msgid "could not stat %s"
6674msgstr ""
6675
6676#: trailer.c:1013
6677#, c-format
6678msgid "file %s is not a regular file"
6679msgstr ""
6680
6681#: trailer.c:1015
6682#, c-format
6683msgid "file %s is not writable by user"
6684msgstr ""
6685
6686#: trailer.c:1027
6687msgid "could not open temporary file"
6688msgstr ""
6689
6690#: trailer.c:1067
6691#, c-format
6692msgid "could not rename temporary file to %s"
6693msgstr ""
6694
6695#: transport.c:116
6696#, c-format
6697msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6698msgstr ""
6699
6700#: transport.c:142
6701#, c-format
6702msgid "could not read bundle '%s'"
6703msgstr ""
6704
6705#: transport.c:208
6706#, c-format
6707msgid "transport: invalid depth option '%s'"
6708msgstr ""
6709
6710#: transport.c:259
6711msgid "see protocol.version in 'git help config' for more details"
6712msgstr ""
6713
6714#: transport.c:260
6715msgid "server options require protocol version 2 or later"
6716msgstr ""
6717
6718#: transport.c:625
6719msgid "could not parse transport.color.* config"
6720msgstr ""
6721
6722#: transport.c:698
6723msgid "support for protocol v2 not implemented yet"
6724msgstr ""
6725
6726#: transport.c:825
6727#, c-format
6728msgid "unknown value for config '%s': %s"
6729msgstr ""
6730
6731#: transport.c:891
6732#, c-format
6733msgid "transport '%s' not allowed"
6734msgstr ""
6735
6736#: transport.c:945
6737msgid "git-over-rsync is no longer supported"
6738msgstr ""
6739
6740#: transport.c:1040
6741#, c-format
6742msgid ""
6743"The following submodule paths contain changes that can\n"
6744"not be found on any remote:\n"
6745msgstr ""
6746
6747#: transport.c:1044
6748#, c-format
6749msgid ""
6750"\n"
6751"Please try\n"
6752"\n"
6753"\tgit push --recurse-submodules=on-demand\n"
6754"\n"
6755"or cd to the path and use\n"
6756"\n"
6757"\tgit push\n"
6758"\n"
6759"to push them to a remote.\n"
6760"\n"
6761msgstr ""
6762
6763#: transport.c:1052
6764msgid "Aborting."
6765msgstr ""
6766
6767#: transport.c:1193
6768msgid "failed to push all needed submodules"
6769msgstr ""
6770
6771#: transport.c:1326 transport-helper.c:645
6772msgid "operation not supported by protocol"
6773msgstr ""
6774
6775#: transport.c:1430
6776#, c-format
6777msgid "invalid line while parsing alternate refs: %s"
6778msgstr ""
6779
6780#: transport-helper.c:51 transport-helper.c:80
6781msgid "full write to remote helper failed"
6782msgstr ""
6783
6784#: transport-helper.c:134
6785#, c-format
6786msgid "unable to find remote helper for '%s'"
6787msgstr ""
6788
6789#: transport-helper.c:150 transport-helper.c:559
6790msgid "can't dup helper output fd"
6791msgstr ""
6792
6793#: transport-helper.c:201
6794#, c-format
6795msgid ""
6796"unknown mandatory capability %s; this remote helper probably needs newer "
6797"version of Git"
6798msgstr ""
6799
6800#: transport-helper.c:207
6801msgid "this remote helper should implement refspec capability"
6802msgstr ""
6803
6804#: transport-helper.c:274 transport-helper.c:414
6805#, c-format
6806msgid "%s unexpectedly said: '%s'"
6807msgstr ""
6808
6809#: transport-helper.c:403
6810#, c-format
6811msgid "%s also locked %s"
6812msgstr ""
6813
6814#: transport-helper.c:481
6815msgid "couldn't run fast-import"
6816msgstr ""
6817
6818#: transport-helper.c:504
6819msgid "error while running fast-import"
6820msgstr ""
6821
6822#: transport-helper.c:533 transport-helper.c:1099
6823#, c-format
6824msgid "could not read ref %s"
6825msgstr ""
6826
6827#: transport-helper.c:578
6828#, c-format
6829msgid "unknown response to connect: %s"
6830msgstr ""
6831
6832#: transport-helper.c:600
6833msgid "setting remote service path not supported by protocol"
6834msgstr ""
6835
6836#: transport-helper.c:602
6837msgid "invalid remote service path"
6838msgstr ""
6839
6840#: transport-helper.c:648
6841#, c-format
6842msgid "can't connect to subservice %s"
6843msgstr ""
6844
6845#: transport-helper.c:720
6846#, c-format
6847msgid "expected ok/error, helper said '%s'"
6848msgstr ""
6849
6850#: transport-helper.c:773
6851#, c-format
6852msgid "helper reported unexpected status of %s"
6853msgstr ""
6854
6855#: transport-helper.c:834
6856#, c-format
6857msgid "helper %s does not support dry-run"
6858msgstr ""
6859
6860#: transport-helper.c:837
6861#, c-format
6862msgid "helper %s does not support --signed"
6863msgstr ""
6864
6865#: transport-helper.c:840
6866#, c-format
6867msgid "helper %s does not support --signed=if-asked"
6868msgstr ""
6869
6870#: transport-helper.c:847
6871#, c-format
6872msgid "helper %s does not support 'push-option'"
6873msgstr ""
6874
6875#: transport-helper.c:939
6876msgid "remote-helper doesn't support push; refspec needed"
6877msgstr ""
6878
6879#: transport-helper.c:944
6880#, c-format
6881msgid "helper %s does not support 'force'"
6882msgstr ""
6883
6884#: transport-helper.c:991
6885msgid "couldn't run fast-export"
6886msgstr ""
6887
6888#: transport-helper.c:996
6889msgid "error while running fast-export"
6890msgstr ""
6891
6892#: transport-helper.c:1021
6893#, c-format
6894msgid ""
6895"No refs in common and none specified; doing nothing.\n"
6896"Perhaps you should specify a branch such as 'master'.\n"
6897msgstr ""
6898
6899#: transport-helper.c:1085
6900#, c-format
6901msgid "malformed response in ref list: %s"
6902msgstr ""
6903
6904#: transport-helper.c:1238
6905#, c-format
6906msgid "read(%s) failed"
6907msgstr ""
6908
6909#: transport-helper.c:1265
6910#, c-format
6911msgid "write(%s) failed"
6912msgstr ""
6913
6914#: transport-helper.c:1314
6915#, c-format
6916msgid "%s thread failed"
6917msgstr ""
6918
6919#: transport-helper.c:1318
6920#, c-format
6921msgid "%s thread failed to join: %s"
6922msgstr ""
6923
6924#: transport-helper.c:1337 transport-helper.c:1341
6925#, c-format
6926msgid "can't start thread for copying data: %s"
6927msgstr ""
6928
6929#: transport-helper.c:1378
6930#, c-format
6931msgid "%s process failed to wait"
6932msgstr ""
6933
6934#: transport-helper.c:1382
6935#, c-format
6936msgid "%s process failed"
6937msgstr ""
6938
6939#: transport-helper.c:1400 transport-helper.c:1409
6940msgid "can't start thread for copying data"
6941msgstr ""
6942
6943#: tree-walk.c:33
6944msgid "too-short tree object"
6945msgstr ""
6946
6947#: tree-walk.c:39
6948msgid "malformed mode in tree entry"
6949msgstr ""
6950
6951#: tree-walk.c:43
6952msgid "empty filename in tree entry"
6953msgstr ""
6954
6955#: tree-walk.c:116
6956msgid "too-short tree file"
6957msgstr ""
6958
6959#: unpack-trees.c:111
6960#, c-format
6961msgid ""
6962"Your local changes to the following files would be overwritten by checkout:\n"
6963"%%sPlease commit your changes or stash them before you switch branches."
6964msgstr ""
6965
6966#: unpack-trees.c:113
6967#, c-format
6968msgid ""
6969"Your local changes to the following files would be overwritten by checkout:\n"
6970"%%s"
6971msgstr ""
6972
6973#: unpack-trees.c:116
6974#, c-format
6975msgid ""
6976"Your local changes to the following files would be overwritten by merge:\n"
6977"%%sPlease commit your changes or stash them before you merge."
6978msgstr ""
6979
6980#: unpack-trees.c:118
6981#, c-format
6982msgid ""
6983"Your local changes to the following files would be overwritten by merge:\n"
6984"%%s"
6985msgstr ""
6986
6987#: unpack-trees.c:121
6988#, c-format
6989msgid ""
6990"Your local changes to the following files would be overwritten by %s:\n"
6991"%%sPlease commit your changes or stash them before you %s."
6992msgstr ""
6993
6994#: unpack-trees.c:123
6995#, c-format
6996msgid ""
6997"Your local changes to the following files would be overwritten by %s:\n"
6998"%%s"
6999msgstr ""
7000
7001#: unpack-trees.c:128
7002#, c-format
7003msgid ""
7004"Updating the following directories would lose untracked files in them:\n"
7005"%s"
7006msgstr ""
7007
7008#: unpack-trees.c:132
7009#, c-format
7010msgid ""
7011"The following untracked working tree files would be removed by checkout:\n"
7012"%%sPlease move or remove them before you switch branches."
7013msgstr ""
7014
7015#: unpack-trees.c:134
7016#, c-format
7017msgid ""
7018"The following untracked working tree files would be removed by checkout:\n"
7019"%%s"
7020msgstr ""
7021
7022#: unpack-trees.c:137
7023#, c-format
7024msgid ""
7025"The following untracked working tree files would be removed by merge:\n"
7026"%%sPlease move or remove them before you merge."
7027msgstr ""
7028
7029#: unpack-trees.c:139
7030#, c-format
7031msgid ""
7032"The following untracked working tree files would be removed by merge:\n"
7033"%%s"
7034msgstr ""
7035
7036#: unpack-trees.c:142
7037#, c-format
7038msgid ""
7039"The following untracked working tree files would be removed by %s:\n"
7040"%%sPlease move or remove them before you %s."
7041msgstr ""
7042
7043#: unpack-trees.c:144
7044#, c-format
7045msgid ""
7046"The following untracked working tree files would be removed by %s:\n"
7047"%%s"
7048msgstr ""
7049
7050#: unpack-trees.c:150
7051#, c-format
7052msgid ""
7053"The following untracked working tree files would be overwritten by "
7054"checkout:\n"
7055"%%sPlease move or remove them before you switch branches."
7056msgstr ""
7057
7058#: unpack-trees.c:152
7059#, c-format
7060msgid ""
7061"The following untracked working tree files would be overwritten by "
7062"checkout:\n"
7063"%%s"
7064msgstr ""
7065
7066#: unpack-trees.c:155
7067#, c-format
7068msgid ""
7069"The following untracked working tree files would be overwritten by merge:\n"
7070"%%sPlease move or remove them before you merge."
7071msgstr ""
7072
7073#: unpack-trees.c:157
7074#, c-format
7075msgid ""
7076"The following untracked working tree files would be overwritten by merge:\n"
7077"%%s"
7078msgstr ""
7079
7080#: unpack-trees.c:160
7081#, c-format
7082msgid ""
7083"The following untracked working tree files would be overwritten by %s:\n"
7084"%%sPlease move or remove them before you %s."
7085msgstr ""
7086
7087#: unpack-trees.c:162
7088#, c-format
7089msgid ""
7090"The following untracked working tree files would be overwritten by %s:\n"
7091"%%s"
7092msgstr ""
7093
7094#: unpack-trees.c:170
7095#, c-format
7096msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
7097msgstr ""
7098
7099#: unpack-trees.c:173
7100#, c-format
7101msgid ""
7102"Cannot update sparse checkout: the following entries are not up to date:\n"
7103"%s"
7104msgstr ""
7105
7106#: unpack-trees.c:175
7107#, c-format
7108msgid ""
7109"The following working tree files would be overwritten by sparse checkout "
7110"update:\n"
7111"%s"
7112msgstr ""
7113
7114#: unpack-trees.c:177
7115#, c-format
7116msgid ""
7117"The following working tree files would be removed by sparse checkout "
7118"update:\n"
7119"%s"
7120msgstr ""
7121
7122#: unpack-trees.c:179
7123#, c-format
7124msgid ""
7125"Cannot update submodule:\n"
7126"%s"
7127msgstr ""
7128
7129#: unpack-trees.c:256
7130#, c-format
7131msgid "Aborting\n"
7132msgstr ""
7133
7134#: unpack-trees.c:318
7135msgid "Checking out files"
7136msgstr ""
7137
7138#: unpack-trees.c:350
7139msgid ""
7140"the following paths have collided (e.g. case-sensitive paths\n"
7141"on a case-insensitive filesystem) and only one from the same\n"
7142"colliding group is in the working tree:\n"
7143msgstr ""
7144
7145#: urlmatch.c:163
7146msgid "invalid URL scheme name or missing '://' suffix"
7147msgstr ""
7148
7149#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
7150#, c-format
7151msgid "invalid %XX escape sequence"
7152msgstr ""
7153
7154#: urlmatch.c:215
7155msgid "missing host and scheme is not 'file:'"
7156msgstr ""
7157
7158#: urlmatch.c:232
7159msgid "a 'file:' URL may not have a port number"
7160msgstr ""
7161
7162#: urlmatch.c:247
7163msgid "invalid characters in host name"
7164msgstr ""
7165
7166#: urlmatch.c:292 urlmatch.c:303
7167msgid "invalid port number"
7168msgstr ""
7169
7170#: urlmatch.c:371
7171msgid "invalid '..' path segment"
7172msgstr ""
7173
7174#: worktree.c:255 builtin/am.c:2097
7175#, c-format
7176msgid "failed to read '%s'"
7177msgstr ""
7178
7179#: worktree.c:301
7180#, c-format
7181msgid "'%s' at main working tree is not the repository directory"
7182msgstr ""
7183
7184#: worktree.c:312
7185#, c-format
7186msgid "'%s' file does not contain absolute path to the working tree location"
7187msgstr ""
7188
7189#: worktree.c:324
7190#, c-format
7191msgid "'%s' does not exist"
7192msgstr ""
7193
7194#: worktree.c:330
7195#, c-format
7196msgid "'%s' is not a .git file, error code %d"
7197msgstr ""
7198
7199#: worktree.c:338
7200#, c-format
7201msgid "'%s' does not point back to '%s'"
7202msgstr ""
7203
7204#: wrapper.c:223 wrapper.c:393
7205#, c-format
7206msgid "could not open '%s' for reading and writing"
7207msgstr ""
7208
7209#: wrapper.c:424 wrapper.c:624
7210#, c-format
7211msgid "unable to access '%s'"
7212msgstr ""
7213
7214#: wrapper.c:632
7215msgid "unable to get current working directory"
7216msgstr ""
7217
7218#: wt-status.c:156
7219msgid "Unmerged paths:"
7220msgstr ""
7221
7222#: wt-status.c:183 wt-status.c:210
7223#, c-format
7224msgid "  (use \"git reset %s <file>...\" to unstage)"
7225msgstr ""
7226
7227#: wt-status.c:185 wt-status.c:212
7228msgid "  (use \"git rm --cached <file>...\" to unstage)"
7229msgstr ""
7230
7231#: wt-status.c:189
7232msgid "  (use \"git add <file>...\" to mark resolution)"
7233msgstr ""
7234
7235#: wt-status.c:191 wt-status.c:195
7236msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
7237msgstr ""
7238
7239#: wt-status.c:193
7240msgid "  (use \"git rm <file>...\" to mark resolution)"
7241msgstr ""
7242
7243#: wt-status.c:204 wt-status.c:1064
7244msgid "Changes to be committed:"
7245msgstr ""
7246
7247#: wt-status.c:222 wt-status.c:1073
7248msgid "Changes not staged for commit:"
7249msgstr ""
7250
7251#: wt-status.c:226
7252msgid "  (use \"git add <file>...\" to update what will be committed)"
7253msgstr ""
7254
7255#: wt-status.c:228
7256msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
7257msgstr ""
7258
7259#: wt-status.c:229
7260msgid ""
7261"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
7262msgstr ""
7263
7264#: wt-status.c:231
7265msgid "  (commit or discard the untracked or modified content in submodules)"
7266msgstr ""
7267
7268#: wt-status.c:243
7269#, c-format
7270msgid "  (use \"git %s <file>...\" to include in what will be committed)"
7271msgstr ""
7272
7273#: wt-status.c:258
7274msgid "both deleted:"
7275msgstr ""
7276
7277#: wt-status.c:260
7278msgid "added by us:"
7279msgstr ""
7280
7281#: wt-status.c:262
7282msgid "deleted by them:"
7283msgstr ""
7284
7285#: wt-status.c:264
7286msgid "added by them:"
7287msgstr ""
7288
7289#: wt-status.c:266
7290msgid "deleted by us:"
7291msgstr ""
7292
7293#: wt-status.c:268
7294msgid "both added:"
7295msgstr ""
7296
7297#: wt-status.c:270
7298msgid "both modified:"
7299msgstr ""
7300
7301#: wt-status.c:280
7302msgid "new file:"
7303msgstr ""
7304
7305#: wt-status.c:282
7306msgid "copied:"
7307msgstr ""
7308
7309#: wt-status.c:284
7310msgid "deleted:"
7311msgstr ""
7312
7313#: wt-status.c:286
7314msgid "modified:"
7315msgstr ""
7316
7317#: wt-status.c:288
7318msgid "renamed:"
7319msgstr ""
7320
7321#: wt-status.c:290
7322msgid "typechange:"
7323msgstr ""
7324
7325#: wt-status.c:292
7326msgid "unknown:"
7327msgstr ""
7328
7329#: wt-status.c:294
7330msgid "unmerged:"
7331msgstr ""
7332
7333#: wt-status.c:374
7334msgid "new commits, "
7335msgstr ""
7336
7337#: wt-status.c:376
7338msgid "modified content, "
7339msgstr ""
7340
7341#: wt-status.c:378
7342msgid "untracked content, "
7343msgstr ""
7344
7345#: wt-status.c:896
7346#, c-format
7347msgid "Your stash currently has %d entry"
7348msgid_plural "Your stash currently has %d entries"
7349msgstr[0] ""
7350msgstr[1] ""
7351
7352#: wt-status.c:928
7353msgid "Submodules changed but not updated:"
7354msgstr ""
7355
7356#: wt-status.c:930
7357msgid "Submodule changes to be committed:"
7358msgstr ""
7359
7360#: wt-status.c:1012
7361msgid ""
7362"Do not modify or remove the line above.\n"
7363"Everything below it will be ignored."
7364msgstr ""
7365
7366#: wt-status.c:1119
7367msgid "You have unmerged paths."
7368msgstr ""
7369
7370#: wt-status.c:1122
7371msgid "  (fix conflicts and run \"git commit\")"
7372msgstr ""
7373
7374#: wt-status.c:1124
7375msgid "  (use \"git merge --abort\" to abort the merge)"
7376msgstr ""
7377
7378#: wt-status.c:1128
7379msgid "All conflicts fixed but you are still merging."
7380msgstr ""
7381
7382#: wt-status.c:1131
7383msgid "  (use \"git commit\" to conclude merge)"
7384msgstr ""
7385
7386#: wt-status.c:1140
7387msgid "You are in the middle of an am session."
7388msgstr ""
7389
7390#: wt-status.c:1143
7391msgid "The current patch is empty."
7392msgstr ""
7393
7394#: wt-status.c:1147
7395msgid "  (fix conflicts and then run \"git am --continue\")"
7396msgstr ""
7397
7398#: wt-status.c:1149
7399msgid "  (use \"git am --skip\" to skip this patch)"
7400msgstr ""
7401
7402#: wt-status.c:1151
7403msgid "  (use \"git am --abort\" to restore the original branch)"
7404msgstr ""
7405
7406#: wt-status.c:1284
7407msgid "git-rebase-todo is missing."
7408msgstr ""
7409
7410#: wt-status.c:1286
7411msgid "No commands done."
7412msgstr ""
7413
7414#: wt-status.c:1289
7415#, c-format
7416msgid "Last command done (%d command done):"
7417msgid_plural "Last commands done (%d commands done):"
7418msgstr[0] ""
7419msgstr[1] ""
7420
7421#: wt-status.c:1300
7422#, c-format
7423msgid "  (see more in file %s)"
7424msgstr ""
7425
7426#: wt-status.c:1305
7427msgid "No commands remaining."
7428msgstr ""
7429
7430#: wt-status.c:1308
7431#, c-format
7432msgid "Next command to do (%d remaining command):"
7433msgid_plural "Next commands to do (%d remaining commands):"
7434msgstr[0] ""
7435msgstr[1] ""
7436
7437#: wt-status.c:1316
7438msgid "  (use \"git rebase --edit-todo\" to view and edit)"
7439msgstr ""
7440
7441#: wt-status.c:1328
7442#, c-format
7443msgid "You are currently rebasing branch '%s' on '%s'."
7444msgstr ""
7445
7446#: wt-status.c:1333
7447msgid "You are currently rebasing."
7448msgstr ""
7449
7450#: wt-status.c:1346
7451msgid "  (fix conflicts and then run \"git rebase --continue\")"
7452msgstr ""
7453
7454#: wt-status.c:1348
7455msgid "  (use \"git rebase --skip\" to skip this patch)"
7456msgstr ""
7457
7458#: wt-status.c:1350
7459msgid "  (use \"git rebase --abort\" to check out the original branch)"
7460msgstr ""
7461
7462#: wt-status.c:1357
7463msgid "  (all conflicts fixed: run \"git rebase --continue\")"
7464msgstr ""
7465
7466#: wt-status.c:1361
7467#, c-format
7468msgid ""
7469"You are currently splitting a commit while rebasing branch '%s' on '%s'."
7470msgstr ""
7471
7472#: wt-status.c:1366
7473msgid "You are currently splitting a commit during a rebase."
7474msgstr ""
7475
7476#: wt-status.c:1369
7477msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
7478msgstr ""
7479
7480#: wt-status.c:1373
7481#, c-format
7482msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
7483msgstr ""
7484
7485#: wt-status.c:1378
7486msgid "You are currently editing a commit during a rebase."
7487msgstr ""
7488
7489#: wt-status.c:1381
7490msgid "  (use \"git commit --amend\" to amend the current commit)"
7491msgstr ""
7492
7493#: wt-status.c:1383
7494msgid ""
7495"  (use \"git rebase --continue\" once you are satisfied with your changes)"
7496msgstr ""
7497
7498#: wt-status.c:1394
7499msgid "Cherry-pick currently in progress."
7500msgstr ""
7501
7502#: wt-status.c:1397
7503#, c-format
7504msgid "You are currently cherry-picking commit %s."
7505msgstr ""
7506
7507#: wt-status.c:1404
7508msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
7509msgstr ""
7510
7511#: wt-status.c:1407
7512msgid "  (run \"git cherry-pick --continue\" to continue)"
7513msgstr ""
7514
7515#: wt-status.c:1410
7516msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
7517msgstr ""
7518
7519#: wt-status.c:1412
7520msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
7521msgstr ""
7522
7523#: wt-status.c:1422
7524msgid "Revert currently in progress."
7525msgstr ""
7526
7527#: wt-status.c:1425
7528#, c-format
7529msgid "You are currently reverting commit %s."
7530msgstr ""
7531
7532#: wt-status.c:1431
7533msgid "  (fix conflicts and run \"git revert --continue\")"
7534msgstr ""
7535
7536#: wt-status.c:1434
7537msgid "  (run \"git revert --continue\" to continue)"
7538msgstr ""
7539
7540#: wt-status.c:1437
7541msgid "  (all conflicts fixed: run \"git revert --continue\")"
7542msgstr ""
7543
7544#: wt-status.c:1439
7545msgid "  (use \"git revert --abort\" to cancel the revert operation)"
7546msgstr ""
7547
7548#: wt-status.c:1449
7549#, c-format
7550msgid "You are currently bisecting, started from branch '%s'."
7551msgstr ""
7552
7553#: wt-status.c:1453
7554msgid "You are currently bisecting."
7555msgstr ""
7556
7557#: wt-status.c:1456
7558msgid "  (use \"git bisect reset\" to get back to the original branch)"
7559msgstr ""
7560
7561#: wt-status.c:1665
7562msgid "On branch "
7563msgstr ""
7564
7565#: wt-status.c:1672
7566msgid "interactive rebase in progress; onto "
7567msgstr ""
7568
7569#: wt-status.c:1674
7570msgid "rebase in progress; onto "
7571msgstr ""
7572
7573#: wt-status.c:1679
7574msgid "HEAD detached at "
7575msgstr ""
7576
7577#: wt-status.c:1681
7578msgid "HEAD detached from "
7579msgstr ""
7580
7581#: wt-status.c:1684
7582msgid "Not currently on any branch."
7583msgstr ""
7584
7585#: wt-status.c:1701
7586msgid "Initial commit"
7587msgstr ""
7588
7589#: wt-status.c:1702
7590msgid "No commits yet"
7591msgstr ""
7592
7593#: wt-status.c:1716
7594msgid "Untracked files"
7595msgstr ""
7596
7597#: wt-status.c:1718
7598msgid "Ignored files"
7599msgstr ""
7600
7601#: wt-status.c:1722
7602#, c-format
7603msgid ""
7604"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7605"may speed it up, but you have to be careful not to forget to add\n"
7606"new files yourself (see 'git help status')."
7607msgstr ""
7608
7609#: wt-status.c:1728
7610#, c-format
7611msgid "Untracked files not listed%s"
7612msgstr ""
7613
7614#: wt-status.c:1730
7615msgid " (use -u option to show untracked files)"
7616msgstr ""
7617
7618#: wt-status.c:1736
7619msgid "No changes"
7620msgstr ""
7621
7622#: wt-status.c:1741
7623#, c-format
7624msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
7625msgstr ""
7626
7627#: wt-status.c:1744
7628#, c-format
7629msgid "no changes added to commit\n"
7630msgstr ""
7631
7632#: wt-status.c:1747
7633#, c-format
7634msgid ""
7635"nothing added to commit but untracked files present (use \"git add\" to "
7636"track)\n"
7637msgstr ""
7638
7639#: wt-status.c:1750
7640#, c-format
7641msgid "nothing added to commit but untracked files present\n"
7642msgstr ""
7643
7644#: wt-status.c:1753
7645#, c-format
7646msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
7647msgstr ""
7648
7649#: wt-status.c:1756 wt-status.c:1761
7650#, c-format
7651msgid "nothing to commit\n"
7652msgstr ""
7653
7654#: wt-status.c:1759
7655#, c-format
7656msgid "nothing to commit (use -u to show untracked files)\n"
7657msgstr ""
7658
7659#: wt-status.c:1763
7660#, c-format
7661msgid "nothing to commit, working tree clean\n"
7662msgstr ""
7663
7664#: wt-status.c:1876
7665msgid "No commits yet on "
7666msgstr ""
7667
7668#: wt-status.c:1880
7669msgid "HEAD (no branch)"
7670msgstr ""
7671
7672#: wt-status.c:1911
7673msgid "different"
7674msgstr ""
7675
7676#: wt-status.c:1913 wt-status.c:1921
7677msgid "behind "
7678msgstr ""
7679
7680#: wt-status.c:1916 wt-status.c:1919
7681msgid "ahead "
7682msgstr ""
7683
7684#. TRANSLATORS: the action is e.g. "pull with rebase"
7685#: wt-status.c:2443
7686#, c-format
7687msgid "cannot %s: You have unstaged changes."
7688msgstr ""
7689
7690#: wt-status.c:2449
7691msgid "additionally, your index contains uncommitted changes."
7692msgstr ""
7693
7694#: wt-status.c:2451
7695#, c-format
7696msgid "cannot %s: Your index contains uncommitted changes."
7697msgstr ""
7698
7699#: builtin/add.c:25
7700msgid "git add [<options>] [--] <pathspec>..."
7701msgstr ""
7702
7703#: builtin/add.c:84
7704#, c-format
7705msgid "unexpected diff status %c"
7706msgstr ""
7707
7708#: builtin/add.c:89 builtin/commit.c:285
7709msgid "updating files failed"
7710msgstr ""
7711
7712#: builtin/add.c:99
7713#, c-format
7714msgid "remove '%s'\n"
7715msgstr ""
7716
7717#: builtin/add.c:174
7718msgid "Unstaged changes after refreshing the index:"
7719msgstr ""
7720
7721#: builtin/add.c:234 builtin/rev-parse.c:896
7722msgid "Could not read the index"
7723msgstr ""
7724
7725#: builtin/add.c:245
7726#, c-format
7727msgid "Could not open '%s' for writing."
7728msgstr ""
7729
7730#: builtin/add.c:249
7731msgid "Could not write patch"
7732msgstr ""
7733
7734#: builtin/add.c:252
7735msgid "editing patch failed"
7736msgstr ""
7737
7738#: builtin/add.c:255
7739#, c-format
7740msgid "Could not stat '%s'"
7741msgstr ""
7742
7743#: builtin/add.c:257
7744msgid "Empty patch. Aborted."
7745msgstr ""
7746
7747#: builtin/add.c:262
7748#, c-format
7749msgid "Could not apply '%s'"
7750msgstr ""
7751
7752#: builtin/add.c:270
7753msgid "The following paths are ignored by one of your .gitignore files:\n"
7754msgstr ""
7755
7756#: builtin/add.c:290 builtin/clean.c:908 builtin/fetch.c:137 builtin/mv.c:124
7757#: builtin/prune-packed.c:56 builtin/pull.c:221 builtin/push.c:560
7758#: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
7759msgid "dry run"
7760msgstr ""
7761
7762#: builtin/add.c:293
7763msgid "interactive picking"
7764msgstr ""
7765
7766#: builtin/add.c:294 builtin/checkout.c:1379 builtin/reset.c:306
7767msgid "select hunks interactively"
7768msgstr ""
7769
7770#: builtin/add.c:295
7771msgid "edit current diff and apply"
7772msgstr ""
7773
7774#: builtin/add.c:296
7775msgid "allow adding otherwise ignored files"
7776msgstr ""
7777
7778#: builtin/add.c:297
7779msgid "update tracked files"
7780msgstr ""
7781
7782#: builtin/add.c:298
7783msgid "renormalize EOL of tracked files (implies -u)"
7784msgstr ""
7785
7786#: builtin/add.c:299
7787msgid "record only the fact that the path will be added later"
7788msgstr ""
7789
7790#: builtin/add.c:300
7791msgid "add changes from all tracked and untracked files"
7792msgstr ""
7793
7794#: builtin/add.c:303
7795msgid "ignore paths removed in the working tree (same as --no-all)"
7796msgstr ""
7797
7798#: builtin/add.c:305
7799msgid "don't add, only refresh the index"
7800msgstr ""
7801
7802#: builtin/add.c:306
7803msgid "just skip files which cannot be added because of errors"
7804msgstr ""
7805
7806#: builtin/add.c:307
7807msgid "check if - even missing - files are ignored in dry run"
7808msgstr ""
7809
7810#: builtin/add.c:309 builtin/update-index.c:1001
7811msgid "override the executable bit of the listed files"
7812msgstr ""
7813
7814#: builtin/add.c:311
7815msgid "warn when adding an embedded repository"
7816msgstr ""
7817
7818#: builtin/add.c:326
7819#, c-format
7820msgid ""
7821"You've added another git repository inside your current repository.\n"
7822"Clones of the outer repository will not contain the contents of\n"
7823"the embedded repository and will not know how to obtain it.\n"
7824"If you meant to add a submodule, use:\n"
7825"\n"
7826"\tgit submodule add <url> %s\n"
7827"\n"
7828"If you added this path by mistake, you can remove it from the\n"
7829"index with:\n"
7830"\n"
7831"\tgit rm --cached %s\n"
7832"\n"
7833"See \"git help submodule\" for more information."
7834msgstr ""
7835
7836#: builtin/add.c:354
7837#, c-format
7838msgid "adding embedded git repository: %s"
7839msgstr ""
7840
7841#: builtin/add.c:372
7842#, c-format
7843msgid "Use -f if you really want to add them.\n"
7844msgstr ""
7845
7846#: builtin/add.c:379
7847msgid "adding files failed"
7848msgstr ""
7849
7850#: builtin/add.c:419
7851msgid "-A and -u are mutually incompatible"
7852msgstr ""
7853
7854#: builtin/add.c:426
7855msgid "Option --ignore-missing can only be used together with --dry-run"
7856msgstr ""
7857
7858#: builtin/add.c:430
7859#, c-format
7860msgid "--chmod param '%s' must be either -x or +x"
7861msgstr ""
7862
7863#: builtin/add.c:445
7864#, c-format
7865msgid "Nothing specified, nothing added.\n"
7866msgstr ""
7867
7868#: builtin/add.c:446
7869#, c-format
7870msgid "Maybe you wanted to say 'git add .'?\n"
7871msgstr ""
7872
7873#: builtin/am.c:348
7874msgid "could not parse author script"
7875msgstr ""
7876
7877#: builtin/am.c:432
7878#, c-format
7879msgid "'%s' was deleted by the applypatch-msg hook"
7880msgstr ""
7881
7882#: builtin/am.c:474
7883#, c-format
7884msgid "Malformed input line: '%s'."
7885msgstr ""
7886
7887#: builtin/am.c:512
7888#, c-format
7889msgid "Failed to copy notes from '%s' to '%s'"
7890msgstr ""
7891
7892#: builtin/am.c:538
7893msgid "fseek failed"
7894msgstr ""
7895
7896#: builtin/am.c:726
7897#, c-format
7898msgid "could not parse patch '%s'"
7899msgstr ""
7900
7901#: builtin/am.c:791
7902msgid "Only one StGIT patch series can be applied at once"
7903msgstr ""
7904
7905#: builtin/am.c:839
7906msgid "invalid timestamp"
7907msgstr ""
7908
7909#: builtin/am.c:844 builtin/am.c:856
7910msgid "invalid Date line"
7911msgstr ""
7912
7913#: builtin/am.c:851
7914msgid "invalid timezone offset"
7915msgstr ""
7916
7917#: builtin/am.c:944
7918msgid "Patch format detection failed."
7919msgstr ""
7920
7921#: builtin/am.c:949 builtin/clone.c:409
7922#, c-format
7923msgid "failed to create directory '%s'"
7924msgstr ""
7925
7926#: builtin/am.c:954
7927msgid "Failed to split patches."
7928msgstr ""
7929
7930#: builtin/am.c:1084 builtin/commit.c:371
7931msgid "unable to write index file"
7932msgstr ""
7933
7934#: builtin/am.c:1098
7935#, c-format
7936msgid "When you have resolved this problem, run \"%s --continue\"."
7937msgstr ""
7938
7939#: builtin/am.c:1099
7940#, c-format
7941msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
7942msgstr ""
7943
7944#: builtin/am.c:1100
7945#, c-format
7946msgid "To restore the original branch and stop patching, run \"%s --abort\"."
7947msgstr ""
7948
7949#: builtin/am.c:1183
7950msgid "Patch sent with format=flowed; space at the end of lines might be lost."
7951msgstr ""
7952
7953#: builtin/am.c:1211
7954msgid "Patch is empty."
7955msgstr ""
7956
7957#: builtin/am.c:1277
7958#, c-format
7959msgid "invalid ident line: %.*s"
7960msgstr ""
7961
7962#: builtin/am.c:1299
7963#, c-format
7964msgid "unable to parse commit %s"
7965msgstr ""
7966
7967#: builtin/am.c:1495
7968msgid "Repository lacks necessary blobs to fall back on 3-way merge."
7969msgstr ""
7970
7971#: builtin/am.c:1497
7972msgid "Using index info to reconstruct a base tree..."
7973msgstr ""
7974
7975#: builtin/am.c:1516
7976msgid ""
7977"Did you hand edit your patch?\n"
7978"It does not apply to blobs recorded in its index."
7979msgstr ""
7980
7981#: builtin/am.c:1522
7982msgid "Falling back to patching base and 3-way merge..."
7983msgstr ""
7984
7985#: builtin/am.c:1548
7986msgid "Failed to merge in the changes."
7987msgstr ""
7988
7989#: builtin/am.c:1580
7990msgid "applying to an empty history"
7991msgstr ""
7992
7993#: builtin/am.c:1627 builtin/am.c:1631
7994#, c-format
7995msgid "cannot resume: %s does not exist."
7996msgstr ""
7997
7998#: builtin/am.c:1647
7999msgid "cannot be interactive without stdin connected to a terminal."
8000msgstr ""
8001
8002#: builtin/am.c:1652
8003msgid "Commit Body is:"
8004msgstr ""
8005
8006#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8007#. in your translation. The program will only accept English
8008#. input at this point.
8009#.
8010#: builtin/am.c:1662
8011msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
8012msgstr ""
8013
8014#: builtin/am.c:1712
8015#, c-format
8016msgid "Dirty index: cannot apply patches (dirty: %s)"
8017msgstr ""
8018
8019#: builtin/am.c:1752 builtin/am.c:1820
8020#, c-format
8021msgid "Applying: %.*s"
8022msgstr ""
8023
8024#: builtin/am.c:1769
8025msgid "No changes -- Patch already applied."
8026msgstr ""
8027
8028#: builtin/am.c:1775
8029#, c-format
8030msgid "Patch failed at %s %.*s"
8031msgstr ""
8032
8033#: builtin/am.c:1779
8034msgid "Use 'git am --show-current-patch' to see the failed patch"
8035msgstr ""
8036
8037#: builtin/am.c:1823
8038msgid ""
8039"No changes - did you forget to use 'git add'?\n"
8040"If there is nothing left to stage, chances are that something else\n"
8041"already introduced the same changes; you might want to skip this patch."
8042msgstr ""
8043
8044#: builtin/am.c:1830
8045msgid ""
8046"You still have unmerged paths in your index.\n"
8047"You should 'git add' each file with resolved conflicts to mark them as "
8048"such.\n"
8049"You might run `git rm` on a file to accept \"deleted by them\" for it."
8050msgstr ""
8051
8052#: builtin/am.c:1937 builtin/am.c:1941 builtin/am.c:1953 builtin/reset.c:329
8053#: builtin/reset.c:337
8054#, c-format
8055msgid "Could not parse object '%s'."
8056msgstr ""
8057
8058#: builtin/am.c:1989
8059msgid "failed to clean index"
8060msgstr ""
8061
8062#: builtin/am.c:2033
8063msgid ""
8064"You seem to have moved HEAD since the last 'am' failure.\n"
8065"Not rewinding to ORIG_HEAD"
8066msgstr ""
8067
8068#: builtin/am.c:2130
8069#, c-format
8070msgid "Invalid value for --patch-format: %s"
8071msgstr ""
8072
8073#: builtin/am.c:2166
8074msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
8075msgstr ""
8076
8077#: builtin/am.c:2167
8078msgid "git am [<options>] (--continue | --skip | --abort)"
8079msgstr ""
8080
8081#: builtin/am.c:2173
8082msgid "run interactively"
8083msgstr ""
8084
8085#: builtin/am.c:2175
8086msgid "historical option -- no-op"
8087msgstr ""
8088
8089#: builtin/am.c:2177
8090msgid "allow fall back on 3way merging if needed"
8091msgstr ""
8092
8093#: builtin/am.c:2178 builtin/init-db.c:494 builtin/prune-packed.c:58
8094#: builtin/repack.c:306 builtin/stash.c:805
8095msgid "be quiet"
8096msgstr ""
8097
8098#: builtin/am.c:2180
8099msgid "add a Signed-off-by line to the commit message"
8100msgstr ""
8101
8102#: builtin/am.c:2183
8103msgid "recode into utf8 (default)"
8104msgstr ""
8105
8106#: builtin/am.c:2185
8107msgid "pass -k flag to git-mailinfo"
8108msgstr ""
8109
8110#: builtin/am.c:2187
8111msgid "pass -b flag to git-mailinfo"
8112msgstr ""
8113
8114#: builtin/am.c:2189
8115msgid "pass -m flag to git-mailinfo"
8116msgstr ""
8117
8118#: builtin/am.c:2191
8119msgid "pass --keep-cr flag to git-mailsplit for mbox format"
8120msgstr ""
8121
8122#: builtin/am.c:2194
8123msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
8124msgstr ""
8125
8126#: builtin/am.c:2197
8127msgid "strip everything before a scissors line"
8128msgstr ""
8129
8130#: builtin/am.c:2199 builtin/am.c:2202 builtin/am.c:2205 builtin/am.c:2208
8131#: builtin/am.c:2211 builtin/am.c:2214 builtin/am.c:2217 builtin/am.c:2220
8132#: builtin/am.c:2226
8133msgid "pass it through git-apply"
8134msgstr ""
8135
8136#: builtin/am.c:2216 builtin/commit.c:1348 builtin/fmt-merge-msg.c:671
8137#: builtin/fmt-merge-msg.c:674 builtin/grep.c:879 builtin/merge.c:247
8138#: builtin/pull.c:158 builtin/pull.c:217 builtin/rebase.c:1412
8139#: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
8140#: builtin/show-branch.c:651 builtin/show-ref.c:172 builtin/tag.c:397
8141#: parse-options.h:141 parse-options.h:162 parse-options.h:311
8142msgid "n"
8143msgstr ""
8144
8145#: builtin/am.c:2222 builtin/branch.c:653 builtin/for-each-ref.c:38
8146#: builtin/replace.c:554 builtin/tag.c:431 builtin/verify-tag.c:39
8147msgid "format"
8148msgstr ""
8149
8150#: builtin/am.c:2223
8151msgid "format the patch(es) are in"
8152msgstr ""
8153
8154#: builtin/am.c:2229
8155msgid "override error message when patch failure occurs"
8156msgstr ""
8157
8158#: builtin/am.c:2231
8159msgid "continue applying patches after resolving a conflict"
8160msgstr ""
8161
8162#: builtin/am.c:2234
8163msgid "synonyms for --continue"
8164msgstr ""
8165
8166#: builtin/am.c:2237
8167msgid "skip the current patch"
8168msgstr ""
8169
8170#: builtin/am.c:2240
8171msgid "restore the original branch and abort the patching operation."
8172msgstr ""
8173
8174#: builtin/am.c:2243
8175msgid "abort the patching operation but keep HEAD where it is."
8176msgstr ""
8177
8178#: builtin/am.c:2246
8179msgid "show the patch being applied."
8180msgstr ""
8181
8182#: builtin/am.c:2250
8183msgid "lie about committer date"
8184msgstr ""
8185
8186#: builtin/am.c:2252
8187msgid "use current timestamp for author date"
8188msgstr ""
8189
8190#: builtin/am.c:2254 builtin/commit-tree.c:120 builtin/commit.c:1491
8191#: builtin/merge.c:282 builtin/pull.c:192 builtin/rebase.c:489
8192#: builtin/rebase.c:1453 builtin/revert.c:116 builtin/tag.c:412
8193msgid "key-id"
8194msgstr ""
8195
8196#: builtin/am.c:2255 builtin/rebase.c:490 builtin/rebase.c:1454
8197msgid "GPG-sign commits"
8198msgstr ""
8199
8200#: builtin/am.c:2258
8201msgid "(internal use for git-rebase)"
8202msgstr ""
8203
8204#: builtin/am.c:2276
8205msgid ""
8206"The -b/--binary option has been a no-op for long time, and\n"
8207"it will be removed. Please do not use it anymore."
8208msgstr ""
8209
8210#: builtin/am.c:2283
8211msgid "failed to read the index"
8212msgstr ""
8213
8214#: builtin/am.c:2298
8215#, c-format
8216msgid "previous rebase directory %s still exists but mbox given."
8217msgstr ""
8218
8219#: builtin/am.c:2322
8220#, c-format
8221msgid ""
8222"Stray %s directory found.\n"
8223"Use \"git am --abort\" to remove it."
8224msgstr ""
8225
8226#: builtin/am.c:2328
8227msgid "Resolve operation not in progress, we are not resuming."
8228msgstr ""
8229
8230#: builtin/apply.c:8
8231msgid "git apply [<options>] [<patch>...]"
8232msgstr ""
8233
8234#: builtin/archive.c:17
8235#, c-format
8236msgid "could not create archive file '%s'"
8237msgstr ""
8238
8239#: builtin/archive.c:20
8240msgid "could not redirect output"
8241msgstr ""
8242
8243#: builtin/archive.c:37
8244msgid "git archive: Remote with no URL"
8245msgstr ""
8246
8247#: builtin/archive.c:61
8248msgid "git archive: expected ACK/NAK, got a flush packet"
8249msgstr ""
8250
8251#: builtin/archive.c:64
8252#, c-format
8253msgid "git archive: NACK %s"
8254msgstr ""
8255
8256#: builtin/archive.c:65
8257msgid "git archive: protocol error"
8258msgstr ""
8259
8260#: builtin/archive.c:69
8261msgid "git archive: expected a flush"
8262msgstr ""
8263
8264#: builtin/bisect--helper.c:22
8265msgid "git bisect--helper --next-all [--no-checkout]"
8266msgstr ""
8267
8268#: builtin/bisect--helper.c:23
8269msgid "git bisect--helper --write-terms <bad_term> <good_term>"
8270msgstr ""
8271
8272#: builtin/bisect--helper.c:24
8273msgid "git bisect--helper --bisect-clean-state"
8274msgstr ""
8275
8276#: builtin/bisect--helper.c:25
8277msgid "git bisect--helper --bisect-reset [<commit>]"
8278msgstr ""
8279
8280#: builtin/bisect--helper.c:26
8281msgid ""
8282"git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
8283"<bad_term>"
8284msgstr ""
8285
8286#: builtin/bisect--helper.c:27
8287msgid ""
8288"git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
8289"<bad_term>"
8290msgstr ""
8291
8292#: builtin/bisect--helper.c:28
8293msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
8294msgstr ""
8295
8296#: builtin/bisect--helper.c:29
8297msgid ""
8298"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
8299"term-new]"
8300msgstr ""
8301
8302#: builtin/bisect--helper.c:30
8303msgid ""
8304"git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
8305"=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
8306msgstr ""
8307
8308#: builtin/bisect--helper.c:86
8309#, c-format
8310msgid "'%s' is not a valid term"
8311msgstr ""
8312
8313#: builtin/bisect--helper.c:90
8314#, c-format
8315msgid "can't use the builtin command '%s' as a term"
8316msgstr ""
8317
8318#: builtin/bisect--helper.c:100
8319#, c-format
8320msgid "can't change the meaning of the term '%s'"
8321msgstr ""
8322
8323#: builtin/bisect--helper.c:111
8324msgid "please use two different terms"
8325msgstr ""
8326
8327#: builtin/bisect--helper.c:118
8328msgid "could not open the file BISECT_TERMS"
8329msgstr ""
8330
8331#: builtin/bisect--helper.c:155
8332#, c-format
8333msgid "We are not bisecting.\n"
8334msgstr ""
8335
8336#: builtin/bisect--helper.c:163
8337#, c-format
8338msgid "'%s' is not a valid commit"
8339msgstr ""
8340
8341#: builtin/bisect--helper.c:174
8342#, c-format
8343msgid ""
8344"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
8345msgstr ""
8346
8347#: builtin/bisect--helper.c:215
8348#, c-format
8349msgid "Bad bisect_write argument: %s"
8350msgstr ""
8351
8352#: builtin/bisect--helper.c:220
8353#, c-format
8354msgid "couldn't get the oid of the rev '%s'"
8355msgstr ""
8356
8357#: builtin/bisect--helper.c:232
8358#, c-format
8359msgid "couldn't open the file '%s'"
8360msgstr ""
8361
8362#: builtin/bisect--helper.c:258
8363#, c-format
8364msgid "Invalid command: you're currently in a %s/%s bisect"
8365msgstr ""
8366
8367#: builtin/bisect--helper.c:285
8368#, c-format
8369msgid ""
8370"You need to give me at least one %s and %s revision.\n"
8371"You can use \"git bisect %s\" and \"git bisect %s\" for that."
8372msgstr ""
8373
8374#: builtin/bisect--helper.c:289
8375#, c-format
8376msgid ""
8377"You need to start by \"git bisect start\".\n"
8378"You then need to give me at least one %s and %s revision.\n"
8379"You can use \"git bisect %s\" and \"git bisect %s\" for that."
8380msgstr ""
8381
8382#: builtin/bisect--helper.c:321
8383#, c-format
8384msgid "bisecting only with a %s commit"
8385msgstr ""
8386
8387#. TRANSLATORS: Make sure to include [Y] and [n] in your
8388#. translation. The program will only accept English input
8389#. at this point.
8390#.
8391#: builtin/bisect--helper.c:329
8392msgid "Are you sure [Y/n]? "
8393msgstr ""
8394
8395#: builtin/bisect--helper.c:376
8396msgid "no terms defined"
8397msgstr ""
8398
8399#: builtin/bisect--helper.c:379
8400#, c-format
8401msgid ""
8402"Your current terms are %s for the old state\n"
8403"and %s for the new state.\n"
8404msgstr ""
8405
8406#: builtin/bisect--helper.c:389
8407#, c-format
8408msgid ""
8409"invalid argument %s for 'git bisect terms'.\n"
8410"Supported options are: --term-good|--term-old and --term-bad|--term-new."
8411msgstr ""
8412
8413#: builtin/bisect--helper.c:475
8414#, c-format
8415msgid "unrecognized option: '%s'"
8416msgstr ""
8417
8418#: builtin/bisect--helper.c:479
8419#, c-format
8420msgid "'%s' does not appear to be a valid revision"
8421msgstr ""
8422
8423#: builtin/bisect--helper.c:511
8424msgid "bad HEAD - I need a HEAD"
8425msgstr ""
8426
8427#: builtin/bisect--helper.c:526
8428#, c-format
8429msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
8430msgstr ""
8431
8432#: builtin/bisect--helper.c:547
8433msgid "won't bisect on cg-seek'ed tree"
8434msgstr ""
8435
8436#: builtin/bisect--helper.c:550
8437msgid "bad HEAD - strange symbolic ref"
8438msgstr ""
8439
8440#: builtin/bisect--helper.c:627
8441msgid "perform 'git bisect next'"
8442msgstr ""
8443
8444#: builtin/bisect--helper.c:629
8445msgid "write the terms to .git/BISECT_TERMS"
8446msgstr ""
8447
8448#: builtin/bisect--helper.c:631
8449msgid "cleanup the bisection state"
8450msgstr ""
8451
8452#: builtin/bisect--helper.c:633
8453msgid "check for expected revs"
8454msgstr ""
8455
8456#: builtin/bisect--helper.c:635
8457msgid "reset the bisection state"
8458msgstr ""
8459
8460#: builtin/bisect--helper.c:637
8461msgid "write out the bisection state in BISECT_LOG"
8462msgstr ""
8463
8464#: builtin/bisect--helper.c:639
8465msgid "check and set terms in a bisection state"
8466msgstr ""
8467
8468#: builtin/bisect--helper.c:641
8469msgid "check whether bad or good terms exist"
8470msgstr ""
8471
8472#: builtin/bisect--helper.c:643
8473msgid "print out the bisect terms"
8474msgstr ""
8475
8476#: builtin/bisect--helper.c:645
8477msgid "start the bisect session"
8478msgstr ""
8479
8480#: builtin/bisect--helper.c:647
8481msgid "update BISECT_HEAD instead of checking out the current commit"
8482msgstr ""
8483
8484#: builtin/bisect--helper.c:649
8485msgid "no log for BISECT_WRITE"
8486msgstr ""
8487
8488#: builtin/bisect--helper.c:666
8489msgid "--write-terms requires two arguments"
8490msgstr ""
8491
8492#: builtin/bisect--helper.c:670
8493msgid "--bisect-clean-state requires no arguments"
8494msgstr ""
8495
8496#: builtin/bisect--helper.c:677
8497msgid "--bisect-reset requires either no argument or a commit"
8498msgstr ""
8499
8500#: builtin/bisect--helper.c:681
8501msgid "--bisect-write requires either 4 or 5 arguments"
8502msgstr ""
8503
8504#: builtin/bisect--helper.c:687
8505msgid "--check-and-set-terms requires 3 arguments"
8506msgstr ""
8507
8508#: builtin/bisect--helper.c:693
8509msgid "--bisect-next-check requires 2 or 3 arguments"
8510msgstr ""
8511
8512#: builtin/bisect--helper.c:699
8513msgid "--bisect-terms requires 0 or 1 argument"
8514msgstr ""
8515
8516#: builtin/blame.c:32
8517msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
8518msgstr ""
8519
8520#: builtin/blame.c:37
8521msgid "<rev-opts> are documented in git-rev-list(1)"
8522msgstr ""
8523
8524#: builtin/blame.c:407
8525#, c-format
8526msgid "expecting a color: %s"
8527msgstr ""
8528
8529#: builtin/blame.c:414
8530msgid "must end with a color"
8531msgstr ""
8532
8533#: builtin/blame.c:701
8534#, c-format
8535msgid "invalid color '%s' in color.blame.repeatedLines"
8536msgstr ""
8537
8538#: builtin/blame.c:719
8539msgid "invalid value for blame.coloring"
8540msgstr ""
8541
8542#: builtin/blame.c:794
8543msgid "Show blame entries as we find them, incrementally"
8544msgstr ""
8545
8546#: builtin/blame.c:795
8547msgid "Show blank SHA-1 for boundary commits (Default: off)"
8548msgstr ""
8549
8550#: builtin/blame.c:796
8551msgid "Do not treat root commits as boundaries (Default: off)"
8552msgstr ""
8553
8554#: builtin/blame.c:797
8555msgid "Show work cost statistics"
8556msgstr ""
8557
8558#: builtin/blame.c:798
8559msgid "Force progress reporting"
8560msgstr ""
8561
8562#: builtin/blame.c:799
8563msgid "Show output score for blame entries"
8564msgstr ""
8565
8566#: builtin/blame.c:800
8567msgid "Show original filename (Default: auto)"
8568msgstr ""
8569
8570#: builtin/blame.c:801
8571msgid "Show original linenumber (Default: off)"
8572msgstr ""
8573
8574#: builtin/blame.c:802
8575msgid "Show in a format designed for machine consumption"
8576msgstr ""
8577
8578#: builtin/blame.c:803
8579msgid "Show porcelain format with per-line commit information"
8580msgstr ""
8581
8582#: builtin/blame.c:804
8583msgid "Use the same output mode as git-annotate (Default: off)"
8584msgstr ""
8585
8586#: builtin/blame.c:805
8587msgid "Show raw timestamp (Default: off)"
8588msgstr ""
8589
8590#: builtin/blame.c:806
8591msgid "Show long commit SHA1 (Default: off)"
8592msgstr ""
8593
8594#: builtin/blame.c:807
8595msgid "Suppress author name and timestamp (Default: off)"
8596msgstr ""
8597
8598#: builtin/blame.c:808
8599msgid "Show author email instead of name (Default: off)"
8600msgstr ""
8601
8602#: builtin/blame.c:809
8603msgid "Ignore whitespace differences"
8604msgstr ""
8605
8606#: builtin/blame.c:810
8607msgid "color redundant metadata from previous line differently"
8608msgstr ""
8609
8610#: builtin/blame.c:811
8611msgid "color lines by age"
8612msgstr ""
8613
8614#: builtin/blame.c:818
8615msgid "Use an experimental heuristic to improve diffs"
8616msgstr ""
8617
8618#: builtin/blame.c:820
8619msgid "Spend extra cycles to find better match"
8620msgstr ""
8621
8622#: builtin/blame.c:821
8623msgid "Use revisions from <file> instead of calling git-rev-list"
8624msgstr ""
8625
8626#: builtin/blame.c:822
8627msgid "Use <file>'s contents as the final image"
8628msgstr ""
8629
8630#: builtin/blame.c:823 builtin/blame.c:824
8631msgid "score"
8632msgstr ""
8633
8634#: builtin/blame.c:823
8635msgid "Find line copies within and across files"
8636msgstr ""
8637
8638#: builtin/blame.c:824
8639msgid "Find line movements within and across files"
8640msgstr ""
8641
8642#: builtin/blame.c:825
8643msgid "n,m"
8644msgstr ""
8645
8646#: builtin/blame.c:825
8647msgid "Process only line range n,m, counting from 1"
8648msgstr ""
8649
8650#: builtin/blame.c:876
8651msgid "--progress can't be used with --incremental or porcelain formats"
8652msgstr ""
8653
8654#. TRANSLATORS: This string is used to tell us the
8655#. maximum display width for a relative timestamp in
8656#. "git blame" output.  For C locale, "4 years, 11
8657#. months ago", which takes 22 places, is the longest
8658#. among various forms of relative timestamps, but
8659#. your language may need more or fewer display
8660#. columns.
8661#.
8662#: builtin/blame.c:927
8663msgid "4 years, 11 months ago"
8664msgstr ""
8665
8666#: builtin/blame.c:1031
8667#, c-format
8668msgid "file %s has only %lu line"
8669msgid_plural "file %s has only %lu lines"
8670msgstr[0] ""
8671msgstr[1] ""
8672
8673#: builtin/blame.c:1077
8674msgid "Blaming lines"
8675msgstr ""
8676
8677#: builtin/branch.c:29
8678msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8679msgstr ""
8680
8681#: builtin/branch.c:30
8682msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8683msgstr ""
8684
8685#: builtin/branch.c:31
8686msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8687msgstr ""
8688
8689#: builtin/branch.c:32
8690msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8691msgstr ""
8692
8693#: builtin/branch.c:33
8694msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8695msgstr ""
8696
8697#: builtin/branch.c:34
8698msgid "git branch [<options>] [-r | -a] [--points-at]"
8699msgstr ""
8700
8701#: builtin/branch.c:35
8702msgid "git branch [<options>] [-r | -a] [--format]"
8703msgstr ""
8704
8705#: builtin/branch.c:151
8706#, c-format
8707msgid ""
8708"deleting branch '%s' that has been merged to\n"
8709"         '%s', but not yet merged to HEAD."
8710msgstr ""
8711
8712#: builtin/branch.c:155
8713#, c-format
8714msgid ""
8715"not deleting branch '%s' that is not yet merged to\n"
8716"         '%s', even though it is merged to HEAD."
8717msgstr ""
8718
8719#: builtin/branch.c:169
8720#, c-format
8721msgid "Couldn't look up commit object for '%s'"
8722msgstr ""
8723
8724#: builtin/branch.c:173
8725#, c-format
8726msgid ""
8727"The branch '%s' is not fully merged.\n"
8728"If you are sure you want to delete it, run 'git branch -D %s'."
8729msgstr ""
8730
8731#: builtin/branch.c:186
8732msgid "Update of config-file failed"
8733msgstr ""
8734
8735#: builtin/branch.c:217
8736msgid "cannot use -a with -d"
8737msgstr ""
8738
8739#: builtin/branch.c:223
8740msgid "Couldn't look up commit object for HEAD"
8741msgstr ""
8742
8743#: builtin/branch.c:237
8744#, c-format
8745msgid "Cannot delete branch '%s' checked out at '%s'"
8746msgstr ""
8747
8748#: builtin/branch.c:252
8749#, c-format
8750msgid "remote-tracking branch '%s' not found."
8751msgstr ""
8752
8753#: builtin/branch.c:253
8754#, c-format
8755msgid "branch '%s' not found."
8756msgstr ""
8757
8758#: builtin/branch.c:268
8759#, c-format
8760msgid "Error deleting remote-tracking branch '%s'"
8761msgstr ""
8762
8763#: builtin/branch.c:269
8764#, c-format
8765msgid "Error deleting branch '%s'"
8766msgstr ""
8767
8768#: builtin/branch.c:276
8769#, c-format
8770msgid "Deleted remote-tracking branch %s (was %s).\n"
8771msgstr ""
8772
8773#: builtin/branch.c:277
8774#, c-format
8775msgid "Deleted branch %s (was %s).\n"
8776msgstr ""
8777
8778#: builtin/branch.c:421 builtin/tag.c:60
8779msgid "unable to parse format string"
8780msgstr ""
8781
8782#: builtin/branch.c:452
8783msgid "could not resolve HEAD"
8784msgstr ""
8785
8786#: builtin/branch.c:458
8787#, c-format
8788msgid "HEAD (%s) points outside of refs/heads/"
8789msgstr ""
8790
8791#: builtin/branch.c:473
8792#, c-format
8793msgid "Branch %s is being rebased at %s"
8794msgstr ""
8795
8796#: builtin/branch.c:477
8797#, c-format
8798msgid "Branch %s is being bisected at %s"
8799msgstr ""
8800
8801#: builtin/branch.c:494
8802msgid "cannot copy the current branch while not on any."
8803msgstr ""
8804
8805#: builtin/branch.c:496
8806msgid "cannot rename the current branch while not on any."
8807msgstr ""
8808
8809#: builtin/branch.c:507
8810#, c-format
8811msgid "Invalid branch name: '%s'"
8812msgstr ""
8813
8814#: builtin/branch.c:534
8815msgid "Branch rename failed"
8816msgstr ""
8817
8818#: builtin/branch.c:536
8819msgid "Branch copy failed"
8820msgstr ""
8821
8822#: builtin/branch.c:540
8823#, c-format
8824msgid "Created a copy of a misnamed branch '%s'"
8825msgstr ""
8826
8827#: builtin/branch.c:543
8828#, c-format
8829msgid "Renamed a misnamed branch '%s' away"
8830msgstr ""
8831
8832#: builtin/branch.c:549
8833#, c-format
8834msgid "Branch renamed to %s, but HEAD is not updated!"
8835msgstr ""
8836
8837#: builtin/branch.c:558
8838msgid "Branch is renamed, but update of config-file failed"
8839msgstr ""
8840
8841#: builtin/branch.c:560
8842msgid "Branch is copied, but update of config-file failed"
8843msgstr ""
8844
8845#: builtin/branch.c:576
8846#, c-format
8847msgid ""
8848"Please edit the description for the branch\n"
8849"  %s\n"
8850"Lines starting with '%c' will be stripped.\n"
8851msgstr ""
8852
8853#: builtin/branch.c:610
8854msgid "Generic options"
8855msgstr ""
8856
8857#: builtin/branch.c:612
8858msgid "show hash and subject, give twice for upstream branch"
8859msgstr ""
8860
8861#: builtin/branch.c:613
8862msgid "suppress informational messages"
8863msgstr ""
8864
8865#: builtin/branch.c:614
8866msgid "set up tracking mode (see git-pull(1))"
8867msgstr ""
8868
8869#: builtin/branch.c:616
8870msgid "do not use"
8871msgstr ""
8872
8873#: builtin/branch.c:618 builtin/rebase.c:485
8874msgid "upstream"
8875msgstr ""
8876
8877#: builtin/branch.c:618
8878msgid "change the upstream info"
8879msgstr ""
8880
8881#: builtin/branch.c:619
8882msgid "Unset the upstream info"
8883msgstr ""
8884
8885#: builtin/branch.c:620
8886msgid "use colored output"
8887msgstr ""
8888
8889#: builtin/branch.c:621
8890msgid "act on remote-tracking branches"
8891msgstr ""
8892
8893#: builtin/branch.c:623 builtin/branch.c:625
8894msgid "print only branches that contain the commit"
8895msgstr ""
8896
8897#: builtin/branch.c:624 builtin/branch.c:626
8898msgid "print only branches that don't contain the commit"
8899msgstr ""
8900
8901#: builtin/branch.c:629
8902msgid "Specific git-branch actions:"
8903msgstr ""
8904
8905#: builtin/branch.c:630
8906msgid "list both remote-tracking and local branches"
8907msgstr ""
8908
8909#: builtin/branch.c:632
8910msgid "delete fully merged branch"
8911msgstr ""
8912
8913#: builtin/branch.c:633
8914msgid "delete branch (even if not merged)"
8915msgstr ""
8916
8917#: builtin/branch.c:634
8918msgid "move/rename a branch and its reflog"
8919msgstr ""
8920
8921#: builtin/branch.c:635
8922msgid "move/rename a branch, even if target exists"
8923msgstr ""
8924
8925#: builtin/branch.c:636
8926msgid "copy a branch and its reflog"
8927msgstr ""
8928
8929#: builtin/branch.c:637
8930msgid "copy a branch, even if target exists"
8931msgstr ""
8932
8933#: builtin/branch.c:638
8934msgid "list branch names"
8935msgstr ""
8936
8937#: builtin/branch.c:639
8938msgid "show current branch name"
8939msgstr ""
8940
8941#: builtin/branch.c:640
8942msgid "create the branch's reflog"
8943msgstr ""
8944
8945#: builtin/branch.c:642
8946msgid "edit the description for the branch"
8947msgstr ""
8948
8949#: builtin/branch.c:643
8950msgid "force creation, move/rename, deletion"
8951msgstr ""
8952
8953#: builtin/branch.c:644
8954msgid "print only branches that are merged"
8955msgstr ""
8956
8957#: builtin/branch.c:645
8958msgid "print only branches that are not merged"
8959msgstr ""
8960
8961#: builtin/branch.c:646
8962msgid "list branches in columns"
8963msgstr ""
8964
8965#: builtin/branch.c:649 builtin/for-each-ref.c:42 builtin/notes.c:415
8966#: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
8967#: builtin/tag.c:427
8968msgid "object"
8969msgstr ""
8970
8971#: builtin/branch.c:650
8972msgid "print only branches of the object"
8973msgstr ""
8974
8975#: builtin/branch.c:652 builtin/for-each-ref.c:48 builtin/tag.c:434
8976msgid "sorting and filtering are case insensitive"
8977msgstr ""
8978
8979#: builtin/branch.c:653 builtin/for-each-ref.c:38 builtin/tag.c:432
8980#: builtin/verify-tag.c:39
8981msgid "format to use for the output"
8982msgstr ""
8983
8984#: builtin/branch.c:676 builtin/clone.c:748
8985msgid "HEAD not found below refs/heads!"
8986msgstr ""
8987
8988#: builtin/branch.c:700
8989msgid "--column and --verbose are incompatible"
8990msgstr ""
8991
8992#: builtin/branch.c:715 builtin/branch.c:769 builtin/branch.c:778
8993msgid "branch name required"
8994msgstr ""
8995
8996#: builtin/branch.c:745
8997msgid "Cannot give description to detached HEAD"
8998msgstr ""
8999
9000#: builtin/branch.c:750
9001msgid "cannot edit description of more than one branch"
9002msgstr ""
9003
9004#: builtin/branch.c:757
9005#, c-format
9006msgid "No commit on branch '%s' yet."
9007msgstr ""
9008
9009#: builtin/branch.c:760
9010#, c-format
9011msgid "No branch named '%s'."
9012msgstr ""
9013
9014#: builtin/branch.c:775
9015msgid "too many branches for a copy operation"
9016msgstr ""
9017
9018#: builtin/branch.c:784
9019msgid "too many arguments for a rename operation"
9020msgstr ""
9021
9022#: builtin/branch.c:789
9023msgid "too many arguments to set new upstream"
9024msgstr ""
9025
9026#: builtin/branch.c:793
9027#, c-format
9028msgid ""
9029"could not set upstream of HEAD to %s when it does not point to any branch."
9030msgstr ""
9031
9032#: builtin/branch.c:796 builtin/branch.c:819
9033#, c-format
9034msgid "no such branch '%s'"
9035msgstr ""
9036
9037#: builtin/branch.c:800
9038#, c-format
9039msgid "branch '%s' does not exist"
9040msgstr ""
9041
9042#: builtin/branch.c:813
9043msgid "too many arguments to unset upstream"
9044msgstr ""
9045
9046#: builtin/branch.c:817
9047msgid "could not unset upstream of HEAD when it does not point to any branch."
9048msgstr ""
9049
9050#: builtin/branch.c:823
9051#, c-format
9052msgid "Branch '%s' has no upstream information"
9053msgstr ""
9054
9055#: builtin/branch.c:833
9056msgid "-a and -r options to 'git branch' do not make sense with a branch name"
9057msgstr ""
9058
9059#: builtin/branch.c:836
9060msgid ""
9061"the '--set-upstream' option is no longer supported. Please use '--track' or "
9062"'--set-upstream-to' instead."
9063msgstr ""
9064
9065#: builtin/bundle.c:45
9066#, c-format
9067msgid "%s is okay\n"
9068msgstr ""
9069
9070#: builtin/bundle.c:58
9071msgid "Need a repository to create a bundle."
9072msgstr ""
9073
9074#: builtin/bundle.c:62
9075msgid "Need a repository to unbundle."
9076msgstr ""
9077
9078#: builtin/cat-file.c:593
9079msgid ""
9080"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
9081"p | <type> | --textconv | --filters) [--path=<path>] <object>"
9082msgstr ""
9083
9084#: builtin/cat-file.c:594
9085msgid ""
9086"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
9087"filters]"
9088msgstr ""
9089
9090#: builtin/cat-file.c:615
9091msgid "only one batch option may be specified"
9092msgstr ""
9093
9094#: builtin/cat-file.c:633
9095msgid "<type> can be one of: blob, tree, commit, tag"
9096msgstr ""
9097
9098#: builtin/cat-file.c:634
9099msgid "show object type"
9100msgstr ""
9101
9102#: builtin/cat-file.c:635
9103msgid "show object size"
9104msgstr ""
9105
9106#: builtin/cat-file.c:637
9107msgid "exit with zero when there's no error"
9108msgstr ""
9109
9110#: builtin/cat-file.c:638
9111msgid "pretty-print object's content"
9112msgstr ""
9113
9114#: builtin/cat-file.c:640
9115msgid "for blob objects, run textconv on object's content"
9116msgstr ""
9117
9118#: builtin/cat-file.c:642
9119msgid "for blob objects, run filters on object's content"
9120msgstr ""
9121
9122#: builtin/cat-file.c:643 git-submodule.sh:936
9123msgid "blob"
9124msgstr ""
9125
9126#: builtin/cat-file.c:644
9127msgid "use a specific path for --textconv/--filters"
9128msgstr ""
9129
9130#: builtin/cat-file.c:646
9131msgid "allow -s and -t to work with broken/corrupt objects"
9132msgstr ""
9133
9134#: builtin/cat-file.c:647
9135msgid "buffer --batch output"
9136msgstr ""
9137
9138#: builtin/cat-file.c:649
9139msgid "show info and content of objects fed from the standard input"
9140msgstr ""
9141
9142#: builtin/cat-file.c:653
9143msgid "show info about objects fed from the standard input"
9144msgstr ""
9145
9146#: builtin/cat-file.c:657
9147msgid "follow in-tree symlinks (used with --batch or --batch-check)"
9148msgstr ""
9149
9150#: builtin/cat-file.c:659
9151msgid "show all objects with --batch or --batch-check"
9152msgstr ""
9153
9154#: builtin/cat-file.c:661
9155msgid "do not order --batch-all-objects output"
9156msgstr ""
9157
9158#: builtin/check-attr.c:13
9159msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
9160msgstr ""
9161
9162#: builtin/check-attr.c:14
9163msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
9164msgstr ""
9165
9166#: builtin/check-attr.c:21
9167msgid "report all attributes set on file"
9168msgstr ""
9169
9170#: builtin/check-attr.c:22
9171msgid "use .gitattributes only from the index"
9172msgstr ""
9173
9174#: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
9175msgid "read file names from stdin"
9176msgstr ""
9177
9178#: builtin/check-attr.c:25 builtin/check-ignore.c:27
9179msgid "terminate input and output records by a NUL character"
9180msgstr ""
9181
9182#: builtin/check-ignore.c:21 builtin/checkout.c:1355 builtin/gc.c:538
9183#: builtin/worktree.c:499
9184msgid "suppress progress reporting"
9185msgstr ""
9186
9187#: builtin/check-ignore.c:29
9188msgid "show non-matching input paths"
9189msgstr ""
9190
9191#: builtin/check-ignore.c:31
9192msgid "ignore index when checking"
9193msgstr ""
9194
9195#: builtin/check-ignore.c:160
9196msgid "cannot specify pathnames with --stdin"
9197msgstr ""
9198
9199#: builtin/check-ignore.c:163
9200msgid "-z only makes sense with --stdin"
9201msgstr ""
9202
9203#: builtin/check-ignore.c:165
9204msgid "no path specified"
9205msgstr ""
9206
9207#: builtin/check-ignore.c:169
9208msgid "--quiet is only valid with a single pathname"
9209msgstr ""
9210
9211#: builtin/check-ignore.c:171
9212msgid "cannot have both --quiet and --verbose"
9213msgstr ""
9214
9215#: builtin/check-ignore.c:174
9216msgid "--non-matching is only valid with --verbose"
9217msgstr ""
9218
9219#: builtin/check-mailmap.c:9
9220msgid "git check-mailmap [<options>] <contact>..."
9221msgstr ""
9222
9223#: builtin/check-mailmap.c:14
9224msgid "also read contacts from stdin"
9225msgstr ""
9226
9227#: builtin/check-mailmap.c:25
9228#, c-format
9229msgid "unable to parse contact: %s"
9230msgstr ""
9231
9232#: builtin/check-mailmap.c:48
9233msgid "no contacts specified"
9234msgstr ""
9235
9236#: builtin/checkout-index.c:131
9237msgid "git checkout-index [<options>] [--] [<file>...]"
9238msgstr ""
9239
9240#: builtin/checkout-index.c:148
9241msgid "stage should be between 1 and 3 or all"
9242msgstr ""
9243
9244#: builtin/checkout-index.c:164
9245msgid "check out all files in the index"
9246msgstr ""
9247
9248#: builtin/checkout-index.c:165
9249msgid "force overwrite of existing files"
9250msgstr ""
9251
9252#: builtin/checkout-index.c:167
9253msgid "no warning for existing files and files not in index"
9254msgstr ""
9255
9256#: builtin/checkout-index.c:169
9257msgid "don't checkout new files"
9258msgstr ""
9259
9260#: builtin/checkout-index.c:171
9261msgid "update stat information in the index file"
9262msgstr ""
9263
9264#: builtin/checkout-index.c:175
9265msgid "read list of paths from the standard input"
9266msgstr ""
9267
9268#: builtin/checkout-index.c:177
9269msgid "write the content to temporary files"
9270msgstr ""
9271
9272#: builtin/checkout-index.c:178 builtin/column.c:31
9273#: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:1375
9274#: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1856
9275#: builtin/worktree.c:672
9276msgid "string"
9277msgstr ""
9278
9279#: builtin/checkout-index.c:179
9280msgid "when creating files, prepend <string>"
9281msgstr ""
9282
9283#: builtin/checkout-index.c:181
9284msgid "copy out the files from named stage"
9285msgstr ""
9286
9287#: builtin/checkout.c:32
9288msgid "git checkout [<options>] <branch>"
9289msgstr ""
9290
9291#: builtin/checkout.c:33
9292msgid "git checkout [<options>] [<branch>] -- <file>..."
9293msgstr ""
9294
9295#: builtin/checkout.c:151 builtin/checkout.c:190
9296#, c-format
9297msgid "path '%s' does not have our version"
9298msgstr ""
9299
9300#: builtin/checkout.c:153 builtin/checkout.c:192
9301#, c-format
9302msgid "path '%s' does not have their version"
9303msgstr ""
9304
9305#: builtin/checkout.c:169
9306#, c-format
9307msgid "path '%s' does not have all necessary versions"
9308msgstr ""
9309
9310#: builtin/checkout.c:219
9311#, c-format
9312msgid "path '%s' does not have necessary versions"
9313msgstr ""
9314
9315#: builtin/checkout.c:237
9316#, c-format
9317msgid "path '%s': cannot merge"
9318msgstr ""
9319
9320#: builtin/checkout.c:253
9321#, c-format
9322msgid "Unable to add merge result for '%s'"
9323msgstr ""
9324
9325#: builtin/checkout.c:331 builtin/checkout.c:334 builtin/checkout.c:337
9326#: builtin/checkout.c:340
9327#, c-format
9328msgid "'%s' cannot be used with updating paths"
9329msgstr ""
9330
9331#: builtin/checkout.c:343 builtin/checkout.c:346
9332#, c-format
9333msgid "'%s' cannot be used with %s"
9334msgstr ""
9335
9336#: builtin/checkout.c:349
9337#, c-format
9338msgid "Cannot update paths and switch to branch '%s' at the same time."
9339msgstr ""
9340
9341#: builtin/checkout.c:396 builtin/checkout.c:403
9342#, c-format
9343msgid "path '%s' is unmerged"
9344msgstr ""
9345
9346#: builtin/checkout.c:442
9347#, c-format
9348msgid "Recreated %d merge conflict"
9349msgid_plural "Recreated %d merge conflicts"
9350msgstr[0] ""
9351msgstr[1] ""
9352
9353#: builtin/checkout.c:447
9354#, c-format
9355msgid "Updated %d path from %s"
9356msgid_plural "Updated %d paths from %s"
9357msgstr[0] ""
9358msgstr[1] ""
9359
9360#: builtin/checkout.c:454
9361#, c-format
9362msgid "Updated %d path from the index"
9363msgid_plural "Updated %d paths from the index"
9364msgstr[0] ""
9365msgstr[1] ""
9366
9367#: builtin/checkout.c:695
9368msgid "you need to resolve your current index first"
9369msgstr ""
9370
9371#: builtin/checkout.c:744
9372#, c-format
9373msgid ""
9374"cannot continue with staged changes in the following files:\n"
9375"%s"
9376msgstr ""
9377
9378#: builtin/checkout.c:751
9379#, c-format
9380msgid "staged changes in the following files may be lost: %s"
9381msgstr ""
9382
9383#: builtin/checkout.c:848
9384#, c-format
9385msgid "Can not do reflog for '%s': %s\n"
9386msgstr ""
9387
9388#: builtin/checkout.c:890
9389msgid "HEAD is now at"
9390msgstr ""
9391
9392#: builtin/checkout.c:894 builtin/clone.c:701
9393msgid "unable to update HEAD"
9394msgstr ""
9395
9396#: builtin/checkout.c:898
9397#, c-format
9398msgid "Reset branch '%s'\n"
9399msgstr ""
9400
9401#: builtin/checkout.c:901
9402#, c-format
9403msgid "Already on '%s'\n"
9404msgstr ""
9405
9406#: builtin/checkout.c:905
9407#, c-format
9408msgid "Switched to and reset branch '%s'\n"
9409msgstr ""
9410
9411#: builtin/checkout.c:907 builtin/checkout.c:1283
9412#, c-format
9413msgid "Switched to a new branch '%s'\n"
9414msgstr ""
9415
9416#: builtin/checkout.c:909
9417#, c-format
9418msgid "Switched to branch '%s'\n"
9419msgstr ""
9420
9421#: builtin/checkout.c:960
9422#, c-format
9423msgid " ... and %d more.\n"
9424msgstr ""
9425
9426#: builtin/checkout.c:966
9427#, c-format
9428msgid ""
9429"Warning: you are leaving %d commit behind, not connected to\n"
9430"any of your branches:\n"
9431"\n"
9432"%s\n"
9433msgid_plural ""
9434"Warning: you are leaving %d commits behind, not connected to\n"
9435"any of your branches:\n"
9436"\n"
9437"%s\n"
9438msgstr[0] ""
9439msgstr[1] ""
9440
9441#: builtin/checkout.c:985
9442#, c-format
9443msgid ""
9444"If you want to keep it by creating a new branch, this may be a good time\n"
9445"to do so with:\n"
9446"\n"
9447" git branch <new-branch-name> %s\n"
9448"\n"
9449msgid_plural ""
9450"If you want to keep them by creating a new branch, this may be a good time\n"
9451"to do so with:\n"
9452"\n"
9453" git branch <new-branch-name> %s\n"
9454"\n"
9455msgstr[0] ""
9456msgstr[1] ""
9457
9458#: builtin/checkout.c:1017
9459msgid "internal error in revision walk"
9460msgstr ""
9461
9462#: builtin/checkout.c:1021
9463msgid "Previous HEAD position was"
9464msgstr ""
9465
9466#: builtin/checkout.c:1052 builtin/checkout.c:1278
9467msgid "You are on a branch yet to be born"
9468msgstr ""
9469
9470#: builtin/checkout.c:1173
9471#, c-format
9472msgid "only one reference expected, %d given."
9473msgstr ""
9474
9475#: builtin/checkout.c:1209
9476#, c-format
9477msgid ""
9478"'%s' could be both a local file and a tracking branch.\n"
9479"Please use -- (and optionally --no-guess) to disambiguate"
9480msgstr ""
9481
9482#: builtin/checkout.c:1222 builtin/worktree.c:290 builtin/worktree.c:448
9483#, c-format
9484msgid "invalid reference: %s"
9485msgstr ""
9486
9487#: builtin/checkout.c:1251
9488#, c-format
9489msgid "reference is not a tree: %s"
9490msgstr ""
9491
9492#: builtin/checkout.c:1292
9493msgid "paths cannot be used with switching branches"
9494msgstr ""
9495
9496#: builtin/checkout.c:1295 builtin/checkout.c:1299 builtin/checkout.c:1303
9497#, c-format
9498msgid "'%s' cannot be used with switching branches"
9499msgstr ""
9500
9501#: builtin/checkout.c:1307 builtin/checkout.c:1310 builtin/checkout.c:1315
9502#: builtin/checkout.c:1318
9503#, c-format
9504msgid "'%s' cannot be used with '%s'"
9505msgstr ""
9506
9507#: builtin/checkout.c:1323
9508#, c-format
9509msgid "Cannot switch branch to a non-commit '%s'"
9510msgstr ""
9511
9512#: builtin/checkout.c:1356 builtin/checkout.c:1358 builtin/clone.c:118
9513#: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:492
9514#: builtin/worktree.c:494
9515msgid "branch"
9516msgstr ""
9517
9518#: builtin/checkout.c:1357
9519msgid "create and checkout a new branch"
9520msgstr ""
9521
9522#: builtin/checkout.c:1359
9523msgid "create/reset and checkout a branch"
9524msgstr ""
9525
9526#: builtin/checkout.c:1360
9527msgid "create reflog for new branch"
9528msgstr ""
9529
9530#: builtin/checkout.c:1361 builtin/worktree.c:496
9531msgid "detach HEAD at named commit"
9532msgstr ""
9533
9534#: builtin/checkout.c:1362
9535msgid "set upstream info for new branch"
9536msgstr ""
9537
9538#: builtin/checkout.c:1364
9539msgid "new-branch"
9540msgstr ""
9541
9542#: builtin/checkout.c:1364
9543msgid "new unparented branch"
9544msgstr ""
9545
9546#: builtin/checkout.c:1366
9547msgid "checkout our version for unmerged files"
9548msgstr ""
9549
9550#: builtin/checkout.c:1369
9551msgid "checkout their version for unmerged files"
9552msgstr ""
9553
9554#: builtin/checkout.c:1371
9555msgid "force checkout (throw away local modifications)"
9556msgstr ""
9557
9558#: builtin/checkout.c:1373
9559msgid "perform a 3-way merge with the new branch"
9560msgstr ""
9561
9562#: builtin/checkout.c:1375 builtin/merge.c:284
9563msgid "update ignored files (default)"
9564msgstr ""
9565
9566#: builtin/checkout.c:1377 builtin/log.c:1594 parse-options.h:317
9567msgid "style"
9568msgstr ""
9569
9570#: builtin/checkout.c:1378
9571msgid "conflict style (merge or diff3)"
9572msgstr ""
9573
9574#: builtin/checkout.c:1381
9575msgid "do not limit pathspecs to sparse entries only"
9576msgstr ""
9577
9578#: builtin/checkout.c:1383
9579msgid "do not second guess 'git checkout <no-such-branch>'"
9580msgstr ""
9581
9582#: builtin/checkout.c:1385
9583msgid "do not check if another worktree is holding the given ref"
9584msgstr ""
9585
9586#: builtin/checkout.c:1389 builtin/clone.c:88 builtin/fetch.c:141
9587#: builtin/merge.c:281 builtin/pull.c:136 builtin/push.c:575
9588#: builtin/send-pack.c:174
9589msgid "force progress reporting"
9590msgstr ""
9591
9592#: builtin/checkout.c:1390
9593msgid "use overlay mode (default)"
9594msgstr ""
9595
9596#: builtin/checkout.c:1422
9597msgid "-b, -B and --orphan are mutually exclusive"
9598msgstr ""
9599
9600#: builtin/checkout.c:1425
9601msgid "-p and --overlay are mutually exclusive"
9602msgstr ""
9603
9604#: builtin/checkout.c:1442
9605msgid "--track needs a branch name"
9606msgstr ""
9607
9608#: builtin/checkout.c:1447
9609msgid "missing branch name; try -b"
9610msgstr ""
9611
9612#: builtin/checkout.c:1484
9613msgid "invalid path specification"
9614msgstr ""
9615
9616#: builtin/checkout.c:1491
9617#, c-format
9618msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
9619msgstr ""
9620
9621#: builtin/checkout.c:1495
9622#, c-format
9623msgid "git checkout: --detach does not take a path argument '%s'"
9624msgstr ""
9625
9626#: builtin/checkout.c:1499
9627msgid ""
9628"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
9629"checking out of the index."
9630msgstr ""
9631
9632#: builtin/checkout.c:1519
9633#, c-format
9634msgid ""
9635"'%s' matched more than one remote tracking branch.\n"
9636"We found %d remotes with a reference that matched. So we fell back\n"
9637"on trying to resolve the argument as a path, but failed there too!\n"
9638"\n"
9639"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
9640"you can do so by fully qualifying the name with the --track option:\n"
9641"\n"
9642"    git checkout --track origin/<name>\n"
9643"\n"
9644"If you'd like to always have checkouts of an ambiguous <name> prefer\n"
9645"one remote, e.g. the 'origin' remote, consider setting\n"
9646"checkout.defaultRemote=origin in your config."
9647msgstr ""
9648
9649#: builtin/clean.c:28
9650msgid ""
9651"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
9652msgstr ""
9653
9654#: builtin/clean.c:32
9655#, c-format
9656msgid "Removing %s\n"
9657msgstr ""
9658
9659#: builtin/clean.c:33
9660#, c-format
9661msgid "Would remove %s\n"
9662msgstr ""
9663
9664#: builtin/clean.c:34
9665#, c-format
9666msgid "Skipping repository %s\n"
9667msgstr ""
9668
9669#: builtin/clean.c:35
9670#, c-format
9671msgid "Would skip repository %s\n"
9672msgstr ""
9673
9674#: builtin/clean.c:36
9675#, c-format
9676msgid "failed to remove %s"
9677msgstr ""
9678
9679#: builtin/clean.c:299 git-add--interactive.perl:579
9680#, c-format
9681msgid ""
9682"Prompt help:\n"
9683"1          - select a numbered item\n"
9684"foo        - select item based on unique prefix\n"
9685"           - (empty) select nothing\n"
9686msgstr ""
9687
9688#: builtin/clean.c:303 git-add--interactive.perl:588
9689#, c-format
9690msgid ""
9691"Prompt help:\n"
9692"1          - select a single item\n"
9693"3-5        - select a range of items\n"
9694"2-3,6-9    - select multiple ranges\n"
9695"foo        - select item based on unique prefix\n"
9696"-...       - unselect specified items\n"
9697"*          - choose all items\n"
9698"           - (empty) finish selecting\n"
9699msgstr ""
9700
9701#: builtin/clean.c:519 git-add--interactive.perl:554
9702#: git-add--interactive.perl:559
9703#, c-format, perl-format
9704msgid "Huh (%s)?\n"
9705msgstr ""
9706
9707#: builtin/clean.c:661
9708#, c-format
9709msgid "Input ignore patterns>> "
9710msgstr ""
9711
9712#: builtin/clean.c:698
9713#, c-format
9714msgid "WARNING: Cannot find items matched by: %s"
9715msgstr ""
9716
9717#: builtin/clean.c:719
9718msgid "Select items to delete"
9719msgstr ""
9720
9721#. TRANSLATORS: Make sure to keep [y/N] as is
9722#: builtin/clean.c:760
9723#, c-format
9724msgid "Remove %s [y/N]? "
9725msgstr ""
9726
9727#: builtin/clean.c:785 git-add--interactive.perl:1717
9728#, c-format
9729msgid "Bye.\n"
9730msgstr ""
9731
9732#: builtin/clean.c:793
9733msgid ""
9734"clean               - start cleaning\n"
9735"filter by pattern   - exclude items from deletion\n"
9736"select by numbers   - select items to be deleted by numbers\n"
9737"ask each            - confirm each deletion (like \"rm -i\")\n"
9738"quit                - stop cleaning\n"
9739"help                - this screen\n"
9740"?                   - help for prompt selection"
9741msgstr ""
9742
9743#: builtin/clean.c:820 git-add--interactive.perl:1793
9744msgid "*** Commands ***"
9745msgstr ""
9746
9747#: builtin/clean.c:821 git-add--interactive.perl:1790
9748msgid "What now"
9749msgstr ""
9750
9751#: builtin/clean.c:829
9752msgid "Would remove the following item:"
9753msgid_plural "Would remove the following items:"
9754msgstr[0] ""
9755msgstr[1] ""
9756
9757#: builtin/clean.c:845
9758msgid "No more files to clean, exiting."
9759msgstr ""
9760
9761#: builtin/clean.c:907
9762msgid "do not print names of files removed"
9763msgstr ""
9764
9765#: builtin/clean.c:909
9766msgid "force"
9767msgstr ""
9768
9769#: builtin/clean.c:910
9770msgid "interactive cleaning"
9771msgstr ""
9772
9773#: builtin/clean.c:912
9774msgid "remove whole directories"
9775msgstr ""
9776
9777#: builtin/clean.c:913 builtin/describe.c:546 builtin/describe.c:548
9778#: builtin/grep.c:897 builtin/log.c:171 builtin/log.c:173
9779#: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:419
9780#: builtin/show-ref.c:179
9781msgid "pattern"
9782msgstr ""
9783
9784#: builtin/clean.c:914
9785msgid "add <pattern> to ignore rules"
9786msgstr ""
9787
9788#: builtin/clean.c:915
9789msgid "remove ignored files, too"
9790msgstr ""
9791
9792#: builtin/clean.c:917
9793msgid "remove only ignored files"
9794msgstr ""
9795
9796#: builtin/clean.c:935
9797msgid "-x and -X cannot be used together"
9798msgstr ""
9799
9800#: builtin/clean.c:939
9801msgid ""
9802"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
9803"clean"
9804msgstr ""
9805
9806#: builtin/clean.c:942
9807msgid ""
9808"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
9809"refusing to clean"
9810msgstr ""
9811
9812#: builtin/clone.c:44
9813msgid "git clone [<options>] [--] <repo> [<dir>]"
9814msgstr ""
9815
9816#: builtin/clone.c:90
9817msgid "don't create a checkout"
9818msgstr ""
9819
9820#: builtin/clone.c:91 builtin/clone.c:93 builtin/init-db.c:489
9821msgid "create a bare repository"
9822msgstr ""
9823
9824#: builtin/clone.c:95
9825msgid "create a mirror repository (implies bare)"
9826msgstr ""
9827
9828#: builtin/clone.c:97
9829msgid "to clone from a local repository"
9830msgstr ""
9831
9832#: builtin/clone.c:99
9833msgid "don't use local hardlinks, always copy"
9834msgstr ""
9835
9836#: builtin/clone.c:101
9837msgid "setup as shared repository"
9838msgstr ""
9839
9840#: builtin/clone.c:104
9841msgid "pathspec"
9842msgstr ""
9843
9844#: builtin/clone.c:104
9845msgid "initialize submodules in the clone"
9846msgstr ""
9847
9848#: builtin/clone.c:107
9849msgid "number of submodules cloned in parallel"
9850msgstr ""
9851
9852#: builtin/clone.c:108 builtin/init-db.c:486
9853msgid "template-directory"
9854msgstr ""
9855
9856#: builtin/clone.c:109 builtin/init-db.c:487
9857msgid "directory from which templates will be used"
9858msgstr ""
9859
9860#: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:1379
9861#: builtin/submodule--helper.c:1859
9862msgid "reference repository"
9863msgstr ""
9864
9865#: builtin/clone.c:115 builtin/submodule--helper.c:1381
9866#: builtin/submodule--helper.c:1861
9867msgid "use --reference only while cloning"
9868msgstr ""
9869
9870#: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:46
9871#: builtin/pack-objects.c:3306 builtin/repack.c:329
9872msgid "name"
9873msgstr ""
9874
9875#: builtin/clone.c:117
9876msgid "use <name> instead of 'origin' to track upstream"
9877msgstr ""
9878
9879#: builtin/clone.c:119
9880msgid "checkout <branch> instead of the remote's HEAD"
9881msgstr ""
9882
9883#: builtin/clone.c:121
9884msgid "path to git-upload-pack on the remote"
9885msgstr ""
9886
9887#: builtin/clone.c:122 builtin/fetch.c:142 builtin/grep.c:836
9888#: builtin/pull.c:225
9889msgid "depth"
9890msgstr ""
9891
9892#: builtin/clone.c:123
9893msgid "create a shallow clone of that depth"
9894msgstr ""
9895
9896#: builtin/clone.c:124 builtin/fetch.c:144 builtin/pack-objects.c:3295
9897msgid "time"
9898msgstr ""
9899
9900#: builtin/clone.c:125
9901msgid "create a shallow clone since a specific time"
9902msgstr ""
9903
9904#: builtin/clone.c:126 builtin/fetch.c:146 builtin/fetch.c:169
9905#: builtin/rebase.c:1389
9906msgid "revision"
9907msgstr ""
9908
9909#: builtin/clone.c:127 builtin/fetch.c:147
9910msgid "deepen history of shallow clone, excluding rev"
9911msgstr ""
9912
9913#: builtin/clone.c:129
9914msgid "clone only one branch, HEAD or --branch"
9915msgstr ""
9916
9917#: builtin/clone.c:131
9918msgid "don't clone any tags, and make later fetches not to follow them"
9919msgstr ""
9920
9921#: builtin/clone.c:133
9922msgid "any cloned submodules will be shallow"
9923msgstr ""
9924
9925#: builtin/clone.c:134 builtin/init-db.c:495
9926msgid "gitdir"
9927msgstr ""
9928
9929#: builtin/clone.c:135 builtin/init-db.c:496
9930msgid "separate git dir from working tree"
9931msgstr ""
9932
9933#: builtin/clone.c:136
9934msgid "key=value"
9935msgstr ""
9936
9937#: builtin/clone.c:137
9938msgid "set config inside the new repository"
9939msgstr ""
9940
9941#: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:76
9942#: builtin/push.c:585 builtin/send-pack.c:172
9943msgid "server-specific"
9944msgstr ""
9945
9946#: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:76
9947#: builtin/push.c:585 builtin/send-pack.c:173
9948msgid "option to transmit"
9949msgstr ""
9950
9951#: builtin/clone.c:140 builtin/fetch.c:165 builtin/pull.c:238
9952#: builtin/push.c:586
9953msgid "use IPv4 addresses only"
9954msgstr ""
9955
9956#: builtin/clone.c:142 builtin/fetch.c:167 builtin/pull.c:241
9957#: builtin/push.c:588
9958msgid "use IPv6 addresses only"
9959msgstr ""
9960
9961#: builtin/clone.c:280
9962msgid ""
9963"No directory name could be guessed.\n"
9964"Please specify a directory on the command line"
9965msgstr ""
9966
9967#: builtin/clone.c:333
9968#, c-format
9969msgid "info: Could not add alternate for '%s': %s\n"
9970msgstr ""
9971
9972#: builtin/clone.c:405
9973#, c-format
9974msgid "failed to open '%s'"
9975msgstr ""
9976
9977#: builtin/clone.c:413
9978#, c-format
9979msgid "%s exists and is not a directory"
9980msgstr ""
9981
9982#: builtin/clone.c:427
9983#, c-format
9984msgid "failed to stat %s\n"
9985msgstr ""
9986
9987#: builtin/clone.c:444
9988#, c-format
9989msgid "failed to unlink '%s'"
9990msgstr ""
9991
9992#: builtin/clone.c:449
9993#, c-format
9994msgid "failed to create link '%s'"
9995msgstr ""
9996
9997#: builtin/clone.c:453
9998#, c-format
9999msgid "failed to copy file to '%s'"
10000msgstr ""
10001
10002#: builtin/clone.c:479
10003#, c-format
10004msgid "done.\n"
10005msgstr ""
10006
10007#: builtin/clone.c:493
10008msgid ""
10009"Clone succeeded, but checkout failed.\n"
10010"You can inspect what was checked out with 'git status'\n"
10011"and retry the checkout with 'git checkout -f HEAD'\n"
10012msgstr ""
10013
10014#: builtin/clone.c:570
10015#, c-format
10016msgid "Could not find remote branch %s to clone."
10017msgstr ""
10018
10019#: builtin/clone.c:689
10020#, c-format
10021msgid "unable to update %s"
10022msgstr ""
10023
10024#: builtin/clone.c:739
10025msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
10026msgstr ""
10027
10028#: builtin/clone.c:770
10029msgid "unable to checkout working tree"
10030msgstr ""
10031
10032#: builtin/clone.c:815
10033msgid "unable to write parameters to config file"
10034msgstr ""
10035
10036#: builtin/clone.c:878
10037msgid "cannot repack to clean up"
10038msgstr ""
10039
10040#: builtin/clone.c:880
10041msgid "cannot unlink temporary alternates file"
10042msgstr ""
10043
10044#: builtin/clone.c:920 builtin/receive-pack.c:1952
10045msgid "Too many arguments."
10046msgstr ""
10047
10048#: builtin/clone.c:924
10049msgid "You must specify a repository to clone."
10050msgstr ""
10051
10052#: builtin/clone.c:937
10053#, c-format
10054msgid "--bare and --origin %s options are incompatible."
10055msgstr ""
10056
10057#: builtin/clone.c:940
10058msgid "--bare and --separate-git-dir are incompatible."
10059msgstr ""
10060
10061#: builtin/clone.c:953
10062#, c-format
10063msgid "repository '%s' does not exist"
10064msgstr ""
10065
10066#: builtin/clone.c:959 builtin/fetch.c:1610
10067#, c-format
10068msgid "depth %s is not a positive number"
10069msgstr ""
10070
10071#: builtin/clone.c:969
10072#, c-format
10073msgid "destination path '%s' already exists and is not an empty directory."
10074msgstr ""
10075
10076#: builtin/clone.c:979
10077#, c-format
10078msgid "working tree '%s' already exists."
10079msgstr ""
10080
10081#: builtin/clone.c:994 builtin/clone.c:1015 builtin/difftool.c:264
10082#: builtin/worktree.c:296 builtin/worktree.c:328
10083#, c-format
10084msgid "could not create leading directories of '%s'"
10085msgstr ""
10086
10087#: builtin/clone.c:999
10088#, c-format
10089msgid "could not create work tree dir '%s'"
10090msgstr ""
10091
10092#: builtin/clone.c:1019
10093#, c-format
10094msgid "Cloning into bare repository '%s'...\n"
10095msgstr ""
10096
10097#: builtin/clone.c:1021
10098#, c-format
10099msgid "Cloning into '%s'...\n"
10100msgstr ""
10101
10102#: builtin/clone.c:1045
10103msgid ""
10104"clone --recursive is not compatible with both --reference and --reference-if-"
10105"able"
10106msgstr ""
10107
10108#: builtin/clone.c:1106
10109msgid "--depth is ignored in local clones; use file:// instead."
10110msgstr ""
10111
10112#: builtin/clone.c:1108
10113msgid "--shallow-since is ignored in local clones; use file:// instead."
10114msgstr ""
10115
10116#: builtin/clone.c:1110
10117msgid "--shallow-exclude is ignored in local clones; use file:// instead."
10118msgstr ""
10119
10120#: builtin/clone.c:1112
10121msgid "--filter is ignored in local clones; use file:// instead."
10122msgstr ""
10123
10124#: builtin/clone.c:1115
10125msgid "source repository is shallow, ignoring --local"
10126msgstr ""
10127
10128#: builtin/clone.c:1120
10129msgid "--local is ignored"
10130msgstr ""
10131
10132#: builtin/clone.c:1197 builtin/clone.c:1205
10133#, c-format
10134msgid "Remote branch %s not found in upstream %s"
10135msgstr ""
10136
10137#: builtin/clone.c:1208
10138msgid "You appear to have cloned an empty repository."
10139msgstr ""
10140
10141#: builtin/column.c:10
10142msgid "git column [<options>]"
10143msgstr ""
10144
10145#: builtin/column.c:27
10146msgid "lookup config vars"
10147msgstr ""
10148
10149#: builtin/column.c:28 builtin/column.c:29
10150msgid "layout to use"
10151msgstr ""
10152
10153#: builtin/column.c:30
10154msgid "Maximum width"
10155msgstr ""
10156
10157#: builtin/column.c:31
10158msgid "Padding space on left border"
10159msgstr ""
10160
10161#: builtin/column.c:32
10162msgid "Padding space on right border"
10163msgstr ""
10164
10165#: builtin/column.c:33
10166msgid "Padding space between columns"
10167msgstr ""
10168
10169#: builtin/column.c:51
10170msgid "--command must be the first argument"
10171msgstr ""
10172
10173#: builtin/commit-tree.c:18
10174msgid ""
10175"git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
10176"<file>)...] <tree>"
10177msgstr ""
10178
10179#: builtin/commit-tree.c:31
10180#, c-format
10181msgid "duplicate parent %s ignored"
10182msgstr ""
10183
10184#: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:520
10185#, c-format
10186msgid "not a valid object name %s"
10187msgstr ""
10188
10189#: builtin/commit-tree.c:93
10190#, c-format
10191msgid "git commit-tree: failed to open '%s'"
10192msgstr ""
10193
10194#: builtin/commit-tree.c:96
10195#, c-format
10196msgid "git commit-tree: failed to read '%s'"
10197msgstr ""
10198
10199#: builtin/commit-tree.c:98
10200#, c-format
10201msgid "git commit-tree: failed to close '%s'"
10202msgstr ""
10203
10204#: builtin/commit-tree.c:111
10205msgid "parent"
10206msgstr ""
10207
10208#: builtin/commit-tree.c:112
10209msgid "id of a parent commit object"
10210msgstr ""
10211
10212#: builtin/commit-tree.c:114 builtin/commit.c:1480 builtin/merge.c:268
10213#: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1473
10214#: builtin/tag.c:406
10215msgid "message"
10216msgstr ""
10217
10218#: builtin/commit-tree.c:115 builtin/commit.c:1480
10219msgid "commit message"
10220msgstr ""
10221
10222#: builtin/commit-tree.c:118
10223msgid "read commit log message from file"
10224msgstr ""
10225
10226#: builtin/commit-tree.c:121 builtin/commit.c:1492 builtin/merge.c:283
10227#: builtin/pull.c:193 builtin/revert.c:117
10228msgid "GPG sign commit"
10229msgstr ""
10230
10231#: builtin/commit-tree.c:133
10232msgid "must give exactly one tree"
10233msgstr ""
10234
10235#: builtin/commit-tree.c:140
10236msgid "git commit-tree: failed to read"
10237msgstr ""
10238
10239#: builtin/commit.c:41
10240msgid "git commit [<options>] [--] <pathspec>..."
10241msgstr ""
10242
10243#: builtin/commit.c:46
10244msgid "git status [<options>] [--] <pathspec>..."
10245msgstr ""
10246
10247#: builtin/commit.c:51
10248msgid ""
10249"You asked to amend the most recent commit, but doing so would make\n"
10250"it empty. You can repeat your command with --allow-empty, or you can\n"
10251"remove the commit entirely with \"git reset HEAD^\".\n"
10252msgstr ""
10253
10254#: builtin/commit.c:56
10255msgid ""
10256"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
10257"If you wish to commit it anyway, use:\n"
10258"\n"
10259"    git commit --allow-empty\n"
10260"\n"
10261msgstr ""
10262
10263#: builtin/commit.c:63
10264msgid "Otherwise, please use 'git reset'\n"
10265msgstr ""
10266
10267#: builtin/commit.c:66
10268msgid ""
10269"If you wish to skip this commit, use:\n"
10270"\n"
10271"    git reset\n"
10272"\n"
10273"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
10274"the remaining commits.\n"
10275msgstr ""
10276
10277#: builtin/commit.c:312
10278msgid "failed to unpack HEAD tree object"
10279msgstr ""
10280
10281#: builtin/commit.c:353
10282msgid "unable to create temporary index"
10283msgstr ""
10284
10285#: builtin/commit.c:359
10286msgid "interactive add failed"
10287msgstr ""
10288
10289#: builtin/commit.c:373
10290msgid "unable to update temporary index"
10291msgstr ""
10292
10293#: builtin/commit.c:375
10294msgid "Failed to update main cache tree"
10295msgstr ""
10296
10297#: builtin/commit.c:400 builtin/commit.c:423 builtin/commit.c:469
10298msgid "unable to write new_index file"
10299msgstr ""
10300
10301#: builtin/commit.c:452
10302msgid "cannot do a partial commit during a merge."
10303msgstr ""
10304
10305#: builtin/commit.c:454
10306msgid "cannot do a partial commit during a cherry-pick."
10307msgstr ""
10308
10309#: builtin/commit.c:462
10310msgid "cannot read the index"
10311msgstr ""
10312
10313#: builtin/commit.c:481
10314msgid "unable to write temporary index file"
10315msgstr ""
10316
10317#: builtin/commit.c:579
10318#, c-format
10319msgid "commit '%s' lacks author header"
10320msgstr ""
10321
10322#: builtin/commit.c:581
10323#, c-format
10324msgid "commit '%s' has malformed author line"
10325msgstr ""
10326
10327#: builtin/commit.c:600
10328msgid "malformed --author parameter"
10329msgstr ""
10330
10331#: builtin/commit.c:653
10332msgid ""
10333"unable to select a comment character that is not used\n"
10334"in the current commit message"
10335msgstr ""
10336
10337#: builtin/commit.c:691 builtin/commit.c:724 builtin/commit.c:1069
10338#, c-format
10339msgid "could not lookup commit %s"
10340msgstr ""
10341
10342#: builtin/commit.c:703 builtin/shortlog.c:319
10343#, c-format
10344msgid "(reading log message from standard input)\n"
10345msgstr ""
10346
10347#: builtin/commit.c:705
10348msgid "could not read log from standard input"
10349msgstr ""
10350
10351#: builtin/commit.c:709
10352#, c-format
10353msgid "could not read log file '%s'"
10354msgstr ""
10355
10356#: builtin/commit.c:740 builtin/commit.c:756
10357msgid "could not read SQUASH_MSG"
10358msgstr ""
10359
10360#: builtin/commit.c:747
10361msgid "could not read MERGE_MSG"
10362msgstr ""
10363
10364#: builtin/commit.c:807
10365msgid "could not write commit template"
10366msgstr ""
10367
10368#: builtin/commit.c:826
10369#, c-format
10370msgid ""
10371"\n"
10372"It looks like you may be committing a merge.\n"
10373"If this is not correct, please remove the file\n"
10374"\t%s\n"
10375"and try again.\n"
10376msgstr ""
10377
10378#: builtin/commit.c:831
10379#, c-format
10380msgid ""
10381"\n"
10382"It looks like you may be committing a cherry-pick.\n"
10383"If this is not correct, please remove the file\n"
10384"\t%s\n"
10385"and try again.\n"
10386msgstr ""
10387
10388#: builtin/commit.c:844
10389#, c-format
10390msgid ""
10391"Please enter the commit message for your changes. Lines starting\n"
10392"with '%c' will be ignored, and an empty message aborts the commit.\n"
10393msgstr ""
10394
10395#: builtin/commit.c:852
10396#, c-format
10397msgid ""
10398"Please enter the commit message for your changes. Lines starting\n"
10399"with '%c' will be kept; you may remove them yourself if you want to.\n"
10400"An empty message aborts the commit.\n"
10401msgstr ""
10402
10403#: builtin/commit.c:869
10404#, c-format
10405msgid "%sAuthor:    %.*s <%.*s>"
10406msgstr ""
10407
10408#: builtin/commit.c:877
10409#, c-format
10410msgid "%sDate:      %s"
10411msgstr ""
10412
10413#: builtin/commit.c:884
10414#, c-format
10415msgid "%sCommitter: %.*s <%.*s>"
10416msgstr ""
10417
10418#: builtin/commit.c:902
10419msgid "Cannot read index"
10420msgstr ""
10421
10422#: builtin/commit.c:969
10423msgid "Error building trees"
10424msgstr ""
10425
10426#: builtin/commit.c:983 builtin/tag.c:269
10427#, c-format
10428msgid "Please supply the message using either -m or -F option.\n"
10429msgstr ""
10430
10431#: builtin/commit.c:1027
10432#, c-format
10433msgid "--author '%s' is not 'Name <email>' and matches no existing author"
10434msgstr ""
10435
10436#: builtin/commit.c:1041
10437#, c-format
10438msgid "Invalid ignored mode '%s'"
10439msgstr ""
10440
10441#: builtin/commit.c:1059 builtin/commit.c:1284
10442#, c-format
10443msgid "Invalid untracked files mode '%s'"
10444msgstr ""
10445
10446#: builtin/commit.c:1097
10447msgid "--long and -z are incompatible"
10448msgstr ""
10449
10450#: builtin/commit.c:1130
10451msgid "Using both --reset-author and --author does not make sense"
10452msgstr ""
10453
10454#: builtin/commit.c:1139
10455msgid "You have nothing to amend."
10456msgstr ""
10457
10458#: builtin/commit.c:1142
10459msgid "You are in the middle of a merge -- cannot amend."
10460msgstr ""
10461
10462#: builtin/commit.c:1144
10463msgid "You are in the middle of a cherry-pick -- cannot amend."
10464msgstr ""
10465
10466#: builtin/commit.c:1147
10467msgid "Options --squash and --fixup cannot be used together"
10468msgstr ""
10469
10470#: builtin/commit.c:1157
10471msgid "Only one of -c/-C/-F/--fixup can be used."
10472msgstr ""
10473
10474#: builtin/commit.c:1159
10475msgid "Option -m cannot be combined with -c/-C/-F."
10476msgstr ""
10477
10478#: builtin/commit.c:1167
10479msgid "--reset-author can be used only with -C, -c or --amend."
10480msgstr ""
10481
10482#: builtin/commit.c:1184
10483msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
10484msgstr ""
10485
10486#: builtin/commit.c:1186
10487msgid "No paths with --include/--only does not make sense."
10488msgstr ""
10489
10490#: builtin/commit.c:1192
10491#, c-format
10492msgid "paths '%s ...' with -a does not make sense"
10493msgstr ""
10494
10495#: builtin/commit.c:1319 builtin/commit.c:1503
10496msgid "show status concisely"
10497msgstr ""
10498
10499#: builtin/commit.c:1321 builtin/commit.c:1505
10500msgid "show branch information"
10501msgstr ""
10502
10503#: builtin/commit.c:1323
10504msgid "show stash information"
10505msgstr ""
10506
10507#: builtin/commit.c:1325 builtin/commit.c:1507
10508msgid "compute full ahead/behind values"
10509msgstr ""
10510
10511#: builtin/commit.c:1327
10512msgid "version"
10513msgstr ""
10514
10515#: builtin/commit.c:1327 builtin/commit.c:1509 builtin/push.c:561
10516#: builtin/worktree.c:643
10517msgid "machine-readable output"
10518msgstr ""
10519
10520#: builtin/commit.c:1330 builtin/commit.c:1511
10521msgid "show status in long format (default)"
10522msgstr ""
10523
10524#: builtin/commit.c:1333 builtin/commit.c:1514
10525msgid "terminate entries with NUL"
10526msgstr ""
10527
10528#: builtin/commit.c:1335 builtin/commit.c:1339 builtin/commit.c:1517
10529#: builtin/fast-export.c:1085 builtin/fast-export.c:1088 builtin/rebase.c:1465
10530#: parse-options.h:331
10531msgid "mode"
10532msgstr ""
10533
10534#: builtin/commit.c:1336 builtin/commit.c:1517
10535msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
10536msgstr ""
10537
10538#: builtin/commit.c:1340
10539msgid ""
10540"show ignored files, optional modes: traditional, matching, no. (Default: "
10541"traditional)"
10542msgstr ""
10543
10544#: builtin/commit.c:1342 parse-options.h:179
10545msgid "when"
10546msgstr ""
10547
10548#: builtin/commit.c:1343
10549msgid ""
10550"ignore changes to submodules, optional when: all, dirty, untracked. "
10551"(Default: all)"
10552msgstr ""
10553
10554#: builtin/commit.c:1345
10555msgid "list untracked files in columns"
10556msgstr ""
10557
10558#: builtin/commit.c:1346
10559msgid "do not detect renames"
10560msgstr ""
10561
10562#: builtin/commit.c:1348
10563msgid "detect renames, optionally set similarity index"
10564msgstr ""
10565
10566#: builtin/commit.c:1368
10567msgid "Unsupported combination of ignored and untracked-files arguments"
10568msgstr ""
10569
10570#: builtin/commit.c:1473
10571msgid "suppress summary after successful commit"
10572msgstr ""
10573
10574#: builtin/commit.c:1474
10575msgid "show diff in commit message template"
10576msgstr ""
10577
10578#: builtin/commit.c:1476
10579msgid "Commit message options"
10580msgstr ""
10581
10582#: builtin/commit.c:1477 builtin/merge.c:272 builtin/tag.c:408
10583msgid "read message from file"
10584msgstr ""
10585
10586#: builtin/commit.c:1478
10587msgid "author"
10588msgstr ""
10589
10590#: builtin/commit.c:1478
10591msgid "override author for commit"
10592msgstr ""
10593
10594#: builtin/commit.c:1479 builtin/gc.c:539
10595msgid "date"
10596msgstr ""
10597
10598#: builtin/commit.c:1479
10599msgid "override date for commit"
10600msgstr ""
10601
10602#: builtin/commit.c:1481 builtin/commit.c:1482 builtin/commit.c:1483
10603#: builtin/commit.c:1484 parse-options.h:323 ref-filter.h:92
10604msgid "commit"
10605msgstr ""
10606
10607#: builtin/commit.c:1481
10608msgid "reuse and edit message from specified commit"
10609msgstr ""
10610
10611#: builtin/commit.c:1482
10612msgid "reuse message from specified commit"
10613msgstr ""
10614
10615#: builtin/commit.c:1483
10616msgid "use autosquash formatted message to fixup specified commit"
10617msgstr ""
10618
10619#: builtin/commit.c:1484
10620msgid "use autosquash formatted message to squash specified commit"
10621msgstr ""
10622
10623#: builtin/commit.c:1485
10624msgid "the commit is authored by me now (used with -C/-c/--amend)"
10625msgstr ""
10626
10627#: builtin/commit.c:1486 builtin/log.c:1541 builtin/merge.c:285
10628#: builtin/pull.c:162 builtin/revert.c:109
10629msgid "add Signed-off-by:"
10630msgstr ""
10631
10632#: builtin/commit.c:1487
10633msgid "use specified template file"
10634msgstr ""
10635
10636#: builtin/commit.c:1488
10637msgid "force edit of commit"
10638msgstr ""
10639
10640#: builtin/commit.c:1490
10641msgid "include status in commit message template"
10642msgstr ""
10643
10644#: builtin/commit.c:1495
10645msgid "Commit contents options"
10646msgstr ""
10647
10648#: builtin/commit.c:1496
10649msgid "commit all changed files"
10650msgstr ""
10651
10652#: builtin/commit.c:1497
10653msgid "add specified files to index for commit"
10654msgstr ""
10655
10656#: builtin/commit.c:1498
10657msgid "interactively add files"
10658msgstr ""
10659
10660#: builtin/commit.c:1499
10661msgid "interactively add changes"
10662msgstr ""
10663
10664#: builtin/commit.c:1500
10665msgid "commit only specified files"
10666msgstr ""
10667
10668#: builtin/commit.c:1501
10669msgid "bypass pre-commit and commit-msg hooks"
10670msgstr ""
10671
10672#: builtin/commit.c:1502
10673msgid "show what would be committed"
10674msgstr ""
10675
10676#: builtin/commit.c:1515
10677msgid "amend previous commit"
10678msgstr ""
10679
10680#: builtin/commit.c:1516
10681msgid "bypass post-rewrite hook"
10682msgstr ""
10683
10684#: builtin/commit.c:1521
10685msgid "ok to record an empty change"
10686msgstr ""
10687
10688#: builtin/commit.c:1523
10689msgid "ok to record a change with an empty message"
10690msgstr ""
10691
10692#: builtin/commit.c:1596
10693#, c-format
10694msgid "Corrupt MERGE_HEAD file (%s)"
10695msgstr ""
10696
10697#: builtin/commit.c:1603
10698msgid "could not read MERGE_MODE"
10699msgstr ""
10700
10701#: builtin/commit.c:1622
10702#, c-format
10703msgid "could not read commit message: %s"
10704msgstr ""
10705
10706#: builtin/commit.c:1629
10707#, c-format
10708msgid "Aborting commit due to empty commit message.\n"
10709msgstr ""
10710
10711#: builtin/commit.c:1634
10712#, c-format
10713msgid "Aborting commit; you did not edit the message.\n"
10714msgstr ""
10715
10716#: builtin/commit.c:1668
10717msgid ""
10718"repository has been updated, but unable to write\n"
10719"new_index file. Check that disk is not full and quota is\n"
10720"not exceeded, and then \"git reset HEAD\" to recover."
10721msgstr ""
10722
10723#: builtin/commit-graph.c:10
10724msgid "git commit-graph [--object-dir <objdir>]"
10725msgstr ""
10726
10727#: builtin/commit-graph.c:11 builtin/commit-graph.c:23
10728msgid "git commit-graph read [--object-dir <objdir>]"
10729msgstr ""
10730
10731#: builtin/commit-graph.c:12 builtin/commit-graph.c:18
10732msgid "git commit-graph verify [--object-dir <objdir>]"
10733msgstr ""
10734
10735#: builtin/commit-graph.c:13 builtin/commit-graph.c:28
10736msgid ""
10737"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10738"stdin-packs|--stdin-commits]"
10739msgstr ""
10740
10741#: builtin/commit-graph.c:51 builtin/commit-graph.c:89
10742#: builtin/commit-graph.c:147 builtin/commit-graph.c:205 builtin/fetch.c:153
10743#: builtin/log.c:1561
10744msgid "dir"
10745msgstr ""
10746
10747#: builtin/commit-graph.c:52 builtin/commit-graph.c:90
10748#: builtin/commit-graph.c:148 builtin/commit-graph.c:206
10749msgid "The object directory to store the graph"
10750msgstr ""
10751
10752#: builtin/commit-graph.c:68 builtin/commit-graph.c:105
10753#, c-format
10754msgid "Could not open commit-graph '%s'"
10755msgstr ""
10756
10757#: builtin/commit-graph.c:150
10758msgid "start walk at all refs"
10759msgstr ""
10760
10761#: builtin/commit-graph.c:152
10762msgid "scan pack-indexes listed by stdin for commits"
10763msgstr ""
10764
10765#: builtin/commit-graph.c:154
10766msgid "start walk at commits listed by stdin"
10767msgstr ""
10768
10769#: builtin/commit-graph.c:156
10770msgid "include all commits already in the commit-graph file"
10771msgstr ""
10772
10773#: builtin/commit-graph.c:165
10774msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
10775msgstr ""
10776
10777#: builtin/config.c:11
10778msgid "git config [<options>]"
10779msgstr ""
10780
10781#: builtin/config.c:103
10782#, c-format
10783msgid "unrecognized --type argument, %s"
10784msgstr ""
10785
10786#: builtin/config.c:115
10787msgid "only one type at a time"
10788msgstr ""
10789
10790#: builtin/config.c:124
10791msgid "Config file location"
10792msgstr ""
10793
10794#: builtin/config.c:125
10795msgid "use global config file"
10796msgstr ""
10797
10798#: builtin/config.c:126
10799msgid "use system config file"
10800msgstr ""
10801
10802#: builtin/config.c:127
10803msgid "use repository config file"
10804msgstr ""
10805
10806#: builtin/config.c:128
10807msgid "use per-worktree config file"
10808msgstr ""
10809
10810#: builtin/config.c:129
10811msgid "use given config file"
10812msgstr ""
10813
10814#: builtin/config.c:130
10815msgid "blob-id"
10816msgstr ""
10817
10818#: builtin/config.c:130
10819msgid "read config from given blob object"
10820msgstr ""
10821
10822#: builtin/config.c:131
10823msgid "Action"
10824msgstr ""
10825
10826#: builtin/config.c:132
10827msgid "get value: name [value-regex]"
10828msgstr ""
10829
10830#: builtin/config.c:133
10831msgid "get all values: key [value-regex]"
10832msgstr ""
10833
10834#: builtin/config.c:134
10835msgid "get values for regexp: name-regex [value-regex]"
10836msgstr ""
10837
10838#: builtin/config.c:135
10839msgid "get value specific for the URL: section[.var] URL"
10840msgstr ""
10841
10842#: builtin/config.c:136
10843msgid "replace all matching variables: name value [value_regex]"
10844msgstr ""
10845
10846#: builtin/config.c:137
10847msgid "add a new variable: name value"
10848msgstr ""
10849
10850#: builtin/config.c:138
10851msgid "remove a variable: name [value-regex]"
10852msgstr ""
10853
10854#: builtin/config.c:139
10855msgid "remove all matches: name [value-regex]"
10856msgstr ""
10857
10858#: builtin/config.c:140
10859msgid "rename section: old-name new-name"
10860msgstr ""
10861
10862#: builtin/config.c:141
10863msgid "remove a section: name"
10864msgstr ""
10865
10866#: builtin/config.c:142
10867msgid "list all"
10868msgstr ""
10869
10870#: builtin/config.c:143
10871msgid "open an editor"
10872msgstr ""
10873
10874#: builtin/config.c:144
10875msgid "find the color configured: slot [default]"
10876msgstr ""
10877
10878#: builtin/config.c:145
10879msgid "find the color setting: slot [stdout-is-tty]"
10880msgstr ""
10881
10882#: builtin/config.c:146
10883msgid "Type"
10884msgstr ""
10885
10886#: builtin/config.c:147
10887msgid "value is given this type"
10888msgstr ""
10889
10890#: builtin/config.c:148
10891msgid "value is \"true\" or \"false\""
10892msgstr ""
10893
10894#: builtin/config.c:149
10895msgid "value is decimal number"
10896msgstr ""
10897
10898#: builtin/config.c:150
10899msgid "value is --bool or --int"
10900msgstr ""
10901
10902#: builtin/config.c:151
10903msgid "value is a path (file or directory name)"
10904msgstr ""
10905
10906#: builtin/config.c:152
10907msgid "value is an expiry date"
10908msgstr ""
10909
10910#: builtin/config.c:153
10911msgid "Other"
10912msgstr ""
10913
10914#: builtin/config.c:154
10915msgid "terminate values with NUL byte"
10916msgstr ""
10917
10918#: builtin/config.c:155
10919msgid "show variable names only"
10920msgstr ""
10921
10922#: builtin/config.c:156
10923msgid "respect include directives on lookup"
10924msgstr ""
10925
10926#: builtin/config.c:157
10927msgid "show origin of config (file, standard input, blob, command line)"
10928msgstr ""
10929
10930#: builtin/config.c:158
10931msgid "value"
10932msgstr ""
10933
10934#: builtin/config.c:158
10935msgid "with --get, use default value when missing entry"
10936msgstr ""
10937
10938#: builtin/config.c:172
10939#, c-format
10940msgid "wrong number of arguments, should be %d"
10941msgstr ""
10942
10943#: builtin/config.c:174
10944#, c-format
10945msgid "wrong number of arguments, should be from %d to %d"
10946msgstr ""
10947
10948#: builtin/config.c:308
10949#, c-format
10950msgid "invalid key pattern: %s"
10951msgstr ""
10952
10953#: builtin/config.c:344
10954#, c-format
10955msgid "failed to format default config value: %s"
10956msgstr ""
10957
10958#: builtin/config.c:401
10959#, c-format
10960msgid "cannot parse color '%s'"
10961msgstr ""
10962
10963#: builtin/config.c:443
10964msgid "unable to parse default color value"
10965msgstr ""
10966
10967#: builtin/config.c:496 builtin/config.c:742
10968msgid "not in a git directory"
10969msgstr ""
10970
10971#: builtin/config.c:499
10972msgid "writing to stdin is not supported"
10973msgstr ""
10974
10975#: builtin/config.c:502
10976msgid "writing config blobs is not supported"
10977msgstr ""
10978
10979#: builtin/config.c:587
10980#, c-format
10981msgid ""
10982"# This is Git's per-user configuration file.\n"
10983"[user]\n"
10984"# Please adapt and uncomment the following lines:\n"
10985"#\tname = %s\n"
10986"#\temail = %s\n"
10987msgstr ""
10988
10989#: builtin/config.c:611
10990msgid "only one config file at a time"
10991msgstr ""
10992
10993#: builtin/config.c:616
10994msgid "--local can only be used inside a git repository"
10995msgstr ""
10996
10997#: builtin/config.c:619
10998msgid "--blob can only be used inside a git repository"
10999msgstr ""
11000
11001#: builtin/config.c:638
11002msgid "$HOME not set"
11003msgstr ""
11004
11005#: builtin/config.c:658
11006msgid ""
11007"--worktree cannot be used with multiple working trees unless the config\n"
11008"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
11009"section in \"git help worktree\" for details"
11010msgstr ""
11011
11012#: builtin/config.c:688
11013msgid "--get-color and variable type are incoherent"
11014msgstr ""
11015
11016#: builtin/config.c:693
11017msgid "only one action at a time"
11018msgstr ""
11019
11020#: builtin/config.c:706
11021msgid "--name-only is only applicable to --list or --get-regexp"
11022msgstr ""
11023
11024#: builtin/config.c:712
11025msgid ""
11026"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
11027"list"
11028msgstr ""
11029
11030#: builtin/config.c:718
11031msgid "--default is only applicable to --get"
11032msgstr ""
11033
11034#: builtin/config.c:731
11035#, c-format
11036msgid "unable to read config file '%s'"
11037msgstr ""
11038
11039#: builtin/config.c:734
11040msgid "error processing config file(s)"
11041msgstr ""
11042
11043#: builtin/config.c:744
11044msgid "editing stdin is not supported"
11045msgstr ""
11046
11047#: builtin/config.c:746
11048msgid "editing blobs is not supported"
11049msgstr ""
11050
11051#: builtin/config.c:760
11052#, c-format
11053msgid "cannot create configuration file %s"
11054msgstr ""
11055
11056#: builtin/config.c:773
11057#, c-format
11058msgid ""
11059"cannot overwrite multiple values with a single value\n"
11060"       Use a regexp, --add or --replace-all to change %s."
11061msgstr ""
11062
11063#: builtin/config.c:847 builtin/config.c:858
11064#, c-format
11065msgid "no such section: %s"
11066msgstr ""
11067
11068#: builtin/count-objects.c:90
11069msgid "git count-objects [-v] [-H | --human-readable]"
11070msgstr ""
11071
11072#: builtin/count-objects.c:100
11073msgid "print sizes in human readable format"
11074msgstr ""
11075
11076#: builtin/describe.c:27
11077msgid "git describe [<options>] [<commit-ish>...]"
11078msgstr ""
11079
11080#: builtin/describe.c:28
11081msgid "git describe [<options>] --dirty"
11082msgstr ""
11083
11084#: builtin/describe.c:63
11085msgid "head"
11086msgstr ""
11087
11088#: builtin/describe.c:63
11089msgid "lightweight"
11090msgstr ""
11091
11092#: builtin/describe.c:63
11093msgid "annotated"
11094msgstr ""
11095
11096#: builtin/describe.c:273
11097#, c-format
11098msgid "annotated tag %s not available"
11099msgstr ""
11100
11101#: builtin/describe.c:277
11102#, c-format
11103msgid "annotated tag %s has no embedded name"
11104msgstr ""
11105
11106#: builtin/describe.c:279
11107#, c-format
11108msgid "tag '%s' is really '%s' here"
11109msgstr ""
11110
11111#: builtin/describe.c:323
11112#, c-format
11113msgid "no tag exactly matches '%s'"
11114msgstr ""
11115
11116#: builtin/describe.c:325
11117#, c-format
11118msgid "No exact match on refs or tags, searching to describe\n"
11119msgstr ""
11120
11121#: builtin/describe.c:379
11122#, c-format
11123msgid "finished search at %s\n"
11124msgstr ""
11125
11126#: builtin/describe.c:405
11127#, c-format
11128msgid ""
11129"No annotated tags can describe '%s'.\n"
11130"However, there were unannotated tags: try --tags."
11131msgstr ""
11132
11133#: builtin/describe.c:409
11134#, c-format
11135msgid ""
11136"No tags can describe '%s'.\n"
11137"Try --always, or create some tags."
11138msgstr ""
11139
11140#: builtin/describe.c:439
11141#, c-format
11142msgid "traversed %lu commits\n"
11143msgstr ""
11144
11145#: builtin/describe.c:442
11146#, c-format
11147msgid ""
11148"more than %i tags found; listed %i most recent\n"
11149"gave up search at %s\n"
11150msgstr ""
11151
11152#: builtin/describe.c:510
11153#, c-format
11154msgid "describe %s\n"
11155msgstr ""
11156
11157#: builtin/describe.c:513
11158#, c-format
11159msgid "Not a valid object name %s"
11160msgstr ""
11161
11162#: builtin/describe.c:521
11163#, c-format
11164msgid "%s is neither a commit nor blob"
11165msgstr ""
11166
11167#: builtin/describe.c:535
11168msgid "find the tag that comes after the commit"
11169msgstr ""
11170
11171#: builtin/describe.c:536
11172msgid "debug search strategy on stderr"
11173msgstr ""
11174
11175#: builtin/describe.c:537
11176msgid "use any ref"
11177msgstr ""
11178
11179#: builtin/describe.c:538
11180msgid "use any tag, even unannotated"
11181msgstr ""
11182
11183#: builtin/describe.c:539
11184msgid "always use long format"
11185msgstr ""
11186
11187#: builtin/describe.c:540
11188msgid "only follow first parent"
11189msgstr ""
11190
11191#: builtin/describe.c:543
11192msgid "only output exact matches"
11193msgstr ""
11194
11195#: builtin/describe.c:545
11196msgid "consider <n> most recent tags (default: 10)"
11197msgstr ""
11198
11199#: builtin/describe.c:547
11200msgid "only consider tags matching <pattern>"
11201msgstr ""
11202
11203#: builtin/describe.c:549
11204msgid "do not consider tags matching <pattern>"
11205msgstr ""
11206
11207#: builtin/describe.c:551 builtin/name-rev.c:426
11208msgid "show abbreviated commit object as fallback"
11209msgstr ""
11210
11211#: builtin/describe.c:552 builtin/describe.c:555
11212msgid "mark"
11213msgstr ""
11214
11215#: builtin/describe.c:553
11216msgid "append <mark> on dirty working tree (default: \"-dirty\")"
11217msgstr ""
11218
11219#: builtin/describe.c:556
11220msgid "append <mark> on broken working tree (default: \"-broken\")"
11221msgstr ""
11222
11223#: builtin/describe.c:574
11224msgid "--long is incompatible with --abbrev=0"
11225msgstr ""
11226
11227#: builtin/describe.c:603
11228msgid "No names found, cannot describe anything."
11229msgstr ""
11230
11231#: builtin/describe.c:654
11232msgid "--dirty is incompatible with commit-ishes"
11233msgstr ""
11234
11235#: builtin/describe.c:656
11236msgid "--broken is incompatible with commit-ishes"
11237msgstr ""
11238
11239#: builtin/diff.c:84
11240#, c-format
11241msgid "'%s': not a regular file or symlink"
11242msgstr ""
11243
11244#: builtin/diff.c:235
11245#, c-format
11246msgid "invalid option: %s"
11247msgstr ""
11248
11249#: builtin/diff.c:350
11250msgid "Not a git repository"
11251msgstr ""
11252
11253#: builtin/diff.c:394
11254#, c-format
11255msgid "invalid object '%s' given."
11256msgstr ""
11257
11258#: builtin/diff.c:403
11259#, c-format
11260msgid "more than two blobs given: '%s'"
11261msgstr ""
11262
11263#: builtin/diff.c:408
11264#, c-format
11265msgid "unhandled object '%s' given."
11266msgstr ""
11267
11268#: builtin/difftool.c:30
11269msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
11270msgstr ""
11271
11272#: builtin/difftool.c:253
11273#, c-format
11274msgid "failed: %d"
11275msgstr ""
11276
11277#: builtin/difftool.c:295
11278#, c-format
11279msgid "could not read symlink %s"
11280msgstr ""
11281
11282#: builtin/difftool.c:297
11283#, c-format
11284msgid "could not read symlink file %s"
11285msgstr ""
11286
11287#: builtin/difftool.c:305
11288#, c-format
11289msgid "could not read object %s for symlink %s"
11290msgstr ""
11291
11292#: builtin/difftool.c:406
11293msgid ""
11294"combined diff formats('-c' and '--cc') are not supported in\n"
11295"directory diff mode('-d' and '--dir-diff')."
11296msgstr ""
11297
11298#: builtin/difftool.c:626
11299#, c-format
11300msgid "both files modified: '%s' and '%s'."
11301msgstr ""
11302
11303#: builtin/difftool.c:628
11304msgid "working tree file has been left."
11305msgstr ""
11306
11307#: builtin/difftool.c:639
11308#, c-format
11309msgid "temporary files exist in '%s'."
11310msgstr ""
11311
11312#: builtin/difftool.c:640
11313msgid "you may want to cleanup or recover these."
11314msgstr ""
11315
11316#: builtin/difftool.c:689
11317msgid "use `diff.guitool` instead of `diff.tool`"
11318msgstr ""
11319
11320#: builtin/difftool.c:691
11321msgid "perform a full-directory diff"
11322msgstr ""
11323
11324#: builtin/difftool.c:693
11325msgid "do not prompt before launching a diff tool"
11326msgstr ""
11327
11328#: builtin/difftool.c:698
11329msgid "use symlinks in dir-diff mode"
11330msgstr ""
11331
11332#: builtin/difftool.c:699
11333msgid "tool"
11334msgstr ""
11335
11336#: builtin/difftool.c:700
11337msgid "use the specified diff tool"
11338msgstr ""
11339
11340#: builtin/difftool.c:702
11341msgid "print a list of diff tools that may be used with `--tool`"
11342msgstr ""
11343
11344#: builtin/difftool.c:705
11345msgid ""
11346"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
11347"code"
11348msgstr ""
11349
11350#: builtin/difftool.c:708
11351msgid "specify a custom command for viewing diffs"
11352msgstr ""
11353
11354#: builtin/difftool.c:709
11355msgid "passed to `diff`"
11356msgstr ""
11357
11358#: builtin/difftool.c:724
11359msgid "difftool requires worktree or --no-index"
11360msgstr ""
11361
11362#: builtin/difftool.c:731
11363msgid "--dir-diff is incompatible with --no-index"
11364msgstr ""
11365
11366#: builtin/difftool.c:734
11367msgid "--gui, --tool and --extcmd are mutually exclusive"
11368msgstr ""
11369
11370#: builtin/difftool.c:742
11371msgid "no <tool> given for --tool=<tool>"
11372msgstr ""
11373
11374#: builtin/difftool.c:749
11375msgid "no <cmd> given for --extcmd=<cmd>"
11376msgstr ""
11377
11378#: builtin/fast-export.c:29
11379msgid "git fast-export [rev-list-opts]"
11380msgstr ""
11381
11382#: builtin/fast-export.c:1084
11383msgid "show progress after <n> objects"
11384msgstr ""
11385
11386#: builtin/fast-export.c:1086
11387msgid "select handling of signed tags"
11388msgstr ""
11389
11390#: builtin/fast-export.c:1089
11391msgid "select handling of tags that tag filtered objects"
11392msgstr ""
11393
11394#: builtin/fast-export.c:1092
11395msgid "Dump marks to this file"
11396msgstr ""
11397
11398#: builtin/fast-export.c:1094
11399msgid "Import marks from this file"
11400msgstr ""
11401
11402#: builtin/fast-export.c:1096
11403msgid "Fake a tagger when tags lack one"
11404msgstr ""
11405
11406#: builtin/fast-export.c:1098
11407msgid "Output full tree for each commit"
11408msgstr ""
11409
11410#: builtin/fast-export.c:1100
11411msgid "Use the done feature to terminate the stream"
11412msgstr ""
11413
11414#: builtin/fast-export.c:1101
11415msgid "Skip output of blob data"
11416msgstr ""
11417
11418#: builtin/fast-export.c:1102 builtin/log.c:1609
11419msgid "refspec"
11420msgstr ""
11421
11422#: builtin/fast-export.c:1103
11423msgid "Apply refspec to exported refs"
11424msgstr ""
11425
11426#: builtin/fast-export.c:1104
11427msgid "anonymize output"
11428msgstr ""
11429
11430#: builtin/fast-export.c:1106
11431msgid "Reference parents which are not in fast-export stream by object id"
11432msgstr ""
11433
11434#: builtin/fast-export.c:1108
11435msgid "Show original object ids of blobs/commits"
11436msgstr ""
11437
11438#: builtin/fetch.c:28
11439msgid "git fetch [<options>] [<repository> [<refspec>...]]"
11440msgstr ""
11441
11442#: builtin/fetch.c:29
11443msgid "git fetch [<options>] <group>"
11444msgstr ""
11445
11446#: builtin/fetch.c:30
11447msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
11448msgstr ""
11449
11450#: builtin/fetch.c:31
11451msgid "git fetch --all [<options>]"
11452msgstr ""
11453
11454#: builtin/fetch.c:115 builtin/pull.c:202
11455msgid "fetch from all remotes"
11456msgstr ""
11457
11458#: builtin/fetch.c:117 builtin/pull.c:205
11459msgid "append to .git/FETCH_HEAD instead of overwriting"
11460msgstr ""
11461
11462#: builtin/fetch.c:119 builtin/pull.c:208
11463msgid "path to upload pack on remote end"
11464msgstr ""
11465
11466#: builtin/fetch.c:120
11467msgid "force overwrite of local reference"
11468msgstr ""
11469
11470#: builtin/fetch.c:122
11471msgid "fetch from multiple remotes"
11472msgstr ""
11473
11474#: builtin/fetch.c:124 builtin/pull.c:212
11475msgid "fetch all tags and associated objects"
11476msgstr ""
11477
11478#: builtin/fetch.c:126
11479msgid "do not fetch all tags (--no-tags)"
11480msgstr ""
11481
11482#: builtin/fetch.c:128
11483msgid "number of submodules fetched in parallel"
11484msgstr ""
11485
11486#: builtin/fetch.c:130 builtin/pull.c:215
11487msgid "prune remote-tracking branches no longer on remote"
11488msgstr ""
11489
11490#: builtin/fetch.c:132
11491msgid "prune local tags no longer on remote and clobber changed tags"
11492msgstr ""
11493
11494#: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:139
11495msgid "on-demand"
11496msgstr ""
11497
11498#: builtin/fetch.c:134
11499msgid "control recursive fetching of submodules"
11500msgstr ""
11501
11502#: builtin/fetch.c:138 builtin/pull.c:223
11503msgid "keep downloaded pack"
11504msgstr ""
11505
11506#: builtin/fetch.c:140
11507msgid "allow updating of HEAD ref"
11508msgstr ""
11509
11510#: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:226
11511msgid "deepen history of shallow clone"
11512msgstr ""
11513
11514#: builtin/fetch.c:145
11515msgid "deepen history of shallow repository based on time"
11516msgstr ""
11517
11518#: builtin/fetch.c:151 builtin/pull.c:229
11519msgid "convert to a complete repository"
11520msgstr ""
11521
11522#: builtin/fetch.c:154
11523msgid "prepend this to submodule path output"
11524msgstr ""
11525
11526#: builtin/fetch.c:157
11527msgid ""
11528"default for recursive fetching of submodules (lower priority than config "
11529"files)"
11530msgstr ""
11531
11532#: builtin/fetch.c:161 builtin/pull.c:232
11533msgid "accept refs that update .git/shallow"
11534msgstr ""
11535
11536#: builtin/fetch.c:162 builtin/pull.c:234
11537msgid "refmap"
11538msgstr ""
11539
11540#: builtin/fetch.c:163 builtin/pull.c:235
11541msgid "specify fetch refmap"
11542msgstr ""
11543
11544#: builtin/fetch.c:170
11545msgid "report that we have only objects reachable from this object"
11546msgstr ""
11547
11548#: builtin/fetch.c:469
11549msgid "Couldn't find remote ref HEAD"
11550msgstr ""
11551
11552#: builtin/fetch.c:608
11553#, c-format
11554msgid "configuration fetch.output contains invalid value %s"
11555msgstr ""
11556
11557#: builtin/fetch.c:705
11558#, c-format
11559msgid "object %s not found"
11560msgstr ""
11561
11562#: builtin/fetch.c:709
11563msgid "[up to date]"
11564msgstr ""
11565
11566#: builtin/fetch.c:722 builtin/fetch.c:738 builtin/fetch.c:801
11567msgid "[rejected]"
11568msgstr ""
11569
11570#: builtin/fetch.c:723
11571msgid "can't fetch in current branch"
11572msgstr ""
11573
11574#: builtin/fetch.c:733
11575msgid "[tag update]"
11576msgstr ""
11577
11578#: builtin/fetch.c:734 builtin/fetch.c:771 builtin/fetch.c:784
11579#: builtin/fetch.c:796
11580msgid "unable to update local ref"
11581msgstr ""
11582
11583#: builtin/fetch.c:738
11584msgid "would clobber existing tag"
11585msgstr ""
11586
11587#: builtin/fetch.c:760
11588msgid "[new tag]"
11589msgstr ""
11590
11591#: builtin/fetch.c:763
11592msgid "[new branch]"
11593msgstr ""
11594
11595#: builtin/fetch.c:766
11596msgid "[new ref]"
11597msgstr ""
11598
11599#: builtin/fetch.c:796
11600msgid "forced update"
11601msgstr ""
11602
11603#: builtin/fetch.c:801
11604msgid "non-fast-forward"
11605msgstr ""
11606
11607#: builtin/fetch.c:847
11608#, c-format
11609msgid "%s did not send all necessary objects\n"
11610msgstr ""
11611
11612#: builtin/fetch.c:868
11613#, c-format
11614msgid "reject %s because shallow roots are not allowed to be updated"
11615msgstr ""
11616
11617#: builtin/fetch.c:959 builtin/fetch.c:1081
11618#, c-format
11619msgid "From %.*s\n"
11620msgstr ""
11621
11622#: builtin/fetch.c:970
11623#, c-format
11624msgid ""
11625"some local refs could not be updated; try running\n"
11626" 'git remote prune %s' to remove any old, conflicting branches"
11627msgstr ""
11628
11629#: builtin/fetch.c:1051
11630#, c-format
11631msgid "   (%s will become dangling)"
11632msgstr ""
11633
11634#: builtin/fetch.c:1052
11635#, c-format
11636msgid "   (%s has become dangling)"
11637msgstr ""
11638
11639#: builtin/fetch.c:1084
11640msgid "[deleted]"
11641msgstr ""
11642
11643#: builtin/fetch.c:1085 builtin/remote.c:1036
11644msgid "(none)"
11645msgstr ""
11646
11647#: builtin/fetch.c:1108
11648#, c-format
11649msgid "Refusing to fetch into current branch %s of non-bare repository"
11650msgstr ""
11651
11652#: builtin/fetch.c:1127
11653#, c-format
11654msgid "Option \"%s\" value \"%s\" is not valid for %s"
11655msgstr ""
11656
11657#: builtin/fetch.c:1130
11658#, c-format
11659msgid "Option \"%s\" is ignored for %s\n"
11660msgstr ""
11661
11662#: builtin/fetch.c:1434
11663#, c-format
11664msgid "Fetching %s\n"
11665msgstr ""
11666
11667#: builtin/fetch.c:1436 builtin/remote.c:100
11668#, c-format
11669msgid "Could not fetch %s"
11670msgstr ""
11671
11672#: builtin/fetch.c:1482
11673msgid ""
11674"--filter can only be used with the remote configured in extensions."
11675"partialClone"
11676msgstr ""
11677
11678#: builtin/fetch.c:1506
11679msgid ""
11680"No remote repository specified.  Please, specify either a URL or a\n"
11681"remote name from which new revisions should be fetched."
11682msgstr ""
11683
11684#: builtin/fetch.c:1543
11685msgid "You need to specify a tag name."
11686msgstr ""
11687
11688#: builtin/fetch.c:1594
11689msgid "Negative depth in --deepen is not supported"
11690msgstr ""
11691
11692#: builtin/fetch.c:1596
11693msgid "--deepen and --depth are mutually exclusive"
11694msgstr ""
11695
11696#: builtin/fetch.c:1601
11697msgid "--depth and --unshallow cannot be used together"
11698msgstr ""
11699
11700#: builtin/fetch.c:1603
11701msgid "--unshallow on a complete repository does not make sense"
11702msgstr ""
11703
11704#: builtin/fetch.c:1619
11705msgid "fetch --all does not take a repository argument"
11706msgstr ""
11707
11708#: builtin/fetch.c:1621
11709msgid "fetch --all does not make sense with refspecs"
11710msgstr ""
11711
11712#: builtin/fetch.c:1630
11713#, c-format
11714msgid "No such remote or remote group: %s"
11715msgstr ""
11716
11717#: builtin/fetch.c:1637
11718msgid "Fetching a group and specifying refspecs does not make sense"
11719msgstr ""
11720
11721#: builtin/fetch.c:1653
11722msgid ""
11723"--filter can only be used with the remote configured in extensions."
11724"partialclone"
11725msgstr ""
11726
11727#: builtin/fmt-merge-msg.c:18
11728msgid ""
11729"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
11730msgstr ""
11731
11732#: builtin/fmt-merge-msg.c:672
11733msgid "populate log with at most <n> entries from shortlog"
11734msgstr ""
11735
11736#: builtin/fmt-merge-msg.c:675
11737msgid "alias for --log (deprecated)"
11738msgstr ""
11739
11740#: builtin/fmt-merge-msg.c:678
11741msgid "text"
11742msgstr ""
11743
11744#: builtin/fmt-merge-msg.c:679
11745msgid "use <text> as start of message"
11746msgstr ""
11747
11748#: builtin/fmt-merge-msg.c:680
11749msgid "file to read from"
11750msgstr ""
11751
11752#: builtin/for-each-ref.c:10
11753msgid "git for-each-ref [<options>] [<pattern>]"
11754msgstr ""
11755
11756#: builtin/for-each-ref.c:11
11757msgid "git for-each-ref [--points-at <object>]"
11758msgstr ""
11759
11760#: builtin/for-each-ref.c:12
11761msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
11762msgstr ""
11763
11764#: builtin/for-each-ref.c:13
11765msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
11766msgstr ""
11767
11768#: builtin/for-each-ref.c:28
11769msgid "quote placeholders suitably for shells"
11770msgstr ""
11771
11772#: builtin/for-each-ref.c:30
11773msgid "quote placeholders suitably for perl"
11774msgstr ""
11775
11776#: builtin/for-each-ref.c:32
11777msgid "quote placeholders suitably for python"
11778msgstr ""
11779
11780#: builtin/for-each-ref.c:34
11781msgid "quote placeholders suitably for Tcl"
11782msgstr ""
11783
11784#: builtin/for-each-ref.c:37
11785msgid "show only <n> matched refs"
11786msgstr ""
11787
11788#: builtin/for-each-ref.c:39 builtin/tag.c:433
11789msgid "respect format colors"
11790msgstr ""
11791
11792#: builtin/for-each-ref.c:42
11793msgid "print only refs which points at the given object"
11794msgstr ""
11795
11796#: builtin/for-each-ref.c:44
11797msgid "print only refs that are merged"
11798msgstr ""
11799
11800#: builtin/for-each-ref.c:45
11801msgid "print only refs that are not merged"
11802msgstr ""
11803
11804#: builtin/for-each-ref.c:46
11805msgid "print only refs which contain the commit"
11806msgstr ""
11807
11808#: builtin/for-each-ref.c:47
11809msgid "print only refs which don't contain the commit"
11810msgstr ""
11811
11812#: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
11813msgid "unknown"
11814msgstr ""
11815
11816#. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
11817#: builtin/fsck.c:120 builtin/fsck.c:136
11818#, c-format
11819msgid "error in %s %s: %s"
11820msgstr ""
11821
11822#. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
11823#: builtin/fsck.c:131
11824#, c-format
11825msgid "warning in %s %s: %s"
11826msgstr ""
11827
11828#: builtin/fsck.c:157 builtin/fsck.c:159
11829#, c-format
11830msgid "broken link from %7s %s"
11831msgstr ""
11832
11833#: builtin/fsck.c:168
11834msgid "wrong object type in link"
11835msgstr ""
11836
11837#: builtin/fsck.c:184
11838#, c-format
11839msgid ""
11840"broken link from %7s %s\n"
11841"              to %7s %s"
11842msgstr ""
11843
11844#: builtin/fsck.c:295
11845#, c-format
11846msgid "missing %s %s"
11847msgstr ""
11848
11849#: builtin/fsck.c:321
11850#, c-format
11851msgid "unreachable %s %s"
11852msgstr ""
11853
11854#: builtin/fsck.c:340
11855#, c-format
11856msgid "dangling %s %s"
11857msgstr ""
11858
11859#: builtin/fsck.c:349
11860msgid "could not create lost-found"
11861msgstr ""
11862
11863#: builtin/fsck.c:360
11864#, c-format
11865msgid "could not finish '%s'"
11866msgstr ""
11867
11868#: builtin/fsck.c:377
11869#, c-format
11870msgid "Checking %s"
11871msgstr ""
11872
11873#: builtin/fsck.c:415
11874#, c-format
11875msgid "Checking connectivity (%d objects)"
11876msgstr ""
11877
11878#: builtin/fsck.c:434
11879#, c-format
11880msgid "Checking %s %s"
11881msgstr ""
11882
11883#: builtin/fsck.c:438
11884msgid "broken links"
11885msgstr ""
11886
11887#: builtin/fsck.c:447
11888#, c-format
11889msgid "root %s"
11890msgstr ""
11891
11892#: builtin/fsck.c:455
11893#, c-format
11894msgid "tagged %s %s (%s) in %s"
11895msgstr ""
11896
11897#: builtin/fsck.c:484
11898#, c-format
11899msgid "%s: object corrupt or missing"
11900msgstr ""
11901
11902#: builtin/fsck.c:509
11903#, c-format
11904msgid "%s: invalid reflog entry %s"
11905msgstr ""
11906
11907#: builtin/fsck.c:523
11908#, c-format
11909msgid "Checking reflog %s->%s"
11910msgstr ""
11911
11912#: builtin/fsck.c:557
11913#, c-format
11914msgid "%s: invalid sha1 pointer %s"
11915msgstr ""
11916
11917#: builtin/fsck.c:564
11918#, c-format
11919msgid "%s: not a commit"
11920msgstr ""
11921
11922#: builtin/fsck.c:619
11923msgid "notice: No default references"
11924msgstr ""
11925
11926#: builtin/fsck.c:634
11927#, c-format
11928msgid "%s: object corrupt or missing: %s"
11929msgstr ""
11930
11931#: builtin/fsck.c:647
11932#, c-format
11933msgid "%s: object could not be parsed: %s"
11934msgstr ""
11935
11936#: builtin/fsck.c:667
11937#, c-format
11938msgid "bad sha1 file: %s"
11939msgstr ""
11940
11941#: builtin/fsck.c:682
11942msgid "Checking object directory"
11943msgstr ""
11944
11945#: builtin/fsck.c:685
11946msgid "Checking object directories"
11947msgstr ""
11948
11949#: builtin/fsck.c:700
11950#, c-format
11951msgid "Checking %s link"
11952msgstr ""
11953
11954#: builtin/fsck.c:705 builtin/index-pack.c:841
11955#, c-format
11956msgid "invalid %s"
11957msgstr ""
11958
11959#: builtin/fsck.c:712
11960#, c-format
11961msgid "%s points to something strange (%s)"
11962msgstr ""
11963
11964#: builtin/fsck.c:718
11965#, c-format
11966msgid "%s: detached HEAD points at nothing"
11967msgstr ""
11968
11969#: builtin/fsck.c:722
11970#, c-format
11971msgid "notice: %s points to an unborn branch (%s)"
11972msgstr ""
11973
11974#: builtin/fsck.c:734
11975msgid "Checking cache tree"
11976msgstr ""
11977
11978#: builtin/fsck.c:739
11979#, c-format
11980msgid "%s: invalid sha1 pointer in cache-tree"
11981msgstr ""
11982
11983#: builtin/fsck.c:750
11984msgid "non-tree in cache-tree"
11985msgstr ""
11986
11987#: builtin/fsck.c:781
11988msgid "git fsck [<options>] [<object>...]"
11989msgstr ""
11990
11991#: builtin/fsck.c:787
11992msgid "show unreachable objects"
11993msgstr ""
11994
11995#: builtin/fsck.c:788
11996msgid "show dangling objects"
11997msgstr ""
11998
11999#: builtin/fsck.c:789
12000msgid "report tags"
12001msgstr ""
12002
12003#: builtin/fsck.c:790
12004msgid "report root nodes"
12005msgstr ""
12006
12007#: builtin/fsck.c:791
12008msgid "make index objects head nodes"
12009msgstr ""
12010
12011#: builtin/fsck.c:792
12012msgid "make reflogs head nodes (default)"
12013msgstr ""
12014
12015#: builtin/fsck.c:793
12016msgid "also consider packs and alternate objects"
12017msgstr ""
12018
12019#: builtin/fsck.c:794
12020msgid "check only connectivity"
12021msgstr ""
12022
12023#: builtin/fsck.c:795
12024msgid "enable more strict checking"
12025msgstr ""
12026
12027#: builtin/fsck.c:797
12028msgid "write dangling objects in .git/lost-found"
12029msgstr ""
12030
12031#: builtin/fsck.c:798 builtin/prune.c:132
12032msgid "show progress"
12033msgstr ""
12034
12035#: builtin/fsck.c:799
12036msgid "show verbose names for reachable objects"
12037msgstr ""
12038
12039#: builtin/fsck.c:859 builtin/index-pack.c:224
12040msgid "Checking objects"
12041msgstr ""
12042
12043#: builtin/fsck.c:887
12044#, c-format
12045msgid "%s: object missing"
12046msgstr ""
12047
12048#: builtin/fsck.c:899
12049#, c-format
12050msgid "invalid parameter: expected sha1, got '%s'"
12051msgstr ""
12052
12053#: builtin/gc.c:34
12054msgid "git gc [<options>]"
12055msgstr ""
12056
12057#: builtin/gc.c:90
12058#, c-format
12059msgid "Failed to fstat %s: %s"
12060msgstr ""
12061
12062#: builtin/gc.c:126
12063#, c-format
12064msgid "failed to parse '%s' value '%s'"
12065msgstr ""
12066
12067#: builtin/gc.c:476 builtin/init-db.c:55
12068#, c-format
12069msgid "cannot stat '%s'"
12070msgstr ""
12071
12072#: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:519
12073#, c-format
12074msgid "cannot read '%s'"
12075msgstr ""
12076
12077#: builtin/gc.c:492
12078#, c-format
12079msgid ""
12080"The last gc run reported the following. Please correct the root cause\n"
12081"and remove %s.\n"
12082"Automatic cleanup will not be performed until the file is removed.\n"
12083"\n"
12084"%s"
12085msgstr ""
12086
12087#: builtin/gc.c:540
12088msgid "prune unreferenced objects"
12089msgstr ""
12090
12091#: builtin/gc.c:542
12092msgid "be more thorough (increased runtime)"
12093msgstr ""
12094
12095#: builtin/gc.c:543
12096msgid "enable auto-gc mode"
12097msgstr ""
12098
12099#: builtin/gc.c:546
12100msgid "force running gc even if there may be another gc running"
12101msgstr ""
12102
12103#: builtin/gc.c:549
12104msgid "repack all other packs except the largest pack"
12105msgstr ""
12106
12107#: builtin/gc.c:566
12108#, c-format
12109msgid "failed to parse gc.logexpiry value %s"
12110msgstr ""
12111
12112#: builtin/gc.c:577
12113#, c-format
12114msgid "failed to parse prune expiry value %s"
12115msgstr ""
12116
12117#: builtin/gc.c:597
12118#, c-format
12119msgid "Auto packing the repository in background for optimum performance.\n"
12120msgstr ""
12121
12122#: builtin/gc.c:599
12123#, c-format
12124msgid "Auto packing the repository for optimum performance.\n"
12125msgstr ""
12126
12127#: builtin/gc.c:600
12128#, c-format
12129msgid "See \"git help gc\" for manual housekeeping.\n"
12130msgstr ""
12131
12132#: builtin/gc.c:640
12133#, c-format
12134msgid ""
12135"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
12136msgstr ""
12137
12138#: builtin/gc.c:693
12139msgid ""
12140"There are too many unreachable loose objects; run 'git prune' to remove them."
12141msgstr ""
12142
12143#: builtin/grep.c:29
12144msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
12145msgstr ""
12146
12147#: builtin/grep.c:225
12148#, c-format
12149msgid "grep: failed to create thread: %s"
12150msgstr ""
12151
12152#: builtin/grep.c:279
12153#, c-format
12154msgid "invalid number of threads specified (%d) for %s"
12155msgstr ""
12156
12157#. TRANSLATORS: %s is the configuration
12158#. variable for tweaking threads, currently
12159#. grep.threads
12160#.
12161#: builtin/grep.c:287 builtin/index-pack.c:1514 builtin/index-pack.c:1705
12162#: builtin/pack-objects.c:2720
12163#, c-format
12164msgid "no threads support, ignoring %s"
12165msgstr ""
12166
12167#: builtin/grep.c:466 builtin/grep.c:590 builtin/grep.c:631
12168#, c-format
12169msgid "unable to read tree (%s)"
12170msgstr ""
12171
12172#: builtin/grep.c:646
12173#, c-format
12174msgid "unable to grep from object of type %s"
12175msgstr ""
12176
12177#: builtin/grep.c:712
12178#, c-format
12179msgid "switch `%c' expects a numerical value"
12180msgstr ""
12181
12182#: builtin/grep.c:811
12183msgid "search in index instead of in the work tree"
12184msgstr ""
12185
12186#: builtin/grep.c:813
12187msgid "find in contents not managed by git"
12188msgstr ""
12189
12190#: builtin/grep.c:815
12191msgid "search in both tracked and untracked files"
12192msgstr ""
12193
12194#: builtin/grep.c:817
12195msgid "ignore files specified via '.gitignore'"
12196msgstr ""
12197
12198#: builtin/grep.c:819
12199msgid "recursively search in each submodule"
12200msgstr ""
12201
12202#: builtin/grep.c:822
12203msgid "show non-matching lines"
12204msgstr ""
12205
12206#: builtin/grep.c:824
12207msgid "case insensitive matching"
12208msgstr ""
12209
12210#: builtin/grep.c:826
12211msgid "match patterns only at word boundaries"
12212msgstr ""
12213
12214#: builtin/grep.c:828
12215msgid "process binary files as text"
12216msgstr ""
12217
12218#: builtin/grep.c:830
12219msgid "don't match patterns in binary files"
12220msgstr ""
12221
12222#: builtin/grep.c:833
12223msgid "process binary files with textconv filters"
12224msgstr ""
12225
12226#: builtin/grep.c:835
12227msgid "search in subdirectories (default)"
12228msgstr ""
12229
12230#: builtin/grep.c:837
12231msgid "descend at most <depth> levels"
12232msgstr ""
12233
12234#: builtin/grep.c:841
12235msgid "use extended POSIX regular expressions"
12236msgstr ""
12237
12238#: builtin/grep.c:844
12239msgid "use basic POSIX regular expressions (default)"
12240msgstr ""
12241
12242#: builtin/grep.c:847
12243msgid "interpret patterns as fixed strings"
12244msgstr ""
12245
12246#: builtin/grep.c:850
12247msgid "use Perl-compatible regular expressions"
12248msgstr ""
12249
12250#: builtin/grep.c:853
12251msgid "show line numbers"
12252msgstr ""
12253
12254#: builtin/grep.c:854
12255msgid "show column number of first match"
12256msgstr ""
12257
12258#: builtin/grep.c:855
12259msgid "don't show filenames"
12260msgstr ""
12261
12262#: builtin/grep.c:856
12263msgid "show filenames"
12264msgstr ""
12265
12266#: builtin/grep.c:858
12267msgid "show filenames relative to top directory"
12268msgstr ""
12269
12270#: builtin/grep.c:860
12271msgid "show only filenames instead of matching lines"
12272msgstr ""
12273
12274#: builtin/grep.c:862
12275msgid "synonym for --files-with-matches"
12276msgstr ""
12277
12278#: builtin/grep.c:865
12279msgid "show only the names of files without match"
12280msgstr ""
12281
12282#: builtin/grep.c:867
12283msgid "print NUL after filenames"
12284msgstr ""
12285
12286#: builtin/grep.c:870
12287msgid "show only matching parts of a line"
12288msgstr ""
12289
12290#: builtin/grep.c:872
12291msgid "show the number of matches instead of matching lines"
12292msgstr ""
12293
12294#: builtin/grep.c:873
12295msgid "highlight matches"
12296msgstr ""
12297
12298#: builtin/grep.c:875
12299msgid "print empty line between matches from different files"
12300msgstr ""
12301
12302#: builtin/grep.c:877
12303msgid "show filename only once above matches from same file"
12304msgstr ""
12305
12306#: builtin/grep.c:880
12307msgid "show <n> context lines before and after matches"
12308msgstr ""
12309
12310#: builtin/grep.c:883
12311msgid "show <n> context lines before matches"
12312msgstr ""
12313
12314#: builtin/grep.c:885
12315msgid "show <n> context lines after matches"
12316msgstr ""
12317
12318#: builtin/grep.c:887
12319msgid "use <n> worker threads"
12320msgstr ""
12321
12322#: builtin/grep.c:888
12323msgid "shortcut for -C NUM"
12324msgstr ""
12325
12326#: builtin/grep.c:891
12327msgid "show a line with the function name before matches"
12328msgstr ""
12329
12330#: builtin/grep.c:893
12331msgid "show the surrounding function"
12332msgstr ""
12333
12334#: builtin/grep.c:896
12335msgid "read patterns from file"
12336msgstr ""
12337
12338#: builtin/grep.c:898
12339msgid "match <pattern>"
12340msgstr ""
12341
12342#: builtin/grep.c:900
12343msgid "combine patterns specified with -e"
12344msgstr ""
12345
12346#: builtin/grep.c:912
12347msgid "indicate hit with exit status without output"
12348msgstr ""
12349
12350#: builtin/grep.c:914
12351msgid "show only matches from files that match all patterns"
12352msgstr ""
12353
12354#: builtin/grep.c:916
12355msgid "show parse tree for grep expression"
12356msgstr ""
12357
12358#: builtin/grep.c:920
12359msgid "pager"
12360msgstr ""
12361
12362#: builtin/grep.c:920
12363msgid "show matching files in the pager"
12364msgstr ""
12365
12366#: builtin/grep.c:924
12367msgid "allow calling of grep(1) (ignored by this build)"
12368msgstr ""
12369
12370#: builtin/grep.c:988
12371msgid "no pattern given"
12372msgstr ""
12373
12374#: builtin/grep.c:1024
12375msgid "--no-index or --untracked cannot be used with revs"
12376msgstr ""
12377
12378#: builtin/grep.c:1032
12379#, c-format
12380msgid "unable to resolve revision: %s"
12381msgstr ""
12382
12383#: builtin/grep.c:1063
12384msgid "invalid option combination, ignoring --threads"
12385msgstr ""
12386
12387#: builtin/grep.c:1066 builtin/pack-objects.c:3403
12388msgid "no threads support, ignoring --threads"
12389msgstr ""
12390
12391#: builtin/grep.c:1069 builtin/index-pack.c:1511 builtin/pack-objects.c:2717
12392#, c-format
12393msgid "invalid number of threads specified (%d)"
12394msgstr ""
12395
12396#: builtin/grep.c:1092
12397msgid "--open-files-in-pager only works on the worktree"
12398msgstr ""
12399
12400#: builtin/grep.c:1115
12401msgid "option not supported with --recurse-submodules"
12402msgstr ""
12403
12404#: builtin/grep.c:1121
12405msgid "--cached or --untracked cannot be used with --no-index"
12406msgstr ""
12407
12408#: builtin/grep.c:1127
12409msgid "--[no-]exclude-standard cannot be used for tracked contents"
12410msgstr ""
12411
12412#: builtin/grep.c:1135
12413msgid "both --cached and trees are given"
12414msgstr ""
12415
12416#: builtin/hash-object.c:85
12417msgid ""
12418"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
12419"[--] <file>..."
12420msgstr ""
12421
12422#: builtin/hash-object.c:86
12423msgid "git hash-object  --stdin-paths"
12424msgstr ""
12425
12426#: builtin/hash-object.c:98
12427msgid "type"
12428msgstr ""
12429
12430#: builtin/hash-object.c:98
12431msgid "object type"
12432msgstr ""
12433
12434#: builtin/hash-object.c:99
12435msgid "write the object into the object database"
12436msgstr ""
12437
12438#: builtin/hash-object.c:101
12439msgid "read the object from stdin"
12440msgstr ""
12441
12442#: builtin/hash-object.c:103
12443msgid "store file as is without filters"
12444msgstr ""
12445
12446#: builtin/hash-object.c:104
12447msgid ""
12448"just hash any random garbage to create corrupt objects for debugging Git"
12449msgstr ""
12450
12451#: builtin/hash-object.c:105
12452msgid "process file as it were from this path"
12453msgstr ""
12454
12455#: builtin/help.c:46
12456msgid "print all available commands"
12457msgstr ""
12458
12459#: builtin/help.c:47
12460msgid "exclude guides"
12461msgstr ""
12462
12463#: builtin/help.c:48
12464msgid "print list of useful guides"
12465msgstr ""
12466
12467#: builtin/help.c:49
12468msgid "print all configuration variable names"
12469msgstr ""
12470
12471#: builtin/help.c:51
12472msgid "show man page"
12473msgstr ""
12474
12475#: builtin/help.c:52
12476msgid "show manual in web browser"
12477msgstr ""
12478
12479#: builtin/help.c:54
12480msgid "show info page"
12481msgstr ""
12482
12483#: builtin/help.c:56
12484msgid "print command description"
12485msgstr ""
12486
12487#: builtin/help.c:61
12488msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
12489msgstr ""
12490
12491#: builtin/help.c:77
12492#, c-format
12493msgid "unrecognized help format '%s'"
12494msgstr ""
12495
12496#: builtin/help.c:104
12497msgid "Failed to start emacsclient."
12498msgstr ""
12499
12500#: builtin/help.c:117
12501msgid "Failed to parse emacsclient version."
12502msgstr ""
12503
12504#: builtin/help.c:125
12505#, c-format
12506msgid "emacsclient version '%d' too old (< 22)."
12507msgstr ""
12508
12509#: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
12510#, c-format
12511msgid "failed to exec '%s'"
12512msgstr ""
12513
12514#: builtin/help.c:221
12515#, c-format
12516msgid ""
12517"'%s': path for unsupported man viewer.\n"
12518"Please consider using 'man.<tool>.cmd' instead."
12519msgstr ""
12520
12521#: builtin/help.c:233
12522#, c-format
12523msgid ""
12524"'%s': cmd for supported man viewer.\n"
12525"Please consider using 'man.<tool>.path' instead."
12526msgstr ""
12527
12528#: builtin/help.c:350
12529#, c-format
12530msgid "'%s': unknown man viewer."
12531msgstr ""
12532
12533#: builtin/help.c:367
12534msgid "no man viewer handled the request"
12535msgstr ""
12536
12537#: builtin/help.c:375
12538msgid "no info viewer handled the request"
12539msgstr ""
12540
12541#: builtin/help.c:434 builtin/help.c:445 git.c:335
12542#, c-format
12543msgid "'%s' is aliased to '%s'"
12544msgstr ""
12545
12546#: builtin/help.c:448 git.c:364
12547#, c-format
12548msgid "bad alias.%s string: %s"
12549msgstr ""
12550
12551#: builtin/help.c:477 builtin/help.c:507
12552#, c-format
12553msgid "usage: %s%s"
12554msgstr ""
12555
12556#: builtin/help.c:491
12557msgid "'git help config' for more information"
12558msgstr ""
12559
12560#: builtin/index-pack.c:184
12561#, c-format
12562msgid "object type mismatch at %s"
12563msgstr ""
12564
12565#: builtin/index-pack.c:204
12566#, c-format
12567msgid "did not receive expected object %s"
12568msgstr ""
12569
12570#: builtin/index-pack.c:207
12571#, c-format
12572msgid "object %s: expected type %s, found %s"
12573msgstr ""
12574
12575#: builtin/index-pack.c:257
12576#, c-format
12577msgid "cannot fill %d byte"
12578msgid_plural "cannot fill %d bytes"
12579msgstr[0] ""
12580msgstr[1] ""
12581
12582#: builtin/index-pack.c:267
12583msgid "early EOF"
12584msgstr ""
12585
12586#: builtin/index-pack.c:268
12587msgid "read error on input"
12588msgstr ""
12589
12590#: builtin/index-pack.c:280
12591msgid "used more bytes than were available"
12592msgstr ""
12593
12594#: builtin/index-pack.c:287 builtin/pack-objects.c:600
12595msgid "pack too large for current definition of off_t"
12596msgstr ""
12597
12598#: builtin/index-pack.c:290 builtin/unpack-objects.c:94
12599msgid "pack exceeds maximum allowed size"
12600msgstr ""
12601
12602#: builtin/index-pack.c:305 builtin/repack.c:250
12603#, c-format
12604msgid "unable to create '%s'"
12605msgstr ""
12606
12607#: builtin/index-pack.c:311
12608#, c-format
12609msgid "cannot open packfile '%s'"
12610msgstr ""
12611
12612#: builtin/index-pack.c:325
12613msgid "pack signature mismatch"
12614msgstr ""
12615
12616#: builtin/index-pack.c:327
12617#, c-format
12618msgid "pack version %<PRIu32> unsupported"
12619msgstr ""
12620
12621#: builtin/index-pack.c:345
12622#, c-format
12623msgid "pack has bad object at offset %<PRIuMAX>: %s"
12624msgstr ""
12625
12626#: builtin/index-pack.c:465
12627#, c-format
12628msgid "inflate returned %d"
12629msgstr ""
12630
12631#: builtin/index-pack.c:514
12632msgid "offset value overflow for delta base object"
12633msgstr ""
12634
12635#: builtin/index-pack.c:522
12636msgid "delta base offset is out of bound"
12637msgstr ""
12638
12639#: builtin/index-pack.c:530
12640#, c-format
12641msgid "unknown object type %d"
12642msgstr ""
12643
12644#: builtin/index-pack.c:561
12645msgid "cannot pread pack file"
12646msgstr ""
12647
12648#: builtin/index-pack.c:563
12649#, c-format
12650msgid "premature end of pack file, %<PRIuMAX> byte missing"
12651msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
12652msgstr[0] ""
12653msgstr[1] ""
12654
12655#: builtin/index-pack.c:589
12656msgid "serious inflate inconsistency"
12657msgstr ""
12658
12659#: builtin/index-pack.c:734 builtin/index-pack.c:740 builtin/index-pack.c:763
12660#: builtin/index-pack.c:802 builtin/index-pack.c:811
12661#, c-format
12662msgid "SHA1 COLLISION FOUND WITH %s !"
12663msgstr ""
12664
12665#: builtin/index-pack.c:737 builtin/pack-objects.c:153
12666#: builtin/pack-objects.c:213 builtin/pack-objects.c:307
12667#, c-format
12668msgid "unable to read %s"
12669msgstr ""
12670
12671#: builtin/index-pack.c:800
12672#, c-format
12673msgid "cannot read existing object info %s"
12674msgstr ""
12675
12676#: builtin/index-pack.c:808
12677#, c-format
12678msgid "cannot read existing object %s"
12679msgstr ""
12680
12681#: builtin/index-pack.c:822
12682#, c-format
12683msgid "invalid blob object %s"
12684msgstr ""
12685
12686#: builtin/index-pack.c:825 builtin/index-pack.c:844
12687msgid "fsck error in packed object"
12688msgstr ""
12689
12690#: builtin/index-pack.c:846
12691#, c-format
12692msgid "Not all child objects of %s are reachable"
12693msgstr ""
12694
12695#: builtin/index-pack.c:918 builtin/index-pack.c:949
12696msgid "failed to apply delta"
12697msgstr ""
12698
12699#: builtin/index-pack.c:1117
12700msgid "Receiving objects"
12701msgstr ""
12702
12703#: builtin/index-pack.c:1117
12704msgid "Indexing objects"
12705msgstr ""
12706
12707#: builtin/index-pack.c:1151
12708msgid "pack is corrupted (SHA1 mismatch)"
12709msgstr ""
12710
12711#: builtin/index-pack.c:1156
12712msgid "cannot fstat packfile"
12713msgstr ""
12714
12715#: builtin/index-pack.c:1159
12716msgid "pack has junk at the end"
12717msgstr ""
12718
12719#: builtin/index-pack.c:1171
12720msgid "confusion beyond insanity in parse_pack_objects()"
12721msgstr ""
12722
12723#: builtin/index-pack.c:1194
12724msgid "Resolving deltas"
12725msgstr ""
12726
12727#: builtin/index-pack.c:1204 builtin/pack-objects.c:2489
12728#, c-format
12729msgid "unable to create thread: %s"
12730msgstr ""
12731
12732#: builtin/index-pack.c:1245
12733msgid "confusion beyond insanity"
12734msgstr ""
12735
12736#: builtin/index-pack.c:1251
12737#, c-format
12738msgid "completed with %d local object"
12739msgid_plural "completed with %d local objects"
12740msgstr[0] ""
12741msgstr[1] ""
12742
12743#: builtin/index-pack.c:1263
12744#, c-format
12745msgid "Unexpected tail checksum for %s (disk corruption?)"
12746msgstr ""
12747
12748#: builtin/index-pack.c:1267
12749#, c-format
12750msgid "pack has %d unresolved delta"
12751msgid_plural "pack has %d unresolved deltas"
12752msgstr[0] ""
12753msgstr[1] ""
12754
12755#: builtin/index-pack.c:1291
12756#, c-format
12757msgid "unable to deflate appended object (%d)"
12758msgstr ""
12759
12760#: builtin/index-pack.c:1368
12761#, c-format
12762msgid "local object %s is corrupt"
12763msgstr ""
12764
12765#: builtin/index-pack.c:1382
12766#, c-format
12767msgid "packfile name '%s' does not end with '.pack'"
12768msgstr ""
12769
12770#: builtin/index-pack.c:1407
12771#, c-format
12772msgid "cannot write %s file '%s'"
12773msgstr ""
12774
12775#: builtin/index-pack.c:1415
12776#, c-format
12777msgid "cannot close written %s file '%s'"
12778msgstr ""
12779
12780#: builtin/index-pack.c:1439
12781msgid "error while closing pack file"
12782msgstr ""
12783
12784#: builtin/index-pack.c:1453
12785msgid "cannot store pack file"
12786msgstr ""
12787
12788#: builtin/index-pack.c:1461
12789msgid "cannot store index file"
12790msgstr ""
12791
12792#: builtin/index-pack.c:1505 builtin/pack-objects.c:2728
12793#, c-format
12794msgid "bad pack.indexversion=%<PRIu32>"
12795msgstr ""
12796
12797#: builtin/index-pack.c:1573
12798#, c-format
12799msgid "Cannot open existing pack file '%s'"
12800msgstr ""
12801
12802#: builtin/index-pack.c:1575
12803#, c-format
12804msgid "Cannot open existing pack idx file for '%s'"
12805msgstr ""
12806
12807#: builtin/index-pack.c:1623
12808#, c-format
12809msgid "non delta: %d object"
12810msgid_plural "non delta: %d objects"
12811msgstr[0] ""
12812msgstr[1] ""
12813
12814#: builtin/index-pack.c:1630
12815#, c-format
12816msgid "chain length = %d: %lu object"
12817msgid_plural "chain length = %d: %lu objects"
12818msgstr[0] ""
12819msgstr[1] ""
12820
12821#: builtin/index-pack.c:1667
12822msgid "Cannot come back to cwd"
12823msgstr ""
12824
12825#: builtin/index-pack.c:1716 builtin/index-pack.c:1719
12826#: builtin/index-pack.c:1735 builtin/index-pack.c:1739
12827#, c-format
12828msgid "bad %s"
12829msgstr ""
12830
12831#: builtin/index-pack.c:1755
12832msgid "--fix-thin cannot be used without --stdin"
12833msgstr ""
12834
12835#: builtin/index-pack.c:1757
12836msgid "--stdin requires a git repository"
12837msgstr ""
12838
12839#: builtin/index-pack.c:1763
12840msgid "--verify with no packfile name given"
12841msgstr ""
12842
12843#: builtin/index-pack.c:1811 builtin/unpack-objects.c:580
12844msgid "fsck error in pack objects"
12845msgstr ""
12846
12847#: builtin/init-db.c:61
12848#, c-format
12849msgid "cannot stat template '%s'"
12850msgstr ""
12851
12852#: builtin/init-db.c:66
12853#, c-format
12854msgid "cannot opendir '%s'"
12855msgstr ""
12856
12857#: builtin/init-db.c:78
12858#, c-format
12859msgid "cannot readlink '%s'"
12860msgstr ""
12861
12862#: builtin/init-db.c:80
12863#, c-format
12864msgid "cannot symlink '%s' '%s'"
12865msgstr ""
12866
12867#: builtin/init-db.c:86
12868#, c-format
12869msgid "cannot copy '%s' to '%s'"
12870msgstr ""
12871
12872#: builtin/init-db.c:90
12873#, c-format
12874msgid "ignoring template %s"
12875msgstr ""
12876
12877#: builtin/init-db.c:121
12878#, c-format
12879msgid "templates not found in %s"
12880msgstr ""
12881
12882#: builtin/init-db.c:136
12883#, c-format
12884msgid "not copying templates from '%s': %s"
12885msgstr ""
12886
12887#: builtin/init-db.c:334
12888#, c-format
12889msgid "unable to handle file type %d"
12890msgstr ""
12891
12892#: builtin/init-db.c:337
12893#, c-format
12894msgid "unable to move %s to %s"
12895msgstr ""
12896
12897#: builtin/init-db.c:354 builtin/init-db.c:357
12898#, c-format
12899msgid "%s already exists"
12900msgstr ""
12901
12902#: builtin/init-db.c:413
12903#, c-format
12904msgid "Reinitialized existing shared Git repository in %s%s\n"
12905msgstr ""
12906
12907#: builtin/init-db.c:414
12908#, c-format
12909msgid "Reinitialized existing Git repository in %s%s\n"
12910msgstr ""
12911
12912#: builtin/init-db.c:418
12913#, c-format
12914msgid "Initialized empty shared Git repository in %s%s\n"
12915msgstr ""
12916
12917#: builtin/init-db.c:419
12918#, c-format
12919msgid "Initialized empty Git repository in %s%s\n"
12920msgstr ""
12921
12922#: builtin/init-db.c:468
12923msgid ""
12924"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
12925"shared[=<permissions>]] [<directory>]"
12926msgstr ""
12927
12928#: builtin/init-db.c:491
12929msgid "permissions"
12930msgstr ""
12931
12932#: builtin/init-db.c:492
12933msgid "specify that the git repository is to be shared amongst several users"
12934msgstr ""
12935
12936#: builtin/init-db.c:526 builtin/init-db.c:531
12937#, c-format
12938msgid "cannot mkdir %s"
12939msgstr ""
12940
12941#: builtin/init-db.c:535
12942#, c-format
12943msgid "cannot chdir to %s"
12944msgstr ""
12945
12946#: builtin/init-db.c:556
12947#, c-format
12948msgid ""
12949"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
12950"dir=<directory>)"
12951msgstr ""
12952
12953#: builtin/init-db.c:584
12954#, c-format
12955msgid "Cannot access work tree '%s'"
12956msgstr ""
12957
12958#: builtin/interpret-trailers.c:15
12959msgid ""
12960"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12961"<token>[(=|:)<value>])...] [<file>...]"
12962msgstr ""
12963
12964#: builtin/interpret-trailers.c:94
12965msgid "edit files in place"
12966msgstr ""
12967
12968#: builtin/interpret-trailers.c:95
12969msgid "trim empty trailers"
12970msgstr ""
12971
12972#: builtin/interpret-trailers.c:98
12973msgid "where to place the new trailer"
12974msgstr ""
12975
12976#: builtin/interpret-trailers.c:100
12977msgid "action if trailer already exists"
12978msgstr ""
12979
12980#: builtin/interpret-trailers.c:102
12981msgid "action if trailer is missing"
12982msgstr ""
12983
12984#: builtin/interpret-trailers.c:104
12985msgid "output only the trailers"
12986msgstr ""
12987
12988#: builtin/interpret-trailers.c:105
12989msgid "do not apply config rules"
12990msgstr ""
12991
12992#: builtin/interpret-trailers.c:106
12993msgid "join whitespace-continued values"
12994msgstr ""
12995
12996#: builtin/interpret-trailers.c:107
12997msgid "set parsing options"
12998msgstr ""
12999
13000#: builtin/interpret-trailers.c:109
13001msgid "do not treat --- specially"
13002msgstr ""
13003
13004#: builtin/interpret-trailers.c:110
13005msgid "trailer"
13006msgstr ""
13007
13008#: builtin/interpret-trailers.c:111
13009msgid "trailer(s) to add"
13010msgstr ""
13011
13012#: builtin/interpret-trailers.c:120
13013msgid "--trailer with --only-input does not make sense"
13014msgstr ""
13015
13016#: builtin/interpret-trailers.c:130
13017msgid "no input file given for in-place editing"
13018msgstr ""
13019
13020#: builtin/log.c:55
13021msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
13022msgstr ""
13023
13024#: builtin/log.c:56
13025msgid "git show [<options>] <object>..."
13026msgstr ""
13027
13028#: builtin/log.c:104
13029#, c-format
13030msgid "invalid --decorate option: %s"
13031msgstr ""
13032
13033#: builtin/log.c:168
13034msgid "show source"
13035msgstr ""
13036
13037#: builtin/log.c:169
13038msgid "Use mail map file"
13039msgstr ""
13040
13041#: builtin/log.c:171
13042msgid "only decorate refs that match <pattern>"
13043msgstr ""
13044
13045#: builtin/log.c:173
13046msgid "do not decorate refs that match <pattern>"
13047msgstr ""
13048
13049#: builtin/log.c:174
13050msgid "decorate options"
13051msgstr ""
13052
13053#: builtin/log.c:177
13054msgid "Process line range n,m in file, counting from 1"
13055msgstr ""
13056
13057#: builtin/log.c:275
13058#, c-format
13059msgid "Final output: %d %s\n"
13060msgstr ""
13061
13062#: builtin/log.c:529
13063#, c-format
13064msgid "git show %s: bad file"
13065msgstr ""
13066
13067#: builtin/log.c:544 builtin/log.c:638
13068#, c-format
13069msgid "could not read object %s"
13070msgstr ""
13071
13072#: builtin/log.c:663
13073#, c-format
13074msgid "unknown type: %d"
13075msgstr ""
13076
13077#: builtin/log.c:784
13078msgid "format.headers without value"
13079msgstr ""
13080
13081#: builtin/log.c:885
13082msgid "name of output directory is too long"
13083msgstr ""
13084
13085#: builtin/log.c:901
13086#, c-format
13087msgid "cannot open patch file %s"
13088msgstr ""
13089
13090#: builtin/log.c:918
13091msgid "need exactly one range"
13092msgstr ""
13093
13094#: builtin/log.c:928
13095msgid "not a range"
13096msgstr ""
13097
13098#: builtin/log.c:1051
13099msgid "cover letter needs email format"
13100msgstr ""
13101
13102#: builtin/log.c:1057
13103msgid "failed to create cover-letter file"
13104msgstr ""
13105
13106#: builtin/log.c:1136
13107#, c-format
13108msgid "insane in-reply-to: %s"
13109msgstr ""
13110
13111#: builtin/log.c:1163
13112msgid "git format-patch [<options>] [<since> | <revision-range>]"
13113msgstr ""
13114
13115#: builtin/log.c:1221
13116msgid "two output directories?"
13117msgstr ""
13118
13119#: builtin/log.c:1332 builtin/log.c:2076 builtin/log.c:2078 builtin/log.c:2090
13120#, c-format
13121msgid "unknown commit %s"
13122msgstr ""
13123
13124#: builtin/log.c:1342 builtin/replace.c:58 builtin/replace.c:207
13125#: builtin/replace.c:210
13126#, c-format
13127msgid "failed to resolve '%s' as a valid ref"
13128msgstr ""
13129
13130#: builtin/log.c:1347
13131msgid "could not find exact merge base"
13132msgstr ""
13133
13134#: builtin/log.c:1351
13135msgid ""
13136"failed to get upstream, if you want to record base commit automatically,\n"
13137"please use git branch --set-upstream-to to track a remote branch.\n"
13138"Or you could specify base commit by --base=<base-commit-id> manually"
13139msgstr ""
13140
13141#: builtin/log.c:1371
13142msgid "failed to find exact merge base"
13143msgstr ""
13144
13145#: builtin/log.c:1382
13146msgid "base commit should be the ancestor of revision list"
13147msgstr ""
13148
13149#: builtin/log.c:1386
13150msgid "base commit shouldn't be in revision list"
13151msgstr ""
13152
13153#: builtin/log.c:1439
13154msgid "cannot get patch id"
13155msgstr ""
13156
13157#: builtin/log.c:1491
13158msgid "failed to infer range-diff ranges"
13159msgstr ""
13160
13161#: builtin/log.c:1536
13162msgid "use [PATCH n/m] even with a single patch"
13163msgstr ""
13164
13165#: builtin/log.c:1539
13166msgid "use [PATCH] even with multiple patches"
13167msgstr ""
13168
13169#: builtin/log.c:1543
13170msgid "print patches to standard out"
13171msgstr ""
13172
13173#: builtin/log.c:1545
13174msgid "generate a cover letter"
13175msgstr ""
13176
13177#: builtin/log.c:1547
13178msgid "use simple number sequence for output file names"
13179msgstr ""
13180
13181#: builtin/log.c:1548
13182msgid "sfx"
13183msgstr ""
13184
13185#: builtin/log.c:1549
13186msgid "use <sfx> instead of '.patch'"
13187msgstr ""
13188
13189#: builtin/log.c:1551
13190msgid "start numbering patches at <n> instead of 1"
13191msgstr ""
13192
13193#: builtin/log.c:1553
13194msgid "mark the series as Nth re-roll"
13195msgstr ""
13196
13197#: builtin/log.c:1555
13198msgid "Use [RFC PATCH] instead of [PATCH]"
13199msgstr ""
13200
13201#: builtin/log.c:1558
13202msgid "Use [<prefix>] instead of [PATCH]"
13203msgstr ""
13204
13205#: builtin/log.c:1561
13206msgid "store resulting files in <dir>"
13207msgstr ""
13208
13209#: builtin/log.c:1564
13210msgid "don't strip/add [PATCH]"
13211msgstr ""
13212
13213#: builtin/log.c:1567
13214msgid "don't output binary diffs"
13215msgstr ""
13216
13217#: builtin/log.c:1569
13218msgid "output all-zero hash in From header"
13219msgstr ""
13220
13221#: builtin/log.c:1571
13222msgid "don't include a patch matching a commit upstream"
13223msgstr ""
13224
13225#: builtin/log.c:1573
13226msgid "show patch format instead of default (patch + stat)"
13227msgstr ""
13228
13229#: builtin/log.c:1575
13230msgid "Messaging"
13231msgstr ""
13232
13233#: builtin/log.c:1576
13234msgid "header"
13235msgstr ""
13236
13237#: builtin/log.c:1577
13238msgid "add email header"
13239msgstr ""
13240
13241#: builtin/log.c:1578 builtin/log.c:1580
13242msgid "email"
13243msgstr ""
13244
13245#: builtin/log.c:1578
13246msgid "add To: header"
13247msgstr ""
13248
13249#: builtin/log.c:1580
13250msgid "add Cc: header"
13251msgstr ""
13252
13253#: builtin/log.c:1582
13254msgid "ident"
13255msgstr ""
13256
13257#: builtin/log.c:1583
13258msgid "set From address to <ident> (or committer ident if absent)"
13259msgstr ""
13260
13261#: builtin/log.c:1585
13262msgid "message-id"
13263msgstr ""
13264
13265#: builtin/log.c:1586
13266msgid "make first mail a reply to <message-id>"
13267msgstr ""
13268
13269#: builtin/log.c:1587 builtin/log.c:1590
13270msgid "boundary"
13271msgstr ""
13272
13273#: builtin/log.c:1588
13274msgid "attach the patch"
13275msgstr ""
13276
13277#: builtin/log.c:1591
13278msgid "inline the patch"
13279msgstr ""
13280
13281#: builtin/log.c:1595
13282msgid "enable message threading, styles: shallow, deep"
13283msgstr ""
13284
13285#: builtin/log.c:1597
13286msgid "signature"
13287msgstr ""
13288
13289#: builtin/log.c:1598
13290msgid "add a signature"
13291msgstr ""
13292
13293#: builtin/log.c:1599
13294msgid "base-commit"
13295msgstr ""
13296
13297#: builtin/log.c:1600
13298msgid "add prerequisite tree info to the patch series"
13299msgstr ""
13300
13301#: builtin/log.c:1602
13302msgid "add a signature from a file"
13303msgstr ""
13304
13305#: builtin/log.c:1603
13306msgid "don't print the patch filenames"
13307msgstr ""
13308
13309#: builtin/log.c:1605
13310msgid "show progress while generating patches"
13311msgstr ""
13312
13313#: builtin/log.c:1606
13314msgid "rev"
13315msgstr ""
13316
13317#: builtin/log.c:1607
13318msgid "show changes against <rev> in cover letter or single patch"
13319msgstr ""
13320
13321#: builtin/log.c:1610
13322msgid "show changes against <refspec> in cover letter or single patch"
13323msgstr ""
13324
13325#: builtin/log.c:1612
13326msgid "percentage by which creation is weighted"
13327msgstr ""
13328
13329#: builtin/log.c:1687
13330#, c-format
13331msgid "invalid ident line: %s"
13332msgstr ""
13333
13334#: builtin/log.c:1702
13335msgid "-n and -k are mutually exclusive"
13336msgstr ""
13337
13338#: builtin/log.c:1704
13339msgid "--subject-prefix/--rfc and -k are mutually exclusive"
13340msgstr ""
13341
13342#: builtin/log.c:1712
13343msgid "--name-only does not make sense"
13344msgstr ""
13345
13346#: builtin/log.c:1714
13347msgid "--name-status does not make sense"
13348msgstr ""
13349
13350#: builtin/log.c:1716
13351msgid "--check does not make sense"
13352msgstr ""
13353
13354#: builtin/log.c:1748
13355msgid "standard output, or directory, which one?"
13356msgstr ""
13357
13358#: builtin/log.c:1837
13359msgid "--interdiff requires --cover-letter or single patch"
13360msgstr ""
13361
13362#: builtin/log.c:1841
13363msgid "Interdiff:"
13364msgstr ""
13365
13366#: builtin/log.c:1842
13367#, c-format
13368msgid "Interdiff against v%d:"
13369msgstr ""
13370
13371#: builtin/log.c:1848
13372msgid "--creation-factor requires --range-diff"
13373msgstr ""
13374
13375#: builtin/log.c:1852
13376msgid "--range-diff requires --cover-letter or single patch"
13377msgstr ""
13378
13379#: builtin/log.c:1860
13380msgid "Range-diff:"
13381msgstr ""
13382
13383#: builtin/log.c:1861
13384#, c-format
13385msgid "Range-diff against v%d:"
13386msgstr ""
13387
13388#: builtin/log.c:1872
13389#, c-format
13390msgid "unable to read signature file '%s'"
13391msgstr ""
13392
13393#: builtin/log.c:1908
13394msgid "Generating patches"
13395msgstr ""
13396
13397#: builtin/log.c:1952
13398msgid "failed to create output files"
13399msgstr ""
13400
13401#: builtin/log.c:2011
13402msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
13403msgstr ""
13404
13405#: builtin/log.c:2065
13406#, c-format
13407msgid ""
13408"Could not find a tracked remote branch, please specify <upstream> manually.\n"
13409msgstr ""
13410
13411#: builtin/ls-files.c:470
13412msgid "git ls-files [<options>] [<file>...]"
13413msgstr ""
13414
13415#: builtin/ls-files.c:526
13416msgid "identify the file status with tags"
13417msgstr ""
13418
13419#: builtin/ls-files.c:528
13420msgid "use lowercase letters for 'assume unchanged' files"
13421msgstr ""
13422
13423#: builtin/ls-files.c:530
13424msgid "use lowercase letters for 'fsmonitor clean' files"
13425msgstr ""
13426
13427#: builtin/ls-files.c:532
13428msgid "show cached files in the output (default)"
13429msgstr ""
13430
13431#: builtin/ls-files.c:534
13432msgid "show deleted files in the output"
13433msgstr ""
13434
13435#: builtin/ls-files.c:536
13436msgid "show modified files in the output"
13437msgstr ""
13438
13439#: builtin/ls-files.c:538
13440msgid "show other files in the output"
13441msgstr ""
13442
13443#: builtin/ls-files.c:540
13444msgid "show ignored files in the output"
13445msgstr ""
13446
13447#: builtin/ls-files.c:543
13448msgid "show staged contents' object name in the output"
13449msgstr ""
13450
13451#: builtin/ls-files.c:545
13452msgid "show files on the filesystem that need to be removed"
13453msgstr ""
13454
13455#: builtin/ls-files.c:547
13456msgid "show 'other' directories' names only"
13457msgstr ""
13458
13459#: builtin/ls-files.c:549
13460msgid "show line endings of files"
13461msgstr ""
13462
13463#: builtin/ls-files.c:551
13464msgid "don't show empty directories"
13465msgstr ""
13466
13467#: builtin/ls-files.c:554
13468msgid "show unmerged files in the output"
13469msgstr ""
13470
13471#: builtin/ls-files.c:556
13472msgid "show resolve-undo information"
13473msgstr ""
13474
13475#: builtin/ls-files.c:558
13476msgid "skip files matching pattern"
13477msgstr ""
13478
13479#: builtin/ls-files.c:561
13480msgid "exclude patterns are read from <file>"
13481msgstr ""
13482
13483#: builtin/ls-files.c:564
13484msgid "read additional per-directory exclude patterns in <file>"
13485msgstr ""
13486
13487#: builtin/ls-files.c:566
13488msgid "add the standard git exclusions"
13489msgstr ""
13490
13491#: builtin/ls-files.c:570
13492msgid "make the output relative to the project top directory"
13493msgstr ""
13494
13495#: builtin/ls-files.c:573
13496msgid "recurse through submodules"
13497msgstr ""
13498
13499#: builtin/ls-files.c:575
13500msgid "if any <file> is not in the index, treat this as an error"
13501msgstr ""
13502
13503#: builtin/ls-files.c:576
13504msgid "tree-ish"
13505msgstr ""
13506
13507#: builtin/ls-files.c:577
13508msgid "pretend that paths removed since <tree-ish> are still present"
13509msgstr ""
13510
13511#: builtin/ls-files.c:579
13512msgid "show debugging data"
13513msgstr ""
13514
13515#: builtin/ls-remote.c:9
13516msgid ""
13517"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
13518"                     [-q | --quiet] [--exit-code] [--get-url]\n"
13519"                     [--symref] [<repository> [<refs>...]]"
13520msgstr ""
13521
13522#: builtin/ls-remote.c:59
13523msgid "do not print remote URL"
13524msgstr ""
13525
13526#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1458
13527msgid "exec"
13528msgstr ""
13529
13530#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
13531msgid "path of git-upload-pack on the remote host"
13532msgstr ""
13533
13534#: builtin/ls-remote.c:65
13535msgid "limit to tags"
13536msgstr ""
13537
13538#: builtin/ls-remote.c:66
13539msgid "limit to heads"
13540msgstr ""
13541
13542#: builtin/ls-remote.c:67
13543msgid "do not show peeled tags"
13544msgstr ""
13545
13546#: builtin/ls-remote.c:69
13547msgid "take url.<base>.insteadOf into account"
13548msgstr ""
13549
13550#: builtin/ls-remote.c:72
13551msgid "exit with exit code 2 if no matching refs are found"
13552msgstr ""
13553
13554#: builtin/ls-remote.c:75
13555msgid "show underlying ref in addition to the object pointed by it"
13556msgstr ""
13557
13558#: builtin/ls-tree.c:30
13559msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
13560msgstr ""
13561
13562#: builtin/ls-tree.c:128
13563msgid "only show trees"
13564msgstr ""
13565
13566#: builtin/ls-tree.c:130
13567msgid "recurse into subtrees"
13568msgstr ""
13569
13570#: builtin/ls-tree.c:132
13571msgid "show trees when recursing"
13572msgstr ""
13573
13574#: builtin/ls-tree.c:135
13575msgid "terminate entries with NUL byte"
13576msgstr ""
13577
13578#: builtin/ls-tree.c:136
13579msgid "include object size"
13580msgstr ""
13581
13582#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
13583msgid "list only filenames"
13584msgstr ""
13585
13586#: builtin/ls-tree.c:143
13587msgid "use full path names"
13588msgstr ""
13589
13590#: builtin/ls-tree.c:145
13591msgid "list entire tree; not just current directory (implies --full-name)"
13592msgstr ""
13593
13594#: builtin/mailsplit.c:241
13595#, c-format
13596msgid "empty mbox: '%s'"
13597msgstr ""
13598
13599#: builtin/merge.c:54
13600msgid "git merge [<options>] [<commit>...]"
13601msgstr ""
13602
13603#: builtin/merge.c:55
13604msgid "git merge --abort"
13605msgstr ""
13606
13607#: builtin/merge.c:56
13608msgid "git merge --continue"
13609msgstr ""
13610
13611#: builtin/merge.c:116
13612msgid "switch `m' requires a value"
13613msgstr ""
13614
13615#: builtin/merge.c:139
13616#, c-format
13617msgid "option `%s' requires a value"
13618msgstr ""
13619
13620#: builtin/merge.c:185
13621#, c-format
13622msgid "Could not find merge strategy '%s'.\n"
13623msgstr ""
13624
13625#: builtin/merge.c:186
13626#, c-format
13627msgid "Available strategies are:"
13628msgstr ""
13629
13630#: builtin/merge.c:191
13631#, c-format
13632msgid "Available custom strategies are:"
13633msgstr ""
13634
13635#: builtin/merge.c:242 builtin/pull.c:150
13636msgid "do not show a diffstat at the end of the merge"
13637msgstr ""
13638
13639#: builtin/merge.c:245 builtin/pull.c:153
13640msgid "show a diffstat at the end of the merge"
13641msgstr ""
13642
13643#: builtin/merge.c:246 builtin/pull.c:156
13644msgid "(synonym to --stat)"
13645msgstr ""
13646
13647#: builtin/merge.c:248 builtin/pull.c:159
13648msgid "add (at most <n>) entries from shortlog to merge commit message"
13649msgstr ""
13650
13651#: builtin/merge.c:251 builtin/pull.c:165
13652msgid "create a single commit instead of doing a merge"
13653msgstr ""
13654
13655#: builtin/merge.c:253 builtin/pull.c:168
13656msgid "perform a commit if the merge succeeds (default)"
13657msgstr ""
13658
13659#: builtin/merge.c:255 builtin/pull.c:171
13660msgid "edit message before committing"
13661msgstr ""
13662
13663#: builtin/merge.c:257
13664msgid "allow fast-forward (default)"
13665msgstr ""
13666
13667#: builtin/merge.c:259 builtin/pull.c:178
13668msgid "abort if fast-forward is not possible"
13669msgstr ""
13670
13671#: builtin/merge.c:263 builtin/pull.c:181
13672msgid "verify that the named commit has a valid GPG signature"
13673msgstr ""
13674
13675#: builtin/merge.c:264 builtin/notes.c:787 builtin/pull.c:185
13676#: builtin/rebase.c:492 builtin/rebase.c:1471 builtin/revert.c:113
13677msgid "strategy"
13678msgstr ""
13679
13680#: builtin/merge.c:265 builtin/pull.c:186
13681msgid "merge strategy to use"
13682msgstr ""
13683
13684#: builtin/merge.c:266 builtin/pull.c:189
13685msgid "option=value"
13686msgstr ""
13687
13688#: builtin/merge.c:267 builtin/pull.c:190
13689msgid "option for selected merge strategy"
13690msgstr ""
13691
13692#: builtin/merge.c:269
13693msgid "merge commit message (for a non-fast-forward merge)"
13694msgstr ""
13695
13696#: builtin/merge.c:276
13697msgid "abort the current in-progress merge"
13698msgstr ""
13699
13700#: builtin/merge.c:278
13701msgid "continue the current in-progress merge"
13702msgstr ""
13703
13704#: builtin/merge.c:280 builtin/pull.c:197
13705msgid "allow merging unrelated histories"
13706msgstr ""
13707
13708#: builtin/merge.c:286
13709msgid "verify commit-msg hook"
13710msgstr ""
13711
13712#: builtin/merge.c:311
13713msgid "could not run stash."
13714msgstr ""
13715
13716#: builtin/merge.c:316
13717msgid "stash failed"
13718msgstr ""
13719
13720#: builtin/merge.c:321
13721#, c-format
13722msgid "not a valid object: %s"
13723msgstr ""
13724
13725#: builtin/merge.c:343 builtin/merge.c:360
13726msgid "read-tree failed"
13727msgstr ""
13728
13729#: builtin/merge.c:390
13730msgid " (nothing to squash)"
13731msgstr ""
13732
13733#: builtin/merge.c:401
13734#, c-format
13735msgid "Squash commit -- not updating HEAD\n"
13736msgstr ""
13737
13738#: builtin/merge.c:451
13739#, c-format
13740msgid "No merge message -- not updating HEAD\n"
13741msgstr ""
13742
13743#: builtin/merge.c:502
13744#, c-format
13745msgid "'%s' does not point to a commit"
13746msgstr ""
13747
13748#: builtin/merge.c:589
13749#, c-format
13750msgid "Bad branch.%s.mergeoptions string: %s"
13751msgstr ""
13752
13753#: builtin/merge.c:712
13754msgid "Not handling anything other than two heads merge."
13755msgstr ""
13756
13757#: builtin/merge.c:726
13758#, c-format
13759msgid "Unknown option for merge-recursive: -X%s"
13760msgstr ""
13761
13762#: builtin/merge.c:741
13763#, c-format
13764msgid "unable to write %s"
13765msgstr ""
13766
13767#: builtin/merge.c:793
13768#, c-format
13769msgid "Could not read from '%s'"
13770msgstr ""
13771
13772#: builtin/merge.c:802
13773#, c-format
13774msgid "Not committing merge; use 'git commit' to complete the merge.\n"
13775msgstr ""
13776
13777#: builtin/merge.c:808
13778msgid ""
13779"Please enter a commit message to explain why this merge is necessary,\n"
13780"especially if it merges an updated upstream into a topic branch.\n"
13781"\n"
13782msgstr ""
13783
13784#: builtin/merge.c:813
13785msgid "An empty message aborts the commit.\n"
13786msgstr ""
13787
13788#: builtin/merge.c:816
13789#, c-format
13790msgid ""
13791"Lines starting with '%c' will be ignored, and an empty message aborts\n"
13792"the commit.\n"
13793msgstr ""
13794
13795#: builtin/merge.c:857
13796msgid "Empty commit message."
13797msgstr ""
13798
13799#: builtin/merge.c:876
13800#, c-format
13801msgid "Wonderful.\n"
13802msgstr ""
13803
13804#: builtin/merge.c:936
13805#, c-format
13806msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
13807msgstr ""
13808
13809#: builtin/merge.c:975
13810msgid "No current branch."
13811msgstr ""
13812
13813#: builtin/merge.c:977
13814msgid "No remote for the current branch."
13815msgstr ""
13816
13817#: builtin/merge.c:979
13818msgid "No default upstream defined for the current branch."
13819msgstr ""
13820
13821#: builtin/merge.c:984
13822#, c-format
13823msgid "No remote-tracking branch for %s from %s"
13824msgstr ""
13825
13826#: builtin/merge.c:1041
13827#, c-format
13828msgid "Bad value '%s' in environment '%s'"
13829msgstr ""
13830
13831#: builtin/merge.c:1144
13832#, c-format
13833msgid "not something we can merge in %s: %s"
13834msgstr ""
13835
13836#: builtin/merge.c:1178
13837msgid "not something we can merge"
13838msgstr ""
13839
13840#: builtin/merge.c:1281
13841msgid "--abort expects no arguments"
13842msgstr ""
13843
13844#: builtin/merge.c:1285
13845msgid "There is no merge to abort (MERGE_HEAD missing)."
13846msgstr ""
13847
13848#: builtin/merge.c:1297
13849msgid "--continue expects no arguments"
13850msgstr ""
13851
13852#: builtin/merge.c:1301
13853msgid "There is no merge in progress (MERGE_HEAD missing)."
13854msgstr ""
13855
13856#: builtin/merge.c:1317
13857msgid ""
13858"You have not concluded your merge (MERGE_HEAD exists).\n"
13859"Please, commit your changes before you merge."
13860msgstr ""
13861
13862#: builtin/merge.c:1324
13863msgid ""
13864"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
13865"Please, commit your changes before you merge."
13866msgstr ""
13867
13868#: builtin/merge.c:1327
13869msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
13870msgstr ""
13871
13872#: builtin/merge.c:1341
13873msgid "You cannot combine --squash with --no-ff."
13874msgstr ""
13875
13876#: builtin/merge.c:1349
13877msgid "No commit specified and merge.defaultToUpstream not set."
13878msgstr ""
13879
13880#: builtin/merge.c:1366
13881msgid "Squash commit into empty head not supported yet"
13882msgstr ""
13883
13884#: builtin/merge.c:1368
13885msgid "Non-fast-forward commit does not make sense into an empty head"
13886msgstr ""
13887
13888#: builtin/merge.c:1373
13889#, c-format
13890msgid "%s - not something we can merge"
13891msgstr ""
13892
13893#: builtin/merge.c:1375
13894msgid "Can merge only exactly one commit into empty head"
13895msgstr ""
13896
13897#: builtin/merge.c:1454
13898msgid "refusing to merge unrelated histories"
13899msgstr ""
13900
13901#: builtin/merge.c:1463
13902msgid "Already up to date."
13903msgstr ""
13904
13905#: builtin/merge.c:1473
13906#, c-format
13907msgid "Updating %s..%s\n"
13908msgstr ""
13909
13910#: builtin/merge.c:1515
13911#, c-format
13912msgid "Trying really trivial in-index merge...\n"
13913msgstr ""
13914
13915#: builtin/merge.c:1522
13916#, c-format
13917msgid "Nope.\n"
13918msgstr ""
13919
13920#: builtin/merge.c:1547
13921msgid "Already up to date. Yeeah!"
13922msgstr ""
13923
13924#: builtin/merge.c:1553
13925msgid "Not possible to fast-forward, aborting."
13926msgstr ""
13927
13928#: builtin/merge.c:1576 builtin/merge.c:1655
13929#, c-format
13930msgid "Rewinding the tree to pristine...\n"
13931msgstr ""
13932
13933#: builtin/merge.c:1580
13934#, c-format
13935msgid "Trying merge strategy %s...\n"
13936msgstr ""
13937
13938#: builtin/merge.c:1646
13939#, c-format
13940msgid "No merge strategy handled the merge.\n"
13941msgstr ""
13942
13943#: builtin/merge.c:1648
13944#, c-format
13945msgid "Merge with strategy %s failed.\n"
13946msgstr ""
13947
13948#: builtin/merge.c:1657
13949#, c-format
13950msgid "Using the %s to prepare resolving by hand.\n"
13951msgstr ""
13952
13953#: builtin/merge.c:1669
13954#, c-format
13955msgid "Automatic merge went well; stopped before committing as requested\n"
13956msgstr ""
13957
13958#: builtin/merge-base.c:32
13959msgid "git merge-base [-a | --all] <commit> <commit>..."
13960msgstr ""
13961
13962#: builtin/merge-base.c:33
13963msgid "git merge-base [-a | --all] --octopus <commit>..."
13964msgstr ""
13965
13966#: builtin/merge-base.c:34
13967msgid "git merge-base --independent <commit>..."
13968msgstr ""
13969
13970#: builtin/merge-base.c:35
13971msgid "git merge-base --is-ancestor <commit> <commit>"
13972msgstr ""
13973
13974#: builtin/merge-base.c:36
13975msgid "git merge-base --fork-point <ref> [<commit>]"
13976msgstr ""
13977
13978#: builtin/merge-base.c:153
13979msgid "output all common ancestors"
13980msgstr ""
13981
13982#: builtin/merge-base.c:155
13983msgid "find ancestors for a single n-way merge"
13984msgstr ""
13985
13986#: builtin/merge-base.c:157
13987msgid "list revs not reachable from others"
13988msgstr ""
13989
13990#: builtin/merge-base.c:159
13991msgid "is the first one ancestor of the other?"
13992msgstr ""
13993
13994#: builtin/merge-base.c:161
13995msgid "find where <commit> forked from reflog of <ref>"
13996msgstr ""
13997
13998#: builtin/merge-file.c:9
13999msgid ""
14000"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
14001"<orig-file> <file2>"
14002msgstr ""
14003
14004#: builtin/merge-file.c:35
14005msgid "send results to standard output"
14006msgstr ""
14007
14008#: builtin/merge-file.c:36
14009msgid "use a diff3 based merge"
14010msgstr ""
14011
14012#: builtin/merge-file.c:37
14013msgid "for conflicts, use our version"
14014msgstr ""
14015
14016#: builtin/merge-file.c:39
14017msgid "for conflicts, use their version"
14018msgstr ""
14019
14020#: builtin/merge-file.c:41
14021msgid "for conflicts, use a union version"
14022msgstr ""
14023
14024#: builtin/merge-file.c:44
14025msgid "for conflicts, use this marker size"
14026msgstr ""
14027
14028#: builtin/merge-file.c:45
14029msgid "do not warn about conflicts"
14030msgstr ""
14031
14032#: builtin/merge-file.c:47
14033msgid "set labels for file1/orig-file/file2"
14034msgstr ""
14035
14036#: builtin/merge-recursive.c:46
14037#, c-format
14038msgid "unknown option %s"
14039msgstr ""
14040
14041#: builtin/merge-recursive.c:52
14042#, c-format
14043msgid "could not parse object '%s'"
14044msgstr ""
14045
14046#: builtin/merge-recursive.c:56
14047#, c-format
14048msgid "cannot handle more than %d base. Ignoring %s."
14049msgid_plural "cannot handle more than %d bases. Ignoring %s."
14050msgstr[0] ""
14051msgstr[1] ""
14052
14053#: builtin/merge-recursive.c:64
14054msgid "not handling anything other than two heads merge."
14055msgstr ""
14056
14057#: builtin/merge-recursive.c:70 builtin/merge-recursive.c:72
14058#, c-format
14059msgid "could not resolve ref '%s'"
14060msgstr ""
14061
14062#: builtin/merge-recursive.c:78
14063#, c-format
14064msgid "Merging %s with %s\n"
14065msgstr ""
14066
14067#: builtin/mktree.c:66
14068msgid "git mktree [-z] [--missing] [--batch]"
14069msgstr ""
14070
14071#: builtin/mktree.c:154
14072msgid "input is NUL terminated"
14073msgstr ""
14074
14075#: builtin/mktree.c:155 builtin/write-tree.c:26
14076msgid "allow missing objects"
14077msgstr ""
14078
14079#: builtin/mktree.c:156
14080msgid "allow creation of more than one tree"
14081msgstr ""
14082
14083#: builtin/multi-pack-index.c:9
14084msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
14085msgstr ""
14086
14087#: builtin/multi-pack-index.c:22
14088msgid "object directory containing set of packfile and pack-index pairs"
14089msgstr ""
14090
14091#: builtin/multi-pack-index.c:40 builtin/prune-packed.c:67
14092msgid "too many arguments"
14093msgstr ""
14094
14095#: builtin/multi-pack-index.c:51
14096#, c-format
14097msgid "unrecognized verb: %s"
14098msgstr ""
14099
14100#: builtin/mv.c:18
14101msgid "git mv [<options>] <source>... <destination>"
14102msgstr ""
14103
14104#: builtin/mv.c:83
14105#, c-format
14106msgid "Directory %s is in index and no submodule?"
14107msgstr ""
14108
14109#: builtin/mv.c:85
14110msgid "Please stage your changes to .gitmodules or stash them to proceed"
14111msgstr ""
14112
14113#: builtin/mv.c:103
14114#, c-format
14115msgid "%.*s is in index"
14116msgstr ""
14117
14118#: builtin/mv.c:125
14119msgid "force move/rename even if target exists"
14120msgstr ""
14121
14122#: builtin/mv.c:127
14123msgid "skip move/rename errors"
14124msgstr ""
14125
14126#: builtin/mv.c:169
14127#, c-format
14128msgid "destination '%s' is not a directory"
14129msgstr ""
14130
14131#: builtin/mv.c:180
14132#, c-format
14133msgid "Checking rename of '%s' to '%s'\n"
14134msgstr ""
14135
14136#: builtin/mv.c:184
14137msgid "bad source"
14138msgstr ""
14139
14140#: builtin/mv.c:187
14141msgid "can not move directory into itself"
14142msgstr ""
14143
14144#: builtin/mv.c:190
14145msgid "cannot move directory over file"
14146msgstr ""
14147
14148#: builtin/mv.c:199
14149msgid "source directory is empty"
14150msgstr ""
14151
14152#: builtin/mv.c:224
14153msgid "not under version control"
14154msgstr ""
14155
14156#: builtin/mv.c:227
14157msgid "destination exists"
14158msgstr ""
14159
14160#: builtin/mv.c:235
14161#, c-format
14162msgid "overwriting '%s'"
14163msgstr ""
14164
14165#: builtin/mv.c:238
14166msgid "Cannot overwrite"
14167msgstr ""
14168
14169#: builtin/mv.c:241
14170msgid "multiple sources for the same target"
14171msgstr ""
14172
14173#: builtin/mv.c:243
14174msgid "destination directory does not exist"
14175msgstr ""
14176
14177#: builtin/mv.c:250
14178#, c-format
14179msgid "%s, source=%s, destination=%s"
14180msgstr ""
14181
14182#: builtin/mv.c:271
14183#, c-format
14184msgid "Renaming %s to %s\n"
14185msgstr ""
14186
14187#: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:516
14188#, c-format
14189msgid "renaming '%s' failed"
14190msgstr ""
14191
14192#: builtin/name-rev.c:355
14193msgid "git name-rev [<options>] <commit>..."
14194msgstr ""
14195
14196#: builtin/name-rev.c:356
14197msgid "git name-rev [<options>] --all"
14198msgstr ""
14199
14200#: builtin/name-rev.c:357
14201msgid "git name-rev [<options>] --stdin"
14202msgstr ""
14203
14204#: builtin/name-rev.c:415
14205msgid "print only names (no SHA-1)"
14206msgstr ""
14207
14208#: builtin/name-rev.c:416
14209msgid "only use tags to name the commits"
14210msgstr ""
14211
14212#: builtin/name-rev.c:418
14213msgid "only use refs matching <pattern>"
14214msgstr ""
14215
14216#: builtin/name-rev.c:420
14217msgid "ignore refs matching <pattern>"
14218msgstr ""
14219
14220#: builtin/name-rev.c:422
14221msgid "list all commits reachable from all refs"
14222msgstr ""
14223
14224#: builtin/name-rev.c:423
14225msgid "read from stdin"
14226msgstr ""
14227
14228#: builtin/name-rev.c:424
14229msgid "allow to print `undefined` names (default)"
14230msgstr ""
14231
14232#: builtin/name-rev.c:430
14233msgid "dereference tags in the input (internal use)"
14234msgstr ""
14235
14236#: builtin/notes.c:28
14237msgid "git notes [--ref <notes-ref>] [list [<object>]]"
14238msgstr ""
14239
14240#: builtin/notes.c:29
14241msgid ""
14242"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
14243"| (-c | -C) <object>] [<object>]"
14244msgstr ""
14245
14246#: builtin/notes.c:30
14247msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
14248msgstr ""
14249
14250#: builtin/notes.c:31
14251msgid ""
14252"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
14253"(-c | -C) <object>] [<object>]"
14254msgstr ""
14255
14256#: builtin/notes.c:32
14257msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
14258msgstr ""
14259
14260#: builtin/notes.c:33
14261msgid "git notes [--ref <notes-ref>] show [<object>]"
14262msgstr ""
14263
14264#: builtin/notes.c:34
14265msgid ""
14266"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
14267msgstr ""
14268
14269#: builtin/notes.c:35
14270msgid "git notes merge --commit [-v | -q]"
14271msgstr ""
14272
14273#: builtin/notes.c:36
14274msgid "git notes merge --abort [-v | -q]"
14275msgstr ""
14276
14277#: builtin/notes.c:37
14278msgid "git notes [--ref <notes-ref>] remove [<object>...]"
14279msgstr ""
14280
14281#: builtin/notes.c:38
14282msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
14283msgstr ""
14284
14285#: builtin/notes.c:39
14286msgid "git notes [--ref <notes-ref>] get-ref"
14287msgstr ""
14288
14289#: builtin/notes.c:44
14290msgid "git notes [list [<object>]]"
14291msgstr ""
14292
14293#: builtin/notes.c:49
14294msgid "git notes add [<options>] [<object>]"
14295msgstr ""
14296
14297#: builtin/notes.c:54
14298msgid "git notes copy [<options>] <from-object> <to-object>"
14299msgstr ""
14300
14301#: builtin/notes.c:55
14302msgid "git notes copy --stdin [<from-object> <to-object>]..."
14303msgstr ""
14304
14305#: builtin/notes.c:60
14306msgid "git notes append [<options>] [<object>]"
14307msgstr ""
14308
14309#: builtin/notes.c:65
14310msgid "git notes edit [<object>]"
14311msgstr ""
14312
14313#: builtin/notes.c:70
14314msgid "git notes show [<object>]"
14315msgstr ""
14316
14317#: builtin/notes.c:75
14318msgid "git notes merge [<options>] <notes-ref>"
14319msgstr ""
14320
14321#: builtin/notes.c:76
14322msgid "git notes merge --commit [<options>]"
14323msgstr ""
14324
14325#: builtin/notes.c:77
14326msgid "git notes merge --abort [<options>]"
14327msgstr ""
14328
14329#: builtin/notes.c:82
14330msgid "git notes remove [<object>]"
14331msgstr ""
14332
14333#: builtin/notes.c:87
14334msgid "git notes prune [<options>]"
14335msgstr ""
14336
14337#: builtin/notes.c:92
14338msgid "git notes get-ref"
14339msgstr ""
14340
14341#: builtin/notes.c:97
14342msgid "Write/edit the notes for the following object:"
14343msgstr ""
14344
14345#: builtin/notes.c:150
14346#, c-format
14347msgid "unable to start 'show' for object '%s'"
14348msgstr ""
14349
14350#: builtin/notes.c:154
14351msgid "could not read 'show' output"
14352msgstr ""
14353
14354#: builtin/notes.c:162
14355#, c-format
14356msgid "failed to finish 'show' for object '%s'"
14357msgstr ""
14358
14359#: builtin/notes.c:197
14360msgid "please supply the note contents using either -m or -F option"
14361msgstr ""
14362
14363#: builtin/notes.c:206
14364msgid "unable to write note object"
14365msgstr ""
14366
14367#: builtin/notes.c:208
14368#, c-format
14369msgid "the note contents have been left in %s"
14370msgstr ""
14371
14372#: builtin/notes.c:242 builtin/tag.c:522
14373#, c-format
14374msgid "could not open or read '%s'"
14375msgstr ""
14376
14377#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
14378#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
14379#: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
14380#, c-format
14381msgid "failed to resolve '%s' as a valid ref."
14382msgstr ""
14383
14384#: builtin/notes.c:265
14385#, c-format
14386msgid "failed to read object '%s'."
14387msgstr ""
14388
14389#: builtin/notes.c:268
14390#, c-format
14391msgid "cannot read note data from non-blob object '%s'."
14392msgstr ""
14393
14394#: builtin/notes.c:309
14395#, c-format
14396msgid "malformed input line: '%s'."
14397msgstr ""
14398
14399#: builtin/notes.c:324
14400#, c-format
14401msgid "failed to copy notes from '%s' to '%s'"
14402msgstr ""
14403
14404#. TRANSLATORS: the first %s will be replaced by a git
14405#. notes command: 'add', 'merge', 'remove', etc.
14406#.
14407#: builtin/notes.c:356
14408#, c-format
14409msgid "refusing to %s notes in %s (outside of refs/notes/)"
14410msgstr ""
14411
14412#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
14413#: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
14414#: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
14415msgid "too many parameters"
14416msgstr ""
14417
14418#: builtin/notes.c:389 builtin/notes.c:678
14419#, c-format
14420msgid "no note found for object %s."
14421msgstr ""
14422
14423#: builtin/notes.c:410 builtin/notes.c:576
14424msgid "note contents as a string"
14425msgstr ""
14426
14427#: builtin/notes.c:413 builtin/notes.c:579
14428msgid "note contents in a file"
14429msgstr ""
14430
14431#: builtin/notes.c:416 builtin/notes.c:582
14432msgid "reuse and edit specified note object"
14433msgstr ""
14434
14435#: builtin/notes.c:419 builtin/notes.c:585
14436msgid "reuse specified note object"
14437msgstr ""
14438
14439#: builtin/notes.c:422 builtin/notes.c:588
14440msgid "allow storing empty note"
14441msgstr ""
14442
14443#: builtin/notes.c:423 builtin/notes.c:496
14444msgid "replace existing notes"
14445msgstr ""
14446
14447#: builtin/notes.c:448
14448#, c-format
14449msgid ""
14450"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
14451"existing notes"
14452msgstr ""
14453
14454#: builtin/notes.c:463 builtin/notes.c:544
14455#, c-format
14456msgid "Overwriting existing notes for object %s\n"
14457msgstr ""
14458
14459#: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
14460#, c-format
14461msgid "Removing note for object %s\n"
14462msgstr ""
14463
14464#: builtin/notes.c:497
14465msgid "read objects from stdin"
14466msgstr ""
14467
14468#: builtin/notes.c:499
14469msgid "load rewriting config for <command> (implies --stdin)"
14470msgstr ""
14471
14472#: builtin/notes.c:517
14473msgid "too few parameters"
14474msgstr ""
14475
14476#: builtin/notes.c:538
14477#, c-format
14478msgid ""
14479"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
14480"existing notes"
14481msgstr ""
14482
14483#: builtin/notes.c:550
14484#, c-format
14485msgid "missing notes on source object %s. Cannot copy."
14486msgstr ""
14487
14488#: builtin/notes.c:603
14489#, c-format
14490msgid ""
14491"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
14492"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
14493msgstr ""
14494
14495#: builtin/notes.c:698
14496msgid "failed to delete ref NOTES_MERGE_PARTIAL"
14497msgstr ""
14498
14499#: builtin/notes.c:700
14500msgid "failed to delete ref NOTES_MERGE_REF"
14501msgstr ""
14502
14503#: builtin/notes.c:702
14504msgid "failed to remove 'git notes merge' worktree"
14505msgstr ""
14506
14507#: builtin/notes.c:722
14508msgid "failed to read ref NOTES_MERGE_PARTIAL"
14509msgstr ""
14510
14511#: builtin/notes.c:724
14512msgid "could not find commit from NOTES_MERGE_PARTIAL."
14513msgstr ""
14514
14515#: builtin/notes.c:726
14516msgid "could not parse commit from NOTES_MERGE_PARTIAL."
14517msgstr ""
14518
14519#: builtin/notes.c:739
14520msgid "failed to resolve NOTES_MERGE_REF"
14521msgstr ""
14522
14523#: builtin/notes.c:742
14524msgid "failed to finalize notes merge"
14525msgstr ""
14526
14527#: builtin/notes.c:768
14528#, c-format
14529msgid "unknown notes merge strategy %s"
14530msgstr ""
14531
14532#: builtin/notes.c:784
14533msgid "General options"
14534msgstr ""
14535
14536#: builtin/notes.c:786
14537msgid "Merge options"
14538msgstr ""
14539
14540#: builtin/notes.c:788
14541msgid ""
14542"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
14543"cat_sort_uniq)"
14544msgstr ""
14545
14546#: builtin/notes.c:790
14547msgid "Committing unmerged notes"
14548msgstr ""
14549
14550#: builtin/notes.c:792
14551msgid "finalize notes merge by committing unmerged notes"
14552msgstr ""
14553
14554#: builtin/notes.c:794
14555msgid "Aborting notes merge resolution"
14556msgstr ""
14557
14558#: builtin/notes.c:796
14559msgid "abort notes merge"
14560msgstr ""
14561
14562#: builtin/notes.c:807
14563msgid "cannot mix --commit, --abort or -s/--strategy"
14564msgstr ""
14565
14566#: builtin/notes.c:812
14567msgid "must specify a notes ref to merge"
14568msgstr ""
14569
14570#: builtin/notes.c:836
14571#, c-format
14572msgid "unknown -s/--strategy: %s"
14573msgstr ""
14574
14575#: builtin/notes.c:873
14576#, c-format
14577msgid "a notes merge into %s is already in-progress at %s"
14578msgstr ""
14579
14580#: builtin/notes.c:876
14581#, c-format
14582msgid "failed to store link to current notes ref (%s)"
14583msgstr ""
14584
14585#: builtin/notes.c:878
14586#, c-format
14587msgid ""
14588"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
14589"'git notes merge --commit', or abort the merge with 'git notes merge --"
14590"abort'.\n"
14591msgstr ""
14592
14593#: builtin/notes.c:897 builtin/tag.c:535
14594#, c-format
14595msgid "Failed to resolve '%s' as a valid ref."
14596msgstr ""
14597
14598#: builtin/notes.c:900
14599#, c-format
14600msgid "Object %s has no note\n"
14601msgstr ""
14602
14603#: builtin/notes.c:912
14604msgid "attempt to remove non-existent note is not an error"
14605msgstr ""
14606
14607#: builtin/notes.c:915
14608msgid "read object names from the standard input"
14609msgstr ""
14610
14611#: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:165
14612msgid "do not remove, show only"
14613msgstr ""
14614
14615#: builtin/notes.c:955
14616msgid "report pruned notes"
14617msgstr ""
14618
14619#: builtin/notes.c:998
14620msgid "notes-ref"
14621msgstr ""
14622
14623#: builtin/notes.c:999
14624msgid "use notes from <notes-ref>"
14625msgstr ""
14626
14627#: builtin/notes.c:1034 builtin/stash.c:1611
14628#, c-format
14629msgid "unknown subcommand: %s"
14630msgstr ""
14631
14632#: builtin/pack-objects.c:52
14633msgid ""
14634"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
14635msgstr ""
14636
14637#: builtin/pack-objects.c:53
14638msgid ""
14639"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
14640msgstr ""
14641
14642#: builtin/pack-objects.c:424
14643#, c-format
14644msgid "bad packed object CRC for %s"
14645msgstr ""
14646
14647#: builtin/pack-objects.c:435
14648#, c-format
14649msgid "corrupt packed object for %s"
14650msgstr ""
14651
14652#: builtin/pack-objects.c:566
14653#, c-format
14654msgid "recursive delta detected for object %s"
14655msgstr ""
14656
14657#: builtin/pack-objects.c:777
14658#, c-format
14659msgid "ordered %u objects, expected %<PRIu32>"
14660msgstr ""
14661
14662#: builtin/pack-objects.c:790
14663#, c-format
14664msgid "packfile is invalid: %s"
14665msgstr ""
14666
14667#: builtin/pack-objects.c:794
14668#, c-format
14669msgid "unable to open packfile for reuse: %s"
14670msgstr ""
14671
14672#: builtin/pack-objects.c:798
14673msgid "unable to seek in reused packfile"
14674msgstr ""
14675
14676#: builtin/pack-objects.c:809
14677msgid "unable to read from reused packfile"
14678msgstr ""
14679
14680#: builtin/pack-objects.c:837
14681msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
14682msgstr ""
14683
14684#: builtin/pack-objects.c:850
14685msgid "Writing objects"
14686msgstr ""
14687
14688#: builtin/pack-objects.c:912 builtin/update-index.c:89
14689#, c-format
14690msgid "failed to stat %s"
14691msgstr ""
14692
14693#: builtin/pack-objects.c:965
14694#, c-format
14695msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
14696msgstr ""
14697
14698#: builtin/pack-objects.c:1161
14699msgid "disabling bitmap writing, as some objects are not being packed"
14700msgstr ""
14701
14702#: builtin/pack-objects.c:1589
14703#, c-format
14704msgid "delta base offset overflow in pack for %s"
14705msgstr ""
14706
14707#: builtin/pack-objects.c:1598
14708#, c-format
14709msgid "delta base offset out of bound for %s"
14710msgstr ""
14711
14712#: builtin/pack-objects.c:1867
14713msgid "Counting objects"
14714msgstr ""
14715
14716#: builtin/pack-objects.c:1997
14717#, c-format
14718msgid "unable to get size of %s"
14719msgstr ""
14720
14721#: builtin/pack-objects.c:2012
14722#, c-format
14723msgid "unable to parse object header of %s"
14724msgstr ""
14725
14726#: builtin/pack-objects.c:2082 builtin/pack-objects.c:2098
14727#: builtin/pack-objects.c:2108
14728#, c-format
14729msgid "object %s cannot be read"
14730msgstr ""
14731
14732#: builtin/pack-objects.c:2085 builtin/pack-objects.c:2112
14733#, c-format
14734msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
14735msgstr ""
14736
14737#: builtin/pack-objects.c:2122
14738msgid "suboptimal pack - out of memory"
14739msgstr ""
14740
14741#: builtin/pack-objects.c:2448
14742#, c-format
14743msgid "Delta compression using up to %d threads"
14744msgstr ""
14745
14746#: builtin/pack-objects.c:2580
14747#, c-format
14748msgid "unable to pack objects reachable from tag %s"
14749msgstr ""
14750
14751#: builtin/pack-objects.c:2667
14752msgid "Compressing objects"
14753msgstr ""
14754
14755#: builtin/pack-objects.c:2673
14756msgid "inconsistency with delta count"
14757msgstr ""
14758
14759#: builtin/pack-objects.c:2754
14760#, c-format
14761msgid ""
14762"expected edge object ID, got garbage:\n"
14763" %s"
14764msgstr ""
14765
14766#: builtin/pack-objects.c:2760
14767#, c-format
14768msgid ""
14769"expected object ID, got garbage:\n"
14770" %s"
14771msgstr ""
14772
14773#: builtin/pack-objects.c:2858
14774msgid "invalid value for --missing"
14775msgstr ""
14776
14777#: builtin/pack-objects.c:2917 builtin/pack-objects.c:3025
14778msgid "cannot open pack index"
14779msgstr ""
14780
14781#: builtin/pack-objects.c:2948
14782#, c-format
14783msgid "loose object at %s could not be examined"
14784msgstr ""
14785
14786#: builtin/pack-objects.c:3033
14787msgid "unable to force loose object"
14788msgstr ""
14789
14790#: builtin/pack-objects.c:3125
14791#, c-format
14792msgid "not a rev '%s'"
14793msgstr ""
14794
14795#: builtin/pack-objects.c:3128
14796#, c-format
14797msgid "bad revision '%s'"
14798msgstr ""
14799
14800#: builtin/pack-objects.c:3153
14801msgid "unable to add recent objects"
14802msgstr ""
14803
14804#: builtin/pack-objects.c:3206
14805#, c-format
14806msgid "unsupported index version %s"
14807msgstr ""
14808
14809#: builtin/pack-objects.c:3210
14810#, c-format
14811msgid "bad index version '%s'"
14812msgstr ""
14813
14814#: builtin/pack-objects.c:3240
14815msgid "do not show progress meter"
14816msgstr ""
14817
14818#: builtin/pack-objects.c:3242
14819msgid "show progress meter"
14820msgstr ""
14821
14822#: builtin/pack-objects.c:3244
14823msgid "show progress meter during object writing phase"
14824msgstr ""
14825
14826#: builtin/pack-objects.c:3247
14827msgid "similar to --all-progress when progress meter is shown"
14828msgstr ""
14829
14830#: builtin/pack-objects.c:3248
14831msgid "<version>[,<offset>]"
14832msgstr ""
14833
14834#: builtin/pack-objects.c:3249
14835msgid "write the pack index file in the specified idx format version"
14836msgstr ""
14837
14838#: builtin/pack-objects.c:3252
14839msgid "maximum size of each output pack file"
14840msgstr ""
14841
14842#: builtin/pack-objects.c:3254
14843msgid "ignore borrowed objects from alternate object store"
14844msgstr ""
14845
14846#: builtin/pack-objects.c:3256
14847msgid "ignore packed objects"
14848msgstr ""
14849
14850#: builtin/pack-objects.c:3258
14851msgid "limit pack window by objects"
14852msgstr ""
14853
14854#: builtin/pack-objects.c:3260
14855msgid "limit pack window by memory in addition to object limit"
14856msgstr ""
14857
14858#: builtin/pack-objects.c:3262
14859msgid "maximum length of delta chain allowed in the resulting pack"
14860msgstr ""
14861
14862#: builtin/pack-objects.c:3264
14863msgid "reuse existing deltas"
14864msgstr ""
14865
14866#: builtin/pack-objects.c:3266
14867msgid "reuse existing objects"
14868msgstr ""
14869
14870#: builtin/pack-objects.c:3268
14871msgid "use OFS_DELTA objects"
14872msgstr ""
14873
14874#: builtin/pack-objects.c:3270
14875msgid "use threads when searching for best delta matches"
14876msgstr ""
14877
14878#: builtin/pack-objects.c:3272
14879msgid "do not create an empty pack output"
14880msgstr ""
14881
14882#: builtin/pack-objects.c:3274
14883msgid "read revision arguments from standard input"
14884msgstr ""
14885
14886#: builtin/pack-objects.c:3276
14887msgid "limit the objects to those that are not yet packed"
14888msgstr ""
14889
14890#: builtin/pack-objects.c:3279
14891msgid "include objects reachable from any reference"
14892msgstr ""
14893
14894#: builtin/pack-objects.c:3282
14895msgid "include objects referred by reflog entries"
14896msgstr ""
14897
14898#: builtin/pack-objects.c:3285
14899msgid "include objects referred to by the index"
14900msgstr ""
14901
14902#: builtin/pack-objects.c:3288
14903msgid "output pack to stdout"
14904msgstr ""
14905
14906#: builtin/pack-objects.c:3290
14907msgid "include tag objects that refer to objects to be packed"
14908msgstr ""
14909
14910#: builtin/pack-objects.c:3292
14911msgid "keep unreachable objects"
14912msgstr ""
14913
14914#: builtin/pack-objects.c:3294
14915msgid "pack loose unreachable objects"
14916msgstr ""
14917
14918#: builtin/pack-objects.c:3296
14919msgid "unpack unreachable objects newer than <time>"
14920msgstr ""
14921
14922#: builtin/pack-objects.c:3299
14923msgid "use the sparse reachability algorithm"
14924msgstr ""
14925
14926#: builtin/pack-objects.c:3301
14927msgid "create thin packs"
14928msgstr ""
14929
14930#: builtin/pack-objects.c:3303
14931msgid "create packs suitable for shallow fetches"
14932msgstr ""
14933
14934#: builtin/pack-objects.c:3305
14935msgid "ignore packs that have companion .keep file"
14936msgstr ""
14937
14938#: builtin/pack-objects.c:3307
14939msgid "ignore this pack"
14940msgstr ""
14941
14942#: builtin/pack-objects.c:3309
14943msgid "pack compression level"
14944msgstr ""
14945
14946#: builtin/pack-objects.c:3311
14947msgid "do not hide commits by grafts"
14948msgstr ""
14949
14950#: builtin/pack-objects.c:3313
14951msgid "use a bitmap index if available to speed up counting objects"
14952msgstr ""
14953
14954#: builtin/pack-objects.c:3315
14955msgid "write a bitmap index together with the pack index"
14956msgstr ""
14957
14958#: builtin/pack-objects.c:3318
14959msgid "handling for missing objects"
14960msgstr ""
14961
14962#: builtin/pack-objects.c:3321
14963msgid "do not pack objects in promisor packfiles"
14964msgstr ""
14965
14966#: builtin/pack-objects.c:3323
14967msgid "respect islands during delta compression"
14968msgstr ""
14969
14970#: builtin/pack-objects.c:3348
14971#, c-format
14972msgid "delta chain depth %d is too deep, forcing %d"
14973msgstr ""
14974
14975#: builtin/pack-objects.c:3353
14976#, c-format
14977msgid "pack.deltaCacheLimit is too high, forcing %d"
14978msgstr ""
14979
14980#: builtin/pack-objects.c:3407
14981msgid "--max-pack-size cannot be used to build a pack for transfer"
14982msgstr ""
14983
14984#: builtin/pack-objects.c:3409
14985msgid "minimum pack size limit is 1 MiB"
14986msgstr ""
14987
14988#: builtin/pack-objects.c:3414
14989msgid "--thin cannot be used to build an indexable pack"
14990msgstr ""
14991
14992#: builtin/pack-objects.c:3417
14993msgid "--keep-unreachable and --unpack-unreachable are incompatible"
14994msgstr ""
14995
14996#: builtin/pack-objects.c:3423
14997msgid "cannot use --filter without --stdout"
14998msgstr ""
14999
15000#: builtin/pack-objects.c:3484
15001msgid "Enumerating objects"
15002msgstr ""
15003
15004#: builtin/pack-objects.c:3514
15005#, c-format
15006msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
15007msgstr ""
15008
15009#: builtin/pack-refs.c:8
15010msgid "git pack-refs [<options>]"
15011msgstr ""
15012
15013#: builtin/pack-refs.c:16
15014msgid "pack everything"
15015msgstr ""
15016
15017#: builtin/pack-refs.c:17
15018msgid "prune loose refs (default)"
15019msgstr ""
15020
15021#: builtin/prune-packed.c:9
15022msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
15023msgstr ""
15024
15025#: builtin/prune-packed.c:42
15026msgid "Removing duplicate objects"
15027msgstr ""
15028
15029#: builtin/prune.c:12
15030msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
15031msgstr ""
15032
15033#: builtin/prune.c:131
15034msgid "report pruned objects"
15035msgstr ""
15036
15037#: builtin/prune.c:134
15038msgid "expire objects older than <time>"
15039msgstr ""
15040
15041#: builtin/prune.c:136
15042msgid "limit traversal to objects outside promisor packfiles"
15043msgstr ""
15044
15045#: builtin/prune.c:150
15046msgid "cannot prune in a precious-objects repo"
15047msgstr ""
15048
15049#: builtin/pull.c:66 builtin/pull.c:68
15050#, c-format
15051msgid "Invalid value for %s: %s"
15052msgstr ""
15053
15054#: builtin/pull.c:88
15055msgid "git pull [<options>] [<repository> [<refspec>...]]"
15056msgstr ""
15057
15058#: builtin/pull.c:140
15059msgid "control for recursive fetching of submodules"
15060msgstr ""
15061
15062#: builtin/pull.c:144
15063msgid "Options related to merging"
15064msgstr ""
15065
15066#: builtin/pull.c:147
15067msgid "incorporate changes by rebasing rather than merging"
15068msgstr ""
15069
15070#: builtin/pull.c:175 builtin/rebase.c:447 builtin/revert.c:125
15071msgid "allow fast-forward"
15072msgstr ""
15073
15074#: builtin/pull.c:184
15075msgid "automatically stash/stash pop before and after rebase"
15076msgstr ""
15077
15078#: builtin/pull.c:200
15079msgid "Options related to fetching"
15080msgstr ""
15081
15082#: builtin/pull.c:210
15083msgid "force overwrite of local branch"
15084msgstr ""
15085
15086#: builtin/pull.c:218
15087msgid "number of submodules pulled in parallel"
15088msgstr ""
15089
15090#: builtin/pull.c:313
15091#, c-format
15092msgid "Invalid value for pull.ff: %s"
15093msgstr ""
15094
15095#: builtin/pull.c:430
15096msgid ""
15097"There is no candidate for rebasing against among the refs that you just "
15098"fetched."
15099msgstr ""
15100
15101#: builtin/pull.c:432
15102msgid ""
15103"There are no candidates for merging among the refs that you just fetched."
15104msgstr ""
15105
15106#: builtin/pull.c:433
15107msgid ""
15108"Generally this means that you provided a wildcard refspec which had no\n"
15109"matches on the remote end."
15110msgstr ""
15111
15112#: builtin/pull.c:436
15113#, c-format
15114msgid ""
15115"You asked to pull from the remote '%s', but did not specify\n"
15116"a branch. Because this is not the default configured remote\n"
15117"for your current branch, you must specify a branch on the command line."
15118msgstr ""
15119
15120#: builtin/pull.c:441 builtin/rebase.c:1321 git-parse-remote.sh:73
15121msgid "You are not currently on a branch."
15122msgstr ""
15123
15124#: builtin/pull.c:443 builtin/pull.c:458 git-parse-remote.sh:79
15125msgid "Please specify which branch you want to rebase against."
15126msgstr ""
15127
15128#: builtin/pull.c:445 builtin/pull.c:460 git-parse-remote.sh:82
15129msgid "Please specify which branch you want to merge with."
15130msgstr ""
15131
15132#: builtin/pull.c:446 builtin/pull.c:461
15133msgid "See git-pull(1) for details."
15134msgstr ""
15135
15136#: builtin/pull.c:448 builtin/pull.c:454 builtin/pull.c:463
15137#: builtin/rebase.c:1327 git-parse-remote.sh:64
15138msgid "<remote>"
15139msgstr ""
15140
15141#: builtin/pull.c:448 builtin/pull.c:463 builtin/pull.c:468
15142#: git-parse-remote.sh:65
15143msgid "<branch>"
15144msgstr ""
15145
15146#: builtin/pull.c:456 builtin/rebase.c:1319 git-parse-remote.sh:75
15147msgid "There is no tracking information for the current branch."
15148msgstr ""
15149
15150#: builtin/pull.c:465 git-parse-remote.sh:95
15151msgid ""
15152"If you wish to set tracking information for this branch you can do so with:"
15153msgstr ""
15154
15155#: builtin/pull.c:470
15156#, c-format
15157msgid ""
15158"Your configuration specifies to merge with the ref '%s'\n"
15159"from the remote, but no such ref was fetched."
15160msgstr ""
15161
15162#: builtin/pull.c:574
15163#, c-format
15164msgid "unable to access commit %s"
15165msgstr ""
15166
15167#: builtin/pull.c:854
15168msgid "ignoring --verify-signatures for rebase"
15169msgstr ""
15170
15171#: builtin/pull.c:909
15172msgid "--[no-]autostash option is only valid with --rebase."
15173msgstr ""
15174
15175#: builtin/pull.c:917
15176msgid "Updating an unborn branch with changes added to the index."
15177msgstr ""
15178
15179#: builtin/pull.c:921
15180msgid "pull with rebase"
15181msgstr ""
15182
15183#: builtin/pull.c:922
15184msgid "please commit or stash them."
15185msgstr ""
15186
15187#: builtin/pull.c:947
15188#, c-format
15189msgid ""
15190"fetch updated the current branch head.\n"
15191"fast-forwarding your working tree from\n"
15192"commit %s."
15193msgstr ""
15194
15195#: builtin/pull.c:953
15196#, c-format
15197msgid ""
15198"Cannot fast-forward your working tree.\n"
15199"After making sure that you saved anything precious from\n"
15200"$ git diff %s\n"
15201"output, run\n"
15202"$ git reset --hard\n"
15203"to recover."
15204msgstr ""
15205
15206#: builtin/pull.c:968
15207msgid "Cannot merge multiple branches into empty head."
15208msgstr ""
15209
15210#: builtin/pull.c:972
15211msgid "Cannot rebase onto multiple branches."
15212msgstr ""
15213
15214#: builtin/pull.c:979
15215msgid "cannot rebase with locally recorded submodule modifications"
15216msgstr ""
15217
15218#: builtin/push.c:19
15219msgid "git push [<options>] [<repository> [<refspec>...]]"
15220msgstr ""
15221
15222#: builtin/push.c:111
15223msgid "tag shorthand without <tag>"
15224msgstr ""
15225
15226#: builtin/push.c:121
15227msgid "--delete only accepts plain target ref names"
15228msgstr ""
15229
15230#: builtin/push.c:167
15231msgid ""
15232"\n"
15233"To choose either option permanently, see push.default in 'git help config'."
15234msgstr ""
15235
15236#: builtin/push.c:170
15237#, c-format
15238msgid ""
15239"The upstream branch of your current branch does not match\n"
15240"the name of your current branch.  To push to the upstream branch\n"
15241"on the remote, use\n"
15242"\n"
15243"    git push %s HEAD:%s\n"
15244"\n"
15245"To push to the branch of the same name on the remote, use\n"
15246"\n"
15247"    git push %s HEAD\n"
15248"%s"
15249msgstr ""
15250
15251#: builtin/push.c:185
15252#, c-format
15253msgid ""
15254"You are not currently on a branch.\n"
15255"To push the history leading to the current (detached HEAD)\n"
15256"state now, use\n"
15257"\n"
15258"    git push %s HEAD:<name-of-remote-branch>\n"
15259msgstr ""
15260
15261#: builtin/push.c:199
15262#, c-format
15263msgid ""
15264"The current branch %s has no upstream branch.\n"
15265"To push the current branch and set the remote as upstream, use\n"
15266"\n"
15267"    git push --set-upstream %s %s\n"
15268msgstr ""
15269
15270#: builtin/push.c:207
15271#, c-format
15272msgid "The current branch %s has multiple upstream branches, refusing to push."
15273msgstr ""
15274
15275#: builtin/push.c:210
15276#, c-format
15277msgid ""
15278"You are pushing to remote '%s', which is not the upstream of\n"
15279"your current branch '%s', without telling me what to push\n"
15280"to update which remote branch."
15281msgstr ""
15282
15283#: builtin/push.c:269
15284msgid ""
15285"You didn't specify any refspecs to push, and push.default is \"nothing\"."
15286msgstr ""
15287
15288#: builtin/push.c:276
15289msgid ""
15290"Updates were rejected because the tip of your current branch is behind\n"
15291"its remote counterpart. Integrate the remote changes (e.g.\n"
15292"'git pull ...') before pushing again.\n"
15293"See the 'Note about fast-forwards' in 'git push --help' for details."
15294msgstr ""
15295
15296#: builtin/push.c:282
15297msgid ""
15298"Updates were rejected because a pushed branch tip is behind its remote\n"
15299"counterpart. Check out this branch and integrate the remote changes\n"
15300"(e.g. 'git pull ...') before pushing again.\n"
15301"See the 'Note about fast-forwards' in 'git push --help' for details."
15302msgstr ""
15303
15304#: builtin/push.c:288
15305msgid ""
15306"Updates were rejected because the remote contains work that you do\n"
15307"not have locally. This is usually caused by another repository pushing\n"
15308"to the same ref. You may want to first integrate the remote changes\n"
15309"(e.g., 'git pull ...') before pushing again.\n"
15310"See the 'Note about fast-forwards' in 'git push --help' for details."
15311msgstr ""
15312
15313#: builtin/push.c:295
15314msgid "Updates were rejected because the tag already exists in the remote."
15315msgstr ""
15316
15317#: builtin/push.c:298
15318msgid ""
15319"You cannot update a remote ref that points at a non-commit object,\n"
15320"or update a remote ref to make it point at a non-commit object,\n"
15321"without using the '--force' option.\n"
15322msgstr ""
15323
15324#: builtin/push.c:359
15325#, c-format
15326msgid "Pushing to %s\n"
15327msgstr ""
15328
15329#: builtin/push.c:364
15330#, c-format
15331msgid "failed to push some refs to '%s'"
15332msgstr ""
15333
15334#: builtin/push.c:398
15335#, c-format
15336msgid "bad repository '%s'"
15337msgstr ""
15338
15339#: builtin/push.c:399
15340msgid ""
15341"No configured push destination.\n"
15342"Either specify the URL from the command-line or configure a remote "
15343"repository using\n"
15344"\n"
15345"    git remote add <name> <url>\n"
15346"\n"
15347"and then push using the remote name\n"
15348"\n"
15349"    git push <name>\n"
15350msgstr ""
15351
15352#: builtin/push.c:554
15353msgid "repository"
15354msgstr ""
15355
15356#: builtin/push.c:555 builtin/send-pack.c:164
15357msgid "push all refs"
15358msgstr ""
15359
15360#: builtin/push.c:556 builtin/send-pack.c:166
15361msgid "mirror all refs"
15362msgstr ""
15363
15364#: builtin/push.c:558
15365msgid "delete refs"
15366msgstr ""
15367
15368#: builtin/push.c:559
15369msgid "push tags (can't be used with --all or --mirror)"
15370msgstr ""
15371
15372#: builtin/push.c:562 builtin/send-pack.c:167
15373msgid "force updates"
15374msgstr ""
15375
15376#: builtin/push.c:564 builtin/send-pack.c:181
15377msgid "<refname>:<expect>"
15378msgstr ""
15379
15380#: builtin/push.c:565 builtin/send-pack.c:182
15381msgid "require old value of ref to be at this value"
15382msgstr ""
15383
15384#: builtin/push.c:568
15385msgid "control recursive pushing of submodules"
15386msgstr ""
15387
15388#: builtin/push.c:570 builtin/send-pack.c:175
15389msgid "use thin pack"
15390msgstr ""
15391
15392#: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:161
15393#: builtin/send-pack.c:162
15394msgid "receive pack program"
15395msgstr ""
15396
15397#: builtin/push.c:573
15398msgid "set upstream for git pull/status"
15399msgstr ""
15400
15401#: builtin/push.c:576
15402msgid "prune locally removed refs"
15403msgstr ""
15404
15405#: builtin/push.c:578
15406msgid "bypass pre-push hook"
15407msgstr ""
15408
15409#: builtin/push.c:579
15410msgid "push missing but relevant tags"
15411msgstr ""
15412
15413#: builtin/push.c:582 builtin/send-pack.c:169
15414msgid "GPG sign the push"
15415msgstr ""
15416
15417#: builtin/push.c:584 builtin/send-pack.c:176
15418msgid "request atomic transaction on remote side"
15419msgstr ""
15420
15421#: builtin/push.c:602
15422msgid "--delete is incompatible with --all, --mirror and --tags"
15423msgstr ""
15424
15425#: builtin/push.c:604
15426msgid "--delete doesn't make sense without any refs"
15427msgstr ""
15428
15429#: builtin/push.c:607
15430msgid "--all and --tags are incompatible"
15431msgstr ""
15432
15433#: builtin/push.c:609
15434msgid "--all can't be combined with refspecs"
15435msgstr ""
15436
15437#: builtin/push.c:613
15438msgid "--mirror and --tags are incompatible"
15439msgstr ""
15440
15441#: builtin/push.c:615
15442msgid "--mirror can't be combined with refspecs"
15443msgstr ""
15444
15445#: builtin/push.c:618
15446msgid "--all and --mirror are incompatible"
15447msgstr ""
15448
15449#: builtin/push.c:637
15450msgid "push options must not have new line characters"
15451msgstr ""
15452
15453#: builtin/range-diff.c:8
15454msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
15455msgstr ""
15456
15457#: builtin/range-diff.c:9
15458msgid "git range-diff [<options>] <old-tip>...<new-tip>"
15459msgstr ""
15460
15461#: builtin/range-diff.c:10
15462msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
15463msgstr ""
15464
15465#: builtin/range-diff.c:21
15466msgid "Percentage by which creation is weighted"
15467msgstr ""
15468
15469#: builtin/range-diff.c:23
15470msgid "use simple diff colors"
15471msgstr ""
15472
15473#: builtin/range-diff.c:46 builtin/range-diff.c:50
15474#, c-format
15475msgid "no .. in range: '%s'"
15476msgstr ""
15477
15478#: builtin/range-diff.c:60
15479msgid "single arg format must be symmetric range"
15480msgstr ""
15481
15482#: builtin/range-diff.c:75
15483msgid "need two commit ranges"
15484msgstr ""
15485
15486#: builtin/read-tree.c:41
15487msgid ""
15488"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
15489"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
15490"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
15491msgstr ""
15492
15493#: builtin/read-tree.c:124
15494msgid "write resulting index to <file>"
15495msgstr ""
15496
15497#: builtin/read-tree.c:127
15498msgid "only empty the index"
15499msgstr ""
15500
15501#: builtin/read-tree.c:129
15502msgid "Merging"
15503msgstr ""
15504
15505#: builtin/read-tree.c:131
15506msgid "perform a merge in addition to a read"
15507msgstr ""
15508
15509#: builtin/read-tree.c:133
15510msgid "3-way merge if no file level merging required"
15511msgstr ""
15512
15513#: builtin/read-tree.c:135
15514msgid "3-way merge in presence of adds and removes"
15515msgstr ""
15516
15517#: builtin/read-tree.c:137
15518msgid "same as -m, but discard unmerged entries"
15519msgstr ""
15520
15521#: builtin/read-tree.c:138
15522msgid "<subdirectory>/"
15523msgstr ""
15524
15525#: builtin/read-tree.c:139
15526msgid "read the tree into the index under <subdirectory>/"
15527msgstr ""
15528
15529#: builtin/read-tree.c:142
15530msgid "update working tree with merge result"
15531msgstr ""
15532
15533#: builtin/read-tree.c:144
15534msgid "gitignore"
15535msgstr ""
15536
15537#: builtin/read-tree.c:145
15538msgid "allow explicitly ignored files to be overwritten"
15539msgstr ""
15540
15541#: builtin/read-tree.c:148
15542msgid "don't check the working tree after merging"
15543msgstr ""
15544
15545#: builtin/read-tree.c:149
15546msgid "don't update the index or the work tree"
15547msgstr ""
15548
15549#: builtin/read-tree.c:151
15550msgid "skip applying sparse checkout filter"
15551msgstr ""
15552
15553#: builtin/read-tree.c:153
15554msgid "debug unpack-trees"
15555msgstr ""
15556
15557#: builtin/read-tree.c:157
15558msgid "suppress feedback messages"
15559msgstr ""
15560
15561#: builtin/rebase.c:32
15562msgid ""
15563"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
15564"[<branch>]"
15565msgstr ""
15566
15567#: builtin/rebase.c:34
15568msgid ""
15569"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
15570msgstr ""
15571
15572#: builtin/rebase.c:36
15573msgid "git rebase --continue | --abort | --skip | --edit-todo"
15574msgstr ""
15575
15576#: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
15577#, c-format
15578msgid "unusable todo list: '%s'"
15579msgstr ""
15580
15581#: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
15582#, c-format
15583msgid "could not write '%s'."
15584msgstr ""
15585
15586#: builtin/rebase.c:252
15587msgid "no HEAD?"
15588msgstr ""
15589
15590#: builtin/rebase.c:279
15591#, c-format
15592msgid "could not create temporary %s"
15593msgstr ""
15594
15595#: builtin/rebase.c:285
15596msgid "could not mark as interactive"
15597msgstr ""
15598
15599#: builtin/rebase.c:343
15600msgid "could not generate todo list"
15601msgstr ""
15602
15603#: builtin/rebase.c:382
15604msgid "a base commit must be provided with --upstream or --onto"
15605msgstr ""
15606
15607#: builtin/rebase.c:437
15608msgid "git rebase--interactive [<options>]"
15609msgstr ""
15610
15611#: builtin/rebase.c:449
15612msgid "keep empty commits"
15613msgstr ""
15614
15615#: builtin/rebase.c:451 builtin/revert.c:127
15616msgid "allow commits with empty messages"
15617msgstr ""
15618
15619#: builtin/rebase.c:452
15620msgid "rebase merge commits"
15621msgstr ""
15622
15623#: builtin/rebase.c:454
15624msgid "keep original branch points of cousins"
15625msgstr ""
15626
15627#: builtin/rebase.c:456
15628msgid "move commits that begin with squash!/fixup!"
15629msgstr ""
15630
15631#: builtin/rebase.c:457
15632msgid "sign commits"
15633msgstr ""
15634
15635#: builtin/rebase.c:459 builtin/rebase.c:1397
15636msgid "display a diffstat of what changed upstream"
15637msgstr ""
15638
15639#: builtin/rebase.c:461
15640msgid "continue rebase"
15641msgstr ""
15642
15643#: builtin/rebase.c:463
15644msgid "skip commit"
15645msgstr ""
15646
15647#: builtin/rebase.c:464
15648msgid "edit the todo list"
15649msgstr ""
15650
15651#: builtin/rebase.c:466
15652msgid "show the current patch"
15653msgstr ""
15654
15655#: builtin/rebase.c:469
15656msgid "shorten commit ids in the todo list"
15657msgstr ""
15658
15659#: builtin/rebase.c:471
15660msgid "expand commit ids in the todo list"
15661msgstr ""
15662
15663#: builtin/rebase.c:473
15664msgid "check the todo list"
15665msgstr ""
15666
15667#: builtin/rebase.c:475
15668msgid "rearrange fixup/squash lines"
15669msgstr ""
15670
15671#: builtin/rebase.c:477
15672msgid "insert exec commands in todo list"
15673msgstr ""
15674
15675#: builtin/rebase.c:478
15676msgid "onto"
15677msgstr ""
15678
15679#: builtin/rebase.c:481
15680msgid "restrict-revision"
15681msgstr ""
15682
15683#: builtin/rebase.c:481
15684msgid "restrict revision"
15685msgstr ""
15686
15687#: builtin/rebase.c:483
15688msgid "squash-onto"
15689msgstr ""
15690
15691#: builtin/rebase.c:484
15692msgid "squash onto"
15693msgstr ""
15694
15695#: builtin/rebase.c:486
15696msgid "the upstream commit"
15697msgstr ""
15698
15699#: builtin/rebase.c:488
15700msgid "head-name"
15701msgstr ""
15702
15703#: builtin/rebase.c:488
15704msgid "head name"
15705msgstr ""
15706
15707#: builtin/rebase.c:493
15708msgid "rebase strategy"
15709msgstr ""
15710
15711#: builtin/rebase.c:494
15712msgid "strategy-opts"
15713msgstr ""
15714
15715#: builtin/rebase.c:495
15716msgid "strategy options"
15717msgstr ""
15718
15719#: builtin/rebase.c:496
15720msgid "switch-to"
15721msgstr ""
15722
15723#: builtin/rebase.c:497
15724msgid "the branch or commit to checkout"
15725msgstr ""
15726
15727#: builtin/rebase.c:498
15728msgid "onto-name"
15729msgstr ""
15730
15731#: builtin/rebase.c:498
15732msgid "onto name"
15733msgstr ""
15734
15735#: builtin/rebase.c:499
15736msgid "cmd"
15737msgstr ""
15738
15739#: builtin/rebase.c:499
15740msgid "the command to run"
15741msgstr ""
15742
15743#: builtin/rebase.c:502 builtin/rebase.c:1480
15744msgid "automatically re-schedule any `exec` that fails"
15745msgstr ""
15746
15747#: builtin/rebase.c:518
15748msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
15749msgstr ""
15750
15751#: builtin/rebase.c:534 builtin/rebase.c:1787
15752#, c-format
15753msgid "%s requires an interactive rebase"
15754msgstr ""
15755
15756#: builtin/rebase.c:586
15757#, c-format
15758msgid "could not get 'onto': '%s'"
15759msgstr ""
15760
15761#: builtin/rebase.c:601
15762#, c-format
15763msgid "invalid orig-head: '%s'"
15764msgstr ""
15765
15766#: builtin/rebase.c:626
15767#, c-format
15768msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
15769msgstr ""
15770
15771#: builtin/rebase.c:702
15772#, c-format
15773msgid "Could not read '%s'"
15774msgstr ""
15775
15776#: builtin/rebase.c:720
15777#, c-format
15778msgid "Cannot store %s"
15779msgstr ""
15780
15781#: builtin/rebase.c:817
15782msgid "could not determine HEAD revision"
15783msgstr ""
15784
15785#: builtin/rebase.c:940
15786msgid ""
15787"Resolve all conflicts manually, mark them as resolved with\n"
15788"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
15789"You can instead skip this commit: run \"git rebase --skip\".\n"
15790"To abort and get back to the state before \"git rebase\", run \"git rebase --"
15791"abort\"."
15792msgstr ""
15793
15794#: builtin/rebase.c:1021
15795#, c-format
15796msgid ""
15797"\n"
15798"git encountered an error while preparing the patches to replay\n"
15799"these revisions:\n"
15800"\n"
15801"    %s\n"
15802"\n"
15803"As a result, git cannot rebase them."
15804msgstr ""
15805
15806#: builtin/rebase.c:1313
15807#, c-format
15808msgid ""
15809"%s\n"
15810"Please specify which branch you want to rebase against.\n"
15811"See git-rebase(1) for details.\n"
15812"\n"
15813"    git rebase '<branch>'\n"
15814"\n"
15815msgstr ""
15816
15817#: builtin/rebase.c:1329
15818#, c-format
15819msgid ""
15820"If you wish to set tracking information for this branch you can do so with:\n"
15821"\n"
15822"    git branch --set-upstream-to=%s/<branch> %s\n"
15823"\n"
15824msgstr ""
15825
15826#: builtin/rebase.c:1359
15827msgid "exec commands cannot contain newlines"
15828msgstr ""
15829
15830#: builtin/rebase.c:1363
15831msgid "empty exec command"
15832msgstr ""
15833
15834#: builtin/rebase.c:1390
15835msgid "rebase onto given branch instead of upstream"
15836msgstr ""
15837
15838#: builtin/rebase.c:1392
15839msgid "allow pre-rebase hook to run"
15840msgstr ""
15841
15842#: builtin/rebase.c:1394
15843msgid "be quiet. implies --no-stat"
15844msgstr ""
15845
15846#: builtin/rebase.c:1400
15847msgid "do not show diffstat of what changed upstream"
15848msgstr ""
15849
15850#: builtin/rebase.c:1403
15851msgid "add a Signed-off-by: line to each commit"
15852msgstr ""
15853
15854#: builtin/rebase.c:1405 builtin/rebase.c:1409 builtin/rebase.c:1411
15855msgid "passed to 'git am'"
15856msgstr ""
15857
15858#: builtin/rebase.c:1413 builtin/rebase.c:1415
15859msgid "passed to 'git apply'"
15860msgstr ""
15861
15862#: builtin/rebase.c:1417 builtin/rebase.c:1420
15863msgid "cherry-pick all commits, even if unchanged"
15864msgstr ""
15865
15866#: builtin/rebase.c:1422
15867msgid "continue"
15868msgstr ""
15869
15870#: builtin/rebase.c:1425
15871msgid "skip current patch and continue"
15872msgstr ""
15873
15874#: builtin/rebase.c:1427
15875msgid "abort and check out the original branch"
15876msgstr ""
15877
15878#: builtin/rebase.c:1430
15879msgid "abort but keep HEAD where it is"
15880msgstr ""
15881
15882#: builtin/rebase.c:1431
15883msgid "edit the todo list during an interactive rebase"
15884msgstr ""
15885
15886#: builtin/rebase.c:1434
15887msgid "show the patch file being applied or merged"
15888msgstr ""
15889
15890#: builtin/rebase.c:1437
15891msgid "use merging strategies to rebase"
15892msgstr ""
15893
15894#: builtin/rebase.c:1441
15895msgid "let the user edit the list of commits to rebase"
15896msgstr ""
15897
15898#: builtin/rebase.c:1445
15899msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
15900msgstr ""
15901
15902#: builtin/rebase.c:1449
15903msgid "preserve empty commits during rebase"
15904msgstr ""
15905
15906#: builtin/rebase.c:1451
15907msgid "move commits that begin with squash!/fixup! under -i"
15908msgstr ""
15909
15910#: builtin/rebase.c:1457
15911msgid "automatically stash/stash pop before and after"
15912msgstr ""
15913
15914#: builtin/rebase.c:1459
15915msgid "add exec lines after each commit of the editable list"
15916msgstr ""
15917
15918#: builtin/rebase.c:1463
15919msgid "allow rebasing commits with empty messages"
15920msgstr ""
15921
15922#: builtin/rebase.c:1466
15923msgid "try to rebase merges instead of skipping them"
15924msgstr ""
15925
15926#: builtin/rebase.c:1469
15927msgid "use 'merge-base --fork-point' to refine upstream"
15928msgstr ""
15929
15930#: builtin/rebase.c:1471
15931msgid "use the given merge strategy"
15932msgstr ""
15933
15934#: builtin/rebase.c:1473 builtin/revert.c:114
15935msgid "option"
15936msgstr ""
15937
15938#: builtin/rebase.c:1474
15939msgid "pass the argument through to the merge strategy"
15940msgstr ""
15941
15942#: builtin/rebase.c:1477
15943msgid "rebase all reachable commits up to the root(s)"
15944msgstr ""
15945
15946#: builtin/rebase.c:1498
15947msgid ""
15948"the rebase.useBuiltin support has been removed!\n"
15949"See its entry in 'git help config' for details."
15950msgstr ""
15951
15952#: builtin/rebase.c:1504
15953msgid "It looks like 'git am' is in progress. Cannot rebase."
15954msgstr ""
15955
15956#: builtin/rebase.c:1545
15957msgid ""
15958"git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
15959msgstr ""
15960
15961#: builtin/rebase.c:1549
15962msgid "No rebase in progress?"
15963msgstr ""
15964
15965#: builtin/rebase.c:1553
15966msgid "The --edit-todo action can only be used during interactive rebase."
15967msgstr ""
15968
15969#: builtin/rebase.c:1576
15970msgid "Cannot read HEAD"
15971msgstr ""
15972
15973#: builtin/rebase.c:1588
15974msgid ""
15975"You must edit all merge conflicts and then\n"
15976"mark them as resolved using git add"
15977msgstr ""
15978
15979#: builtin/rebase.c:1607
15980msgid "could not discard worktree changes"
15981msgstr ""
15982
15983#: builtin/rebase.c:1626
15984#, c-format
15985msgid "could not move back to %s"
15986msgstr ""
15987
15988#: builtin/rebase.c:1637 builtin/rm.c:369
15989#, c-format
15990msgid "could not remove '%s'"
15991msgstr ""
15992
15993#: builtin/rebase.c:1663
15994#, c-format
15995msgid ""
15996"It seems that there is already a %s directory, and\n"
15997"I wonder if you are in the middle of another rebase.  If that is the\n"
15998"case, please try\n"
15999"\t%s\n"
16000"If that is not the case, please\n"
16001"\t%s\n"
16002"and run me again.  I am stopping in case you still have something\n"
16003"valuable there.\n"
16004msgstr ""
16005
16006#: builtin/rebase.c:1684
16007msgid "switch `C' expects a numerical value"
16008msgstr ""
16009
16010#: builtin/rebase.c:1725
16011#, c-format
16012msgid "Unknown mode: %s"
16013msgstr ""
16014
16015#: builtin/rebase.c:1747
16016msgid "--strategy requires --merge or --interactive"
16017msgstr ""
16018
16019#: builtin/rebase.c:1796
16020msgid "cannot combine am options with either interactive or merge options"
16021msgstr ""
16022
16023#: builtin/rebase.c:1815
16024msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
16025msgstr ""
16026
16027#: builtin/rebase.c:1819
16028msgid ""
16029"error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
16030msgstr ""
16031
16032#: builtin/rebase.c:1825
16033msgid "cannot combine '--rebase-merges' with '--strategy-option'"
16034msgstr ""
16035
16036#: builtin/rebase.c:1828
16037msgid "cannot combine '--rebase-merges' with '--strategy'"
16038msgstr ""
16039
16040#: builtin/rebase.c:1852
16041#, c-format
16042msgid "invalid upstream '%s'"
16043msgstr ""
16044
16045#: builtin/rebase.c:1858
16046msgid "Could not create new root commit"
16047msgstr ""
16048
16049#: builtin/rebase.c:1876
16050#, c-format
16051msgid "'%s': need exactly one merge base"
16052msgstr ""
16053
16054#: builtin/rebase.c:1883
16055#, c-format
16056msgid "Does not point to a valid commit '%s'"
16057msgstr ""
16058
16059#: builtin/rebase.c:1908
16060#, c-format
16061msgid "fatal: no such branch/commit '%s'"
16062msgstr ""
16063
16064#: builtin/rebase.c:1916 builtin/submodule--helper.c:38
16065#: builtin/submodule--helper.c:1933
16066#, c-format
16067msgid "No such ref: %s"
16068msgstr ""
16069
16070#: builtin/rebase.c:1927
16071msgid "Could not resolve HEAD to a revision"
16072msgstr ""
16073
16074#: builtin/rebase.c:1968
16075msgid "Cannot autostash"
16076msgstr ""
16077
16078#: builtin/rebase.c:1971
16079#, c-format
16080msgid "Unexpected stash response: '%s'"
16081msgstr ""
16082
16083#: builtin/rebase.c:1977
16084#, c-format
16085msgid "Could not create directory for '%s'"
16086msgstr ""
16087
16088#: builtin/rebase.c:1980
16089#, c-format
16090msgid "Created autostash: %s\n"
16091msgstr ""
16092
16093#: builtin/rebase.c:1983
16094msgid "could not reset --hard"
16095msgstr ""
16096
16097#: builtin/rebase.c:1984 builtin/reset.c:114
16098#, c-format
16099msgid "HEAD is now at %s"
16100msgstr ""
16101
16102#: builtin/rebase.c:2000
16103msgid "Please commit or stash them."
16104msgstr ""
16105
16106#: builtin/rebase.c:2027
16107#, c-format
16108msgid "could not parse '%s'"
16109msgstr ""
16110
16111#: builtin/rebase.c:2040
16112#, c-format
16113msgid "could not switch to %s"
16114msgstr ""
16115
16116#: builtin/rebase.c:2051
16117msgid "HEAD is up to date."
16118msgstr ""
16119
16120#: builtin/rebase.c:2053
16121#, c-format
16122msgid "Current branch %s is up to date.\n"
16123msgstr ""
16124
16125#: builtin/rebase.c:2061
16126msgid "HEAD is up to date, rebase forced."
16127msgstr ""
16128
16129#: builtin/rebase.c:2063
16130#, c-format
16131msgid "Current branch %s is up to date, rebase forced.\n"
16132msgstr ""
16133
16134#: builtin/rebase.c:2071
16135msgid "The pre-rebase hook refused to rebase."
16136msgstr ""
16137
16138#: builtin/rebase.c:2078
16139#, c-format
16140msgid "Changes to %s:\n"
16141msgstr ""
16142
16143#: builtin/rebase.c:2081
16144#, c-format
16145msgid "Changes from %s to %s:\n"
16146msgstr ""
16147
16148#: builtin/rebase.c:2106
16149#, c-format
16150msgid "First, rewinding head to replay your work on top of it...\n"
16151msgstr ""
16152
16153#: builtin/rebase.c:2115
16154msgid "Could not detach HEAD"
16155msgstr ""
16156
16157#: builtin/rebase.c:2124
16158#, c-format
16159msgid "Fast-forwarded %s to %s.\n"
16160msgstr ""
16161
16162#: builtin/receive-pack.c:33
16163msgid "git receive-pack <git-dir>"
16164msgstr ""
16165
16166#: builtin/receive-pack.c:833
16167msgid ""
16168"By default, updating the current branch in a non-bare repository\n"
16169"is denied, because it will make the index and work tree inconsistent\n"
16170"with what you pushed, and will require 'git reset --hard' to match\n"
16171"the work tree to HEAD.\n"
16172"\n"
16173"You can set the 'receive.denyCurrentBranch' configuration variable\n"
16174"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
16175"its current branch; however, this is not recommended unless you\n"
16176"arranged to update its work tree to match what you pushed in some\n"
16177"other way.\n"
16178"\n"
16179"To squelch this message and still keep the default behaviour, set\n"
16180"'receive.denyCurrentBranch' configuration variable to 'refuse'."
16181msgstr ""
16182
16183#: builtin/receive-pack.c:853
16184msgid ""
16185"By default, deleting the current branch is denied, because the next\n"
16186"'git clone' won't result in any file checked out, causing confusion.\n"
16187"\n"
16188"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
16189"'warn' or 'ignore' in the remote repository to allow deleting the\n"
16190"current branch, with or without a warning message.\n"
16191"\n"
16192"To squelch this message, you can set it to 'refuse'."
16193msgstr ""
16194
16195#: builtin/receive-pack.c:1940
16196msgid "quiet"
16197msgstr ""
16198
16199#: builtin/receive-pack.c:1954
16200msgid "You must specify a directory."
16201msgstr ""
16202
16203#: builtin/reflog.c:17
16204msgid ""
16205"git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
16206"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
16207"<refs>..."
16208msgstr ""
16209
16210#: builtin/reflog.c:22
16211msgid ""
16212"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
16213"<refs>..."
16214msgstr ""
16215
16216#: builtin/reflog.c:25
16217msgid "git reflog exists <ref>"
16218msgstr ""
16219
16220#: builtin/reflog.c:567 builtin/reflog.c:572
16221#, c-format
16222msgid "'%s' is not a valid timestamp"
16223msgstr ""
16224
16225#: builtin/reflog.c:605
16226#, c-format
16227msgid "Marking reachable objects..."
16228msgstr ""
16229
16230#: builtin/reflog.c:643
16231#, c-format
16232msgid "%s points nowhere!"
16233msgstr ""
16234
16235#: builtin/reflog.c:695
16236msgid "no reflog specified to delete"
16237msgstr ""
16238
16239#: builtin/reflog.c:704
16240#, c-format
16241msgid "not a reflog: %s"
16242msgstr ""
16243
16244#: builtin/reflog.c:709
16245#, c-format
16246msgid "no reflog for '%s'"
16247msgstr ""
16248
16249#: builtin/reflog.c:755
16250#, c-format
16251msgid "invalid ref format: %s"
16252msgstr ""
16253
16254#: builtin/reflog.c:764
16255msgid "git reflog [ show | expire | delete | exists ]"
16256msgstr ""
16257
16258#: builtin/remote.c:16
16259msgid "git remote [-v | --verbose]"
16260msgstr ""
16261
16262#: builtin/remote.c:17
16263msgid ""
16264"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
16265"mirror=<fetch|push>] <name> <url>"
16266msgstr ""
16267
16268#: builtin/remote.c:18 builtin/remote.c:38
16269msgid "git remote rename <old> <new>"
16270msgstr ""
16271
16272#: builtin/remote.c:19 builtin/remote.c:43
16273msgid "git remote remove <name>"
16274msgstr ""
16275
16276#: builtin/remote.c:20 builtin/remote.c:48
16277msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
16278msgstr ""
16279
16280#: builtin/remote.c:21
16281msgid "git remote [-v | --verbose] show [-n] <name>"
16282msgstr ""
16283
16284#: builtin/remote.c:22
16285msgid "git remote prune [-n | --dry-run] <name>"
16286msgstr ""
16287
16288#: builtin/remote.c:23
16289msgid ""
16290"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
16291msgstr ""
16292
16293#: builtin/remote.c:24
16294msgid "git remote set-branches [--add] <name> <branch>..."
16295msgstr ""
16296
16297#: builtin/remote.c:25 builtin/remote.c:74
16298msgid "git remote get-url [--push] [--all] <name>"
16299msgstr ""
16300
16301#: builtin/remote.c:26 builtin/remote.c:79
16302msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
16303msgstr ""
16304
16305#: builtin/remote.c:27 builtin/remote.c:80
16306msgid "git remote set-url --add <name> <newurl>"
16307msgstr ""
16308
16309#: builtin/remote.c:28 builtin/remote.c:81
16310msgid "git remote set-url --delete <name> <url>"
16311msgstr ""
16312
16313#: builtin/remote.c:33
16314msgid "git remote add [<options>] <name> <url>"
16315msgstr ""
16316
16317#: builtin/remote.c:53
16318msgid "git remote set-branches <name> <branch>..."
16319msgstr ""
16320
16321#: builtin/remote.c:54
16322msgid "git remote set-branches --add <name> <branch>..."
16323msgstr ""
16324
16325#: builtin/remote.c:59
16326msgid "git remote show [<options>] <name>"
16327msgstr ""
16328
16329#: builtin/remote.c:64
16330msgid "git remote prune [<options>] <name>"
16331msgstr ""
16332
16333#: builtin/remote.c:69
16334msgid "git remote update [<options>] [<group> | <remote>]..."
16335msgstr ""
16336
16337#: builtin/remote.c:98
16338#, c-format
16339msgid "Updating %s"
16340msgstr ""
16341
16342#: builtin/remote.c:130
16343msgid ""
16344"--mirror is dangerous and deprecated; please\n"
16345"\t use --mirror=fetch or --mirror=push instead"
16346msgstr ""
16347
16348#: builtin/remote.c:147
16349#, c-format
16350msgid "unknown mirror argument: %s"
16351msgstr ""
16352
16353#: builtin/remote.c:163
16354msgid "fetch the remote branches"
16355msgstr ""
16356
16357#: builtin/remote.c:165
16358msgid "import all tags and associated objects when fetching"
16359msgstr ""
16360
16361#: builtin/remote.c:168
16362msgid "or do not fetch any tag at all (--no-tags)"
16363msgstr ""
16364
16365#: builtin/remote.c:170
16366msgid "branch(es) to track"
16367msgstr ""
16368
16369#: builtin/remote.c:171
16370msgid "master branch"
16371msgstr ""
16372
16373#: builtin/remote.c:173
16374msgid "set up remote as a mirror to push to or fetch from"
16375msgstr ""
16376
16377#: builtin/remote.c:185
16378msgid "specifying a master branch makes no sense with --mirror"
16379msgstr ""
16380
16381#: builtin/remote.c:187
16382msgid "specifying branches to track makes sense only with fetch mirrors"
16383msgstr ""
16384
16385#: builtin/remote.c:194 builtin/remote.c:636
16386#, c-format
16387msgid "remote %s already exists."
16388msgstr ""
16389
16390#: builtin/remote.c:198 builtin/remote.c:640
16391#, c-format
16392msgid "'%s' is not a valid remote name"
16393msgstr ""
16394
16395#: builtin/remote.c:238
16396#, c-format
16397msgid "Could not setup master '%s'"
16398msgstr ""
16399
16400#: builtin/remote.c:344
16401#, c-format
16402msgid "Could not get fetch map for refspec %s"
16403msgstr ""
16404
16405#: builtin/remote.c:443 builtin/remote.c:451
16406msgid "(matching)"
16407msgstr ""
16408
16409#: builtin/remote.c:455
16410msgid "(delete)"
16411msgstr ""
16412
16413#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
16414#, c-format
16415msgid "No such remote: '%s'"
16416msgstr ""
16417
16418#: builtin/remote.c:646
16419#, c-format
16420msgid "Could not rename config section '%s' to '%s'"
16421msgstr ""
16422
16423#: builtin/remote.c:666
16424#, c-format
16425msgid ""
16426"Not updating non-default fetch refspec\n"
16427"\t%s\n"
16428"\tPlease update the configuration manually if necessary."
16429msgstr ""
16430
16431#: builtin/remote.c:702
16432#, c-format
16433msgid "deleting '%s' failed"
16434msgstr ""
16435
16436#: builtin/remote.c:736
16437#, c-format
16438msgid "creating '%s' failed"
16439msgstr ""
16440
16441#: builtin/remote.c:802
16442msgid ""
16443"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
16444"to delete it, use:"
16445msgid_plural ""
16446"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
16447"to delete them, use:"
16448msgstr[0] ""
16449msgstr[1] ""
16450
16451#: builtin/remote.c:816
16452#, c-format
16453msgid "Could not remove config section '%s'"
16454msgstr ""
16455
16456#: builtin/remote.c:917
16457#, c-format
16458msgid " new (next fetch will store in remotes/%s)"
16459msgstr ""
16460
16461#: builtin/remote.c:920
16462msgid " tracked"
16463msgstr ""
16464
16465#: builtin/remote.c:922
16466msgid " stale (use 'git remote prune' to remove)"
16467msgstr ""
16468
16469#: builtin/remote.c:924
16470msgid " ???"
16471msgstr ""
16472
16473#: builtin/remote.c:965
16474#, c-format
16475msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
16476msgstr ""
16477
16478#: builtin/remote.c:974
16479#, c-format
16480msgid "rebases interactively onto remote %s"
16481msgstr ""
16482
16483#: builtin/remote.c:976
16484#, c-format
16485msgid "rebases interactively (with merges) onto remote %s"
16486msgstr ""
16487
16488#: builtin/remote.c:979
16489#, c-format
16490msgid "rebases onto remote %s"
16491msgstr ""
16492
16493#: builtin/remote.c:983
16494#, c-format
16495msgid " merges with remote %s"
16496msgstr ""
16497
16498#: builtin/remote.c:986
16499#, c-format
16500msgid "merges with remote %s"
16501msgstr ""
16502
16503#: builtin/remote.c:989
16504#, c-format
16505msgid "%-*s    and with remote %s\n"
16506msgstr ""
16507
16508#: builtin/remote.c:1032
16509msgid "create"
16510msgstr ""
16511
16512#: builtin/remote.c:1035
16513msgid "delete"
16514msgstr ""
16515
16516#: builtin/remote.c:1039
16517msgid "up to date"
16518msgstr ""
16519
16520#: builtin/remote.c:1042
16521msgid "fast-forwardable"
16522msgstr ""
16523
16524#: builtin/remote.c:1045
16525msgid "local out of date"
16526msgstr ""
16527
16528#: builtin/remote.c:1052
16529#, c-format
16530msgid "    %-*s forces to %-*s (%s)"
16531msgstr ""
16532
16533#: builtin/remote.c:1055
16534#, c-format
16535msgid "    %-*s pushes to %-*s (%s)"
16536msgstr ""
16537
16538#: builtin/remote.c:1059
16539#, c-format
16540msgid "    %-*s forces to %s"
16541msgstr ""
16542
16543#: builtin/remote.c:1062
16544#, c-format
16545msgid "    %-*s pushes to %s"
16546msgstr ""
16547
16548#: builtin/remote.c:1130
16549msgid "do not query remotes"
16550msgstr ""
16551
16552#: builtin/remote.c:1157
16553#, c-format
16554msgid "* remote %s"
16555msgstr ""
16556
16557#: builtin/remote.c:1158
16558#, c-format
16559msgid "  Fetch URL: %s"
16560msgstr ""
16561
16562#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
16563msgid "(no URL)"
16564msgstr ""
16565
16566#. TRANSLATORS: the colon ':' should align
16567#. with the one in " Fetch URL: %s"
16568#. translation.
16569#.
16570#: builtin/remote.c:1173 builtin/remote.c:1175
16571#, c-format
16572msgid "  Push  URL: %s"
16573msgstr ""
16574
16575#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
16576#, c-format
16577msgid "  HEAD branch: %s"
16578msgstr ""
16579
16580#: builtin/remote.c:1177
16581msgid "(not queried)"
16582msgstr ""
16583
16584#: builtin/remote.c:1179
16585msgid "(unknown)"
16586msgstr ""
16587
16588#: builtin/remote.c:1183
16589#, c-format
16590msgid ""
16591"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
16592msgstr ""
16593
16594#: builtin/remote.c:1195
16595#, c-format
16596msgid "  Remote branch:%s"
16597msgid_plural "  Remote branches:%s"
16598msgstr[0] ""
16599msgstr[1] ""
16600
16601#: builtin/remote.c:1198 builtin/remote.c:1224
16602msgid " (status not queried)"
16603msgstr ""
16604
16605#: builtin/remote.c:1207
16606msgid "  Local branch configured for 'git pull':"
16607msgid_plural "  Local branches configured for 'git pull':"
16608msgstr[0] ""
16609msgstr[1] ""
16610
16611#: builtin/remote.c:1215
16612msgid "  Local refs will be mirrored by 'git push'"
16613msgstr ""
16614
16615#: builtin/remote.c:1221
16616#, c-format
16617msgid "  Local ref configured for 'git push'%s:"
16618msgid_plural "  Local refs configured for 'git push'%s:"
16619msgstr[0] ""
16620msgstr[1] ""
16621
16622#: builtin/remote.c:1242
16623msgid "set refs/remotes/<name>/HEAD according to remote"
16624msgstr ""
16625
16626#: builtin/remote.c:1244
16627msgid "delete refs/remotes/<name>/HEAD"
16628msgstr ""
16629
16630#: builtin/remote.c:1259
16631msgid "Cannot determine remote HEAD"
16632msgstr ""
16633
16634#: builtin/remote.c:1261
16635msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
16636msgstr ""
16637
16638#: builtin/remote.c:1271
16639#, c-format
16640msgid "Could not delete %s"
16641msgstr ""
16642
16643#: builtin/remote.c:1279
16644#, c-format
16645msgid "Not a valid ref: %s"
16646msgstr ""
16647
16648#: builtin/remote.c:1281
16649#, c-format
16650msgid "Could not setup %s"
16651msgstr ""
16652
16653#: builtin/remote.c:1299
16654#, c-format
16655msgid " %s will become dangling!"
16656msgstr ""
16657
16658#: builtin/remote.c:1300
16659#, c-format
16660msgid " %s has become dangling!"
16661msgstr ""
16662
16663#: builtin/remote.c:1310
16664#, c-format
16665msgid "Pruning %s"
16666msgstr ""
16667
16668#: builtin/remote.c:1311
16669#, c-format
16670msgid "URL: %s"
16671msgstr ""
16672
16673#: builtin/remote.c:1327
16674#, c-format
16675msgid " * [would prune] %s"
16676msgstr ""
16677
16678#: builtin/remote.c:1330
16679#, c-format
16680msgid " * [pruned] %s"
16681msgstr ""
16682
16683#: builtin/remote.c:1375
16684msgid "prune remotes after fetching"
16685msgstr ""
16686
16687#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
16688#, c-format
16689msgid "No such remote '%s'"
16690msgstr ""
16691
16692#: builtin/remote.c:1454
16693msgid "add branch"
16694msgstr ""
16695
16696#: builtin/remote.c:1461
16697msgid "no remote specified"
16698msgstr ""
16699
16700#: builtin/remote.c:1478
16701msgid "query push URLs rather than fetch URLs"
16702msgstr ""
16703
16704#: builtin/remote.c:1480
16705msgid "return all URLs"
16706msgstr ""
16707
16708#: builtin/remote.c:1508
16709#, c-format
16710msgid "no URLs configured for remote '%s'"
16711msgstr ""
16712
16713#: builtin/remote.c:1534
16714msgid "manipulate push URLs"
16715msgstr ""
16716
16717#: builtin/remote.c:1536
16718msgid "add URL"
16719msgstr ""
16720
16721#: builtin/remote.c:1538
16722msgid "delete URLs"
16723msgstr ""
16724
16725#: builtin/remote.c:1545
16726msgid "--add --delete doesn't make sense"
16727msgstr ""
16728
16729#: builtin/remote.c:1584
16730#, c-format
16731msgid "Invalid old URL pattern: %s"
16732msgstr ""
16733
16734#: builtin/remote.c:1592
16735#, c-format
16736msgid "No such URL found: %s"
16737msgstr ""
16738
16739#: builtin/remote.c:1594
16740msgid "Will not delete all non-push URLs"
16741msgstr ""
16742
16743#: builtin/remote.c:1610
16744msgid "be verbose; must be placed before a subcommand"
16745msgstr ""
16746
16747#: builtin/remote.c:1641
16748#, c-format
16749msgid "Unknown subcommand: %s"
16750msgstr ""
16751
16752#: builtin/repack.c:22
16753msgid "git repack [<options>]"
16754msgstr ""
16755
16756#: builtin/repack.c:27
16757msgid ""
16758"Incremental repacks are incompatible with bitmap indexes.  Use\n"
16759"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
16760msgstr ""
16761
16762#: builtin/repack.c:200
16763msgid "could not start pack-objects to repack promisor objects"
16764msgstr ""
16765
16766#: builtin/repack.c:239 builtin/repack.c:414
16767msgid "repack: Expecting full hex object ID lines only from pack-objects."
16768msgstr ""
16769
16770#: builtin/repack.c:256
16771msgid "could not finish pack-objects to repack promisor objects"
16772msgstr ""
16773
16774#: builtin/repack.c:294
16775msgid "pack everything in a single pack"
16776msgstr ""
16777
16778#: builtin/repack.c:296
16779msgid "same as -a, and turn unreachable objects loose"
16780msgstr ""
16781
16782#: builtin/repack.c:299
16783msgid "remove redundant packs, and run git-prune-packed"
16784msgstr ""
16785
16786#: builtin/repack.c:301
16787msgid "pass --no-reuse-delta to git-pack-objects"
16788msgstr ""
16789
16790#: builtin/repack.c:303
16791msgid "pass --no-reuse-object to git-pack-objects"
16792msgstr ""
16793
16794#: builtin/repack.c:305
16795msgid "do not run git-update-server-info"
16796msgstr ""
16797
16798#: builtin/repack.c:308
16799msgid "pass --local to git-pack-objects"
16800msgstr ""
16801
16802#: builtin/repack.c:310
16803msgid "write bitmap index"
16804msgstr ""
16805
16806#: builtin/repack.c:312
16807msgid "pass --delta-islands to git-pack-objects"
16808msgstr ""
16809
16810#: builtin/repack.c:313
16811msgid "approxidate"
16812msgstr ""
16813
16814#: builtin/repack.c:314
16815msgid "with -A, do not loosen objects older than this"
16816msgstr ""
16817
16818#: builtin/repack.c:316
16819msgid "with -a, repack unreachable objects"
16820msgstr ""
16821
16822#: builtin/repack.c:318
16823msgid "size of the window used for delta compression"
16824msgstr ""
16825
16826#: builtin/repack.c:319 builtin/repack.c:325
16827msgid "bytes"
16828msgstr ""
16829
16830#: builtin/repack.c:320
16831msgid "same as the above, but limit memory size instead of entries count"
16832msgstr ""
16833
16834#: builtin/repack.c:322
16835msgid "limits the maximum delta depth"
16836msgstr ""
16837
16838#: builtin/repack.c:324
16839msgid "limits the maximum number of threads"
16840msgstr ""
16841
16842#: builtin/repack.c:326
16843msgid "maximum size of each packfile"
16844msgstr ""
16845
16846#: builtin/repack.c:328
16847msgid "repack objects in packs marked with .keep"
16848msgstr ""
16849
16850#: builtin/repack.c:330
16851msgid "do not repack this pack"
16852msgstr ""
16853
16854#: builtin/repack.c:340
16855msgid "cannot delete packs in a precious-objects repo"
16856msgstr ""
16857
16858#: builtin/repack.c:344
16859msgid "--keep-unreachable and -A are incompatible"
16860msgstr ""
16861
16862#: builtin/repack.c:423
16863msgid "Nothing new to pack."
16864msgstr ""
16865
16866#: builtin/repack.c:484
16867#, c-format
16868msgid ""
16869"WARNING: Some packs in use have been renamed by\n"
16870"WARNING: prefixing old- to their name, in order to\n"
16871"WARNING: replace them with the new version of the\n"
16872"WARNING: file.  But the operation failed, and the\n"
16873"WARNING: attempt to rename them back to their\n"
16874"WARNING: original names also failed.\n"
16875"WARNING: Please rename them in %s manually:\n"
16876msgstr ""
16877
16878#: builtin/repack.c:532
16879#, c-format
16880msgid "failed to remove '%s'"
16881msgstr ""
16882
16883#: builtin/replace.c:22
16884msgid "git replace [-f] <object> <replacement>"
16885msgstr ""
16886
16887#: builtin/replace.c:23
16888msgid "git replace [-f] --edit <object>"
16889msgstr ""
16890
16891#: builtin/replace.c:24
16892msgid "git replace [-f] --graft <commit> [<parent>...]"
16893msgstr ""
16894
16895#: builtin/replace.c:25
16896msgid "git replace [-f] --convert-graft-file"
16897msgstr ""
16898
16899#: builtin/replace.c:26
16900msgid "git replace -d <object>..."
16901msgstr ""
16902
16903#: builtin/replace.c:27
16904msgid "git replace [--format=<format>] [-l [<pattern>]]"
16905msgstr ""
16906
16907#: builtin/replace.c:90
16908#, c-format
16909msgid ""
16910"invalid replace format '%s'\n"
16911"valid formats are 'short', 'medium' and 'long'"
16912msgstr ""
16913
16914#: builtin/replace.c:125
16915#, c-format
16916msgid "replace ref '%s' not found"
16917msgstr ""
16918
16919#: builtin/replace.c:141
16920#, c-format
16921msgid "Deleted replace ref '%s'"
16922msgstr ""
16923
16924#: builtin/replace.c:153
16925#, c-format
16926msgid "'%s' is not a valid ref name"
16927msgstr ""
16928
16929#: builtin/replace.c:158
16930#, c-format
16931msgid "replace ref '%s' already exists"
16932msgstr ""
16933
16934#: builtin/replace.c:178
16935#, c-format
16936msgid ""
16937"Objects must be of the same type.\n"
16938"'%s' points to a replaced object of type '%s'\n"
16939"while '%s' points to a replacement object of type '%s'."
16940msgstr ""
16941
16942#: builtin/replace.c:229
16943#, c-format
16944msgid "unable to open %s for writing"
16945msgstr ""
16946
16947#: builtin/replace.c:242
16948msgid "cat-file reported failure"
16949msgstr ""
16950
16951#: builtin/replace.c:258
16952#, c-format
16953msgid "unable to open %s for reading"
16954msgstr ""
16955
16956#: builtin/replace.c:272
16957msgid "unable to spawn mktree"
16958msgstr ""
16959
16960#: builtin/replace.c:276
16961msgid "unable to read from mktree"
16962msgstr ""
16963
16964#: builtin/replace.c:285
16965msgid "mktree reported failure"
16966msgstr ""
16967
16968#: builtin/replace.c:289
16969msgid "mktree did not return an object name"
16970msgstr ""
16971
16972#: builtin/replace.c:298
16973#, c-format
16974msgid "unable to fstat %s"
16975msgstr ""
16976
16977#: builtin/replace.c:303
16978msgid "unable to write object to database"
16979msgstr ""
16980
16981#: builtin/replace.c:322 builtin/replace.c:377 builtin/replace.c:422
16982#: builtin/replace.c:452
16983#, c-format
16984msgid "not a valid object name: '%s'"
16985msgstr ""
16986
16987#: builtin/replace.c:326
16988#, c-format
16989msgid "unable to get object type for %s"
16990msgstr ""
16991
16992#: builtin/replace.c:342
16993msgid "editing object file failed"
16994msgstr ""
16995
16996#: builtin/replace.c:351
16997#, c-format
16998msgid "new object is the same as the old one: '%s'"
16999msgstr ""
17000
17001#: builtin/replace.c:383
17002#, c-format
17003msgid "could not parse %s as a commit"
17004msgstr ""
17005
17006#: builtin/replace.c:414
17007#, c-format
17008msgid "bad mergetag in commit '%s'"
17009msgstr ""
17010
17011#: builtin/replace.c:416
17012#, c-format
17013msgid "malformed mergetag in commit '%s'"
17014msgstr ""
17015
17016#: builtin/replace.c:428
17017#, c-format
17018msgid ""
17019"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
17020"instead of --graft"
17021msgstr ""
17022
17023#: builtin/replace.c:467
17024#, c-format
17025msgid "the original commit '%s' has a gpg signature"
17026msgstr ""
17027
17028#: builtin/replace.c:468
17029msgid "the signature will be removed in the replacement commit!"
17030msgstr ""
17031
17032#: builtin/replace.c:478
17033#, c-format
17034msgid "could not write replacement commit for: '%s'"
17035msgstr ""
17036
17037#: builtin/replace.c:486
17038#, c-format
17039msgid "graft for '%s' unnecessary"
17040msgstr ""
17041
17042#: builtin/replace.c:490
17043#, c-format
17044msgid "new commit is the same as the old one: '%s'"
17045msgstr ""
17046
17047#: builtin/replace.c:525
17048#, c-format
17049msgid ""
17050"could not convert the following graft(s):\n"
17051"%s"
17052msgstr ""
17053
17054#: builtin/replace.c:546
17055msgid "list replace refs"
17056msgstr ""
17057
17058#: builtin/replace.c:547
17059msgid "delete replace refs"
17060msgstr ""
17061
17062#: builtin/replace.c:548
17063msgid "edit existing object"
17064msgstr ""
17065
17066#: builtin/replace.c:549
17067msgid "change a commit's parents"
17068msgstr ""
17069
17070#: builtin/replace.c:550
17071msgid "convert existing graft file"
17072msgstr ""
17073
17074#: builtin/replace.c:551
17075msgid "replace the ref if it exists"
17076msgstr ""
17077
17078#: builtin/replace.c:553
17079msgid "do not pretty-print contents for --edit"
17080msgstr ""
17081
17082#: builtin/replace.c:554
17083msgid "use this format"
17084msgstr ""
17085
17086#: builtin/replace.c:567
17087msgid "--format cannot be used when not listing"
17088msgstr ""
17089
17090#: builtin/replace.c:575
17091msgid "-f only makes sense when writing a replacement"
17092msgstr ""
17093
17094#: builtin/replace.c:579
17095msgid "--raw only makes sense with --edit"
17096msgstr ""
17097
17098#: builtin/replace.c:585
17099msgid "-d needs at least one argument"
17100msgstr ""
17101
17102#: builtin/replace.c:591
17103msgid "bad number of arguments"
17104msgstr ""
17105
17106#: builtin/replace.c:597
17107msgid "-e needs exactly one argument"
17108msgstr ""
17109
17110#: builtin/replace.c:603
17111msgid "-g needs at least one argument"
17112msgstr ""
17113
17114#: builtin/replace.c:609
17115msgid "--convert-graft-file takes no argument"
17116msgstr ""
17117
17118#: builtin/replace.c:615
17119msgid "only one pattern can be given with -l"
17120msgstr ""
17121
17122#: builtin/rerere.c:13
17123msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
17124msgstr ""
17125
17126#: builtin/rerere.c:60
17127msgid "register clean resolutions in index"
17128msgstr ""
17129
17130#: builtin/rerere.c:79
17131msgid "'git rerere forget' without paths is deprecated"
17132msgstr ""
17133
17134#: builtin/rerere.c:113
17135#, c-format
17136msgid "unable to generate diff for '%s'"
17137msgstr ""
17138
17139#: builtin/reset.c:32
17140msgid ""
17141"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
17142msgstr ""
17143
17144#: builtin/reset.c:33
17145msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
17146msgstr ""
17147
17148#: builtin/reset.c:34
17149msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
17150msgstr ""
17151
17152#: builtin/reset.c:40
17153msgid "mixed"
17154msgstr ""
17155
17156#: builtin/reset.c:40
17157msgid "soft"
17158msgstr ""
17159
17160#: builtin/reset.c:40
17161msgid "hard"
17162msgstr ""
17163
17164#: builtin/reset.c:40
17165msgid "merge"
17166msgstr ""
17167
17168#: builtin/reset.c:40
17169msgid "keep"
17170msgstr ""
17171
17172#: builtin/reset.c:81
17173msgid "You do not have a valid HEAD."
17174msgstr ""
17175
17176#: builtin/reset.c:83
17177msgid "Failed to find tree of HEAD."
17178msgstr ""
17179
17180#: builtin/reset.c:89
17181#, c-format
17182msgid "Failed to find tree of %s."
17183msgstr ""
17184
17185#: builtin/reset.c:193
17186#, c-format
17187msgid "Cannot do a %s reset in the middle of a merge."
17188msgstr ""
17189
17190#: builtin/reset.c:293 builtin/stash.c:514 builtin/stash.c:589
17191#: builtin/stash.c:613
17192msgid "be quiet, only report errors"
17193msgstr ""
17194
17195#: builtin/reset.c:295
17196msgid "reset HEAD and index"
17197msgstr ""
17198
17199#: builtin/reset.c:296
17200msgid "reset only HEAD"
17201msgstr ""
17202
17203#: builtin/reset.c:298 builtin/reset.c:300
17204msgid "reset HEAD, index and working tree"
17205msgstr ""
17206
17207#: builtin/reset.c:302
17208msgid "reset HEAD but keep local changes"
17209msgstr ""
17210
17211#: builtin/reset.c:308
17212msgid "record only the fact that removed paths will be added later"
17213msgstr ""
17214
17215#: builtin/reset.c:326
17216#, c-format
17217msgid "Failed to resolve '%s' as a valid revision."
17218msgstr ""
17219
17220#: builtin/reset.c:334
17221#, c-format
17222msgid "Failed to resolve '%s' as a valid tree."
17223msgstr ""
17224
17225#: builtin/reset.c:343
17226msgid "--patch is incompatible with --{hard,mixed,soft}"
17227msgstr ""
17228
17229#: builtin/reset.c:353
17230msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
17231msgstr ""
17232
17233#: builtin/reset.c:355
17234#, c-format
17235msgid "Cannot do %s reset with paths."
17236msgstr ""
17237
17238#: builtin/reset.c:370
17239#, c-format
17240msgid "%s reset is not allowed in a bare repository"
17241msgstr ""
17242
17243#: builtin/reset.c:374
17244msgid "-N can only be used with --mixed"
17245msgstr ""
17246
17247#: builtin/reset.c:395
17248msgid "Unstaged changes after reset:"
17249msgstr ""
17250
17251#: builtin/reset.c:398
17252#, c-format
17253msgid ""
17254"\n"
17255"It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
17256"use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
17257"to make this the default.\n"
17258msgstr ""
17259
17260#: builtin/reset.c:408
17261#, c-format
17262msgid "Could not reset index file to revision '%s'."
17263msgstr ""
17264
17265#: builtin/reset.c:412
17266msgid "Could not write new index file."
17267msgstr ""
17268
17269#: builtin/rev-list.c:405
17270msgid "cannot combine --exclude-promisor-objects and --missing"
17271msgstr ""
17272
17273#: builtin/rev-list.c:466
17274msgid "object filtering requires --objects"
17275msgstr ""
17276
17277#: builtin/rev-list.c:469
17278#, c-format
17279msgid "invalid sparse value '%s'"
17280msgstr ""
17281
17282#: builtin/rev-list.c:510
17283msgid "rev-list does not support display of notes"
17284msgstr ""
17285
17286#: builtin/rev-list.c:513
17287msgid "cannot combine --use-bitmap-index with object filtering"
17288msgstr ""
17289
17290#: builtin/rev-parse.c:408
17291msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
17292msgstr ""
17293
17294#: builtin/rev-parse.c:413
17295msgid "keep the `--` passed as an arg"
17296msgstr ""
17297
17298#: builtin/rev-parse.c:415
17299msgid "stop parsing after the first non-option argument"
17300msgstr ""
17301
17302#: builtin/rev-parse.c:418
17303msgid "output in stuck long form"
17304msgstr ""
17305
17306#: builtin/rev-parse.c:551
17307msgid ""
17308"git rev-parse --parseopt [<options>] -- [<args>...]\n"
17309"   or: git rev-parse --sq-quote [<arg>...]\n"
17310"   or: git rev-parse [<options>] [<arg>...]\n"
17311"\n"
17312"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
17313msgstr ""
17314
17315#: builtin/revert.c:24
17316msgid "git revert [<options>] <commit-ish>..."
17317msgstr ""
17318
17319#: builtin/revert.c:25
17320msgid "git revert <subcommand>"
17321msgstr ""
17322
17323#: builtin/revert.c:30
17324msgid "git cherry-pick [<options>] <commit-ish>..."
17325msgstr ""
17326
17327#: builtin/revert.c:31
17328msgid "git cherry-pick <subcommand>"
17329msgstr ""
17330
17331#: builtin/revert.c:72
17332#, c-format
17333msgid "option `%s' expects a number greater than zero"
17334msgstr ""
17335
17336#: builtin/revert.c:92
17337#, c-format
17338msgid "%s: %s cannot be used with %s"
17339msgstr ""
17340
17341#: builtin/revert.c:102
17342msgid "end revert or cherry-pick sequence"
17343msgstr ""
17344
17345#: builtin/revert.c:103
17346msgid "resume revert or cherry-pick sequence"
17347msgstr ""
17348
17349#: builtin/revert.c:104
17350msgid "cancel revert or cherry-pick sequence"
17351msgstr ""
17352
17353#: builtin/revert.c:106
17354msgid "don't automatically commit"
17355msgstr ""
17356
17357#: builtin/revert.c:107
17358msgid "edit the commit message"
17359msgstr ""
17360
17361#: builtin/revert.c:110
17362msgid "parent-number"
17363msgstr ""
17364
17365#: builtin/revert.c:111
17366msgid "select mainline parent"
17367msgstr ""
17368
17369#: builtin/revert.c:113
17370msgid "merge strategy"
17371msgstr ""
17372
17373#: builtin/revert.c:115
17374msgid "option for merge strategy"
17375msgstr ""
17376
17377#: builtin/revert.c:124
17378msgid "append commit name"
17379msgstr ""
17380
17381#: builtin/revert.c:126
17382msgid "preserve initially empty commits"
17383msgstr ""
17384
17385#: builtin/revert.c:128
17386msgid "keep redundant, empty commits"
17387msgstr ""
17388
17389#: builtin/revert.c:227
17390msgid "revert failed"
17391msgstr ""
17392
17393#: builtin/revert.c:240
17394msgid "cherry-pick failed"
17395msgstr ""
17396
17397#: builtin/rm.c:19
17398msgid "git rm [<options>] [--] <file>..."
17399msgstr ""
17400
17401#: builtin/rm.c:207
17402msgid ""
17403"the following file has staged content different from both the\n"
17404"file and the HEAD:"
17405msgid_plural ""
17406"the following files have staged content different from both the\n"
17407"file and the HEAD:"
17408msgstr[0] ""
17409msgstr[1] ""
17410
17411#: builtin/rm.c:212
17412msgid ""
17413"\n"
17414"(use -f to force removal)"
17415msgstr ""
17416
17417#: builtin/rm.c:216
17418msgid "the following file has changes staged in the index:"
17419msgid_plural "the following files have changes staged in the index:"
17420msgstr[0] ""
17421msgstr[1] ""
17422
17423#: builtin/rm.c:220 builtin/rm.c:229
17424msgid ""
17425"\n"
17426"(use --cached to keep the file, or -f to force removal)"
17427msgstr ""
17428
17429#: builtin/rm.c:226
17430msgid "the following file has local modifications:"
17431msgid_plural "the following files have local modifications:"
17432msgstr[0] ""
17433msgstr[1] ""
17434
17435#: builtin/rm.c:242
17436msgid "do not list removed files"
17437msgstr ""
17438
17439#: builtin/rm.c:243
17440msgid "only remove from the index"
17441msgstr ""
17442
17443#: builtin/rm.c:244
17444msgid "override the up-to-date check"
17445msgstr ""
17446
17447#: builtin/rm.c:245
17448msgid "allow recursive removal"
17449msgstr ""
17450
17451#: builtin/rm.c:247
17452msgid "exit with a zero status even if nothing matched"
17453msgstr ""
17454
17455#: builtin/rm.c:289
17456msgid "please stage your changes to .gitmodules or stash them to proceed"
17457msgstr ""
17458
17459#: builtin/rm.c:307
17460#, c-format
17461msgid "not removing '%s' recursively without -r"
17462msgstr ""
17463
17464#: builtin/rm.c:346
17465#, c-format
17466msgid "git rm: unable to remove %s"
17467msgstr ""
17468
17469#: builtin/send-pack.c:20
17470msgid ""
17471"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
17472"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
17473"[<ref>...]\n"
17474"  --all and explicit <ref> specification are mutually exclusive."
17475msgstr ""
17476
17477#: builtin/send-pack.c:163
17478msgid "remote name"
17479msgstr ""
17480
17481#: builtin/send-pack.c:177
17482msgid "use stateless RPC protocol"
17483msgstr ""
17484
17485#: builtin/send-pack.c:178
17486msgid "read refs from stdin"
17487msgstr ""
17488
17489#: builtin/send-pack.c:179
17490msgid "print status from remote helper"
17491msgstr ""
17492
17493#: builtin/shortlog.c:14
17494msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
17495msgstr ""
17496
17497#: builtin/shortlog.c:15
17498msgid "git log --pretty=short | git shortlog [<options>]"
17499msgstr ""
17500
17501#: builtin/shortlog.c:264
17502msgid "Group by committer rather than author"
17503msgstr ""
17504
17505#: builtin/shortlog.c:266
17506msgid "sort output according to the number of commits per author"
17507msgstr ""
17508
17509#: builtin/shortlog.c:268
17510msgid "Suppress commit descriptions, only provides commit count"
17511msgstr ""
17512
17513#: builtin/shortlog.c:270
17514msgid "Show the email address of each author"
17515msgstr ""
17516
17517#: builtin/shortlog.c:271
17518msgid "<w>[,<i1>[,<i2>]]"
17519msgstr ""
17520
17521#: builtin/shortlog.c:272
17522msgid "Linewrap output"
17523msgstr ""
17524
17525#: builtin/shortlog.c:301
17526msgid "too many arguments given outside repository"
17527msgstr ""
17528
17529#: builtin/show-branch.c:13
17530msgid ""
17531"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
17532"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
17533"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
17534"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
17535msgstr ""
17536
17537#: builtin/show-branch.c:17
17538msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
17539msgstr ""
17540
17541#: builtin/show-branch.c:395
17542#, c-format
17543msgid "ignoring %s; cannot handle more than %d ref"
17544msgid_plural "ignoring %s; cannot handle more than %d refs"
17545msgstr[0] ""
17546msgstr[1] ""
17547
17548#: builtin/show-branch.c:549
17549#, c-format
17550msgid "no matching refs with %s"
17551msgstr ""
17552
17553#: builtin/show-branch.c:646
17554msgid "show remote-tracking and local branches"
17555msgstr ""
17556
17557#: builtin/show-branch.c:648
17558msgid "show remote-tracking branches"
17559msgstr ""
17560
17561#: builtin/show-branch.c:650
17562msgid "color '*!+-' corresponding to the branch"
17563msgstr ""
17564
17565#: builtin/show-branch.c:652
17566msgid "show <n> more commits after the common ancestor"
17567msgstr ""
17568
17569#: builtin/show-branch.c:654
17570msgid "synonym to more=-1"
17571msgstr ""
17572
17573#: builtin/show-branch.c:655
17574msgid "suppress naming strings"
17575msgstr ""
17576
17577#: builtin/show-branch.c:657
17578msgid "include the current branch"
17579msgstr ""
17580
17581#: builtin/show-branch.c:659
17582msgid "name commits with their object names"
17583msgstr ""
17584
17585#: builtin/show-branch.c:661
17586msgid "show possible merge bases"
17587msgstr ""
17588
17589#: builtin/show-branch.c:663
17590msgid "show refs unreachable from any other ref"
17591msgstr ""
17592
17593#: builtin/show-branch.c:665
17594msgid "show commits in topological order"
17595msgstr ""
17596
17597#: builtin/show-branch.c:668
17598msgid "show only commits not on the first branch"
17599msgstr ""
17600
17601#: builtin/show-branch.c:670
17602msgid "show merges reachable from only one tip"
17603msgstr ""
17604
17605#: builtin/show-branch.c:672
17606msgid "topologically sort, maintaining date order where possible"
17607msgstr ""
17608
17609#: builtin/show-branch.c:675
17610msgid "<n>[,<base>]"
17611msgstr ""
17612
17613#: builtin/show-branch.c:676
17614msgid "show <n> most recent ref-log entries starting at base"
17615msgstr ""
17616
17617#: builtin/show-branch.c:712
17618msgid ""
17619"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
17620msgstr ""
17621
17622#: builtin/show-branch.c:736
17623msgid "no branches given, and HEAD is not valid"
17624msgstr ""
17625
17626#: builtin/show-branch.c:739
17627msgid "--reflog option needs one branch name"
17628msgstr ""
17629
17630#: builtin/show-branch.c:742
17631#, c-format
17632msgid "only %d entry can be shown at one time."
17633msgid_plural "only %d entries can be shown at one time."
17634msgstr[0] ""
17635msgstr[1] ""
17636
17637#: builtin/show-branch.c:746
17638#, c-format
17639msgid "no such ref %s"
17640msgstr ""
17641
17642#: builtin/show-branch.c:832
17643#, c-format
17644msgid "cannot handle more than %d rev."
17645msgid_plural "cannot handle more than %d revs."
17646msgstr[0] ""
17647msgstr[1] ""
17648
17649#: builtin/show-branch.c:836
17650#, c-format
17651msgid "'%s' is not a valid ref."
17652msgstr ""
17653
17654#: builtin/show-branch.c:839
17655#, c-format
17656msgid "cannot find commit %s (%s)"
17657msgstr ""
17658
17659#: builtin/show-ref.c:12
17660msgid ""
17661"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
17662"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
17663msgstr ""
17664
17665#: builtin/show-ref.c:13
17666msgid "git show-ref --exclude-existing[=<pattern>]"
17667msgstr ""
17668
17669#: builtin/show-ref.c:162
17670msgid "only show tags (can be combined with heads)"
17671msgstr ""
17672
17673#: builtin/show-ref.c:163
17674msgid "only show heads (can be combined with tags)"
17675msgstr ""
17676
17677#: builtin/show-ref.c:164
17678msgid "stricter reference checking, requires exact ref path"
17679msgstr ""
17680
17681#: builtin/show-ref.c:167 builtin/show-ref.c:169
17682msgid "show the HEAD reference, even if it would be filtered out"
17683msgstr ""
17684
17685#: builtin/show-ref.c:171
17686msgid "dereference tags into object IDs"
17687msgstr ""
17688
17689#: builtin/show-ref.c:173
17690msgid "only show SHA1 hash using <n> digits"
17691msgstr ""
17692
17693#: builtin/show-ref.c:177
17694msgid "do not print results to stdout (useful with --verify)"
17695msgstr ""
17696
17697#: builtin/show-ref.c:179
17698msgid "show refs from stdin that aren't in local repository"
17699msgstr ""
17700
17701#: builtin/stash.c:22 builtin/stash.c:37
17702msgid "git stash list [<options>]"
17703msgstr ""
17704
17705#: builtin/stash.c:23 builtin/stash.c:42
17706msgid "git stash show [<options>] [<stash>]"
17707msgstr ""
17708
17709#: builtin/stash.c:24 builtin/stash.c:47
17710msgid "git stash drop [-q|--quiet] [<stash>]"
17711msgstr ""
17712
17713#: builtin/stash.c:25
17714msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
17715msgstr ""
17716
17717#: builtin/stash.c:26 builtin/stash.c:62
17718msgid "git stash branch <branchname> [<stash>]"
17719msgstr ""
17720
17721#: builtin/stash.c:27 builtin/stash.c:67
17722msgid "git stash clear"
17723msgstr ""
17724
17725#: builtin/stash.c:28 builtin/stash.c:77
17726msgid ""
17727"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17728"          [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
17729"          [--] [<pathspec>...]]"
17730msgstr ""
17731
17732#: builtin/stash.c:31 builtin/stash.c:84
17733msgid ""
17734"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17735"          [-u|--include-untracked] [-a|--all] [<message>]"
17736msgstr ""
17737
17738#: builtin/stash.c:52
17739msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
17740msgstr ""
17741
17742#: builtin/stash.c:57
17743msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
17744msgstr ""
17745
17746#: builtin/stash.c:72
17747msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
17748msgstr ""
17749
17750#: builtin/stash.c:127
17751#, c-format
17752msgid "'%s' is not a stash-like commit"
17753msgstr ""
17754
17755#: builtin/stash.c:147
17756#, c-format
17757msgid "Too many revisions specified:%s"
17758msgstr ""
17759
17760#: builtin/stash.c:161 git-legacy-stash.sh:548
17761msgid "No stash entries found."
17762msgstr ""
17763
17764#: builtin/stash.c:175
17765#, c-format
17766msgid "%s is not a valid reference"
17767msgstr ""
17768
17769#: builtin/stash.c:224 git-legacy-stash.sh:75
17770msgid "git stash clear with parameters is unimplemented"
17771msgstr ""
17772
17773#: builtin/stash.c:403
17774msgid "cannot apply a stash in the middle of a merge"
17775msgstr ""
17776
17777#: builtin/stash.c:414
17778#, c-format
17779msgid "could not generate diff %s^!."
17780msgstr ""
17781
17782#: builtin/stash.c:421
17783msgid "conflicts in index.Try without --index."
17784msgstr ""
17785
17786#: builtin/stash.c:427
17787msgid "could not save index tree"
17788msgstr ""
17789
17790#: builtin/stash.c:434
17791msgid "could not restore untracked files from stash"
17792msgstr ""
17793
17794#: builtin/stash.c:448
17795#, c-format
17796msgid "Merging %s with %s"
17797msgstr ""
17798
17799#: builtin/stash.c:458 git-legacy-stash.sh:680
17800msgid "Index was not unstashed."
17801msgstr ""
17802
17803#: builtin/stash.c:516 builtin/stash.c:615
17804msgid "attempt to recreate the index"
17805msgstr ""
17806
17807#: builtin/stash.c:549
17808#, c-format
17809msgid "Dropped %s (%s)"
17810msgstr ""
17811
17812#: builtin/stash.c:552
17813#, c-format
17814msgid "%s: Could not drop stash entry"
17815msgstr ""
17816
17817#: builtin/stash.c:577
17818#, c-format
17819msgid "'%s' is not a stash reference"
17820msgstr ""
17821
17822#: builtin/stash.c:627 git-legacy-stash.sh:694
17823msgid "The stash entry is kept in case you need it again."
17824msgstr ""
17825
17826#: builtin/stash.c:650 git-legacy-stash.sh:712
17827msgid "No branch name specified"
17828msgstr ""
17829
17830#: builtin/stash.c:789 builtin/stash.c:826
17831#, c-format
17832msgid "Cannot update %s with %s"
17833msgstr ""
17834
17835#: builtin/stash.c:807 builtin/stash.c:1474 builtin/stash.c:1510
17836msgid "stash message"
17837msgstr ""
17838
17839#: builtin/stash.c:817
17840msgid "\"git stash store\" requires one <commit> argument"
17841msgstr ""
17842
17843#: builtin/stash.c:1039 git-legacy-stash.sh:217
17844msgid "No changes selected"
17845msgstr ""
17846
17847#: builtin/stash.c:1135 git-legacy-stash.sh:150
17848msgid "You do not have the initial commit yet"
17849msgstr ""
17850
17851#: builtin/stash.c:1162 git-legacy-stash.sh:165
17852msgid "Cannot save the current index state"
17853msgstr ""
17854
17855#: builtin/stash.c:1171 git-legacy-stash.sh:180
17856msgid "Cannot save the untracked files"
17857msgstr ""
17858
17859#: builtin/stash.c:1182 builtin/stash.c:1191 git-legacy-stash.sh:200
17860#: git-legacy-stash.sh:213
17861msgid "Cannot save the current worktree state"
17862msgstr ""
17863
17864#: builtin/stash.c:1219 git-legacy-stash.sh:233
17865msgid "Cannot record working tree state"
17866msgstr ""
17867
17868#: builtin/stash.c:1268 git-legacy-stash.sh:337
17869msgid "Can't use --patch and --include-untracked or --all at the same time"
17870msgstr ""
17871
17872#: builtin/stash.c:1284
17873msgid "Did you forget to 'git add'?"
17874msgstr ""
17875
17876#: builtin/stash.c:1299 git-legacy-stash.sh:345
17877msgid "No local changes to save"
17878msgstr ""
17879
17880#: builtin/stash.c:1306 git-legacy-stash.sh:350
17881msgid "Cannot initialize stash"
17882msgstr ""
17883
17884#: builtin/stash.c:1321 git-legacy-stash.sh:354
17885msgid "Cannot save the current status"
17886msgstr ""
17887
17888#: builtin/stash.c:1326
17889#, c-format
17890msgid "Saved working directory and index state %s"
17891msgstr ""
17892
17893#: builtin/stash.c:1430 git-legacy-stash.sh:384
17894msgid "Cannot remove worktree changes"
17895msgstr ""
17896
17897#: builtin/stash.c:1465 builtin/stash.c:1501
17898msgid "keep index"
17899msgstr ""
17900
17901#: builtin/stash.c:1467 builtin/stash.c:1503
17902msgid "stash in patch mode"
17903msgstr ""
17904
17905#: builtin/stash.c:1468 builtin/stash.c:1504
17906msgid "quiet mode"
17907msgstr ""
17908
17909#: builtin/stash.c:1470 builtin/stash.c:1506
17910msgid "include untracked files in stash"
17911msgstr ""
17912
17913#: builtin/stash.c:1472 builtin/stash.c:1508
17914msgid "include ignore files"
17915msgstr ""
17916
17917#: builtin/stash.c:1568
17918#, c-format
17919msgid "could not exec %s"
17920msgstr ""
17921
17922#: builtin/stripspace.c:18
17923msgid "git stripspace [-s | --strip-comments]"
17924msgstr ""
17925
17926#: builtin/stripspace.c:19
17927msgid "git stripspace [-c | --comment-lines]"
17928msgstr ""
17929
17930#: builtin/stripspace.c:37
17931msgid "skip and remove all lines starting with comment character"
17932msgstr ""
17933
17934#: builtin/stripspace.c:40
17935msgid "prepend comment character and space to each line"
17936msgstr ""
17937
17938#: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1942
17939#, c-format
17940msgid "Expecting a full ref name, got %s"
17941msgstr ""
17942
17943#: builtin/submodule--helper.c:62
17944msgid "submodule--helper print-default-remote takes no arguments"
17945msgstr ""
17946
17947#: builtin/submodule--helper.c:100
17948#, c-format
17949msgid "cannot strip one component off url '%s'"
17950msgstr ""
17951
17952#: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1367
17953msgid "alternative anchor for relative paths"
17954msgstr ""
17955
17956#: builtin/submodule--helper.c:413
17957msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
17958msgstr ""
17959
17960#: builtin/submodule--helper.c:470 builtin/submodule--helper.c:627
17961#: builtin/submodule--helper.c:650
17962#, c-format
17963msgid "No url found for submodule path '%s' in .gitmodules"
17964msgstr ""
17965
17966#: builtin/submodule--helper.c:522
17967#, c-format
17968msgid "Entering '%s'\n"
17969msgstr ""
17970
17971#: builtin/submodule--helper.c:525
17972#, c-format
17973msgid ""
17974"run_command returned non-zero status for %s\n"
17975"."
17976msgstr ""
17977
17978#: builtin/submodule--helper.c:546
17979#, c-format
17980msgid ""
17981"run_command returned non-zero status while recursing in the nested "
17982"submodules of %s\n"
17983"."
17984msgstr ""
17985
17986#: builtin/submodule--helper.c:562
17987msgid "Suppress output of entering each submodule command"
17988msgstr ""
17989
17990#: builtin/submodule--helper.c:564 builtin/submodule--helper.c:1049
17991msgid "Recurse into nested submodules"
17992msgstr ""
17993
17994#: builtin/submodule--helper.c:569
17995msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
17996msgstr ""
17997
17998#: builtin/submodule--helper.c:596
17999#, c-format
18000msgid ""
18001"could not look up configuration '%s'. Assuming this repository is its own "
18002"authoritative upstream."
18003msgstr ""
18004
18005#: builtin/submodule--helper.c:664
18006#, c-format
18007msgid "Failed to register url for submodule path '%s'"
18008msgstr ""
18009
18010#: builtin/submodule--helper.c:668
18011#, c-format
18012msgid "Submodule '%s' (%s) registered for path '%s'\n"
18013msgstr ""
18014
18015#: builtin/submodule--helper.c:678
18016#, c-format
18017msgid "warning: command update mode suggested for submodule '%s'\n"
18018msgstr ""
18019
18020#: builtin/submodule--helper.c:685
18021#, c-format
18022msgid "Failed to register update mode for submodule path '%s'"
18023msgstr ""
18024
18025#: builtin/submodule--helper.c:707
18026msgid "Suppress output for initializing a submodule"
18027msgstr ""
18028
18029#: builtin/submodule--helper.c:712
18030msgid "git submodule--helper init [<options>] [<path>]"
18031msgstr ""
18032
18033#: builtin/submodule--helper.c:784 builtin/submodule--helper.c:910
18034#, c-format
18035msgid "no submodule mapping found in .gitmodules for path '%s'"
18036msgstr ""
18037
18038#: builtin/submodule--helper.c:823
18039#, c-format
18040msgid "could not resolve HEAD ref inside the submodule '%s'"
18041msgstr ""
18042
18043#: builtin/submodule--helper.c:850 builtin/submodule--helper.c:1019
18044#, c-format
18045msgid "failed to recurse into submodule '%s'"
18046msgstr ""
18047
18048#: builtin/submodule--helper.c:874 builtin/submodule--helper.c:1185
18049msgid "Suppress submodule status output"
18050msgstr ""
18051
18052#: builtin/submodule--helper.c:875
18053msgid ""
18054"Use commit stored in the index instead of the one stored in the submodule "
18055"HEAD"
18056msgstr ""
18057
18058#: builtin/submodule--helper.c:876
18059msgid "recurse into nested submodules"
18060msgstr ""
18061
18062#: builtin/submodule--helper.c:881
18063msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
18064msgstr ""
18065
18066#: builtin/submodule--helper.c:905
18067msgid "git submodule--helper name <path>"
18068msgstr ""
18069
18070#: builtin/submodule--helper.c:969
18071#, c-format
18072msgid "Synchronizing submodule url for '%s'\n"
18073msgstr ""
18074
18075#: builtin/submodule--helper.c:975
18076#, c-format
18077msgid "failed to register url for submodule path '%s'"
18078msgstr ""
18079
18080#: builtin/submodule--helper.c:989
18081#, c-format
18082msgid "failed to get the default remote for submodule '%s'"
18083msgstr ""
18084
18085#: builtin/submodule--helper.c:1000
18086#, c-format
18087msgid "failed to update remote for submodule '%s'"
18088msgstr ""
18089
18090#: builtin/submodule--helper.c:1047
18091msgid "Suppress output of synchronizing submodule url"
18092msgstr ""
18093
18094#: builtin/submodule--helper.c:1054
18095msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
18096msgstr ""
18097
18098#: builtin/submodule--helper.c:1108
18099#, c-format
18100msgid ""
18101"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
18102"really want to remove it including all of its history)"
18103msgstr ""
18104
18105#: builtin/submodule--helper.c:1120
18106#, c-format
18107msgid ""
18108"Submodule work tree '%s' contains local modifications; use '-f' to discard "
18109"them"
18110msgstr ""
18111
18112#: builtin/submodule--helper.c:1128
18113#, c-format
18114msgid "Cleared directory '%s'\n"
18115msgstr ""
18116
18117#: builtin/submodule--helper.c:1130
18118#, c-format
18119msgid "Could not remove submodule work tree '%s'\n"
18120msgstr ""
18121
18122#: builtin/submodule--helper.c:1141
18123#, c-format
18124msgid "could not create empty submodule directory %s"
18125msgstr ""
18126
18127#: builtin/submodule--helper.c:1157
18128#, c-format
18129msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
18130msgstr ""
18131
18132#: builtin/submodule--helper.c:1186
18133msgid "Remove submodule working trees even if they contain local changes"
18134msgstr ""
18135
18136#: builtin/submodule--helper.c:1187
18137msgid "Unregister all submodules"
18138msgstr ""
18139
18140#: builtin/submodule--helper.c:1192
18141msgid ""
18142"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
18143msgstr ""
18144
18145#: builtin/submodule--helper.c:1206
18146msgid "Use '--all' if you really want to deinitialize all submodules"
18147msgstr ""
18148
18149#: builtin/submodule--helper.c:1301 builtin/submodule--helper.c:1304
18150#, c-format
18151msgid "submodule '%s' cannot add alternate: %s"
18152msgstr ""
18153
18154#: builtin/submodule--helper.c:1340
18155#, c-format
18156msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
18157msgstr ""
18158
18159#: builtin/submodule--helper.c:1347
18160#, c-format
18161msgid "Value '%s' for submodule.alternateLocation is not recognized"
18162msgstr ""
18163
18164#: builtin/submodule--helper.c:1370
18165msgid "where the new submodule will be cloned to"
18166msgstr ""
18167
18168#: builtin/submodule--helper.c:1373
18169msgid "name of the new submodule"
18170msgstr ""
18171
18172#: builtin/submodule--helper.c:1376
18173msgid "url where to clone the submodule from"
18174msgstr ""
18175
18176#: builtin/submodule--helper.c:1384
18177msgid "depth for shallow clones"
18178msgstr ""
18179
18180#: builtin/submodule--helper.c:1387 builtin/submodule--helper.c:1871
18181msgid "force cloning progress"
18182msgstr ""
18183
18184#: builtin/submodule--helper.c:1392
18185msgid ""
18186"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
18187"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
18188msgstr ""
18189
18190#: builtin/submodule--helper.c:1423
18191#, c-format
18192msgid "clone of '%s' into submodule path '%s' failed"
18193msgstr ""
18194
18195#: builtin/submodule--helper.c:1437
18196#, c-format
18197msgid "could not get submodule directory for '%s'"
18198msgstr ""
18199
18200#: builtin/submodule--helper.c:1473
18201#, c-format
18202msgid "Invalid update mode '%s' for submodule path '%s'"
18203msgstr ""
18204
18205#: builtin/submodule--helper.c:1477
18206#, c-format
18207msgid "Invalid update mode '%s' configured for submodule path '%s'"
18208msgstr ""
18209
18210#: builtin/submodule--helper.c:1570
18211#, c-format
18212msgid "Submodule path '%s' not initialized"
18213msgstr ""
18214
18215#: builtin/submodule--helper.c:1574
18216msgid "Maybe you want to use 'update --init'?"
18217msgstr ""
18218
18219#: builtin/submodule--helper.c:1604
18220#, c-format
18221msgid "Skipping unmerged submodule %s"
18222msgstr ""
18223
18224#: builtin/submodule--helper.c:1633
18225#, c-format
18226msgid "Skipping submodule '%s'"
18227msgstr ""
18228
18229#: builtin/submodule--helper.c:1777
18230#, c-format
18231msgid "Failed to clone '%s'. Retry scheduled"
18232msgstr ""
18233
18234#: builtin/submodule--helper.c:1788
18235#, c-format
18236msgid "Failed to clone '%s' a second time, aborting"
18237msgstr ""
18238
18239#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:2092
18240msgid "path into the working tree"
18241msgstr ""
18242
18243#: builtin/submodule--helper.c:1853
18244msgid "path into the working tree, across nested submodule boundaries"
18245msgstr ""
18246
18247#: builtin/submodule--helper.c:1857
18248msgid "rebase, merge, checkout or none"
18249msgstr ""
18250
18251#: builtin/submodule--helper.c:1863
18252msgid "Create a shallow clone truncated to the specified number of revisions"
18253msgstr ""
18254
18255#: builtin/submodule--helper.c:1866
18256msgid "parallel jobs"
18257msgstr ""
18258
18259#: builtin/submodule--helper.c:1868
18260msgid "whether the initial clone should follow the shallow recommendation"
18261msgstr ""
18262
18263#: builtin/submodule--helper.c:1869
18264msgid "don't print cloning progress"
18265msgstr ""
18266
18267#: builtin/submodule--helper.c:1876
18268msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
18269msgstr ""
18270
18271#: builtin/submodule--helper.c:1889
18272msgid "bad value for update parameter"
18273msgstr ""
18274
18275#: builtin/submodule--helper.c:1937
18276#, c-format
18277msgid ""
18278"Submodule (%s) branch configured to inherit branch from superproject, but "
18279"the superproject is not on any branch"
18280msgstr ""
18281
18282#: builtin/submodule--helper.c:2060
18283#, c-format
18284msgid "could not get a repository handle for submodule '%s'"
18285msgstr ""
18286
18287#: builtin/submodule--helper.c:2093
18288msgid "recurse into submodules"
18289msgstr ""
18290
18291#: builtin/submodule--helper.c:2099
18292msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
18293msgstr ""
18294
18295#: builtin/submodule--helper.c:2156
18296msgid "check if it is safe to write to the .gitmodules file"
18297msgstr ""
18298
18299#: builtin/submodule--helper.c:2159
18300msgid "unset the config in the .gitmodules file"
18301msgstr ""
18302
18303#: builtin/submodule--helper.c:2164
18304msgid "git submodule--helper config <name> [<value>]"
18305msgstr ""
18306
18307#: builtin/submodule--helper.c:2165
18308msgid "git submodule--helper config --unset <name>"
18309msgstr ""
18310
18311#: builtin/submodule--helper.c:2166
18312msgid "git submodule--helper config --check-writeable"
18313msgstr ""
18314
18315#: builtin/submodule--helper.c:2185 git-submodule.sh:171
18316#, sh-format
18317msgid "please make sure that the .gitmodules file is in the working tree"
18318msgstr ""
18319
18320#: builtin/submodule--helper.c:2235 git.c:433 git.c:685
18321#, c-format
18322msgid "%s doesn't support --super-prefix"
18323msgstr ""
18324
18325#: builtin/submodule--helper.c:2241
18326#, c-format
18327msgid "'%s' is not a valid submodule--helper subcommand"
18328msgstr ""
18329
18330#: builtin/symbolic-ref.c:8
18331msgid "git symbolic-ref [<options>] <name> [<ref>]"
18332msgstr ""
18333
18334#: builtin/symbolic-ref.c:9
18335msgid "git symbolic-ref -d [-q] <name>"
18336msgstr ""
18337
18338#: builtin/symbolic-ref.c:40
18339msgid "suppress error message for non-symbolic (detached) refs"
18340msgstr ""
18341
18342#: builtin/symbolic-ref.c:41
18343msgid "delete symbolic ref"
18344msgstr ""
18345
18346#: builtin/symbolic-ref.c:42
18347msgid "shorten ref output"
18348msgstr ""
18349
18350#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18351msgid "reason"
18352msgstr ""
18353
18354#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18355msgid "reason of the update"
18356msgstr ""
18357
18358#: builtin/tag.c:25
18359msgid ""
18360"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
18361"\t\t<tagname> [<head>]"
18362msgstr ""
18363
18364#: builtin/tag.c:27
18365msgid "git tag -d <tagname>..."
18366msgstr ""
18367
18368#: builtin/tag.c:28
18369msgid ""
18370"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
18371"points-at <object>]\n"
18372"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
18373msgstr ""
18374
18375#: builtin/tag.c:30
18376msgid "git tag -v [--format=<format>] <tagname>..."
18377msgstr ""
18378
18379#: builtin/tag.c:88
18380#, c-format
18381msgid "tag '%s' not found."
18382msgstr ""
18383
18384#: builtin/tag.c:104
18385#, c-format
18386msgid "Deleted tag '%s' (was %s)\n"
18387msgstr ""
18388
18389#: builtin/tag.c:134
18390#, c-format
18391msgid ""
18392"\n"
18393"Write a message for tag:\n"
18394"  %s\n"
18395"Lines starting with '%c' will be ignored.\n"
18396msgstr ""
18397
18398#: builtin/tag.c:138
18399#, c-format
18400msgid ""
18401"\n"
18402"Write a message for tag:\n"
18403"  %s\n"
18404"Lines starting with '%c' will be kept; you may remove them yourself if you "
18405"want to.\n"
18406msgstr ""
18407
18408#: builtin/tag.c:192
18409msgid "unable to sign the tag"
18410msgstr ""
18411
18412#: builtin/tag.c:194
18413msgid "unable to write tag file"
18414msgstr ""
18415
18416#: builtin/tag.c:210
18417#, c-format
18418msgid ""
18419"You have created a nested tag. The object referred to by your new tag is\n"
18420"already a tag. If you meant to tag the object that it points to, use:\n"
18421"\n"
18422"\tgit tag -f %s %s^{}"
18423msgstr ""
18424
18425#: builtin/tag.c:226
18426msgid "bad object type."
18427msgstr ""
18428
18429#: builtin/tag.c:278
18430msgid "no tag message?"
18431msgstr ""
18432
18433#: builtin/tag.c:285
18434#, c-format
18435msgid "The tag message has been left in %s\n"
18436msgstr ""
18437
18438#: builtin/tag.c:396
18439msgid "list tag names"
18440msgstr ""
18441
18442#: builtin/tag.c:398
18443msgid "print <n> lines of each tag message"
18444msgstr ""
18445
18446#: builtin/tag.c:400
18447msgid "delete tags"
18448msgstr ""
18449
18450#: builtin/tag.c:401
18451msgid "verify tags"
18452msgstr ""
18453
18454#: builtin/tag.c:403
18455msgid "Tag creation options"
18456msgstr ""
18457
18458#: builtin/tag.c:405
18459msgid "annotated tag, needs a message"
18460msgstr ""
18461
18462#: builtin/tag.c:407
18463msgid "tag message"
18464msgstr ""
18465
18466#: builtin/tag.c:409
18467msgid "force edit of tag message"
18468msgstr ""
18469
18470#: builtin/tag.c:410
18471msgid "annotated and GPG-signed tag"
18472msgstr ""
18473
18474#: builtin/tag.c:413
18475msgid "use another key to sign the tag"
18476msgstr ""
18477
18478#: builtin/tag.c:414
18479msgid "replace the tag if exists"
18480msgstr ""
18481
18482#: builtin/tag.c:415 builtin/update-ref.c:369
18483msgid "create a reflog"
18484msgstr ""
18485
18486#: builtin/tag.c:417
18487msgid "Tag listing options"
18488msgstr ""
18489
18490#: builtin/tag.c:418
18491msgid "show tag list in columns"
18492msgstr ""
18493
18494#: builtin/tag.c:419 builtin/tag.c:421
18495msgid "print only tags that contain the commit"
18496msgstr ""
18497
18498#: builtin/tag.c:420 builtin/tag.c:422
18499msgid "print only tags that don't contain the commit"
18500msgstr ""
18501
18502#: builtin/tag.c:423
18503msgid "print only tags that are merged"
18504msgstr ""
18505
18506#: builtin/tag.c:424
18507msgid "print only tags that are not merged"
18508msgstr ""
18509
18510#: builtin/tag.c:428
18511msgid "print only tags of the object"
18512msgstr ""
18513
18514#: builtin/tag.c:472
18515msgid "--column and -n are incompatible"
18516msgstr ""
18517
18518#: builtin/tag.c:494
18519msgid "-n option is only allowed in list mode"
18520msgstr ""
18521
18522#: builtin/tag.c:496
18523msgid "--contains option is only allowed in list mode"
18524msgstr ""
18525
18526#: builtin/tag.c:498
18527msgid "--no-contains option is only allowed in list mode"
18528msgstr ""
18529
18530#: builtin/tag.c:500
18531msgid "--points-at option is only allowed in list mode"
18532msgstr ""
18533
18534#: builtin/tag.c:502
18535msgid "--merged and --no-merged options are only allowed in list mode"
18536msgstr ""
18537
18538#: builtin/tag.c:513
18539msgid "only one -F or -m option is allowed."
18540msgstr ""
18541
18542#: builtin/tag.c:532
18543msgid "too many params"
18544msgstr ""
18545
18546#: builtin/tag.c:538
18547#, c-format
18548msgid "'%s' is not a valid tag name."
18549msgstr ""
18550
18551#: builtin/tag.c:543
18552#, c-format
18553msgid "tag '%s' already exists"
18554msgstr ""
18555
18556#: builtin/tag.c:574
18557#, c-format
18558msgid "Updated tag '%s' (was %s)\n"
18559msgstr ""
18560
18561#: builtin/unpack-objects.c:500
18562msgid "Unpacking objects"
18563msgstr ""
18564
18565#: builtin/update-index.c:83
18566#, c-format
18567msgid "failed to create directory %s"
18568msgstr ""
18569
18570#: builtin/update-index.c:99
18571#, c-format
18572msgid "failed to create file %s"
18573msgstr ""
18574
18575#: builtin/update-index.c:107
18576#, c-format
18577msgid "failed to delete file %s"
18578msgstr ""
18579
18580#: builtin/update-index.c:114 builtin/update-index.c:220
18581#, c-format
18582msgid "failed to delete directory %s"
18583msgstr ""
18584
18585#: builtin/update-index.c:139
18586#, c-format
18587msgid "Testing mtime in '%s' "
18588msgstr ""
18589
18590#: builtin/update-index.c:153
18591msgid "directory stat info does not change after adding a new file"
18592msgstr ""
18593
18594#: builtin/update-index.c:166
18595msgid "directory stat info does not change after adding a new directory"
18596msgstr ""
18597
18598#: builtin/update-index.c:179
18599msgid "directory stat info changes after updating a file"
18600msgstr ""
18601
18602#: builtin/update-index.c:190
18603msgid "directory stat info changes after adding a file inside subdirectory"
18604msgstr ""
18605
18606#: builtin/update-index.c:201
18607msgid "directory stat info does not change after deleting a file"
18608msgstr ""
18609
18610#: builtin/update-index.c:214
18611msgid "directory stat info does not change after deleting a directory"
18612msgstr ""
18613
18614#: builtin/update-index.c:221
18615msgid " OK"
18616msgstr ""
18617
18618#: builtin/update-index.c:589
18619msgid "git update-index [<options>] [--] [<file>...]"
18620msgstr ""
18621
18622#: builtin/update-index.c:971
18623msgid "continue refresh even when index needs update"
18624msgstr ""
18625
18626#: builtin/update-index.c:974
18627msgid "refresh: ignore submodules"
18628msgstr ""
18629
18630#: builtin/update-index.c:977
18631msgid "do not ignore new files"
18632msgstr ""
18633
18634#: builtin/update-index.c:979
18635msgid "let files replace directories and vice-versa"
18636msgstr ""
18637
18638#: builtin/update-index.c:981
18639msgid "notice files missing from worktree"
18640msgstr ""
18641
18642#: builtin/update-index.c:983
18643msgid "refresh even if index contains unmerged entries"
18644msgstr ""
18645
18646#: builtin/update-index.c:986
18647msgid "refresh stat information"
18648msgstr ""
18649
18650#: builtin/update-index.c:990
18651msgid "like --refresh, but ignore assume-unchanged setting"
18652msgstr ""
18653
18654#: builtin/update-index.c:994
18655msgid "<mode>,<object>,<path>"
18656msgstr ""
18657
18658#: builtin/update-index.c:995
18659msgid "add the specified entry to the index"
18660msgstr ""
18661
18662#: builtin/update-index.c:1005
18663msgid "mark files as \"not changing\""
18664msgstr ""
18665
18666#: builtin/update-index.c:1008
18667msgid "clear assumed-unchanged bit"
18668msgstr ""
18669
18670#: builtin/update-index.c:1011
18671msgid "mark files as \"index-only\""
18672msgstr ""
18673
18674#: builtin/update-index.c:1014
18675msgid "clear skip-worktree bit"
18676msgstr ""
18677
18678#: builtin/update-index.c:1017
18679msgid "add to index only; do not add content to object database"
18680msgstr ""
18681
18682#: builtin/update-index.c:1019
18683msgid "remove named paths even if present in worktree"
18684msgstr ""
18685
18686#: builtin/update-index.c:1021
18687msgid "with --stdin: input lines are terminated by null bytes"
18688msgstr ""
18689
18690#: builtin/update-index.c:1023
18691msgid "read list of paths to be updated from standard input"
18692msgstr ""
18693
18694#: builtin/update-index.c:1027
18695msgid "add entries from standard input to the index"
18696msgstr ""
18697
18698#: builtin/update-index.c:1031
18699msgid "repopulate stages #2 and #3 for the listed paths"
18700msgstr ""
18701
18702#: builtin/update-index.c:1035
18703msgid "only update entries that differ from HEAD"
18704msgstr ""
18705
18706#: builtin/update-index.c:1039
18707msgid "ignore files missing from worktree"
18708msgstr ""
18709
18710#: builtin/update-index.c:1042
18711msgid "report actions to standard output"
18712msgstr ""
18713
18714#: builtin/update-index.c:1044
18715msgid "(for porcelains) forget saved unresolved conflicts"
18716msgstr ""
18717
18718#: builtin/update-index.c:1048
18719msgid "write index in this format"
18720msgstr ""
18721
18722#: builtin/update-index.c:1050
18723msgid "enable or disable split index"
18724msgstr ""
18725
18726#: builtin/update-index.c:1052
18727msgid "enable/disable untracked cache"
18728msgstr ""
18729
18730#: builtin/update-index.c:1054
18731msgid "test if the filesystem supports untracked cache"
18732msgstr ""
18733
18734#: builtin/update-index.c:1056
18735msgid "enable untracked cache without testing the filesystem"
18736msgstr ""
18737
18738#: builtin/update-index.c:1058
18739msgid "write out the index even if is not flagged as changed"
18740msgstr ""
18741
18742#: builtin/update-index.c:1060
18743msgid "enable or disable file system monitor"
18744msgstr ""
18745
18746#: builtin/update-index.c:1062
18747msgid "mark files as fsmonitor valid"
18748msgstr ""
18749
18750#: builtin/update-index.c:1065
18751msgid "clear fsmonitor valid bit"
18752msgstr ""
18753
18754#: builtin/update-index.c:1168
18755msgid ""
18756"core.splitIndex is set to false; remove or change it, if you really want to "
18757"enable split index"
18758msgstr ""
18759
18760#: builtin/update-index.c:1177
18761msgid ""
18762"core.splitIndex is set to true; remove or change it, if you really want to "
18763"disable split index"
18764msgstr ""
18765
18766#: builtin/update-index.c:1188
18767msgid ""
18768"core.untrackedCache is set to true; remove or change it, if you really want "
18769"to disable the untracked cache"
18770msgstr ""
18771
18772#: builtin/update-index.c:1192
18773msgid "Untracked cache disabled"
18774msgstr ""
18775
18776#: builtin/update-index.c:1200
18777msgid ""
18778"core.untrackedCache is set to false; remove or change it, if you really want "
18779"to enable the untracked cache"
18780msgstr ""
18781
18782#: builtin/update-index.c:1204
18783#, c-format
18784msgid "Untracked cache enabled for '%s'"
18785msgstr ""
18786
18787#: builtin/update-index.c:1212
18788msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
18789msgstr ""
18790
18791#: builtin/update-index.c:1216
18792msgid "fsmonitor enabled"
18793msgstr ""
18794
18795#: builtin/update-index.c:1219
18796msgid ""
18797"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
18798msgstr ""
18799
18800#: builtin/update-index.c:1223
18801msgid "fsmonitor disabled"
18802msgstr ""
18803
18804#: builtin/update-ref.c:10
18805msgid "git update-ref [<options>] -d <refname> [<old-val>]"
18806msgstr ""
18807
18808#: builtin/update-ref.c:11
18809msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
18810msgstr ""
18811
18812#: builtin/update-ref.c:12
18813msgid "git update-ref [<options>] --stdin [-z]"
18814msgstr ""
18815
18816#: builtin/update-ref.c:364
18817msgid "delete the reference"
18818msgstr ""
18819
18820#: builtin/update-ref.c:366
18821msgid "update <refname> not the one it points to"
18822msgstr ""
18823
18824#: builtin/update-ref.c:367
18825msgid "stdin has NUL-terminated arguments"
18826msgstr ""
18827
18828#: builtin/update-ref.c:368
18829msgid "read updates from stdin"
18830msgstr ""
18831
18832#: builtin/update-server-info.c:7
18833msgid "git update-server-info [--force]"
18834msgstr ""
18835
18836#: builtin/update-server-info.c:15
18837msgid "update the info files from scratch"
18838msgstr ""
18839
18840#: builtin/upload-pack.c:11
18841msgid "git upload-pack [<options>] <dir>"
18842msgstr ""
18843
18844#: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
18845msgid "quit after a single request/response exchange"
18846msgstr ""
18847
18848#: builtin/upload-pack.c:25
18849msgid "exit immediately after initial ref advertisement"
18850msgstr ""
18851
18852#: builtin/upload-pack.c:27
18853msgid "do not try <directory>/.git/ if <directory> is no Git directory"
18854msgstr ""
18855
18856#: builtin/upload-pack.c:29
18857msgid "interrupt transfer after <n> seconds of inactivity"
18858msgstr ""
18859
18860#: builtin/verify-commit.c:20
18861msgid "git verify-commit [-v | --verbose] <commit>..."
18862msgstr ""
18863
18864#: builtin/verify-commit.c:76
18865msgid "print commit contents"
18866msgstr ""
18867
18868#: builtin/verify-commit.c:77 builtin/verify-tag.c:38
18869msgid "print raw gpg status output"
18870msgstr ""
18871
18872#: builtin/verify-pack.c:55
18873msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
18874msgstr ""
18875
18876#: builtin/verify-pack.c:65
18877msgid "verbose"
18878msgstr ""
18879
18880#: builtin/verify-pack.c:67
18881msgid "show statistics only"
18882msgstr ""
18883
18884#: builtin/verify-tag.c:19
18885msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
18886msgstr ""
18887
18888#: builtin/verify-tag.c:37
18889msgid "print tag contents"
18890msgstr ""
18891
18892#: builtin/worktree.c:18
18893msgid "git worktree add [<options>] <path> [<commit-ish>]"
18894msgstr ""
18895
18896#: builtin/worktree.c:19
18897msgid "git worktree list [<options>]"
18898msgstr ""
18899
18900#: builtin/worktree.c:20
18901msgid "git worktree lock [<options>] <path>"
18902msgstr ""
18903
18904#: builtin/worktree.c:21
18905msgid "git worktree move <worktree> <new-path>"
18906msgstr ""
18907
18908#: builtin/worktree.c:22
18909msgid "git worktree prune [<options>]"
18910msgstr ""
18911
18912#: builtin/worktree.c:23
18913msgid "git worktree remove [<options>] <worktree>"
18914msgstr ""
18915
18916#: builtin/worktree.c:24
18917msgid "git worktree unlock <path>"
18918msgstr ""
18919
18920#: builtin/worktree.c:61 builtin/worktree.c:891
18921#, c-format
18922msgid "failed to delete '%s'"
18923msgstr ""
18924
18925#: builtin/worktree.c:80
18926#, c-format
18927msgid "Removing worktrees/%s: not a valid directory"
18928msgstr ""
18929
18930#: builtin/worktree.c:86
18931#, c-format
18932msgid "Removing worktrees/%s: gitdir file does not exist"
18933msgstr ""
18934
18935#: builtin/worktree.c:91 builtin/worktree.c:100
18936#, c-format
18937msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
18938msgstr ""
18939
18940#: builtin/worktree.c:110
18941#, c-format
18942msgid ""
18943"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
18944"%<PRIuMAX>)"
18945msgstr ""
18946
18947#: builtin/worktree.c:118
18948#, c-format
18949msgid "Removing worktrees/%s: invalid gitdir file"
18950msgstr ""
18951
18952#: builtin/worktree.c:127
18953#, c-format
18954msgid "Removing worktrees/%s: gitdir file points to non-existent location"
18955msgstr ""
18956
18957#: builtin/worktree.c:166
18958msgid "report pruned working trees"
18959msgstr ""
18960
18961#: builtin/worktree.c:168
18962msgid "expire working trees older than <time>"
18963msgstr ""
18964
18965#: builtin/worktree.c:235
18966#, c-format
18967msgid "'%s' already exists"
18968msgstr ""
18969
18970#: builtin/worktree.c:252
18971#, c-format
18972msgid "unable to re-add worktree '%s'"
18973msgstr ""
18974
18975#: builtin/worktree.c:257
18976#, c-format
18977msgid ""
18978"'%s' is a missing but locked worktree;\n"
18979"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
18980msgstr ""
18981
18982#: builtin/worktree.c:259
18983#, c-format
18984msgid ""
18985"'%s' is a missing but already registered worktree;\n"
18986"use 'add -f' to override, or 'prune' or 'remove' to clear"
18987msgstr ""
18988
18989#: builtin/worktree.c:302
18990#, c-format
18991msgid "could not create directory of '%s'"
18992msgstr ""
18993
18994#: builtin/worktree.c:432 builtin/worktree.c:438
18995#, c-format
18996msgid "Preparing worktree (new branch '%s')"
18997msgstr ""
18998
18999#: builtin/worktree.c:434
19000#, c-format
19001msgid "Preparing worktree (resetting branch '%s'; was at %s)"
19002msgstr ""
19003
19004#: builtin/worktree.c:443
19005#, c-format
19006msgid "Preparing worktree (checking out '%s')"
19007msgstr ""
19008
19009#: builtin/worktree.c:449
19010#, c-format
19011msgid "Preparing worktree (detached HEAD %s)"
19012msgstr ""
19013
19014#: builtin/worktree.c:490
19015msgid "checkout <branch> even if already checked out in other worktree"
19016msgstr ""
19017
19018#: builtin/worktree.c:493
19019msgid "create a new branch"
19020msgstr ""
19021
19022#: builtin/worktree.c:495
19023msgid "create or reset a branch"
19024msgstr ""
19025
19026#: builtin/worktree.c:497
19027msgid "populate the new working tree"
19028msgstr ""
19029
19030#: builtin/worktree.c:498
19031msgid "keep the new working tree locked"
19032msgstr ""
19033
19034#: builtin/worktree.c:501
19035msgid "set up tracking mode (see git-branch(1))"
19036msgstr ""
19037
19038#: builtin/worktree.c:504
19039msgid "try to match the new branch name with a remote-tracking branch"
19040msgstr ""
19041
19042#: builtin/worktree.c:512
19043msgid "-b, -B, and --detach are mutually exclusive"
19044msgstr ""
19045
19046#: builtin/worktree.c:573
19047msgid "--[no-]track can only be used if a new branch is created"
19048msgstr ""
19049
19050#: builtin/worktree.c:673
19051msgid "reason for locking"
19052msgstr ""
19053
19054#: builtin/worktree.c:685 builtin/worktree.c:718 builtin/worktree.c:792
19055#: builtin/worktree.c:919
19056#, c-format
19057msgid "'%s' is not a working tree"
19058msgstr ""
19059
19060#: builtin/worktree.c:687 builtin/worktree.c:720
19061msgid "The main working tree cannot be locked or unlocked"
19062msgstr ""
19063
19064#: builtin/worktree.c:692
19065#, c-format
19066msgid "'%s' is already locked, reason: %s"
19067msgstr ""
19068
19069#: builtin/worktree.c:694
19070#, c-format
19071msgid "'%s' is already locked"
19072msgstr ""
19073
19074#: builtin/worktree.c:722
19075#, c-format
19076msgid "'%s' is not locked"
19077msgstr ""
19078
19079#: builtin/worktree.c:763
19080msgid "working trees containing submodules cannot be moved or removed"
19081msgstr ""
19082
19083#: builtin/worktree.c:771
19084msgid "force move even if worktree is dirty or locked"
19085msgstr ""
19086
19087#: builtin/worktree.c:794 builtin/worktree.c:921
19088#, c-format
19089msgid "'%s' is a main working tree"
19090msgstr ""
19091
19092#: builtin/worktree.c:799
19093#, c-format
19094msgid "could not figure out destination name from '%s'"
19095msgstr ""
19096
19097#: builtin/worktree.c:805
19098#, c-format
19099msgid "target '%s' already exists"
19100msgstr ""
19101
19102#: builtin/worktree.c:813
19103#, c-format
19104msgid ""
19105"cannot move a locked working tree, lock reason: %s\n"
19106"use 'move -f -f' to override or unlock first"
19107msgstr ""
19108
19109#: builtin/worktree.c:815
19110msgid ""
19111"cannot move a locked working tree;\n"
19112"use 'move -f -f' to override or unlock first"
19113msgstr ""
19114
19115#: builtin/worktree.c:818
19116#, c-format
19117msgid "validation failed, cannot move working tree: %s"
19118msgstr ""
19119
19120#: builtin/worktree.c:823
19121#, c-format
19122msgid "failed to move '%s' to '%s'"
19123msgstr ""
19124
19125#: builtin/worktree.c:871
19126#, c-format
19127msgid "failed to run 'git status' on '%s'"
19128msgstr ""
19129
19130#: builtin/worktree.c:875
19131#, c-format
19132msgid "'%s' is dirty, use --force to delete it"
19133msgstr ""
19134
19135#: builtin/worktree.c:880
19136#, c-format
19137msgid "failed to run 'git status' on '%s', code %d"
19138msgstr ""
19139
19140#: builtin/worktree.c:903
19141msgid "force removal even if worktree is dirty or locked"
19142msgstr ""
19143
19144#: builtin/worktree.c:926
19145#, c-format
19146msgid ""
19147"cannot remove a locked working tree, lock reason: %s\n"
19148"use 'remove -f -f' to override or unlock first"
19149msgstr ""
19150
19151#: builtin/worktree.c:928
19152msgid ""
19153"cannot remove a locked working tree;\n"
19154"use 'remove -f -f' to override or unlock first"
19155msgstr ""
19156
19157#: builtin/worktree.c:931
19158#, c-format
19159msgid "validation failed, cannot remove working tree: %s"
19160msgstr ""
19161
19162#: builtin/write-tree.c:15
19163msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
19164msgstr ""
19165
19166#: builtin/write-tree.c:28
19167msgid "<prefix>/"
19168msgstr ""
19169
19170#: builtin/write-tree.c:29
19171msgid "write tree object for a subdirectory <prefix>"
19172msgstr ""
19173
19174#: builtin/write-tree.c:31
19175msgid "only useful for debugging"
19176msgstr ""
19177
19178#: credential-cache--daemon.c:223
19179#, c-format
19180msgid ""
19181"The permissions on your socket directory are too loose; other\n"
19182"users may be able to read your cached credentials. Consider running:\n"
19183"\n"
19184"\tchmod 0700 %s"
19185msgstr ""
19186
19187#: credential-cache--daemon.c:272
19188msgid "print debugging messages to stderr"
19189msgstr ""
19190
19191#: t/helper/test-reach.c:152
19192#, c-format
19193msgid "commit %s is not marked reachable"
19194msgstr ""
19195
19196#: t/helper/test-reach.c:162
19197msgid "too many commits marked reachable"
19198msgstr ""
19199
19200#: t/helper/test-serve-v2.c:7
19201msgid "test-tool serve-v2 [<options>]"
19202msgstr ""
19203
19204#: t/helper/test-serve-v2.c:19
19205msgid "exit immediately after advertising capabilities"
19206msgstr ""
19207
19208#: git.c:27
19209msgid ""
19210"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
19211"           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
19212"           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
19213"bare]\n"
19214"           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
19215"           <command> [<args>]"
19216msgstr ""
19217
19218#: git.c:34
19219msgid ""
19220"'git help -a' and 'git help -g' list available subcommands and some\n"
19221"concept guides. See 'git help <command>' or 'git help <concept>'\n"
19222"to read about a specific subcommand or concept."
19223msgstr ""
19224
19225#: git.c:185
19226#, c-format
19227msgid "no directory given for --git-dir\n"
19228msgstr ""
19229
19230#: git.c:199
19231#, c-format
19232msgid "no namespace given for --namespace\n"
19233msgstr ""
19234
19235#: git.c:213
19236#, c-format
19237msgid "no directory given for --work-tree\n"
19238msgstr ""
19239
19240#: git.c:227
19241#, c-format
19242msgid "no prefix given for --super-prefix\n"
19243msgstr ""
19244
19245#: git.c:249
19246#, c-format
19247msgid "-c expects a configuration string\n"
19248msgstr ""
19249
19250#: git.c:287
19251#, c-format
19252msgid "no directory given for -C\n"
19253msgstr ""
19254
19255#: git.c:313
19256#, c-format
19257msgid "unknown option: %s\n"
19258msgstr ""
19259
19260#: git.c:359
19261#, c-format
19262msgid "while expanding alias '%s': '%s'"
19263msgstr ""
19264
19265#: git.c:368
19266#, c-format
19267msgid ""
19268"alias '%s' changes environment variables.\n"
19269"You can use '!git' in the alias to do this"
19270msgstr ""
19271
19272#: git.c:376
19273#, c-format
19274msgid "empty alias for %s"
19275msgstr ""
19276
19277#: git.c:379
19278#, c-format
19279msgid "recursive alias: %s"
19280msgstr ""
19281
19282#: git.c:459
19283msgid "write failure on standard output"
19284msgstr ""
19285
19286#: git.c:461
19287msgid "unknown write failure on standard output"
19288msgstr ""
19289
19290#: git.c:463
19291msgid "close failed on standard output"
19292msgstr ""
19293
19294#: git.c:797
19295#, c-format
19296msgid "alias loop detected: expansion of '%s' does not terminate:%s"
19297msgstr ""
19298
19299#: git.c:847
19300#, c-format
19301msgid "cannot handle %s as a builtin"
19302msgstr ""
19303
19304#: git.c:860
19305#, c-format
19306msgid ""
19307"usage: %s\n"
19308"\n"
19309msgstr ""
19310
19311#: git.c:880
19312#, c-format
19313msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
19314msgstr ""
19315
19316#: git.c:892
19317#, c-format
19318msgid "failed to run command '%s': %s\n"
19319msgstr ""
19320
19321#: http.c:378
19322#, c-format
19323msgid "negative value for http.postbuffer; defaulting to %d"
19324msgstr ""
19325
19326#: http.c:399
19327msgid "Delegation control is not supported with cURL < 7.22.0"
19328msgstr ""
19329
19330#: http.c:408
19331msgid "Public key pinning not supported with cURL < 7.44.0"
19332msgstr ""
19333
19334#: http.c:876
19335msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
19336msgstr ""
19337
19338#: http.c:949
19339msgid "Protocol restrictions not supported with cURL < 7.19.4"
19340msgstr ""
19341
19342#: http.c:1085
19343#, c-format
19344msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
19345msgstr ""
19346
19347#: http.c:1092
19348#, c-format
19349msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
19350msgstr ""
19351
19352#: http.c:1096
19353#, c-format
19354msgid "Could not set SSL backend to '%s': already set"
19355msgstr ""
19356
19357#: http.c:1965
19358#, c-format
19359msgid ""
19360"unable to update url base from redirection:\n"
19361"  asked for: %s\n"
19362"   redirect: %s"
19363msgstr ""
19364
19365#: remote-curl.c:157
19366#, c-format
19367msgid "invalid quoting in push-option value: '%s'"
19368msgstr ""
19369
19370#: remote-curl.c:254
19371#, c-format
19372msgid "%sinfo/refs not valid: is this a git repository?"
19373msgstr ""
19374
19375#: remote-curl.c:355
19376msgid "invalid server response; expected service, got flush packet"
19377msgstr ""
19378
19379#: remote-curl.c:386
19380#, c-format
19381msgid "invalid server response; got '%s'"
19382msgstr ""
19383
19384#: remote-curl.c:446
19385#, c-format
19386msgid "repository '%s' not found"
19387msgstr ""
19388
19389#: remote-curl.c:450
19390#, c-format
19391msgid "Authentication failed for '%s'"
19392msgstr ""
19393
19394#: remote-curl.c:454
19395#, c-format
19396msgid "unable to access '%s': %s"
19397msgstr ""
19398
19399#: remote-curl.c:460
19400#, c-format
19401msgid "redirecting to %s"
19402msgstr ""
19403
19404#: remote-curl.c:584
19405msgid "shouldn't have EOF when not gentle on EOF"
19406msgstr ""
19407
19408#: remote-curl.c:664
19409msgid "unable to rewind rpc post data - try increasing http.postBuffer"
19410msgstr ""
19411
19412#: remote-curl.c:724
19413#, c-format
19414msgid "RPC failed; %s"
19415msgstr ""
19416
19417#: remote-curl.c:764
19418msgid "cannot handle pushes this big"
19419msgstr ""
19420
19421#: remote-curl.c:879
19422#, c-format
19423msgid "cannot deflate request; zlib deflate error %d"
19424msgstr ""
19425
19426#: remote-curl.c:883
19427#, c-format
19428msgid "cannot deflate request; zlib end error %d"
19429msgstr ""
19430
19431#: remote-curl.c:1014
19432msgid "dumb http transport does not support shallow capabilities"
19433msgstr ""
19434
19435#: remote-curl.c:1028
19436msgid "fetch failed."
19437msgstr ""
19438
19439#: remote-curl.c:1076
19440msgid "cannot fetch by sha1 over smart http"
19441msgstr ""
19442
19443#: remote-curl.c:1120 remote-curl.c:1126
19444#, c-format
19445msgid "protocol error: expected sha/ref, got '%s'"
19446msgstr ""
19447
19448#: remote-curl.c:1138 remote-curl.c:1252
19449#, c-format
19450msgid "http transport does not support %s"
19451msgstr ""
19452
19453#: remote-curl.c:1174
19454msgid "git-http-push failed"
19455msgstr ""
19456
19457#: remote-curl.c:1360
19458msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
19459msgstr ""
19460
19461#: remote-curl.c:1392
19462msgid "remote-curl: error reading command stream from git"
19463msgstr ""
19464
19465#: remote-curl.c:1399
19466msgid "remote-curl: fetch attempted without a local repo"
19467msgstr ""
19468
19469#: remote-curl.c:1439
19470#, c-format
19471msgid "remote-curl: unknown command '%s' from git"
19472msgstr ""
19473
19474#: list-objects-filter-options.h:61
19475msgid "args"
19476msgstr ""
19477
19478#: list-objects-filter-options.h:62
19479msgid "object filtering"
19480msgstr ""
19481
19482#: parse-options.h:170
19483msgid "expiry-date"
19484msgstr ""
19485
19486#: parse-options.h:184
19487msgid "no-op (backward compatibility)"
19488msgstr ""
19489
19490#: parse-options.h:304
19491msgid "be more verbose"
19492msgstr ""
19493
19494#: parse-options.h:306
19495msgid "be more quiet"
19496msgstr ""
19497
19498#: parse-options.h:312
19499msgid "use <n> digits to display SHA-1s"
19500msgstr ""
19501
19502#: parse-options.h:331
19503msgid "how to strip spaces and #comments from message"
19504msgstr ""
19505
19506#: ref-filter.h:101
19507msgid "key"
19508msgstr ""
19509
19510#: ref-filter.h:101
19511msgid "field name to sort on"
19512msgstr ""
19513
19514#: rerere.h:44
19515msgid "update the index with reused conflict resolution if possible"
19516msgstr ""
19517
19518#: command-list.h:50
19519msgid "Add file contents to the index"
19520msgstr ""
19521
19522#: command-list.h:51
19523msgid "Apply a series of patches from a mailbox"
19524msgstr ""
19525
19526#: command-list.h:52
19527msgid "Annotate file lines with commit information"
19528msgstr ""
19529
19530#: command-list.h:53
19531msgid "Apply a patch to files and/or to the index"
19532msgstr ""
19533
19534#: command-list.h:54
19535msgid "Import a GNU Arch repository into Git"
19536msgstr ""
19537
19538#: command-list.h:55
19539msgid "Create an archive of files from a named tree"
19540msgstr ""
19541
19542#: command-list.h:56
19543msgid "Use binary search to find the commit that introduced a bug"
19544msgstr ""
19545
19546#: command-list.h:57
19547msgid "Show what revision and author last modified each line of a file"
19548msgstr ""
19549
19550#: command-list.h:58
19551msgid "List, create, or delete branches"
19552msgstr ""
19553
19554#: command-list.h:59
19555msgid "Move objects and refs by archive"
19556msgstr ""
19557
19558#: command-list.h:60
19559msgid "Provide content or type and size information for repository objects"
19560msgstr ""
19561
19562#: command-list.h:61
19563msgid "Display gitattributes information"
19564msgstr ""
19565
19566#: command-list.h:62
19567msgid "Debug gitignore / exclude files"
19568msgstr ""
19569
19570#: command-list.h:63
19571msgid "Show canonical names and email addresses of contacts"
19572msgstr ""
19573
19574#: command-list.h:64
19575msgid "Switch branches or restore working tree files"
19576msgstr ""
19577
19578#: command-list.h:65
19579msgid "Copy files from the index to the working tree"
19580msgstr ""
19581
19582#: command-list.h:66
19583msgid "Ensures that a reference name is well formed"
19584msgstr ""
19585
19586#: command-list.h:67
19587msgid "Find commits yet to be applied to upstream"
19588msgstr ""
19589
19590#: command-list.h:68
19591msgid "Apply the changes introduced by some existing commits"
19592msgstr ""
19593
19594#: command-list.h:69
19595msgid "Graphical alternative to git-commit"
19596msgstr ""
19597
19598#: command-list.h:70
19599msgid "Remove untracked files from the working tree"
19600msgstr ""
19601
19602#: command-list.h:71
19603msgid "Clone a repository into a new directory"
19604msgstr ""
19605
19606#: command-list.h:72
19607msgid "Display data in columns"
19608msgstr ""
19609
19610#: command-list.h:73
19611msgid "Record changes to the repository"
19612msgstr ""
19613
19614#: command-list.h:74
19615msgid "Write and verify Git commit-graph files"
19616msgstr ""
19617
19618#: command-list.h:75
19619msgid "Create a new commit object"
19620msgstr ""
19621
19622#: command-list.h:76
19623msgid "Get and set repository or global options"
19624msgstr ""
19625
19626#: command-list.h:77
19627msgid "Count unpacked number of objects and their disk consumption"
19628msgstr ""
19629
19630#: command-list.h:78
19631msgid "Retrieve and store user credentials"
19632msgstr ""
19633
19634#: command-list.h:79
19635msgid "Helper to temporarily store passwords in memory"
19636msgstr ""
19637
19638#: command-list.h:80
19639msgid "Helper to store credentials on disk"
19640msgstr ""
19641
19642#: command-list.h:81
19643msgid "Export a single commit to a CVS checkout"
19644msgstr ""
19645
19646#: command-list.h:82
19647msgid "Salvage your data out of another SCM people love to hate"
19648msgstr ""
19649
19650#: command-list.h:83
19651msgid "A CVS server emulator for Git"
19652msgstr ""
19653
19654#: command-list.h:84
19655msgid "A really simple server for Git repositories"
19656msgstr ""
19657
19658#: command-list.h:85
19659msgid "Give an object a human readable name based on an available ref"
19660msgstr ""
19661
19662#: command-list.h:86
19663msgid "Show changes between commits, commit and working tree, etc"
19664msgstr ""
19665
19666#: command-list.h:87
19667msgid "Compares files in the working tree and the index"
19668msgstr ""
19669
19670#: command-list.h:88
19671msgid "Compare a tree to the working tree or index"
19672msgstr ""
19673
19674#: command-list.h:89
19675msgid "Compares the content and mode of blobs found via two tree objects"
19676msgstr ""
19677
19678#: command-list.h:90
19679msgid "Show changes using common diff tools"
19680msgstr ""
19681
19682#: command-list.h:91
19683msgid "Git data exporter"
19684msgstr ""
19685
19686#: command-list.h:92
19687msgid "Backend for fast Git data importers"
19688msgstr ""
19689
19690#: command-list.h:93
19691msgid "Download objects and refs from another repository"
19692msgstr ""
19693
19694#: command-list.h:94
19695msgid "Receive missing objects from another repository"
19696msgstr ""
19697
19698#: command-list.h:95
19699msgid "Rewrite branches"
19700msgstr ""
19701
19702#: command-list.h:96
19703msgid "Produce a merge commit message"
19704msgstr ""
19705
19706#: command-list.h:97
19707msgid "Output information on each ref"
19708msgstr ""
19709
19710#: command-list.h:98
19711msgid "Prepare patches for e-mail submission"
19712msgstr ""
19713
19714#: command-list.h:99
19715msgid "Verifies the connectivity and validity of the objects in the database"
19716msgstr ""
19717
19718#: command-list.h:100
19719msgid "Cleanup unnecessary files and optimize the local repository"
19720msgstr ""
19721
19722#: command-list.h:101
19723msgid "Extract commit ID from an archive created using git-archive"
19724msgstr ""
19725
19726#: command-list.h:102
19727msgid "Print lines matching a pattern"
19728msgstr ""
19729
19730#: command-list.h:103
19731msgid "A portable graphical interface to Git"
19732msgstr ""
19733
19734#: command-list.h:104
19735msgid "Compute object ID and optionally creates a blob from a file"
19736msgstr ""
19737
19738#: command-list.h:105
19739msgid "Display help information about Git"
19740msgstr ""
19741
19742#: command-list.h:106
19743msgid "Server side implementation of Git over HTTP"
19744msgstr ""
19745
19746#: command-list.h:107
19747msgid "Download from a remote Git repository via HTTP"
19748msgstr ""
19749
19750#: command-list.h:108
19751msgid "Push objects over HTTP/DAV to another repository"
19752msgstr ""
19753
19754#: command-list.h:109
19755msgid "Send a collection of patches from stdin to an IMAP folder"
19756msgstr ""
19757
19758#: command-list.h:110
19759msgid "Build pack index file for an existing packed archive"
19760msgstr ""
19761
19762#: command-list.h:111
19763msgid "Create an empty Git repository or reinitialize an existing one"
19764msgstr ""
19765
19766#: command-list.h:112
19767msgid "Instantly browse your working repository in gitweb"
19768msgstr ""
19769
19770#: command-list.h:113
19771msgid "Add or parse structured information in commit messages"
19772msgstr ""
19773
19774#: command-list.h:114
19775msgid "The Git repository browser"
19776msgstr ""
19777
19778#: command-list.h:115
19779msgid "Show commit logs"
19780msgstr ""
19781
19782#: command-list.h:116
19783msgid "Show information about files in the index and the working tree"
19784msgstr ""
19785
19786#: command-list.h:117
19787msgid "List references in a remote repository"
19788msgstr ""
19789
19790#: command-list.h:118
19791msgid "List the contents of a tree object"
19792msgstr ""
19793
19794#: command-list.h:119
19795msgid "Extracts patch and authorship from a single e-mail message"
19796msgstr ""
19797
19798#: command-list.h:120
19799msgid "Simple UNIX mbox splitter program"
19800msgstr ""
19801
19802#: command-list.h:121
19803msgid "Join two or more development histories together"
19804msgstr ""
19805
19806#: command-list.h:122
19807msgid "Find as good common ancestors as possible for a merge"
19808msgstr ""
19809
19810#: command-list.h:123
19811msgid "Run a three-way file merge"
19812msgstr ""
19813
19814#: command-list.h:124
19815msgid "Run a merge for files needing merging"
19816msgstr ""
19817
19818#: command-list.h:125
19819msgid "The standard helper program to use with git-merge-index"
19820msgstr ""
19821
19822#: command-list.h:126
19823msgid "Run merge conflict resolution tools to resolve merge conflicts"
19824msgstr ""
19825
19826#: command-list.h:127
19827msgid "Show three-way merge without touching index"
19828msgstr ""
19829
19830#: command-list.h:128
19831msgid "Write and verify multi-pack-indexes"
19832msgstr ""
19833
19834#: command-list.h:129
19835msgid "Creates a tag object"
19836msgstr ""
19837
19838#: command-list.h:130
19839msgid "Build a tree-object from ls-tree formatted text"
19840msgstr ""
19841
19842#: command-list.h:131
19843msgid "Move or rename a file, a directory, or a symlink"
19844msgstr ""
19845
19846#: command-list.h:132
19847msgid "Find symbolic names for given revs"
19848msgstr ""
19849
19850#: command-list.h:133
19851msgid "Add or inspect object notes"
19852msgstr ""
19853
19854#: command-list.h:134
19855msgid "Import from and submit to Perforce repositories"
19856msgstr ""
19857
19858#: command-list.h:135
19859msgid "Create a packed archive of objects"
19860msgstr ""
19861
19862#: command-list.h:136
19863msgid "Find redundant pack files"
19864msgstr ""
19865
19866#: command-list.h:137
19867msgid "Pack heads and tags for efficient repository access"
19868msgstr ""
19869
19870#: command-list.h:138
19871msgid "Routines to help parsing remote repository access parameters"
19872msgstr ""
19873
19874#: command-list.h:139
19875msgid "Compute unique ID for a patch"
19876msgstr ""
19877
19878#: command-list.h:140
19879msgid "Prune all unreachable objects from the object database"
19880msgstr ""
19881
19882#: command-list.h:141
19883msgid "Remove extra objects that are already in pack files"
19884msgstr ""
19885
19886#: command-list.h:142
19887msgid "Fetch from and integrate with another repository or a local branch"
19888msgstr ""
19889
19890#: command-list.h:143
19891msgid "Update remote refs along with associated objects"
19892msgstr ""
19893
19894#: command-list.h:144
19895msgid "Applies a quilt patchset onto the current branch"
19896msgstr ""
19897
19898#: command-list.h:145
19899msgid "Compare two commit ranges (e.g. two versions of a branch)"
19900msgstr ""
19901
19902#: command-list.h:146
19903msgid "Reads tree information into the index"
19904msgstr ""
19905
19906#: command-list.h:147
19907msgid "Reapply commits on top of another base tip"
19908msgstr ""
19909
19910#: command-list.h:148
19911msgid "Receive what is pushed into the repository"
19912msgstr ""
19913
19914#: command-list.h:149
19915msgid "Manage reflog information"
19916msgstr ""
19917
19918#: command-list.h:150
19919msgid "Manage set of tracked repositories"
19920msgstr ""
19921
19922#: command-list.h:151
19923msgid "Pack unpacked objects in a repository"
19924msgstr ""
19925
19926#: command-list.h:152
19927msgid "Create, list, delete refs to replace objects"
19928msgstr ""
19929
19930#: command-list.h:153
19931msgid "Generates a summary of pending changes"
19932msgstr ""
19933
19934#: command-list.h:154
19935msgid "Reuse recorded resolution of conflicted merges"
19936msgstr ""
19937
19938#: command-list.h:155
19939msgid "Reset current HEAD to the specified state"
19940msgstr ""
19941
19942#: command-list.h:156
19943msgid "Revert some existing commits"
19944msgstr ""
19945
19946#: command-list.h:157
19947msgid "Lists commit objects in reverse chronological order"
19948msgstr ""
19949
19950#: command-list.h:158
19951msgid "Pick out and massage parameters"
19952msgstr ""
19953
19954#: command-list.h:159
19955msgid "Remove files from the working tree and from the index"
19956msgstr ""
19957
19958#: command-list.h:160
19959msgid "Send a collection of patches as emails"
19960msgstr ""
19961
19962#: command-list.h:161
19963msgid "Push objects over Git protocol to another repository"
19964msgstr ""
19965
19966#: command-list.h:162
19967msgid "Restricted login shell for Git-only SSH access"
19968msgstr ""
19969
19970#: command-list.h:163
19971msgid "Summarize 'git log' output"
19972msgstr ""
19973
19974#: command-list.h:164
19975msgid "Show various types of objects"
19976msgstr ""
19977
19978#: command-list.h:165
19979msgid "Show branches and their commits"
19980msgstr ""
19981
19982#: command-list.h:166
19983msgid "Show packed archive index"
19984msgstr ""
19985
19986#: command-list.h:167
19987msgid "List references in a local repository"
19988msgstr ""
19989
19990#: command-list.h:168
19991msgid "Git's i18n setup code for shell scripts"
19992msgstr ""
19993
19994#: command-list.h:169
19995msgid "Common Git shell script setup code"
19996msgstr ""
19997
19998#: command-list.h:170
19999msgid "Stash the changes in a dirty working directory away"
20000msgstr ""
20001
20002#: command-list.h:171
20003msgid "Add file contents to the staging area"
20004msgstr ""
20005
20006#: command-list.h:172
20007msgid "Show the working tree status"
20008msgstr ""
20009
20010#: command-list.h:173
20011msgid "Remove unnecessary whitespace"
20012msgstr ""
20013
20014#: command-list.h:174
20015msgid "Initialize, update or inspect submodules"
20016msgstr ""
20017
20018#: command-list.h:175
20019msgid "Bidirectional operation between a Subversion repository and Git"
20020msgstr ""
20021
20022#: command-list.h:176
20023msgid "Read, modify and delete symbolic refs"
20024msgstr ""
20025
20026#: command-list.h:177
20027msgid "Create, list, delete or verify a tag object signed with GPG"
20028msgstr ""
20029
20030#: command-list.h:178
20031msgid "Creates a temporary file with a blob's contents"
20032msgstr ""
20033
20034#: command-list.h:179
20035msgid "Unpack objects from a packed archive"
20036msgstr ""
20037
20038#: command-list.h:180
20039msgid "Register file contents in the working tree to the index"
20040msgstr ""
20041
20042#: command-list.h:181
20043msgid "Update the object name stored in a ref safely"
20044msgstr ""
20045
20046#: command-list.h:182
20047msgid "Update auxiliary info file to help dumb servers"
20048msgstr ""
20049
20050#: command-list.h:183
20051msgid "Send archive back to git-archive"
20052msgstr ""
20053
20054#: command-list.h:184
20055msgid "Send objects packed back to git-fetch-pack"
20056msgstr ""
20057
20058#: command-list.h:185
20059msgid "Show a Git logical variable"
20060msgstr ""
20061
20062#: command-list.h:186
20063msgid "Check the GPG signature of commits"
20064msgstr ""
20065
20066#: command-list.h:187
20067msgid "Validate packed Git archive files"
20068msgstr ""
20069
20070#: command-list.h:188
20071msgid "Check the GPG signature of tags"
20072msgstr ""
20073
20074#: command-list.h:189
20075msgid "Git web interface (web frontend to Git repositories)"
20076msgstr ""
20077
20078#: command-list.h:190
20079msgid "Show logs with difference each commit introduces"
20080msgstr ""
20081
20082#: command-list.h:191
20083msgid "Manage multiple working trees"
20084msgstr ""
20085
20086#: command-list.h:192
20087msgid "Create a tree object from the current index"
20088msgstr ""
20089
20090#: command-list.h:193
20091msgid "Defining attributes per path"
20092msgstr ""
20093
20094#: command-list.h:194
20095msgid "Git command-line interface and conventions"
20096msgstr ""
20097
20098#: command-list.h:195
20099msgid "A Git core tutorial for developers"
20100msgstr ""
20101
20102#: command-list.h:196
20103msgid "Git for CVS users"
20104msgstr ""
20105
20106#: command-list.h:197
20107msgid "Tweaking diff output"
20108msgstr ""
20109
20110#: command-list.h:198
20111msgid "A useful minimum set of commands for Everyday Git"
20112msgstr ""
20113
20114#: command-list.h:199
20115msgid "A Git Glossary"
20116msgstr ""
20117
20118#: command-list.h:200
20119msgid "Hooks used by Git"
20120msgstr ""
20121
20122#: command-list.h:201
20123msgid "Specifies intentionally untracked files to ignore"
20124msgstr ""
20125
20126#: command-list.h:202
20127msgid "Defining submodule properties"
20128msgstr ""
20129
20130#: command-list.h:203
20131msgid "Git namespaces"
20132msgstr ""
20133
20134#: command-list.h:204
20135msgid "Git Repository Layout"
20136msgstr ""
20137
20138#: command-list.h:205
20139msgid "Specifying revisions and ranges for Git"
20140msgstr ""
20141
20142#: command-list.h:206
20143msgid "A tutorial introduction to Git: part two"
20144msgstr ""
20145
20146#: command-list.h:207
20147msgid "A tutorial introduction to Git"
20148msgstr ""
20149
20150#: command-list.h:208
20151msgid "An overview of recommended workflows with Git"
20152msgstr ""
20153
20154#: git-bisect.sh:54
20155msgid "You need to start by \"git bisect start\""
20156msgstr ""
20157
20158#. TRANSLATORS: Make sure to include [Y] and [n] in your
20159#. translation. The program will only accept English input
20160#. at this point.
20161#: git-bisect.sh:60
20162msgid "Do you want me to do it for you [Y/n]? "
20163msgstr ""
20164
20165#: git-bisect.sh:101
20166#, sh-format
20167msgid "Bad rev input: $arg"
20168msgstr ""
20169
20170#: git-bisect.sh:121
20171#, sh-format
20172msgid "Bad rev input: $bisected_head"
20173msgstr ""
20174
20175#: git-bisect.sh:130
20176#, sh-format
20177msgid "Bad rev input: $rev"
20178msgstr ""
20179
20180#: git-bisect.sh:139
20181#, sh-format
20182msgid "'git bisect $TERM_BAD' can take only one argument."
20183msgstr ""
20184
20185#: git-bisect.sh:209
20186msgid "No logfile given"
20187msgstr ""
20188
20189#: git-bisect.sh:210
20190#, sh-format
20191msgid "cannot read $file for replaying"
20192msgstr ""
20193
20194#: git-bisect.sh:232
20195msgid "?? what are you talking about?"
20196msgstr ""
20197
20198#: git-bisect.sh:241
20199msgid "bisect run failed: no command provided."
20200msgstr ""
20201
20202#: git-bisect.sh:246
20203#, sh-format
20204msgid "running $command"
20205msgstr ""
20206
20207#: git-bisect.sh:253
20208#, sh-format
20209msgid ""
20210"bisect run failed:\n"
20211"exit code $res from '$command' is < 0 or >= 128"
20212msgstr ""
20213
20214#: git-bisect.sh:279
20215msgid "bisect run cannot continue any more"
20216msgstr ""
20217
20218#: git-bisect.sh:285
20219#, sh-format
20220msgid ""
20221"bisect run failed:\n"
20222"'bisect_state $state' exited with error code $res"
20223msgstr ""
20224
20225#: git-bisect.sh:292
20226msgid "bisect run success"
20227msgstr ""
20228
20229#: git-bisect.sh:300
20230msgid "We are not bisecting."
20231msgstr ""
20232
20233#: git-merge-octopus.sh:46
20234msgid ""
20235"Error: Your local changes to the following files would be overwritten by "
20236"merge"
20237msgstr ""
20238
20239#: git-merge-octopus.sh:61
20240msgid "Automated merge did not work."
20241msgstr ""
20242
20243#: git-merge-octopus.sh:62
20244msgid "Should not be doing an octopus."
20245msgstr ""
20246
20247#: git-merge-octopus.sh:73
20248#, sh-format
20249msgid "Unable to find common commit with $pretty_name"
20250msgstr ""
20251
20252#: git-merge-octopus.sh:77
20253#, sh-format
20254msgid "Already up to date with $pretty_name"
20255msgstr ""
20256
20257#: git-merge-octopus.sh:89
20258#, sh-format
20259msgid "Fast-forwarding to: $pretty_name"
20260msgstr ""
20261
20262#: git-merge-octopus.sh:97
20263#, sh-format
20264msgid "Trying simple merge with $pretty_name"
20265msgstr ""
20266
20267#: git-merge-octopus.sh:102
20268msgid "Simple merge did not work, trying automatic merge."
20269msgstr ""
20270
20271#: git-legacy-stash.sh:220
20272msgid "Cannot remove temporary index (can't happen)"
20273msgstr ""
20274
20275#: git-legacy-stash.sh:271
20276#, sh-format
20277msgid "Cannot update $ref_stash with $w_commit"
20278msgstr ""
20279
20280#: git-legacy-stash.sh:323
20281#, sh-format
20282msgid "error: unknown option for 'stash push': $option"
20283msgstr ""
20284
20285#: git-legacy-stash.sh:355
20286#, sh-format
20287msgid "Saved working directory and index state $stash_msg"
20288msgstr ""
20289
20290#: git-legacy-stash.sh:535
20291#, sh-format
20292msgid "unknown option: $opt"
20293msgstr ""
20294
20295#: git-legacy-stash.sh:555
20296#, sh-format
20297msgid "Too many revisions specified: $REV"
20298msgstr ""
20299
20300#: git-legacy-stash.sh:570
20301#, sh-format
20302msgid "$reference is not a valid reference"
20303msgstr ""
20304
20305#: git-legacy-stash.sh:598
20306#, sh-format
20307msgid "'$args' is not a stash-like commit"
20308msgstr ""
20309
20310#: git-legacy-stash.sh:609
20311#, sh-format
20312msgid "'$args' is not a stash reference"
20313msgstr ""
20314
20315#: git-legacy-stash.sh:617
20316msgid "unable to refresh index"
20317msgstr ""
20318
20319#: git-legacy-stash.sh:621
20320msgid "Cannot apply a stash in the middle of a merge"
20321msgstr ""
20322
20323#: git-legacy-stash.sh:629
20324msgid "Conflicts in index. Try without --index."
20325msgstr ""
20326
20327#: git-legacy-stash.sh:631
20328msgid "Could not save index tree"
20329msgstr ""
20330
20331#: git-legacy-stash.sh:640
20332msgid "Could not restore untracked files from stash entry"
20333msgstr ""
20334
20335#: git-legacy-stash.sh:665
20336msgid "Cannot unstage modified files"
20337msgstr ""
20338
20339#: git-legacy-stash.sh:703
20340#, sh-format
20341msgid "Dropped ${REV} ($s)"
20342msgstr ""
20343
20344#: git-legacy-stash.sh:704
20345#, sh-format
20346msgid "${REV}: Could not drop stash entry"
20347msgstr ""
20348
20349#: git-legacy-stash.sh:791
20350msgid "(To restore them type \"git stash apply\")"
20351msgstr ""
20352
20353#: git-submodule.sh:200
20354msgid "Relative path can only be used from the toplevel of the working tree"
20355msgstr ""
20356
20357#: git-submodule.sh:210
20358#, sh-format
20359msgid "repo URL: '$repo' must be absolute or begin with ./|../"
20360msgstr ""
20361
20362#: git-submodule.sh:229
20363#, sh-format
20364msgid "'$sm_path' already exists in the index"
20365msgstr ""
20366
20367#: git-submodule.sh:232
20368#, sh-format
20369msgid "'$sm_path' already exists in the index and is not a submodule"
20370msgstr ""
20371
20372#: git-submodule.sh:239
20373#, sh-format
20374msgid "'$sm_path' does not have a commit checked out"
20375msgstr ""
20376
20377#: git-submodule.sh:245
20378#, sh-format
20379msgid ""
20380"The following path is ignored by one of your .gitignore files:\n"
20381"$sm_path\n"
20382"Use -f if you really want to add it."
20383msgstr ""
20384
20385#: git-submodule.sh:268
20386#, sh-format
20387msgid "Adding existing repo at '$sm_path' to the index"
20388msgstr ""
20389
20390#: git-submodule.sh:270
20391#, sh-format
20392msgid "'$sm_path' already exists and is not a valid git repo"
20393msgstr ""
20394
20395#: git-submodule.sh:278
20396#, sh-format
20397msgid "A git directory for '$sm_name' is found locally with remote(s):"
20398msgstr ""
20399
20400#: git-submodule.sh:280
20401#, sh-format
20402msgid ""
20403"If you want to reuse this local git directory instead of cloning again from\n"
20404"  $realrepo\n"
20405"use the '--force' option. If the local git directory is not the correct "
20406"repo\n"
20407"or you are unsure what this means choose another name with the '--name' "
20408"option."
20409msgstr ""
20410
20411#: git-submodule.sh:286
20412#, sh-format
20413msgid "Reactivating local git directory for submodule '$sm_name'."
20414msgstr ""
20415
20416#: git-submodule.sh:298
20417#, sh-format
20418msgid "Unable to checkout submodule '$sm_path'"
20419msgstr ""
20420
20421#: git-submodule.sh:303
20422#, sh-format
20423msgid "Failed to add submodule '$sm_path'"
20424msgstr ""
20425
20426#: git-submodule.sh:312
20427#, sh-format
20428msgid "Failed to register submodule '$sm_path'"
20429msgstr ""
20430
20431#: git-submodule.sh:573
20432#, sh-format
20433msgid "Unable to find current revision in submodule path '$displaypath'"
20434msgstr ""
20435
20436#: git-submodule.sh:583
20437#, sh-format
20438msgid "Unable to fetch in submodule path '$sm_path'"
20439msgstr ""
20440
20441#: git-submodule.sh:588
20442#, sh-format
20443msgid ""
20444"Unable to find current ${remote_name}/${branch} revision in submodule path "
20445"'$sm_path'"
20446msgstr ""
20447
20448#: git-submodule.sh:606
20449#, sh-format
20450msgid ""
20451"Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
20452"$sha1:"
20453msgstr ""
20454
20455#: git-submodule.sh:612
20456#, sh-format
20457msgid ""
20458"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
20459"Direct fetching of that commit failed."
20460msgstr ""
20461
20462#: git-submodule.sh:619
20463#, sh-format
20464msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
20465msgstr ""
20466
20467#: git-submodule.sh:620
20468#, sh-format
20469msgid "Submodule path '$displaypath': checked out '$sha1'"
20470msgstr ""
20471
20472#: git-submodule.sh:624
20473#, sh-format
20474msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
20475msgstr ""
20476
20477#: git-submodule.sh:625
20478#, sh-format
20479msgid "Submodule path '$displaypath': rebased into '$sha1'"
20480msgstr ""
20481
20482#: git-submodule.sh:630
20483#, sh-format
20484msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
20485msgstr ""
20486
20487#: git-submodule.sh:631
20488#, sh-format
20489msgid "Submodule path '$displaypath': merged in '$sha1'"
20490msgstr ""
20491
20492#: git-submodule.sh:636
20493#, sh-format
20494msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
20495msgstr ""
20496
20497#: git-submodule.sh:637
20498#, sh-format
20499msgid "Submodule path '$displaypath': '$command $sha1'"
20500msgstr ""
20501
20502#: git-submodule.sh:668
20503#, sh-format
20504msgid "Failed to recurse into submodule path '$displaypath'"
20505msgstr ""
20506
20507#: git-submodule.sh:830
20508msgid "The --cached option cannot be used with the --files option"
20509msgstr ""
20510
20511#: git-submodule.sh:882
20512#, sh-format
20513msgid "unexpected mode $mod_dst"
20514msgstr ""
20515
20516#: git-submodule.sh:902
20517#, sh-format
20518msgid "  Warn: $display_name doesn't contain commit $sha1_src"
20519msgstr ""
20520
20521#: git-submodule.sh:905
20522#, sh-format
20523msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
20524msgstr ""
20525
20526#: git-submodule.sh:908
20527#, sh-format
20528msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
20529msgstr ""
20530
20531#: git-parse-remote.sh:89
20532#, sh-format
20533msgid "See git-${cmd}(1) for details."
20534msgstr ""
20535
20536#: git-rebase--preserve-merges.sh:136
20537#, sh-format
20538msgid "Rebasing ($new_count/$total)"
20539msgstr ""
20540
20541#: git-rebase--preserve-merges.sh:152
20542msgid ""
20543"\n"
20544"Commands:\n"
20545"p, pick <commit> = use commit\n"
20546"r, reword <commit> = use commit, but edit the commit message\n"
20547"e, edit <commit> = use commit, but stop for amending\n"
20548"s, squash <commit> = use commit, but meld into previous commit\n"
20549"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
20550"x, exec <commit> = run command (the rest of the line) using shell\n"
20551"d, drop <commit> = remove commit\n"
20552"l, label <label> = label current HEAD with a name\n"
20553"t, reset <label> = reset HEAD to a label\n"
20554"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
20555".       create a merge commit using the original merge commit's\n"
20556".       message (or the oneline, if no original merge commit was\n"
20557".       specified). Use -c <commit> to reword the commit message.\n"
20558"\n"
20559"These lines can be re-ordered; they are executed from top to bottom.\n"
20560msgstr ""
20561
20562#: git-rebase--preserve-merges.sh:215
20563#, sh-format
20564msgid ""
20565"You can amend the commit now, with\n"
20566"\n"
20567"\tgit commit --amend $gpg_sign_opt_quoted\n"
20568"\n"
20569"Once you are satisfied with your changes, run\n"
20570"\n"
20571"\tgit rebase --continue"
20572msgstr ""
20573
20574#: git-rebase--preserve-merges.sh:240
20575#, sh-format
20576msgid "$sha1: not a commit that can be picked"
20577msgstr ""
20578
20579#: git-rebase--preserve-merges.sh:279
20580#, sh-format
20581msgid "Invalid commit name: $sha1"
20582msgstr ""
20583
20584#: git-rebase--preserve-merges.sh:309
20585msgid "Cannot write current commit's replacement sha1"
20586msgstr ""
20587
20588#: git-rebase--preserve-merges.sh:360
20589#, sh-format
20590msgid "Fast-forward to $sha1"
20591msgstr ""
20592
20593#: git-rebase--preserve-merges.sh:362
20594#, sh-format
20595msgid "Cannot fast-forward to $sha1"
20596msgstr ""
20597
20598#: git-rebase--preserve-merges.sh:371
20599#, sh-format
20600msgid "Cannot move HEAD to $first_parent"
20601msgstr ""
20602
20603#: git-rebase--preserve-merges.sh:376
20604#, sh-format
20605msgid "Refusing to squash a merge: $sha1"
20606msgstr ""
20607
20608#: git-rebase--preserve-merges.sh:394
20609#, sh-format
20610msgid "Error redoing merge $sha1"
20611msgstr ""
20612
20613#: git-rebase--preserve-merges.sh:403
20614#, sh-format
20615msgid "Could not pick $sha1"
20616msgstr ""
20617
20618#: git-rebase--preserve-merges.sh:412
20619#, sh-format
20620msgid "This is the commit message #${n}:"
20621msgstr ""
20622
20623#: git-rebase--preserve-merges.sh:417
20624#, sh-format
20625msgid "The commit message #${n} will be skipped:"
20626msgstr ""
20627
20628#: git-rebase--preserve-merges.sh:428
20629#, sh-format
20630msgid "This is a combination of $count commit."
20631msgid_plural "This is a combination of $count commits."
20632msgstr[0] ""
20633msgstr[1] ""
20634
20635#: git-rebase--preserve-merges.sh:437
20636#, sh-format
20637msgid "Cannot write $fixup_msg"
20638msgstr ""
20639
20640#: git-rebase--preserve-merges.sh:440
20641msgid "This is a combination of 2 commits."
20642msgstr ""
20643
20644#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
20645#: git-rebase--preserve-merges.sh:527
20646#, sh-format
20647msgid "Could not apply $sha1... $rest"
20648msgstr ""
20649
20650#: git-rebase--preserve-merges.sh:556
20651#, sh-format
20652msgid ""
20653"Could not amend commit after successfully picking $sha1... $rest\n"
20654"This is most likely due to an empty commit message, or the pre-commit hook\n"
20655"failed. If the pre-commit hook failed, you may need to resolve the issue "
20656"before\n"
20657"you are able to reword the commit."
20658msgstr ""
20659
20660#: git-rebase--preserve-merges.sh:571
20661#, sh-format
20662msgid "Stopped at $sha1_abbrev... $rest"
20663msgstr ""
20664
20665#: git-rebase--preserve-merges.sh:586
20666#, sh-format
20667msgid "Cannot '$squash_style' without a previous commit"
20668msgstr ""
20669
20670#: git-rebase--preserve-merges.sh:628
20671#, sh-format
20672msgid "Executing: $rest"
20673msgstr ""
20674
20675#: git-rebase--preserve-merges.sh:636
20676#, sh-format
20677msgid "Execution failed: $rest"
20678msgstr ""
20679
20680#: git-rebase--preserve-merges.sh:638
20681msgid "and made changes to the index and/or the working tree"
20682msgstr ""
20683
20684#: git-rebase--preserve-merges.sh:640
20685msgid ""
20686"You can fix the problem, and then run\n"
20687"\n"
20688"\tgit rebase --continue"
20689msgstr ""
20690
20691#. TRANSLATORS: after these lines is a command to be issued by the user
20692#: git-rebase--preserve-merges.sh:653
20693#, sh-format
20694msgid ""
20695"Execution succeeded: $rest\n"
20696"but left changes to the index and/or the working tree\n"
20697"Commit or stash your changes, and then run\n"
20698"\n"
20699"\tgit rebase --continue"
20700msgstr ""
20701
20702#: git-rebase--preserve-merges.sh:664
20703#, sh-format
20704msgid "Unknown command: $command $sha1 $rest"
20705msgstr ""
20706
20707#: git-rebase--preserve-merges.sh:665
20708msgid "Please fix this using 'git rebase --edit-todo'."
20709msgstr ""
20710
20711#: git-rebase--preserve-merges.sh:700
20712#, sh-format
20713msgid "Successfully rebased and updated $head_name."
20714msgstr ""
20715
20716#: git-rebase--preserve-merges.sh:757
20717msgid "Could not remove CHERRY_PICK_HEAD"
20718msgstr ""
20719
20720#: git-rebase--preserve-merges.sh:762
20721#, sh-format
20722msgid ""
20723"You have staged changes in your working tree.\n"
20724"If these changes are meant to be\n"
20725"squashed into the previous commit, run:\n"
20726"\n"
20727"  git commit --amend $gpg_sign_opt_quoted\n"
20728"\n"
20729"If they are meant to go into a new commit, run:\n"
20730"\n"
20731"  git commit $gpg_sign_opt_quoted\n"
20732"\n"
20733"In both cases, once you're done, continue with:\n"
20734"\n"
20735"  git rebase --continue\n"
20736msgstr ""
20737
20738#: git-rebase--preserve-merges.sh:779
20739msgid "Error trying to find the author identity to amend commit"
20740msgstr ""
20741
20742#: git-rebase--preserve-merges.sh:784
20743msgid ""
20744"You have uncommitted changes in your working tree. Please commit them\n"
20745"first and then run 'git rebase --continue' again."
20746msgstr ""
20747
20748#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
20749msgid "Could not commit staged changes."
20750msgstr ""
20751
20752#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
20753msgid "Could not execute editor"
20754msgstr ""
20755
20756#: git-rebase--preserve-merges.sh:845
20757#, sh-format
20758msgid "Could not checkout $switch_to"
20759msgstr ""
20760
20761#: git-rebase--preserve-merges.sh:852
20762msgid "No HEAD?"
20763msgstr ""
20764
20765#: git-rebase--preserve-merges.sh:853
20766#, sh-format
20767msgid "Could not create temporary $state_dir"
20768msgstr ""
20769
20770#: git-rebase--preserve-merges.sh:856
20771msgid "Could not mark as interactive"
20772msgstr ""
20773
20774#: git-rebase--preserve-merges.sh:888
20775#, sh-format
20776msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
20777msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
20778msgstr[0] ""
20779msgstr[1] ""
20780
20781#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
20782msgid "Could not init rewritten commits"
20783msgstr ""
20784
20785#: git-sh-setup.sh:89 git-sh-setup.sh:94
20786#, sh-format
20787msgid "usage: $dashless $USAGE"
20788msgstr ""
20789
20790#: git-sh-setup.sh:191
20791#, sh-format
20792msgid "Cannot chdir to $cdup, the toplevel of the working tree"
20793msgstr ""
20794
20795#: git-sh-setup.sh:200 git-sh-setup.sh:207
20796#, sh-format
20797msgid "fatal: $program_name cannot be used without a working tree."
20798msgstr ""
20799
20800#: git-sh-setup.sh:221
20801msgid "Cannot rebase: You have unstaged changes."
20802msgstr ""
20803
20804#: git-sh-setup.sh:224
20805msgid "Cannot rewrite branches: You have unstaged changes."
20806msgstr ""
20807
20808#: git-sh-setup.sh:227
20809msgid "Cannot pull with rebase: You have unstaged changes."
20810msgstr ""
20811
20812#: git-sh-setup.sh:230
20813#, sh-format
20814msgid "Cannot $action: You have unstaged changes."
20815msgstr ""
20816
20817#: git-sh-setup.sh:243
20818msgid "Cannot rebase: Your index contains uncommitted changes."
20819msgstr ""
20820
20821#: git-sh-setup.sh:246
20822msgid "Cannot pull with rebase: Your index contains uncommitted changes."
20823msgstr ""
20824
20825#: git-sh-setup.sh:249
20826#, sh-format
20827msgid "Cannot $action: Your index contains uncommitted changes."
20828msgstr ""
20829
20830#: git-sh-setup.sh:253
20831msgid "Additionally, your index contains uncommitted changes."
20832msgstr ""
20833
20834#: git-sh-setup.sh:373
20835msgid "You need to run this command from the toplevel of the working tree."
20836msgstr ""
20837
20838#: git-sh-setup.sh:378
20839msgid "Unable to determine absolute path of git directory"
20840msgstr ""
20841
20842#. TRANSLATORS: you can adjust this to align "git add -i" status menu
20843#: git-add--interactive.perl:196
20844#, perl-format
20845msgid "%12s %12s %s"
20846msgstr ""
20847
20848#: git-add--interactive.perl:197
20849msgid "staged"
20850msgstr ""
20851
20852#: git-add--interactive.perl:197
20853msgid "unstaged"
20854msgstr ""
20855
20856#: git-add--interactive.perl:253 git-add--interactive.perl:278
20857msgid "binary"
20858msgstr ""
20859
20860#: git-add--interactive.perl:262 git-add--interactive.perl:316
20861msgid "nothing"
20862msgstr ""
20863
20864#: git-add--interactive.perl:298 git-add--interactive.perl:313
20865msgid "unchanged"
20866msgstr ""
20867
20868#: git-add--interactive.perl:609
20869#, perl-format
20870msgid "added %d path\n"
20871msgid_plural "added %d paths\n"
20872msgstr[0] ""
20873msgstr[1] ""
20874
20875#: git-add--interactive.perl:612
20876#, perl-format
20877msgid "updated %d path\n"
20878msgid_plural "updated %d paths\n"
20879msgstr[0] ""
20880msgstr[1] ""
20881
20882#: git-add--interactive.perl:615
20883#, perl-format
20884msgid "reverted %d path\n"
20885msgid_plural "reverted %d paths\n"
20886msgstr[0] ""
20887msgstr[1] ""
20888
20889#: git-add--interactive.perl:618
20890#, perl-format
20891msgid "touched %d path\n"
20892msgid_plural "touched %d paths\n"
20893msgstr[0] ""
20894msgstr[1] ""
20895
20896#: git-add--interactive.perl:627
20897msgid "Update"
20898msgstr ""
20899
20900#: git-add--interactive.perl:639
20901msgid "Revert"
20902msgstr ""
20903
20904#: git-add--interactive.perl:662
20905#, perl-format
20906msgid "note: %s is untracked now.\n"
20907msgstr ""
20908
20909#: git-add--interactive.perl:673
20910msgid "Add untracked"
20911msgstr ""
20912
20913#: git-add--interactive.perl:679
20914msgid "No untracked files.\n"
20915msgstr ""
20916
20917#: git-add--interactive.perl:1033
20918msgid ""
20919"If the patch applies cleanly, the edited hunk will immediately be\n"
20920"marked for staging."
20921msgstr ""
20922
20923#: git-add--interactive.perl:1036
20924msgid ""
20925"If the patch applies cleanly, the edited hunk will immediately be\n"
20926"marked for stashing."
20927msgstr ""
20928
20929#: git-add--interactive.perl:1039
20930msgid ""
20931"If the patch applies cleanly, the edited hunk will immediately be\n"
20932"marked for unstaging."
20933msgstr ""
20934
20935#: git-add--interactive.perl:1042 git-add--interactive.perl:1051
20936msgid ""
20937"If the patch applies cleanly, the edited hunk will immediately be\n"
20938"marked for applying."
20939msgstr ""
20940
20941#: git-add--interactive.perl:1045 git-add--interactive.perl:1048
20942msgid ""
20943"If the patch applies cleanly, the edited hunk will immediately be\n"
20944"marked for discarding."
20945msgstr ""
20946
20947#: git-add--interactive.perl:1085
20948#, perl-format
20949msgid "failed to open hunk edit file for writing: %s"
20950msgstr ""
20951
20952#: git-add--interactive.perl:1086
20953msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
20954msgstr ""
20955
20956#: git-add--interactive.perl:1092
20957#, perl-format
20958msgid ""
20959"---\n"
20960"To remove '%s' lines, make them ' ' lines (context).\n"
20961"To remove '%s' lines, delete them.\n"
20962"Lines starting with %s will be removed.\n"
20963msgstr ""
20964
20965#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
20966#: git-add--interactive.perl:1100
20967msgid ""
20968"If it does not apply cleanly, you will be given an opportunity to\n"
20969"edit again.  If all lines of the hunk are removed, then the edit is\n"
20970"aborted and the hunk is left unchanged.\n"
20971msgstr ""
20972
20973#: git-add--interactive.perl:1114
20974#, perl-format
20975msgid "failed to open hunk edit file for reading: %s"
20976msgstr ""
20977
20978#. TRANSLATORS: do not translate [y/n]
20979#. The program will only accept that input
20980#. at this point.
20981#. Consider translating (saying "no" discards!) as
20982#. (saying "n" for "no" discards!) if the translation
20983#. of the word "no" does not start with n.
20984#: git-add--interactive.perl:1213
20985msgid ""
20986"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
20987msgstr ""
20988
20989#: git-add--interactive.perl:1222
20990msgid ""
20991"y - stage this hunk\n"
20992"n - do not stage this hunk\n"
20993"q - quit; do not stage this hunk or any of the remaining ones\n"
20994"a - stage this hunk and all later hunks in the file\n"
20995"d - do not stage this hunk or any of the later hunks in the file"
20996msgstr ""
20997
20998#: git-add--interactive.perl:1228
20999msgid ""
21000"y - stash this hunk\n"
21001"n - do not stash this hunk\n"
21002"q - quit; do not stash this hunk or any of the remaining ones\n"
21003"a - stash this hunk and all later hunks in the file\n"
21004"d - do not stash this hunk or any of the later hunks in the file"
21005msgstr ""
21006
21007#: git-add--interactive.perl:1234
21008msgid ""
21009"y - unstage this hunk\n"
21010"n - do not unstage this hunk\n"
21011"q - quit; do not unstage this hunk or any of the remaining ones\n"
21012"a - unstage this hunk and all later hunks in the file\n"
21013"d - do not unstage this hunk or any of the later hunks in the file"
21014msgstr ""
21015
21016#: git-add--interactive.perl:1240
21017msgid ""
21018"y - apply this hunk to index\n"
21019"n - do not apply this hunk to index\n"
21020"q - quit; do not apply this hunk or any of the remaining ones\n"
21021"a - apply this hunk and all later hunks in the file\n"
21022"d - do not apply this hunk or any of the later hunks in the file"
21023msgstr ""
21024
21025#: git-add--interactive.perl:1246
21026msgid ""
21027"y - discard this hunk from worktree\n"
21028"n - do not discard this hunk from worktree\n"
21029"q - quit; do not discard this hunk or any of the remaining ones\n"
21030"a - discard this hunk and all later hunks in the file\n"
21031"d - do not discard this hunk or any of the later hunks in the file"
21032msgstr ""
21033
21034#: git-add--interactive.perl:1252
21035msgid ""
21036"y - discard this hunk from index and worktree\n"
21037"n - do not discard this hunk from index and worktree\n"
21038"q - quit; do not discard this hunk or any of the remaining ones\n"
21039"a - discard this hunk and all later hunks in the file\n"
21040"d - do not discard this hunk or any of the later hunks in the file"
21041msgstr ""
21042
21043#: git-add--interactive.perl:1258
21044msgid ""
21045"y - apply this hunk to index and worktree\n"
21046"n - do not apply this hunk to index and worktree\n"
21047"q - quit; do not apply this hunk or any of the remaining ones\n"
21048"a - apply this hunk and all later hunks in the file\n"
21049"d - do not apply this hunk or any of the later hunks in the file"
21050msgstr ""
21051
21052#: git-add--interactive.perl:1273
21053msgid ""
21054"g - select a hunk to go to\n"
21055"/ - search for a hunk matching the given regex\n"
21056"j - leave this hunk undecided, see next undecided hunk\n"
21057"J - leave this hunk undecided, see next hunk\n"
21058"k - leave this hunk undecided, see previous undecided hunk\n"
21059"K - leave this hunk undecided, see previous hunk\n"
21060"s - split the current hunk into smaller hunks\n"
21061"e - manually edit the current hunk\n"
21062"? - print help\n"
21063msgstr ""
21064
21065#: git-add--interactive.perl:1304
21066msgid "The selected hunks do not apply to the index!\n"
21067msgstr ""
21068
21069#: git-add--interactive.perl:1305
21070msgid "Apply them to the worktree anyway? "
21071msgstr ""
21072
21073#: git-add--interactive.perl:1308
21074msgid "Nothing was applied.\n"
21075msgstr ""
21076
21077#: git-add--interactive.perl:1319
21078#, perl-format
21079msgid "ignoring unmerged: %s\n"
21080msgstr ""
21081
21082#: git-add--interactive.perl:1328
21083msgid "Only binary files changed.\n"
21084msgstr ""
21085
21086#: git-add--interactive.perl:1330
21087msgid "No changes.\n"
21088msgstr ""
21089
21090#: git-add--interactive.perl:1338
21091msgid "Patch update"
21092msgstr ""
21093
21094#: git-add--interactive.perl:1390
21095#, perl-format
21096msgid "Stage mode change [y,n,q,a,d%s,?]? "
21097msgstr ""
21098
21099#: git-add--interactive.perl:1391
21100#, perl-format
21101msgid "Stage deletion [y,n,q,a,d%s,?]? "
21102msgstr ""
21103
21104#: git-add--interactive.perl:1392
21105#, perl-format
21106msgid "Stage this hunk [y,n,q,a,d%s,?]? "
21107msgstr ""
21108
21109#: git-add--interactive.perl:1395
21110#, perl-format
21111msgid "Stash mode change [y,n,q,a,d%s,?]? "
21112msgstr ""
21113
21114#: git-add--interactive.perl:1396
21115#, perl-format
21116msgid "Stash deletion [y,n,q,a,d%s,?]? "
21117msgstr ""
21118
21119#: git-add--interactive.perl:1397
21120#, perl-format
21121msgid "Stash this hunk [y,n,q,a,d%s,?]? "
21122msgstr ""
21123
21124#: git-add--interactive.perl:1400
21125#, perl-format
21126msgid "Unstage mode change [y,n,q,a,d%s,?]? "
21127msgstr ""
21128
21129#: git-add--interactive.perl:1401
21130#, perl-format
21131msgid "Unstage deletion [y,n,q,a,d%s,?]? "
21132msgstr ""
21133
21134#: git-add--interactive.perl:1402
21135#, perl-format
21136msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
21137msgstr ""
21138
21139#: git-add--interactive.perl:1405
21140#, perl-format
21141msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
21142msgstr ""
21143
21144#: git-add--interactive.perl:1406
21145#, perl-format
21146msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
21147msgstr ""
21148
21149#: git-add--interactive.perl:1407
21150#, perl-format
21151msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
21152msgstr ""
21153
21154#: git-add--interactive.perl:1410
21155#, perl-format
21156msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
21157msgstr ""
21158
21159#: git-add--interactive.perl:1411
21160#, perl-format
21161msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
21162msgstr ""
21163
21164#: git-add--interactive.perl:1412
21165#, perl-format
21166msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
21167msgstr ""
21168
21169#: git-add--interactive.perl:1415
21170#, perl-format
21171msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
21172msgstr ""
21173
21174#: git-add--interactive.perl:1416
21175#, perl-format
21176msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
21177msgstr ""
21178
21179#: git-add--interactive.perl:1417
21180#, perl-format
21181msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
21182msgstr ""
21183
21184#: git-add--interactive.perl:1420
21185#, perl-format
21186msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
21187msgstr ""
21188
21189#: git-add--interactive.perl:1421
21190#, perl-format
21191msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
21192msgstr ""
21193
21194#: git-add--interactive.perl:1422
21195#, perl-format
21196msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
21197msgstr ""
21198
21199#: git-add--interactive.perl:1522
21200msgid "No other hunks to goto\n"
21201msgstr ""
21202
21203#: git-add--interactive.perl:1529
21204msgid "go to which hunk (<ret> to see more)? "
21205msgstr ""
21206
21207#: git-add--interactive.perl:1531
21208msgid "go to which hunk? "
21209msgstr ""
21210
21211#: git-add--interactive.perl:1540
21212#, perl-format
21213msgid "Invalid number: '%s'\n"
21214msgstr ""
21215
21216#: git-add--interactive.perl:1545
21217#, perl-format
21218msgid "Sorry, only %d hunk available.\n"
21219msgid_plural "Sorry, only %d hunks available.\n"
21220msgstr[0] ""
21221msgstr[1] ""
21222
21223#: git-add--interactive.perl:1571
21224msgid "No other hunks to search\n"
21225msgstr ""
21226
21227#: git-add--interactive.perl:1575
21228msgid "search for regex? "
21229msgstr ""
21230
21231#: git-add--interactive.perl:1588
21232#, perl-format
21233msgid "Malformed search regexp %s: %s\n"
21234msgstr ""
21235
21236#: git-add--interactive.perl:1598
21237msgid "No hunk matches the given pattern\n"
21238msgstr ""
21239
21240#: git-add--interactive.perl:1610 git-add--interactive.perl:1632
21241msgid "No previous hunk\n"
21242msgstr ""
21243
21244#: git-add--interactive.perl:1619 git-add--interactive.perl:1638
21245msgid "No next hunk\n"
21246msgstr ""
21247
21248#: git-add--interactive.perl:1644
21249msgid "Sorry, cannot split this hunk\n"
21250msgstr ""
21251
21252#: git-add--interactive.perl:1650
21253#, perl-format
21254msgid "Split into %d hunk.\n"
21255msgid_plural "Split into %d hunks.\n"
21256msgstr[0] ""
21257msgstr[1] ""
21258
21259#: git-add--interactive.perl:1660
21260msgid "Sorry, cannot edit this hunk\n"
21261msgstr ""
21262
21263#: git-add--interactive.perl:1706
21264msgid "Review diff"
21265msgstr ""
21266
21267#. TRANSLATORS: please do not translate the command names
21268#. 'status', 'update', 'revert', etc.
21269#: git-add--interactive.perl:1725
21270msgid ""
21271"status        - show paths with changes\n"
21272"update        - add working tree state to the staged set of changes\n"
21273"revert        - revert staged set of changes back to the HEAD version\n"
21274"patch         - pick hunks and update selectively\n"
21275"diff          - view diff between HEAD and index\n"
21276"add untracked - add contents of untracked files to the staged set of "
21277"changes\n"
21278msgstr ""
21279
21280#: git-add--interactive.perl:1742 git-add--interactive.perl:1747
21281#: git-add--interactive.perl:1750 git-add--interactive.perl:1757
21282#: git-add--interactive.perl:1761 git-add--interactive.perl:1767
21283msgid "missing --"
21284msgstr ""
21285
21286#: git-add--interactive.perl:1763
21287#, perl-format
21288msgid "unknown --patch mode: %s"
21289msgstr ""
21290
21291#: git-add--interactive.perl:1769 git-add--interactive.perl:1775
21292#, perl-format
21293msgid "invalid argument %s, expecting --"
21294msgstr ""
21295
21296#: git-send-email.perl:138
21297msgid "local zone differs from GMT by a non-minute interval\n"
21298msgstr ""
21299
21300#: git-send-email.perl:145 git-send-email.perl:151
21301msgid "local time offset greater than or equal to 24 hours\n"
21302msgstr ""
21303
21304#: git-send-email.perl:219 git-send-email.perl:225
21305msgid "the editor exited uncleanly, aborting everything"
21306msgstr ""
21307
21308#: git-send-email.perl:302
21309#, perl-format
21310msgid ""
21311"'%s' contains an intermediate version of the email you were composing.\n"
21312msgstr ""
21313
21314#: git-send-email.perl:307
21315#, perl-format
21316msgid "'%s.final' contains the composed email.\n"
21317msgstr ""
21318
21319#: git-send-email.perl:326
21320msgid "--dump-aliases incompatible with other options\n"
21321msgstr ""
21322
21323#: git-send-email.perl:395 git-send-email.perl:656
21324msgid "Cannot run git format-patch from outside a repository\n"
21325msgstr ""
21326
21327#: git-send-email.perl:398
21328msgid ""
21329"`batch-size` and `relogin` must be specified together (via command-line or "
21330"configuration option)\n"
21331msgstr ""
21332
21333#: git-send-email.perl:470
21334#, perl-format
21335msgid "Unknown --suppress-cc field: '%s'\n"
21336msgstr ""
21337
21338#: git-send-email.perl:501
21339#, perl-format
21340msgid "Unknown --confirm setting: '%s'\n"
21341msgstr ""
21342
21343#: git-send-email.perl:529
21344#, perl-format
21345msgid "warning: sendmail alias with quotes is not supported: %s\n"
21346msgstr ""
21347
21348#: git-send-email.perl:531
21349#, perl-format
21350msgid "warning: `:include:` not supported: %s\n"
21351msgstr ""
21352
21353#: git-send-email.perl:533
21354#, perl-format
21355msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
21356msgstr ""
21357
21358#: git-send-email.perl:538
21359#, perl-format
21360msgid "warning: sendmail line is not recognized: %s\n"
21361msgstr ""
21362
21363#: git-send-email.perl:622
21364#, perl-format
21365msgid ""
21366"File '%s' exists but it could also be the range of commits\n"
21367"to produce patches for.  Please disambiguate by...\n"
21368"\n"
21369"    * Saying \"./%s\" if you mean a file; or\n"
21370"    * Giving --format-patch option if you mean a range.\n"
21371msgstr ""
21372
21373#: git-send-email.perl:643
21374#, perl-format
21375msgid "Failed to opendir %s: %s"
21376msgstr ""
21377
21378#: git-send-email.perl:667
21379#, perl-format
21380msgid ""
21381"fatal: %s: %s\n"
21382"warning: no patches were sent\n"
21383msgstr ""
21384
21385#: git-send-email.perl:678
21386msgid ""
21387"\n"
21388"No patch files specified!\n"
21389"\n"
21390msgstr ""
21391
21392#: git-send-email.perl:691
21393#, perl-format
21394msgid "No subject line in %s?"
21395msgstr ""
21396
21397#: git-send-email.perl:701
21398#, perl-format
21399msgid "Failed to open for writing %s: %s"
21400msgstr ""
21401
21402#: git-send-email.perl:712
21403msgid ""
21404"Lines beginning in \"GIT:\" will be removed.\n"
21405"Consider including an overall diffstat or table of contents\n"
21406"for the patch you are writing.\n"
21407"\n"
21408"Clear the body content if you don't wish to send a summary.\n"
21409msgstr ""
21410
21411#: git-send-email.perl:736
21412#, perl-format
21413msgid "Failed to open %s: %s"
21414msgstr ""
21415
21416#: git-send-email.perl:753
21417#, perl-format
21418msgid "Failed to open %s.final: %s"
21419msgstr ""
21420
21421#: git-send-email.perl:796
21422msgid "Summary email is empty, skipping it\n"
21423msgstr ""
21424
21425#. TRANSLATORS: please keep [y/N] as is.
21426#: git-send-email.perl:831
21427#, perl-format
21428msgid "Are you sure you want to use <%s> [y/N]? "
21429msgstr ""
21430
21431#: git-send-email.perl:886
21432msgid ""
21433"The following files are 8bit, but do not declare a Content-Transfer-"
21434"Encoding.\n"
21435msgstr ""
21436
21437#: git-send-email.perl:891
21438msgid "Which 8bit encoding should I declare [UTF-8]? "
21439msgstr ""
21440
21441#: git-send-email.perl:899
21442#, perl-format
21443msgid ""
21444"Refusing to send because the patch\n"
21445"\t%s\n"
21446"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
21447"want to send.\n"
21448msgstr ""
21449
21450#: git-send-email.perl:918
21451msgid "To whom should the emails be sent (if anyone)?"
21452msgstr ""
21453
21454#: git-send-email.perl:936
21455#, perl-format
21456msgid "fatal: alias '%s' expands to itself\n"
21457msgstr ""
21458
21459#: git-send-email.perl:948
21460msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
21461msgstr ""
21462
21463#: git-send-email.perl:1006 git-send-email.perl:1014
21464#, perl-format
21465msgid "error: unable to extract a valid address from: %s\n"
21466msgstr ""
21467
21468#. TRANSLATORS: Make sure to include [q] [d] [e] in your
21469#. translation. The program will only accept English input
21470#. at this point.
21471#: git-send-email.perl:1018
21472msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
21473msgstr ""
21474
21475#: git-send-email.perl:1335
21476#, perl-format
21477msgid "CA path \"%s\" does not exist"
21478msgstr ""
21479
21480#: git-send-email.perl:1418
21481msgid ""
21482"    The Cc list above has been expanded by additional\n"
21483"    addresses found in the patch commit message. By default\n"
21484"    send-email prompts before sending whenever this occurs.\n"
21485"    This behavior is controlled by the sendemail.confirm\n"
21486"    configuration setting.\n"
21487"\n"
21488"    For additional information, run 'git send-email --help'.\n"
21489"    To retain the current behavior, but squelch this message,\n"
21490"    run 'git config --global sendemail.confirm auto'.\n"
21491"\n"
21492msgstr ""
21493
21494#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
21495#. translation. The program will only accept English input
21496#. at this point.
21497#: git-send-email.perl:1433
21498msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
21499msgstr ""
21500
21501#: git-send-email.perl:1436
21502msgid "Send this email reply required"
21503msgstr ""
21504
21505#: git-send-email.perl:1464
21506msgid "The required SMTP server is not properly defined."
21507msgstr ""
21508
21509#: git-send-email.perl:1511
21510#, perl-format
21511msgid "Server does not support STARTTLS! %s"
21512msgstr ""
21513
21514#: git-send-email.perl:1516 git-send-email.perl:1520
21515#, perl-format
21516msgid "STARTTLS failed! %s"
21517msgstr ""
21518
21519#: git-send-email.perl:1529
21520msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
21521msgstr ""
21522
21523#: git-send-email.perl:1547
21524#, perl-format
21525msgid "Failed to send %s\n"
21526msgstr ""
21527
21528#: git-send-email.perl:1550
21529#, perl-format
21530msgid "Dry-Sent %s\n"
21531msgstr ""
21532
21533#: git-send-email.perl:1550
21534#, perl-format
21535msgid "Sent %s\n"
21536msgstr ""
21537
21538#: git-send-email.perl:1552
21539msgid "Dry-OK. Log says:\n"
21540msgstr ""
21541
21542#: git-send-email.perl:1552
21543msgid "OK. Log says:\n"
21544msgstr ""
21545
21546#: git-send-email.perl:1564
21547msgid "Result: "
21548msgstr ""
21549
21550#: git-send-email.perl:1567
21551msgid "Result: OK\n"
21552msgstr ""
21553
21554#: git-send-email.perl:1585
21555#, perl-format
21556msgid "can't open file %s"
21557msgstr ""
21558
21559#: git-send-email.perl:1632 git-send-email.perl:1652
21560#, perl-format
21561msgid "(mbox) Adding cc: %s from line '%s'\n"
21562msgstr ""
21563
21564#: git-send-email.perl:1638
21565#, perl-format
21566msgid "(mbox) Adding to: %s from line '%s'\n"
21567msgstr ""
21568
21569#: git-send-email.perl:1691
21570#, perl-format
21571msgid "(non-mbox) Adding cc: %s from line '%s'\n"
21572msgstr ""
21573
21574#: git-send-email.perl:1726
21575#, perl-format
21576msgid "(body) Adding cc: %s from line '%s'\n"
21577msgstr ""
21578
21579#: git-send-email.perl:1837
21580#, perl-format
21581msgid "(%s) Could not execute '%s'"
21582msgstr ""
21583
21584#: git-send-email.perl:1844
21585#, perl-format
21586msgid "(%s) Adding %s: %s from: '%s'\n"
21587msgstr ""
21588
21589#: git-send-email.perl:1848
21590#, perl-format
21591msgid "(%s) failed to close pipe to '%s'"
21592msgstr ""
21593
21594#: git-send-email.perl:1878
21595msgid "cannot send message as 7bit"
21596msgstr ""
21597
21598#: git-send-email.perl:1886
21599msgid "invalid transfer encoding"
21600msgstr ""
21601
21602#: git-send-email.perl:1927 git-send-email.perl:1979 git-send-email.perl:1989
21603#, perl-format
21604msgid "unable to open %s: %s\n"
21605msgstr ""
21606
21607#: git-send-email.perl:1930
21608#, perl-format
21609msgid "%s: patch contains a line longer than 998 characters"
21610msgstr ""
21611
21612#: git-send-email.perl:1947
21613#, perl-format
21614msgid "Skipping %s with backup suffix '%s'.\n"
21615msgstr ""
21616
21617#. TRANSLATORS: please keep "[y|N]" as is.
21618#: git-send-email.perl:1951
21619#, perl-format
21620msgid "Do you really want to send %s? [y|N]: "
21621msgstr ""