po / git.poton commit Merge branch 'jt/http-auth-proto-v2-fix' (c42c664)
   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-02-15 10:09+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:101
  22#, c-format
  23msgid "%shint: %.*s%s\n"
  24msgstr ""
  25
  26#: advice.c:154
  27msgid "Cherry-picking is not possible because you have unmerged files."
  28msgstr ""
  29
  30#: advice.c:156
  31msgid "Committing is not possible because you have unmerged files."
  32msgstr ""
  33
  34#: advice.c:158
  35msgid "Merging is not possible because you have unmerged files."
  36msgstr ""
  37
  38#: advice.c:160
  39msgid "Pulling is not possible because you have unmerged files."
  40msgstr ""
  41
  42#: advice.c:162
  43msgid "Reverting is not possible because you have unmerged files."
  44msgstr ""
  45
  46#: advice.c:164
  47#, c-format
  48msgid "It is not possible to %s because you have unmerged files."
  49msgstr ""
  50
  51#: advice.c:172
  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:180
  58msgid "Exiting because of an unresolved conflict."
  59msgstr ""
  60
  61#: advice.c:185 builtin/merge.c:1290
  62msgid "You have not concluded your merge (MERGE_HEAD exists)."
  63msgstr ""
  64
  65#: advice.c:187
  66msgid "Please, commit your changes before merging."
  67msgstr ""
  68
  69#: advice.c:188
  70msgid "Exiting because of unfinished merge."
  71msgstr ""
  72
  73#: advice.c:194
  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:59
  98#, c-format
  99msgid "unrecognized whitespace option '%s'"
 100msgstr ""
 101
 102#: apply.c:75
 103#, c-format
 104msgid "unrecognized whitespace ignore option '%s'"
 105msgstr ""
 106
 107#: apply.c:125
 108msgid "--reject and --3way cannot be used together."
 109msgstr ""
 110
 111#: apply.c:127
 112msgid "--cached and --3way cannot be used together."
 113msgstr ""
 114
 115#: apply.c:130
 116msgid "--3way outside a repository"
 117msgstr ""
 118
 119#: apply.c:141
 120msgid "--index outside a repository"
 121msgstr ""
 122
 123#: apply.c:144
 124msgid "--cached outside a repository"
 125msgstr ""
 126
 127#: apply.c:825
 128#, c-format
 129msgid "Cannot prepare timestamp regexp %s"
 130msgstr ""
 131
 132#: apply.c:834
 133#, c-format
 134msgid "regexec returned %d for input: %s"
 135msgstr ""
 136
 137#: apply.c:908
 138#, c-format
 139msgid "unable to find filename in patch at line %d"
 140msgstr ""
 141
 142#: apply.c:946
 143#, c-format
 144msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 145msgstr ""
 146
 147#: apply.c:952
 148#, c-format
 149msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 150msgstr ""
 151
 152#: apply.c:953
 153#, c-format
 154msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 155msgstr ""
 156
 157#: apply.c:958
 158#, c-format
 159msgid "git apply: bad git-diff - expected /dev/null on line %d"
 160msgstr ""
 161
 162#: apply.c:987
 163#, c-format
 164msgid "invalid mode on line %d: %s"
 165msgstr ""
 166
 167#: apply.c:1306
 168#, c-format
 169msgid "inconsistent header lines %d and %d"
 170msgstr ""
 171
 172#: apply.c:1478
 173#, c-format
 174msgid "recount: unexpected line: %.*s"
 175msgstr ""
 176
 177#: apply.c:1547
 178#, c-format
 179msgid "patch fragment without header at line %d: %.*s"
 180msgstr ""
 181
 182#: apply.c:1567
 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:1580
 194#, c-format
 195msgid "git diff header lacks filename information (line %d)"
 196msgstr ""
 197
 198#: apply.c:1768
 199msgid "new file depends on old contents"
 200msgstr ""
 201
 202#: apply.c:1770
 203msgid "deleted file still has contents"
 204msgstr ""
 205
 206#: apply.c:1804
 207#, c-format
 208msgid "corrupt patch at line %d"
 209msgstr ""
 210
 211#: apply.c:1841
 212#, c-format
 213msgid "new file %s depends on old contents"
 214msgstr ""
 215
 216#: apply.c:1843
 217#, c-format
 218msgid "deleted file %s still has contents"
 219msgstr ""
 220
 221#: apply.c:1846
 222#, c-format
 223msgid "** warning: file %s becomes empty but is not deleted"
 224msgstr ""
 225
 226#: apply.c:1993
 227#, c-format
 228msgid "corrupt binary patch at line %d: %.*s"
 229msgstr ""
 230
 231#: apply.c:2030
 232#, c-format
 233msgid "unrecognized binary patch at line %d"
 234msgstr ""
 235
 236#: apply.c:2192
 237#, c-format
 238msgid "patch with only garbage at line %d"
 239msgstr ""
 240
 241#: apply.c:2278
 242#, c-format
 243msgid "unable to read symlink %s"
 244msgstr ""
 245
 246#: apply.c:2282
 247#, c-format
 248msgid "unable to open or read %s"
 249msgstr ""
 250
 251#: apply.c:2941
 252#, c-format
 253msgid "invalid start of line: '%c'"
 254msgstr ""
 255
 256#: apply.c:3062
 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:3074
 264#, c-format
 265msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 266msgstr ""
 267
 268#: apply.c:3080
 269#, c-format
 270msgid ""
 271"while searching for:\n"
 272"%.*s"
 273msgstr ""
 274
 275#: apply.c:3102
 276#, c-format
 277msgid "missing binary patch data for '%s'"
 278msgstr ""
 279
 280#: apply.c:3110
 281#, c-format
 282msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 283msgstr ""
 284
 285#: apply.c:3157
 286#, c-format
 287msgid "cannot apply binary patch to '%s' without full index line"
 288msgstr ""
 289
 290#: apply.c:3167
 291#, c-format
 292msgid ""
 293"the patch applies to '%s' (%s), which does not match the current contents."
 294msgstr ""
 295
 296#: apply.c:3175
 297#, c-format
 298msgid "the patch applies to an empty '%s' but it is not empty"
 299msgstr ""
 300
 301#: apply.c:3193
 302#, c-format
 303msgid "the necessary postimage %s for '%s' cannot be read"
 304msgstr ""
 305
 306#: apply.c:3206
 307#, c-format
 308msgid "binary patch does not apply to '%s'"
 309msgstr ""
 310
 311#: apply.c:3212
 312#, c-format
 313msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 314msgstr ""
 315
 316#: apply.c:3233
 317#, c-format
 318msgid "patch failed: %s:%ld"
 319msgstr ""
 320
 321#: apply.c:3356
 322#, c-format
 323msgid "cannot checkout %s"
 324msgstr ""
 325
 326#: apply.c:3408 apply.c:3419 apply.c:3465 midx.c:58 setup.c:278
 327#, c-format
 328msgid "failed to read %s"
 329msgstr ""
 330
 331#: apply.c:3416
 332#, c-format
 333msgid "reading from '%s' beyond a symbolic link"
 334msgstr ""
 335
 336#: apply.c:3445 apply.c:3688
 337#, c-format
 338msgid "path %s has been renamed/deleted"
 339msgstr ""
 340
 341#: apply.c:3531 apply.c:3703
 342#, c-format
 343msgid "%s: does not exist in index"
 344msgstr ""
 345
 346#: apply.c:3540 apply.c:3711
 347#, c-format
 348msgid "%s: does not match index"
 349msgstr ""
 350
 351#: apply.c:3575
 352msgid "repository lacks the necessary blob to fall back on 3-way merge."
 353msgstr ""
 354
 355#: apply.c:3578
 356#, c-format
 357msgid "Falling back to three-way merge...\n"
 358msgstr ""
 359
 360#: apply.c:3594 apply.c:3598
 361#, c-format
 362msgid "cannot read the current contents of '%s'"
 363msgstr ""
 364
 365#: apply.c:3610
 366#, c-format
 367msgid "Failed to fall back on three-way merge...\n"
 368msgstr ""
 369
 370#: apply.c:3624
 371#, c-format
 372msgid "Applied patch to '%s' with conflicts.\n"
 373msgstr ""
 374
 375#: apply.c:3629
 376#, c-format
 377msgid "Applied patch to '%s' cleanly.\n"
 378msgstr ""
 379
 380#: apply.c:3655
 381msgid "removal patch leaves file contents"
 382msgstr ""
 383
 384#: apply.c:3728
 385#, c-format
 386msgid "%s: wrong type"
 387msgstr ""
 388
 389#: apply.c:3730
 390#, c-format
 391msgid "%s has type %o, expected %o"
 392msgstr ""
 393
 394#: apply.c:3881 apply.c:3883 read-cache.c:820 read-cache.c:846
 395#: read-cache.c:1299
 396#, c-format
 397msgid "invalid path '%s'"
 398msgstr ""
 399
 400#: apply.c:3939
 401#, c-format
 402msgid "%s: already exists in index"
 403msgstr ""
 404
 405#: apply.c:3942
 406#, c-format
 407msgid "%s: already exists in working directory"
 408msgstr ""
 409
 410#: apply.c:3962
 411#, c-format
 412msgid "new mode (%o) of %s does not match old mode (%o)"
 413msgstr ""
 414
 415#: apply.c:3967
 416#, c-format
 417msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 418msgstr ""
 419
 420#: apply.c:3987
 421#, c-format
 422msgid "affected file '%s' is beyond a symbolic link"
 423msgstr ""
 424
 425#: apply.c:3991
 426#, c-format
 427msgid "%s: patch does not apply"
 428msgstr ""
 429
 430#: apply.c:4006
 431#, c-format
 432msgid "Checking patch %s..."
 433msgstr ""
 434
 435#: apply.c:4098
 436#, c-format
 437msgid "sha1 information is lacking or useless for submodule %s"
 438msgstr ""
 439
 440#: apply.c:4105
 441#, c-format
 442msgid "mode change for %s, which is not in current HEAD"
 443msgstr ""
 444
 445#: apply.c:4108
 446#, c-format
 447msgid "sha1 information is lacking or useless (%s)."
 448msgstr ""
 449
 450#: apply.c:4113 builtin/checkout.c:248 builtin/reset.c:143
 451#, c-format
 452msgid "make_cache_entry failed for path '%s'"
 453msgstr ""
 454
 455#: apply.c:4117
 456#, c-format
 457msgid "could not add %s to temporary index"
 458msgstr ""
 459
 460#: apply.c:4127
 461#, c-format
 462msgid "could not write temporary index to %s"
 463msgstr ""
 464
 465#: apply.c:4265
 466#, c-format
 467msgid "unable to remove %s from index"
 468msgstr ""
 469
 470#: apply.c:4299
 471#, c-format
 472msgid "corrupt patch for submodule %s"
 473msgstr ""
 474
 475#: apply.c:4305
 476#, c-format
 477msgid "unable to stat newly created file '%s'"
 478msgstr ""
 479
 480#: apply.c:4313
 481#, c-format
 482msgid "unable to create backing store for newly created file %s"
 483msgstr ""
 484
 485#: apply.c:4319 apply.c:4464
 486#, c-format
 487msgid "unable to add cache entry for %s"
 488msgstr ""
 489
 490#: apply.c:4362
 491#, c-format
 492msgid "failed to write to '%s'"
 493msgstr ""
 494
 495#: apply.c:4366
 496#, c-format
 497msgid "closing file '%s'"
 498msgstr ""
 499
 500#: apply.c:4436
 501#, c-format
 502msgid "unable to write file '%s' mode %o"
 503msgstr ""
 504
 505#: apply.c:4534
 506#, c-format
 507msgid "Applied patch %s cleanly."
 508msgstr ""
 509
 510#: apply.c:4542
 511msgid "internal error"
 512msgstr ""
 513
 514#: apply.c:4545
 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:4556
 522#, c-format
 523msgid "truncating .rej filename to %.*s.rej"
 524msgstr ""
 525
 526#: apply.c:4564 builtin/fetch.c:837 builtin/fetch.c:1118
 527#, c-format
 528msgid "cannot open %s"
 529msgstr ""
 530
 531#: apply.c:4578
 532#, c-format
 533msgid "Hunk #%d applied cleanly."
 534msgstr ""
 535
 536#: apply.c:4582
 537#, c-format
 538msgid "Rejected hunk #%d."
 539msgstr ""
 540
 541#: apply.c:4692
 542#, c-format
 543msgid "Skipped patch '%s'."
 544msgstr ""
 545
 546#: apply.c:4700
 547msgid "unrecognized input"
 548msgstr ""
 549
 550#: apply.c:4720
 551msgid "unable to read index file"
 552msgstr ""
 553
 554#: apply.c:4875
 555#, c-format
 556msgid "can't open patch '%s': %s"
 557msgstr ""
 558
 559#: apply.c:4902
 560#, c-format
 561msgid "squelched %d whitespace error"
 562msgid_plural "squelched %d whitespace errors"
 563msgstr[0] ""
 564msgstr[1] ""
 565
 566#: apply.c:4908 apply.c:4923
 567#, c-format
 568msgid "%d line adds whitespace errors."
 569msgid_plural "%d lines add whitespace errors."
 570msgstr[0] ""
 571msgstr[1] ""
 572
 573#: apply.c:4916
 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:4932 builtin/add.c:539 builtin/mv.c:301 builtin/rm.c:390
 581msgid "Unable to write new index file"
 582msgstr ""
 583
 584#: apply.c:4959 apply.c:4962 builtin/am.c:2203 builtin/am.c:2206
 585#: builtin/clone.c:122 builtin/fetch.c:118 builtin/merge.c:263
 586#: builtin/pull.c:200 builtin/submodule--helper.c:407
 587#: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369
 588#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853
 589#: builtin/submodule--helper.c:2092 git-add--interactive.perl:197
 590msgid "path"
 591msgstr ""
 592
 593#: apply.c:4960
 594msgid "don't apply changes matching the given path"
 595msgstr ""
 596
 597#: apply.c:4963
 598msgid "apply changes matching the given path"
 599msgstr ""
 600
 601#: apply.c:4965 builtin/am.c:2212
 602msgid "num"
 603msgstr ""
 604
 605#: apply.c:4966
 606msgid "remove <num> leading slashes from traditional diff paths"
 607msgstr ""
 608
 609#: apply.c:4969
 610msgid "ignore additions made by the patch"
 611msgstr ""
 612
 613#: apply.c:4971
 614msgid "instead of applying the patch, output diffstat for the input"
 615msgstr ""
 616
 617#: apply.c:4975
 618msgid "show number of added and deleted lines in decimal notation"
 619msgstr ""
 620
 621#: apply.c:4977
 622msgid "instead of applying the patch, output a summary for the input"
 623msgstr ""
 624
 625#: apply.c:4979
 626msgid "instead of applying the patch, see if the patch is applicable"
 627msgstr ""
 628
 629#: apply.c:4981
 630msgid "make sure the patch is applicable to the current index"
 631msgstr ""
 632
 633#: apply.c:4983
 634msgid "mark new files with `git add --intent-to-add`"
 635msgstr ""
 636
 637#: apply.c:4985
 638msgid "apply a patch without touching the working tree"
 639msgstr ""
 640
 641#: apply.c:4987
 642msgid "accept a patch that touches outside the working area"
 643msgstr ""
 644
 645#: apply.c:4990
 646msgid "also apply the patch (use with --stat/--summary/--check)"
 647msgstr ""
 648
 649#: apply.c:4992
 650msgid "attempt three-way merge if a patch does not apply"
 651msgstr ""
 652
 653#: apply.c:4994
 654msgid "build a temporary index based on embedded index information"
 655msgstr ""
 656
 657#: apply.c:4997 builtin/checkout-index.c:173 builtin/ls-files.c:524
 658msgid "paths are separated with NUL character"
 659msgstr ""
 660
 661#: apply.c:4999
 662msgid "ensure at least <n> lines of context match"
 663msgstr ""
 664
 665#: apply.c:5000 builtin/am.c:2191 builtin/interpret-trailers.c:97
 666#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
 667#: builtin/pack-objects.c:3314 builtin/rebase.c:1065
 668msgid "action"
 669msgstr ""
 670
 671#: apply.c:5001
 672msgid "detect new or modified lines that have whitespace errors"
 673msgstr ""
 674
 675#: apply.c:5004 apply.c:5007
 676msgid "ignore changes in whitespace when finding context"
 677msgstr ""
 678
 679#: apply.c:5010
 680msgid "apply the patch in reverse"
 681msgstr ""
 682
 683#: apply.c:5012
 684msgid "don't expect at least one line of context"
 685msgstr ""
 686
 687#: apply.c:5014
 688msgid "leave the rejected hunks in corresponding *.rej files"
 689msgstr ""
 690
 691#: apply.c:5016
 692msgid "allow overlapping hunks"
 693msgstr ""
 694
 695#: apply.c:5017 builtin/add.c:291 builtin/check-ignore.c:22
 696#: builtin/commit.c:1312 builtin/count-objects.c:98 builtin/fsck.c:724
 697#: builtin/log.c:2037 builtin/mv.c:123 builtin/read-tree.c:128
 698#: builtin/rebase--interactive.c:159
 699msgid "be verbose"
 700msgstr ""
 701
 702#: apply.c:5019
 703msgid "tolerate incorrectly detected missing new-line at the end of file"
 704msgstr ""
 705
 706#: apply.c:5022
 707msgid "do not trust the line counts in the hunk headers"
 708msgstr ""
 709
 710#: apply.c:5024 builtin/am.c:2200
 711msgid "root"
 712msgstr ""
 713
 714#: apply.c:5025
 715msgid "prepend <root> to all filenames"
 716msgstr ""
 717
 718#: archive.c:14
 719msgid "git archive [<options>] <tree-ish> [<path>...]"
 720msgstr ""
 721
 722#: archive.c:15
 723msgid "git archive --list"
 724msgstr ""
 725
 726#: archive.c:16
 727msgid ""
 728"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 729msgstr ""
 730
 731#: archive.c:17
 732msgid "git archive --remote <repo> [--exec <cmd>] --list"
 733msgstr ""
 734
 735#: archive.c:372 builtin/add.c:177 builtin/add.c:515 builtin/rm.c:299
 736#, c-format
 737msgid "pathspec '%s' did not match any files"
 738msgstr ""
 739
 740#: archive.c:396
 741#, c-format
 742msgid "no such ref: %.*s"
 743msgstr ""
 744
 745#: archive.c:401
 746#, c-format
 747msgid "not a valid object name: %s"
 748msgstr ""
 749
 750#: archive.c:414
 751#, c-format
 752msgid "not a tree object: %s"
 753msgstr ""
 754
 755#: archive.c:424
 756msgid "current working directory is untracked"
 757msgstr ""
 758
 759#: archive.c:455
 760msgid "fmt"
 761msgstr ""
 762
 763#: archive.c:455
 764msgid "archive format"
 765msgstr ""
 766
 767#: archive.c:456 builtin/log.c:1549
 768msgid "prefix"
 769msgstr ""
 770
 771#: archive.c:457
 772msgid "prepend prefix to each pathname in the archive"
 773msgstr ""
 774
 775#: archive.c:458 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129
 776#: builtin/fast-export.c:1091 builtin/fast-export.c:1093 builtin/grep.c:895
 777#: builtin/hash-object.c:105 builtin/ls-files.c:560 builtin/ls-files.c:563
 778#: builtin/notes.c:412 builtin/notes.c:578 builtin/read-tree.c:123
 779#: parse-options.h:162
 780msgid "file"
 781msgstr ""
 782
 783#: archive.c:459 builtin/archive.c:90
 784msgid "write the archive to this file"
 785msgstr ""
 786
 787#: archive.c:461
 788msgid "read .gitattributes in working directory"
 789msgstr ""
 790
 791#: archive.c:462
 792msgid "report archived files on stderr"
 793msgstr ""
 794
 795#: archive.c:463
 796msgid "store only"
 797msgstr ""
 798
 799#: archive.c:464
 800msgid "compress faster"
 801msgstr ""
 802
 803#: archive.c:472
 804msgid "compress better"
 805msgstr ""
 806
 807#: archive.c:475
 808msgid "list supported archive formats"
 809msgstr ""
 810
 811#: archive.c:477 builtin/archive.c:91 builtin/clone.c:112 builtin/clone.c:115
 812#: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1859
 813msgid "repo"
 814msgstr ""
 815
 816#: archive.c:478 builtin/archive.c:92
 817msgid "retrieve the archive from remote repository <repo>"
 818msgstr ""
 819
 820#: archive.c:479 builtin/archive.c:93 builtin/difftool.c:715
 821#: builtin/notes.c:498
 822msgid "command"
 823msgstr ""
 824
 825#: archive.c:480 builtin/archive.c:94
 826msgid "path to the remote git-upload-archive command"
 827msgstr ""
 828
 829#: archive.c:487
 830msgid "Unexpected option --remote"
 831msgstr ""
 832
 833#: archive.c:489
 834msgid "Option --exec can only be used together with --remote"
 835msgstr ""
 836
 837#: archive.c:491
 838msgid "Unexpected option --output"
 839msgstr ""
 840
 841#: archive.c:513
 842#, c-format
 843msgid "Unknown archive format '%s'"
 844msgstr ""
 845
 846#: archive.c:520
 847#, c-format
 848msgid "Argument not supported for format '%s': -%d"
 849msgstr ""
 850
 851#: archive-tar.c:125 archive-zip.c:345
 852#, c-format
 853msgid "cannot stream blob %s"
 854msgstr ""
 855
 856#: archive-tar.c:260 archive-zip.c:363
 857#, c-format
 858msgid "unsupported file mode: 0%o (SHA1: %s)"
 859msgstr ""
 860
 861#: archive-tar.c:287 archive-zip.c:353
 862#, c-format
 863msgid "cannot read %s"
 864msgstr ""
 865
 866#: archive-tar.c:458
 867#, c-format
 868msgid "unable to start '%s' filter"
 869msgstr ""
 870
 871#: archive-tar.c:461
 872msgid "unable to redirect descriptor"
 873msgstr ""
 874
 875#: archive-tar.c:468
 876#, c-format
 877msgid "'%s' filter reported error"
 878msgstr ""
 879
 880#: archive-zip.c:314
 881#, c-format
 882msgid "path is not valid UTF-8: %s"
 883msgstr ""
 884
 885#: archive-zip.c:318
 886#, c-format
 887msgid "path too long (%d chars, SHA1: %s): %s"
 888msgstr ""
 889
 890#: archive-zip.c:474 builtin/pack-objects.c:225 builtin/pack-objects.c:228
 891#, c-format
 892msgid "deflate error (%d)"
 893msgstr ""
 894
 895#: archive-zip.c:609
 896#, c-format
 897msgid "timestamp too large for this system: %<PRIuMAX>"
 898msgstr ""
 899
 900#: attr.c:211
 901#, c-format
 902msgid "%.*s is not a valid attribute name"
 903msgstr ""
 904
 905#: attr.c:368
 906#, c-format
 907msgid "%s not allowed: %s:%d"
 908msgstr ""
 909
 910#: attr.c:408
 911msgid ""
 912"Negative patterns are ignored in git attributes\n"
 913"Use '\\!' for literal leading exclamation."
 914msgstr ""
 915
 916#: bisect.c:468
 917#, c-format
 918msgid "Badly quoted content in file '%s': %s"
 919msgstr ""
 920
 921#: bisect.c:678
 922#, c-format
 923msgid "We cannot bisect more!\n"
 924msgstr ""
 925
 926#: bisect.c:733
 927#, c-format
 928msgid "Not a valid commit name %s"
 929msgstr ""
 930
 931#: bisect.c:758
 932#, c-format
 933msgid ""
 934"The merge base %s is bad.\n"
 935"This means the bug has been fixed between %s and [%s].\n"
 936msgstr ""
 937
 938#: bisect.c:763
 939#, c-format
 940msgid ""
 941"The merge base %s is new.\n"
 942"The property has changed between %s and [%s].\n"
 943msgstr ""
 944
 945#: bisect.c:768
 946#, c-format
 947msgid ""
 948"The merge base %s is %s.\n"
 949"This means the first '%s' commit is between %s and [%s].\n"
 950msgstr ""
 951
 952#: bisect.c:776
 953#, c-format
 954msgid ""
 955"Some %s revs are not ancestors of the %s rev.\n"
 956"git bisect cannot work properly in this case.\n"
 957"Maybe you mistook %s and %s revs?\n"
 958msgstr ""
 959
 960#: bisect.c:789
 961#, c-format
 962msgid ""
 963"the merge base between %s and [%s] must be skipped.\n"
 964"So we cannot be sure the first %s commit is between %s and %s.\n"
 965"We continue anyway."
 966msgstr ""
 967
 968#: bisect.c:822
 969#, c-format
 970msgid "Bisecting: a merge base must be tested\n"
 971msgstr ""
 972
 973#: bisect.c:865
 974#, c-format
 975msgid "a %s revision is needed"
 976msgstr ""
 977
 978#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:237
 979#, c-format
 980msgid "could not create file '%s'"
 981msgstr ""
 982
 983#: bisect.c:937 builtin/merge.c:139
 984#, c-format
 985msgid "could not read file '%s'"
 986msgstr ""
 987
 988#: bisect.c:967
 989msgid "reading bisect refs failed"
 990msgstr ""
 991
 992#: bisect.c:986
 993#, c-format
 994msgid "%s was both %s and %s\n"
 995msgstr ""
 996
 997#: bisect.c:994
 998#, c-format
 999msgid ""
1000"No testable commit found.\n"
1001"Maybe you started with bad path parameters?\n"
1002msgstr ""
1003
1004#: bisect.c:1013
1005#, c-format
1006msgid "(roughly %d step)"
1007msgid_plural "(roughly %d steps)"
1008msgstr[0] ""
1009msgstr[1] ""
1010
1011#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1012#. steps)" translation.
1013#.
1014#: bisect.c:1019
1015#, c-format
1016msgid "Bisecting: %d revision left to test after this %s\n"
1017msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1018msgstr[0] ""
1019msgstr[1] ""
1020
1021#: blame.c:1792
1022msgid "--contents and --reverse do not blend well."
1023msgstr ""
1024
1025#: blame.c:1806
1026msgid "cannot use --contents with final commit object name"
1027msgstr ""
1028
1029#: blame.c:1827
1030msgid "--reverse and --first-parent together require specified latest commit"
1031msgstr ""
1032
1033#: blame.c:1836 bundle.c:164 ref-filter.c:2071 remote.c:1948 sequencer.c:1993
1034#: sequencer.c:4064 builtin/commit.c:1004 builtin/log.c:378 builtin/log.c:936
1035#: builtin/log.c:1420 builtin/log.c:1796 builtin/log.c:2086 builtin/merge.c:407
1036#: builtin/pack-objects.c:3137 builtin/pack-objects.c:3152
1037#: builtin/shortlog.c:192
1038msgid "revision walk setup failed"
1039msgstr ""
1040
1041#: blame.c:1854
1042msgid ""
1043"--reverse --first-parent together require range along first-parent chain"
1044msgstr ""
1045
1046#: blame.c:1865
1047#, c-format
1048msgid "no such path %s in %s"
1049msgstr ""
1050
1051#: blame.c:1876
1052#, c-format
1053msgid "cannot read blob %s for path %s"
1054msgstr ""
1055
1056#: branch.c:52
1057#, c-format
1058msgid ""
1059"\n"
1060"After fixing the error cause you may try to fix up\n"
1061"the remote tracking information by invoking\n"
1062"\"git branch --set-upstream-to=%s%s%s\"."
1063msgstr ""
1064
1065#: branch.c:66
1066#, c-format
1067msgid "Not setting branch %s as its own upstream."
1068msgstr ""
1069
1070#: branch.c:92
1071#, c-format
1072msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1073msgstr ""
1074
1075#: branch.c:93
1076#, c-format
1077msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1078msgstr ""
1079
1080#: branch.c:97
1081#, c-format
1082msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1083msgstr ""
1084
1085#: branch.c:98
1086#, c-format
1087msgid "Branch '%s' set up to track local branch '%s'."
1088msgstr ""
1089
1090#: branch.c:103
1091#, c-format
1092msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1093msgstr ""
1094
1095#: branch.c:104
1096#, c-format
1097msgid "Branch '%s' set up to track remote ref '%s'."
1098msgstr ""
1099
1100#: branch.c:108
1101#, c-format
1102msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1103msgstr ""
1104
1105#: branch.c:109
1106#, c-format
1107msgid "Branch '%s' set up to track local ref '%s'."
1108msgstr ""
1109
1110#: branch.c:118
1111msgid "Unable to write upstream branch configuration"
1112msgstr ""
1113
1114#: branch.c:155
1115#, c-format
1116msgid "Not tracking: ambiguous information for ref %s"
1117msgstr ""
1118
1119#: branch.c:188
1120#, c-format
1121msgid "'%s' is not a valid branch name."
1122msgstr ""
1123
1124#: branch.c:207
1125#, c-format
1126msgid "A branch named '%s' already exists."
1127msgstr ""
1128
1129#: branch.c:212
1130msgid "Cannot force update the current branch."
1131msgstr ""
1132
1133#: branch.c:232
1134#, c-format
1135msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1136msgstr ""
1137
1138#: branch.c:234
1139#, c-format
1140msgid "the requested upstream branch '%s' does not exist"
1141msgstr ""
1142
1143#: branch.c:236
1144msgid ""
1145"\n"
1146"If you are planning on basing your work on an upstream\n"
1147"branch that already exists at the remote, you may need to\n"
1148"run \"git fetch\" to retrieve it.\n"
1149"\n"
1150"If you are planning to push out a new local branch that\n"
1151"will track its remote counterpart, you may want to use\n"
1152"\"git push -u\" to set the upstream config as you push."
1153msgstr ""
1154
1155#: branch.c:280
1156#, c-format
1157msgid "Not a valid object name: '%s'."
1158msgstr ""
1159
1160#: branch.c:300
1161#, c-format
1162msgid "Ambiguous object name: '%s'."
1163msgstr ""
1164
1165#: branch.c:305
1166#, c-format
1167msgid "Not a valid branch point: '%s'."
1168msgstr ""
1169
1170#: branch.c:359
1171#, c-format
1172msgid "'%s' is already checked out at '%s'"
1173msgstr ""
1174
1175#: branch.c:382
1176#, c-format
1177msgid "HEAD of working tree %s is not updated"
1178msgstr ""
1179
1180#: bundle.c:36
1181#, c-format
1182msgid "'%s' does not look like a v2 bundle file"
1183msgstr ""
1184
1185#: bundle.c:64
1186#, c-format
1187msgid "unrecognized header: %s%s (%d)"
1188msgstr ""
1189
1190#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2215 sequencer.c:2763
1191#: builtin/commit.c:776
1192#, c-format
1193msgid "could not open '%s'"
1194msgstr ""
1195
1196#: bundle.c:143
1197msgid "Repository lacks these prerequisite commits:"
1198msgstr ""
1199
1200#: bundle.c:194
1201#, c-format
1202msgid "The bundle contains this ref:"
1203msgid_plural "The bundle contains these %d refs:"
1204msgstr[0] ""
1205msgstr[1] ""
1206
1207#: bundle.c:201
1208msgid "The bundle records a complete history."
1209msgstr ""
1210
1211#: bundle.c:203
1212#, c-format
1213msgid "The bundle requires this ref:"
1214msgid_plural "The bundle requires these %d refs:"
1215msgstr[0] ""
1216msgstr[1] ""
1217
1218#: bundle.c:269
1219msgid "unable to dup bundle descriptor"
1220msgstr ""
1221
1222#: bundle.c:276
1223msgid "Could not spawn pack-objects"
1224msgstr ""
1225
1226#: bundle.c:287
1227msgid "pack-objects died"
1228msgstr ""
1229
1230#: bundle.c:329
1231msgid "rev-list died"
1232msgstr ""
1233
1234#: bundle.c:378
1235#, c-format
1236msgid "ref '%s' is excluded by the rev-list options"
1237msgstr ""
1238
1239#: bundle.c:457 builtin/log.c:193 builtin/log.c:1701 builtin/shortlog.c:306
1240#, c-format
1241msgid "unrecognized argument: %s"
1242msgstr ""
1243
1244#: bundle.c:465
1245msgid "Refusing to create empty bundle."
1246msgstr ""
1247
1248#: bundle.c:475
1249#, c-format
1250msgid "cannot create '%s'"
1251msgstr ""
1252
1253#: bundle.c:500
1254msgid "index-pack died"
1255msgstr ""
1256
1257#: color.c:296
1258#, c-format
1259msgid "invalid color value: %.*s"
1260msgstr ""
1261
1262#: commit.c:50 sequencer.c:2567 builtin/am.c:355 builtin/am.c:399
1263#: builtin/am.c:1375 builtin/am.c:2019 builtin/replace.c:376
1264#: builtin/replace.c:448
1265#, c-format
1266msgid "could not parse %s"
1267msgstr ""
1268
1269#: commit.c:52
1270#, c-format
1271msgid "%s %s is not a commit!"
1272msgstr ""
1273
1274#: commit.c:193
1275msgid ""
1276"Support for <GIT_DIR>/info/grafts is deprecated\n"
1277"and will be removed in a future Git version.\n"
1278"\n"
1279"Please use \"git replace --convert-graft-file\"\n"
1280"to convert the grafts into replace refs.\n"
1281"\n"
1282"Turn this message off by running\n"
1283"\"git config advice.graftFileDeprecated false\""
1284msgstr ""
1285
1286#: commit.c:1122
1287#, c-format
1288msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1289msgstr ""
1290
1291#: commit.c:1125
1292#, c-format
1293msgid "Commit %s has a bad GPG signature allegedly by %s."
1294msgstr ""
1295
1296#: commit.c:1128
1297#, c-format
1298msgid "Commit %s does not have a GPG signature."
1299msgstr ""
1300
1301#: commit.c:1131
1302#, c-format
1303msgid "Commit %s has a good GPG signature by %s\n"
1304msgstr ""
1305
1306#: commit.c:1385
1307msgid ""
1308"Warning: commit message did not conform to UTF-8.\n"
1309"You may want to amend it after fixing the message, or set the config\n"
1310"variable i18n.commitencoding to the encoding your project uses.\n"
1311msgstr ""
1312
1313#: commit-graph.c:101
1314#, c-format
1315msgid "graph file %s is too small"
1316msgstr ""
1317
1318#: commit-graph.c:136
1319#, c-format
1320msgid "graph signature %X does not match signature %X"
1321msgstr ""
1322
1323#: commit-graph.c:143
1324#, c-format
1325msgid "graph version %X does not match version %X"
1326msgstr ""
1327
1328#: commit-graph.c:150
1329#, c-format
1330msgid "hash version %X does not match version %X"
1331msgstr ""
1332
1333#: commit-graph.c:173
1334msgid "chunk lookup table entry missing; graph file may be incomplete"
1335msgstr ""
1336
1337#: commit-graph.c:184
1338#, c-format
1339msgid "improper chunk offset %08x%08x"
1340msgstr ""
1341
1342#: commit-graph.c:221
1343#, c-format
1344msgid "chunk id %08x appears multiple times"
1345msgstr ""
1346
1347#: commit-graph.c:334
1348#, c-format
1349msgid "could not find commit %s"
1350msgstr ""
1351
1352#: commit-graph.c:671 builtin/pack-objects.c:2646
1353#, c-format
1354msgid "unable to get type of object %s"
1355msgstr ""
1356
1357#: commit-graph.c:704
1358msgid "Loading known commits in commit graph"
1359msgstr ""
1360
1361#: commit-graph.c:720
1362msgid "Expanding reachable commits in commit graph"
1363msgstr ""
1364
1365#: commit-graph.c:732
1366msgid "Clearing commit marks in commit graph"
1367msgstr ""
1368
1369#: commit-graph.c:752
1370msgid "Computing commit graph generation numbers"
1371msgstr ""
1372
1373#: commit-graph.c:869
1374#, c-format
1375msgid "Finding commits for commit graph in %d pack"
1376msgid_plural "Finding commits for commit graph in %d packs"
1377msgstr[0] ""
1378msgstr[1] ""
1379
1380#: commit-graph.c:882
1381#, c-format
1382msgid "error adding pack %s"
1383msgstr ""
1384
1385#: commit-graph.c:884
1386#, c-format
1387msgid "error opening index for %s"
1388msgstr ""
1389
1390#: commit-graph.c:898
1391#, c-format
1392msgid "Finding commits for commit graph from %d ref"
1393msgid_plural "Finding commits for commit graph from %d refs"
1394msgstr[0] ""
1395msgstr[1] ""
1396
1397#: commit-graph.c:930
1398msgid "Finding commits for commit graph among packed objects"
1399msgstr ""
1400
1401#: commit-graph.c:943
1402msgid "Counting distinct commits in commit graph"
1403msgstr ""
1404
1405#: commit-graph.c:956
1406#, c-format
1407msgid "the commit graph format cannot write %d commits"
1408msgstr ""
1409
1410#: commit-graph.c:965
1411msgid "Finding extra edges in commit graph"
1412msgstr ""
1413
1414#: commit-graph.c:989
1415msgid "too many commits to write graph"
1416msgstr ""
1417
1418#: commit-graph.c:996 midx.c:769
1419#, c-format
1420msgid "unable to create leading directories of %s"
1421msgstr ""
1422
1423#: commit-graph.c:1036
1424#, c-format
1425msgid "Writing out commit graph in %d pass"
1426msgid_plural "Writing out commit graph in %d passes"
1427msgstr[0] ""
1428msgstr[1] ""
1429
1430#: commit-graph.c:1109
1431msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1432msgstr ""
1433
1434#: commit-graph.c:1153
1435msgid "Verifying commits in commit graph"
1436msgstr ""
1437
1438#: compat/obstack.c:406 compat/obstack.c:408
1439msgid "memory exhausted"
1440msgstr ""
1441
1442#: config.c:123
1443#, c-format
1444msgid ""
1445"exceeded maximum include depth (%d) while including\n"
1446"\t%s\n"
1447"from\n"
1448"\t%s\n"
1449"This might be due to circular includes."
1450msgstr ""
1451
1452#: config.c:139
1453#, c-format
1454msgid "could not expand include path '%s'"
1455msgstr ""
1456
1457#: config.c:150
1458msgid "relative config includes must come from files"
1459msgstr ""
1460
1461#: config.c:190
1462msgid "relative config include conditionals must come from files"
1463msgstr ""
1464
1465#: config.c:348
1466#, c-format
1467msgid "key does not contain a section: %s"
1468msgstr ""
1469
1470#: config.c:354
1471#, c-format
1472msgid "key does not contain variable name: %s"
1473msgstr ""
1474
1475#: config.c:378 sequencer.c:2330
1476#, c-format
1477msgid "invalid key: %s"
1478msgstr ""
1479
1480#: config.c:384
1481#, c-format
1482msgid "invalid key (newline): %s"
1483msgstr ""
1484
1485#: config.c:420 config.c:432
1486#, c-format
1487msgid "bogus config parameter: %s"
1488msgstr ""
1489
1490#: config.c:467
1491#, c-format
1492msgid "bogus format in %s"
1493msgstr ""
1494
1495#: config.c:793
1496#, c-format
1497msgid "bad config line %d in blob %s"
1498msgstr ""
1499
1500#: config.c:797
1501#, c-format
1502msgid "bad config line %d in file %s"
1503msgstr ""
1504
1505#: config.c:801
1506#, c-format
1507msgid "bad config line %d in standard input"
1508msgstr ""
1509
1510#: config.c:805
1511#, c-format
1512msgid "bad config line %d in submodule-blob %s"
1513msgstr ""
1514
1515#: config.c:809
1516#, c-format
1517msgid "bad config line %d in command line %s"
1518msgstr ""
1519
1520#: config.c:813
1521#, c-format
1522msgid "bad config line %d in %s"
1523msgstr ""
1524
1525#: config.c:952
1526msgid "out of range"
1527msgstr ""
1528
1529#: config.c:952
1530msgid "invalid unit"
1531msgstr ""
1532
1533#: config.c:958
1534#, c-format
1535msgid "bad numeric config value '%s' for '%s': %s"
1536msgstr ""
1537
1538#: config.c:963
1539#, c-format
1540msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1541msgstr ""
1542
1543#: config.c:966
1544#, c-format
1545msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1546msgstr ""
1547
1548#: config.c:969
1549#, c-format
1550msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1551msgstr ""
1552
1553#: config.c:972
1554#, c-format
1555msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1556msgstr ""
1557
1558#: config.c:975
1559#, c-format
1560msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1561msgstr ""
1562
1563#: config.c:978
1564#, c-format
1565msgid "bad numeric config value '%s' for '%s' in %s: %s"
1566msgstr ""
1567
1568#: config.c:1073
1569#, c-format
1570msgid "failed to expand user dir in: '%s'"
1571msgstr ""
1572
1573#: config.c:1082
1574#, c-format
1575msgid "'%s' for '%s' is not a valid timestamp"
1576msgstr ""
1577
1578#: config.c:1173
1579#, c-format
1580msgid "abbrev length out of range: %d"
1581msgstr ""
1582
1583#: config.c:1187 config.c:1198
1584#, c-format
1585msgid "bad zlib compression level %d"
1586msgstr ""
1587
1588#: config.c:1290
1589msgid "core.commentChar should only be one character"
1590msgstr ""
1591
1592#: config.c:1323
1593#, c-format
1594msgid "invalid mode for object creation: %s"
1595msgstr ""
1596
1597#: config.c:1395
1598#, c-format
1599msgid "malformed value for %s"
1600msgstr ""
1601
1602#: config.c:1421
1603#, c-format
1604msgid "malformed value for %s: %s"
1605msgstr ""
1606
1607#: config.c:1422
1608msgid "must be one of nothing, matching, simple, upstream or current"
1609msgstr ""
1610
1611#: config.c:1481 builtin/pack-objects.c:3394
1612#, c-format
1613msgid "bad pack compression level %d"
1614msgstr ""
1615
1616#: config.c:1602
1617#, c-format
1618msgid "unable to load config blob object '%s'"
1619msgstr ""
1620
1621#: config.c:1605
1622#, c-format
1623msgid "reference '%s' does not point to a blob"
1624msgstr ""
1625
1626#: config.c:1622
1627#, c-format
1628msgid "unable to resolve config blob '%s'"
1629msgstr ""
1630
1631#: config.c:1652
1632#, c-format
1633msgid "failed to parse %s"
1634msgstr ""
1635
1636#: config.c:1705
1637msgid "unable to parse command-line config"
1638msgstr ""
1639
1640#: config.c:2037
1641msgid "unknown error occurred while reading the configuration files"
1642msgstr ""
1643
1644#: config.c:2207
1645#, c-format
1646msgid "Invalid %s: '%s'"
1647msgstr ""
1648
1649#: config.c:2250
1650#, c-format
1651msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1652msgstr ""
1653
1654#: config.c:2276
1655#, c-format
1656msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1657msgstr ""
1658
1659#: config.c:2322
1660#, c-format
1661msgid "unable to parse '%s' from command-line config"
1662msgstr ""
1663
1664#: config.c:2324
1665#, c-format
1666msgid "bad config variable '%s' in file '%s' at line %d"
1667msgstr ""
1668
1669#: config.c:2405
1670#, c-format
1671msgid "invalid section name '%s'"
1672msgstr ""
1673
1674#: config.c:2437
1675#, c-format
1676msgid "%s has multiple values"
1677msgstr ""
1678
1679#: config.c:2466
1680#, c-format
1681msgid "failed to write new configuration file %s"
1682msgstr ""
1683
1684#: config.c:2716 config.c:3040
1685#, c-format
1686msgid "could not lock config file %s"
1687msgstr ""
1688
1689#: config.c:2727
1690#, c-format
1691msgid "opening %s"
1692msgstr ""
1693
1694#: config.c:2762 builtin/config.c:328
1695#, c-format
1696msgid "invalid pattern: %s"
1697msgstr ""
1698
1699#: config.c:2787
1700#, c-format
1701msgid "invalid config file %s"
1702msgstr ""
1703
1704#: config.c:2800 config.c:3053
1705#, c-format
1706msgid "fstat on %s failed"
1707msgstr ""
1708
1709#: config.c:2811
1710#, c-format
1711msgid "unable to mmap '%s'"
1712msgstr ""
1713
1714#: config.c:2820 config.c:3058
1715#, c-format
1716msgid "chmod on %s failed"
1717msgstr ""
1718
1719#: config.c:2905 config.c:3155
1720#, c-format
1721msgid "could not write config file %s"
1722msgstr ""
1723
1724#: config.c:2939
1725#, c-format
1726msgid "could not set '%s' to '%s'"
1727msgstr ""
1728
1729#: config.c:2941 builtin/remote.c:782
1730#, c-format
1731msgid "could not unset '%s'"
1732msgstr ""
1733
1734#: config.c:3031
1735#, c-format
1736msgid "invalid section name: %s"
1737msgstr ""
1738
1739#: config.c:3198
1740#, c-format
1741msgid "missing value for '%s'"
1742msgstr ""
1743
1744#: connect.c:61
1745msgid "the remote end hung up upon initial contact"
1746msgstr ""
1747
1748#: connect.c:63
1749msgid ""
1750"Could not read from remote repository.\n"
1751"\n"
1752"Please make sure you have the correct access rights\n"
1753"and the repository exists."
1754msgstr ""
1755
1756#: connect.c:81
1757#, c-format
1758msgid "server doesn't support '%s'"
1759msgstr ""
1760
1761#: connect.c:103
1762#, c-format
1763msgid "server doesn't support feature '%s'"
1764msgstr ""
1765
1766#: connect.c:114
1767msgid "expected flush after capabilities"
1768msgstr ""
1769
1770#: connect.c:233
1771#, c-format
1772msgid "ignoring capabilities after first line '%s'"
1773msgstr ""
1774
1775#: connect.c:252
1776msgid "protocol error: unexpected capabilities^{}"
1777msgstr ""
1778
1779#: connect.c:273
1780#, c-format
1781msgid "protocol error: expected shallow sha-1, got '%s'"
1782msgstr ""
1783
1784#: connect.c:275
1785msgid "repository on the other end cannot be shallow"
1786msgstr ""
1787
1788#: connect.c:313
1789msgid "invalid packet"
1790msgstr ""
1791
1792#: connect.c:333
1793#, c-format
1794msgid "protocol error: unexpected '%s'"
1795msgstr ""
1796
1797#: connect.c:441
1798#, c-format
1799msgid "invalid ls-refs response: %s"
1800msgstr ""
1801
1802#: connect.c:445
1803msgid "expected flush after ref listing"
1804msgstr ""
1805
1806#: connect.c:544
1807#, c-format
1808msgid "protocol '%s' is not supported"
1809msgstr ""
1810
1811#: connect.c:595
1812msgid "unable to set SO_KEEPALIVE on socket"
1813msgstr ""
1814
1815#: connect.c:635 connect.c:698
1816#, c-format
1817msgid "Looking up %s ... "
1818msgstr ""
1819
1820#: connect.c:639
1821#, c-format
1822msgid "unable to look up %s (port %s) (%s)"
1823msgstr ""
1824
1825#. TRANSLATORS: this is the end of "Looking up %s ... "
1826#: connect.c:643 connect.c:714
1827#, c-format
1828msgid ""
1829"done.\n"
1830"Connecting to %s (port %s) ... "
1831msgstr ""
1832
1833#: connect.c:665 connect.c:742
1834#, c-format
1835msgid ""
1836"unable to connect to %s:\n"
1837"%s"
1838msgstr ""
1839
1840#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1841#: connect.c:671 connect.c:748
1842msgid "done."
1843msgstr ""
1844
1845#: connect.c:702
1846#, c-format
1847msgid "unable to look up %s (%s)"
1848msgstr ""
1849
1850#: connect.c:708
1851#, c-format
1852msgid "unknown port %s"
1853msgstr ""
1854
1855#: connect.c:845 connect.c:1171
1856#, c-format
1857msgid "strange hostname '%s' blocked"
1858msgstr ""
1859
1860#: connect.c:847
1861#, c-format
1862msgid "strange port '%s' blocked"
1863msgstr ""
1864
1865#: connect.c:857
1866#, c-format
1867msgid "cannot start proxy %s"
1868msgstr ""
1869
1870#: connect.c:924
1871msgid "no path specified; see 'git help pull' for valid url syntax"
1872msgstr ""
1873
1874#: connect.c:1119
1875msgid "ssh variant 'simple' does not support -4"
1876msgstr ""
1877
1878#: connect.c:1131
1879msgid "ssh variant 'simple' does not support -6"
1880msgstr ""
1881
1882#: connect.c:1148
1883msgid "ssh variant 'simple' does not support setting port"
1884msgstr ""
1885
1886#: connect.c:1259
1887#, c-format
1888msgid "strange pathname '%s' blocked"
1889msgstr ""
1890
1891#: connect.c:1304
1892msgid "unable to fork"
1893msgstr ""
1894
1895#: connected.c:68 builtin/fsck.c:221 builtin/prune.c:146
1896msgid "Checking connectivity"
1897msgstr ""
1898
1899#: connected.c:80
1900msgid "Could not run 'git rev-list'"
1901msgstr ""
1902
1903#: connected.c:100
1904msgid "failed write to rev-list"
1905msgstr ""
1906
1907#: connected.c:107
1908msgid "failed to close rev-list's stdin"
1909msgstr ""
1910
1911#: convert.c:193
1912#, c-format
1913msgid "illegal crlf_action %d"
1914msgstr ""
1915
1916#: convert.c:206
1917#, c-format
1918msgid "CRLF would be replaced by LF in %s"
1919msgstr ""
1920
1921#: convert.c:208
1922#, c-format
1923msgid ""
1924"CRLF will be replaced by LF in %s.\n"
1925"The file will have its original line endings in your working directory"
1926msgstr ""
1927
1928#: convert.c:216
1929#, c-format
1930msgid "LF would be replaced by CRLF in %s"
1931msgstr ""
1932
1933#: convert.c:218
1934#, c-format
1935msgid ""
1936"LF will be replaced by CRLF in %s.\n"
1937"The file will have its original line endings in your working directory"
1938msgstr ""
1939
1940#: convert.c:279
1941#, c-format
1942msgid "BOM is prohibited in '%s' if encoded as %s"
1943msgstr ""
1944
1945#: convert.c:286
1946#, c-format
1947msgid ""
1948"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1949"tree-encoding."
1950msgstr ""
1951
1952#: convert.c:304
1953#, c-format
1954msgid "BOM is required in '%s' if encoded as %s"
1955msgstr ""
1956
1957#: convert.c:306
1958#, c-format
1959msgid ""
1960"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
1961"%sLE (depending on the byte order) as working-tree-encoding."
1962msgstr ""
1963
1964#: convert.c:424 convert.c:495
1965#, c-format
1966msgid "failed to encode '%s' from %s to %s"
1967msgstr ""
1968
1969#: convert.c:467
1970#, c-format
1971msgid "encoding '%s' from %s to %s and back is not the same"
1972msgstr ""
1973
1974#: convert.c:673
1975#, c-format
1976msgid "cannot fork to run external filter '%s'"
1977msgstr ""
1978
1979#: convert.c:693
1980#, c-format
1981msgid "cannot feed the input to external filter '%s'"
1982msgstr ""
1983
1984#: convert.c:700
1985#, c-format
1986msgid "external filter '%s' failed %d"
1987msgstr ""
1988
1989#: convert.c:735 convert.c:738
1990#, c-format
1991msgid "read from external filter '%s' failed"
1992msgstr ""
1993
1994#: convert.c:741 convert.c:796
1995#, c-format
1996msgid "external filter '%s' failed"
1997msgstr ""
1998
1999#: convert.c:844
2000msgid "unexpected filter type"
2001msgstr ""
2002
2003#: convert.c:855
2004msgid "path name too long for external filter"
2005msgstr ""
2006
2007#: convert.c:929
2008#, c-format
2009msgid ""
2010"external filter '%s' is not available anymore although not all paths have "
2011"been filtered"
2012msgstr ""
2013
2014#: convert.c:1228
2015msgid "true/false are no valid working-tree-encodings"
2016msgstr ""
2017
2018#: convert.c:1398 convert.c:1432
2019#, c-format
2020msgid "%s: clean filter '%s' failed"
2021msgstr ""
2022
2023#: convert.c:1476
2024#, c-format
2025msgid "%s: smudge filter %s failed"
2026msgstr ""
2027
2028#: date.c:137
2029msgid "in the future"
2030msgstr ""
2031
2032#: date.c:143
2033#, c-format
2034msgid "%<PRIuMAX> second ago"
2035msgid_plural "%<PRIuMAX> seconds ago"
2036msgstr[0] ""
2037msgstr[1] ""
2038
2039#: date.c:150
2040#, c-format
2041msgid "%<PRIuMAX> minute ago"
2042msgid_plural "%<PRIuMAX> minutes ago"
2043msgstr[0] ""
2044msgstr[1] ""
2045
2046#: date.c:157
2047#, c-format
2048msgid "%<PRIuMAX> hour ago"
2049msgid_plural "%<PRIuMAX> hours ago"
2050msgstr[0] ""
2051msgstr[1] ""
2052
2053#: date.c:164
2054#, c-format
2055msgid "%<PRIuMAX> day ago"
2056msgid_plural "%<PRIuMAX> days ago"
2057msgstr[0] ""
2058msgstr[1] ""
2059
2060#: date.c:170
2061#, c-format
2062msgid "%<PRIuMAX> week ago"
2063msgid_plural "%<PRIuMAX> weeks ago"
2064msgstr[0] ""
2065msgstr[1] ""
2066
2067#: date.c:177
2068#, c-format
2069msgid "%<PRIuMAX> month ago"
2070msgid_plural "%<PRIuMAX> months ago"
2071msgstr[0] ""
2072msgstr[1] ""
2073
2074#: date.c:188
2075#, c-format
2076msgid "%<PRIuMAX> year"
2077msgid_plural "%<PRIuMAX> years"
2078msgstr[0] ""
2079msgstr[1] ""
2080
2081#. TRANSLATORS: "%s" is "<n> years"
2082#: date.c:191
2083#, c-format
2084msgid "%s, %<PRIuMAX> month ago"
2085msgid_plural "%s, %<PRIuMAX> months ago"
2086msgstr[0] ""
2087msgstr[1] ""
2088
2089#: date.c:196 date.c:201
2090#, c-format
2091msgid "%<PRIuMAX> year ago"
2092msgid_plural "%<PRIuMAX> years ago"
2093msgstr[0] ""
2094msgstr[1] ""
2095
2096#: delta-islands.c:272
2097msgid "Propagating island marks"
2098msgstr ""
2099
2100#: delta-islands.c:290
2101#, c-format
2102msgid "bad tree object %s"
2103msgstr ""
2104
2105#: delta-islands.c:334
2106#, c-format
2107msgid "failed to load island regex for '%s': %s"
2108msgstr ""
2109
2110#: delta-islands.c:390
2111#, c-format
2112msgid "island regex from config has too many capture groups (max=%d)"
2113msgstr ""
2114
2115#: delta-islands.c:466
2116#, c-format
2117msgid "Marked %d islands, done.\n"
2118msgstr ""
2119
2120#: diffcore-order.c:24
2121#, c-format
2122msgid "failed to read orderfile '%s'"
2123msgstr ""
2124
2125#: diffcore-rename.c:544
2126msgid "Performing inexact rename detection"
2127msgstr ""
2128
2129#: diff.c:108
2130#, c-format
2131msgid "option '%s' requires a value"
2132msgstr ""
2133
2134#: diff.c:158
2135#, c-format
2136msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
2137msgstr ""
2138
2139#: diff.c:163
2140#, c-format
2141msgid "  Unknown dirstat parameter '%s'\n"
2142msgstr ""
2143
2144#: diff.c:291
2145msgid ""
2146"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2147"'dimmed-zebra', 'plain'"
2148msgstr ""
2149
2150#: diff.c:319
2151#, c-format
2152msgid ""
2153"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2154"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2155msgstr ""
2156
2157#: diff.c:327
2158msgid ""
2159"color-moved-ws: allow-indentation-change cannot be combined with other "
2160"whitespace modes"
2161msgstr ""
2162
2163#: diff.c:400
2164#, c-format
2165msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2166msgstr ""
2167
2168#: diff.c:460
2169#, c-format
2170msgid ""
2171"Found errors in 'diff.dirstat' config variable:\n"
2172"%s"
2173msgstr ""
2174
2175#: diff.c:4211
2176#, c-format
2177msgid "external diff died, stopping at %s"
2178msgstr ""
2179
2180#: diff.c:4553
2181msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2182msgstr ""
2183
2184#: diff.c:4556
2185msgid "-G, -S and --find-object are mutually exclusive"
2186msgstr ""
2187
2188#: diff.c:4634
2189msgid "--follow requires exactly one pathspec"
2190msgstr ""
2191
2192#: diff.c:4800
2193#, c-format
2194msgid ""
2195"Failed to parse --dirstat/-X option parameter:\n"
2196"%s"
2197msgstr ""
2198
2199#: diff.c:4814
2200#, c-format
2201msgid "Failed to parse --submodule option parameter: '%s'"
2202msgstr ""
2203
2204#: diff.c:5900
2205msgid "inexact rename detection was skipped due to too many files."
2206msgstr ""
2207
2208#: diff.c:5903
2209msgid "only found copies from modified paths due to too many files."
2210msgstr ""
2211
2212#: diff.c:5906
2213#, c-format
2214msgid ""
2215"you may want to set your %s variable to at least %d and retry the command."
2216msgstr ""
2217
2218#: dir.c:538
2219#, c-format
2220msgid "pathspec '%s' did not match any file(s) known to git"
2221msgstr ""
2222
2223#: dir.c:927
2224#, c-format
2225msgid "cannot use %s as an exclude file"
2226msgstr ""
2227
2228#: dir.c:1842
2229#, c-format
2230msgid "could not open directory '%s'"
2231msgstr ""
2232
2233#: dir.c:2084
2234msgid "failed to get kernel name and information"
2235msgstr ""
2236
2237#: dir.c:2208
2238msgid "untracked cache is disabled on this system or location"
2239msgstr ""
2240
2241#: dir.c:3009
2242#, c-format
2243msgid "index file corrupt in repo %s"
2244msgstr ""
2245
2246#: dir.c:3054 dir.c:3059
2247#, c-format
2248msgid "could not create directories for %s"
2249msgstr ""
2250
2251#: dir.c:3088
2252#, c-format
2253msgid "could not migrate git directory from '%s' to '%s'"
2254msgstr ""
2255
2256#: editor.c:73
2257#, c-format
2258msgid "hint: Waiting for your editor to close the file...%c"
2259msgstr ""
2260
2261#: entry.c:178
2262msgid "Filtering content"
2263msgstr ""
2264
2265#: entry.c:465
2266#, c-format
2267msgid "could not stat file '%s'"
2268msgstr ""
2269
2270#: environment.c:150
2271#, c-format
2272msgid "bad git namespace path \"%s\""
2273msgstr ""
2274
2275#: environment.c:332
2276#, c-format
2277msgid "could not set GIT_DIR to '%s'"
2278msgstr ""
2279
2280#: exec-cmd.c:361
2281#, c-format
2282msgid "too many args to run %s"
2283msgstr ""
2284
2285#: fetch-object.c:17
2286msgid "Remote with no URL"
2287msgstr ""
2288
2289#: fetch-pack.c:151
2290msgid "git fetch-pack: expected shallow list"
2291msgstr ""
2292
2293#: fetch-pack.c:154
2294msgid "git fetch-pack: expected a flush packet after shallow list"
2295msgstr ""
2296
2297#: fetch-pack.c:165
2298msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2299msgstr ""
2300
2301#: fetch-pack.c:185
2302#, c-format
2303msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2304msgstr ""
2305
2306#: fetch-pack.c:256
2307msgid "--stateless-rpc requires multi_ack_detailed"
2308msgstr ""
2309
2310#: fetch-pack.c:358 fetch-pack.c:1264
2311#, c-format
2312msgid "invalid shallow line: %s"
2313msgstr ""
2314
2315#: fetch-pack.c:364 fetch-pack.c:1271
2316#, c-format
2317msgid "invalid unshallow line: %s"
2318msgstr ""
2319
2320#: fetch-pack.c:366 fetch-pack.c:1273
2321#, c-format
2322msgid "object not found: %s"
2323msgstr ""
2324
2325#: fetch-pack.c:369 fetch-pack.c:1276
2326#, c-format
2327msgid "error in object: %s"
2328msgstr ""
2329
2330#: fetch-pack.c:371 fetch-pack.c:1278
2331#, c-format
2332msgid "no shallow found: %s"
2333msgstr ""
2334
2335#: fetch-pack.c:374 fetch-pack.c:1282
2336#, c-format
2337msgid "expected shallow/unshallow, got %s"
2338msgstr ""
2339
2340#: fetch-pack.c:415
2341#, c-format
2342msgid "got %s %d %s"
2343msgstr ""
2344
2345#: fetch-pack.c:432
2346#, c-format
2347msgid "invalid commit %s"
2348msgstr ""
2349
2350#: fetch-pack.c:463
2351msgid "giving up"
2352msgstr ""
2353
2354#: fetch-pack.c:475 progress.c:229
2355msgid "done"
2356msgstr ""
2357
2358#: fetch-pack.c:487
2359#, c-format
2360msgid "got %s (%d) %s"
2361msgstr ""
2362
2363#: fetch-pack.c:533
2364#, c-format
2365msgid "Marking %s as complete"
2366msgstr ""
2367
2368#: fetch-pack.c:740
2369#, c-format
2370msgid "already have %s (%s)"
2371msgstr ""
2372
2373#: fetch-pack.c:779
2374msgid "fetch-pack: unable to fork off sideband demultiplexer"
2375msgstr ""
2376
2377#: fetch-pack.c:787
2378msgid "protocol error: bad pack header"
2379msgstr ""
2380
2381#: fetch-pack.c:855
2382#, c-format
2383msgid "fetch-pack: unable to fork off %s"
2384msgstr ""
2385
2386#: fetch-pack.c:871
2387#, c-format
2388msgid "%s failed"
2389msgstr ""
2390
2391#: fetch-pack.c:873
2392msgid "error in sideband demultiplexer"
2393msgstr ""
2394
2395#: fetch-pack.c:902
2396msgid "Server does not support shallow clients"
2397msgstr ""
2398
2399#: fetch-pack.c:906
2400msgid "Server supports multi_ack_detailed"
2401msgstr ""
2402
2403#: fetch-pack.c:909
2404msgid "Server supports no-done"
2405msgstr ""
2406
2407#: fetch-pack.c:915
2408msgid "Server supports multi_ack"
2409msgstr ""
2410
2411#: fetch-pack.c:919
2412msgid "Server supports side-band-64k"
2413msgstr ""
2414
2415#: fetch-pack.c:923
2416msgid "Server supports side-band"
2417msgstr ""
2418
2419#: fetch-pack.c:927
2420msgid "Server supports allow-tip-sha1-in-want"
2421msgstr ""
2422
2423#: fetch-pack.c:931
2424msgid "Server supports allow-reachable-sha1-in-want"
2425msgstr ""
2426
2427#: fetch-pack.c:941
2428msgid "Server supports ofs-delta"
2429msgstr ""
2430
2431#: fetch-pack.c:947 fetch-pack.c:1140
2432msgid "Server supports filter"
2433msgstr ""
2434
2435#: fetch-pack.c:955
2436#, c-format
2437msgid "Server version is %.*s"
2438msgstr ""
2439
2440#: fetch-pack.c:961
2441msgid "Server does not support --shallow-since"
2442msgstr ""
2443
2444#: fetch-pack.c:965
2445msgid "Server does not support --shallow-exclude"
2446msgstr ""
2447
2448#: fetch-pack.c:967
2449msgid "Server does not support --deepen"
2450msgstr ""
2451
2452#: fetch-pack.c:984
2453msgid "no common commits"
2454msgstr ""
2455
2456#: fetch-pack.c:996 fetch-pack.c:1419
2457msgid "git fetch-pack: fetch failed."
2458msgstr ""
2459
2460#: fetch-pack.c:1134
2461msgid "Server does not support shallow requests"
2462msgstr ""
2463
2464#: fetch-pack.c:1184
2465#, c-format
2466msgid "error reading section header '%s'"
2467msgstr ""
2468
2469#: fetch-pack.c:1190
2470#, c-format
2471msgid "expected '%s', received '%s'"
2472msgstr ""
2473
2474#: fetch-pack.c:1229
2475#, c-format
2476msgid "unexpected acknowledgment line: '%s'"
2477msgstr ""
2478
2479#: fetch-pack.c:1234
2480#, c-format
2481msgid "error processing acks: %d"
2482msgstr ""
2483
2484#: fetch-pack.c:1244
2485msgid "expected packfile to be sent after 'ready'"
2486msgstr ""
2487
2488#: fetch-pack.c:1246
2489msgid "expected no other sections to be sent after no 'ready'"
2490msgstr ""
2491
2492#: fetch-pack.c:1287
2493#, c-format
2494msgid "error processing shallow info: %d"
2495msgstr ""
2496
2497#: fetch-pack.c:1308
2498#, c-format
2499msgid "expected wanted-ref, got '%s'"
2500msgstr ""
2501
2502#: fetch-pack.c:1318
2503#, c-format
2504msgid "unexpected wanted-ref: '%s'"
2505msgstr ""
2506
2507#: fetch-pack.c:1322
2508#, c-format
2509msgid "error processing wanted refs: %d"
2510msgstr ""
2511
2512#: fetch-pack.c:1646
2513msgid "no matching remote head"
2514msgstr ""
2515
2516#: fetch-pack.c:1664 builtin/clone.c:671
2517msgid "remote did not send all necessary objects"
2518msgstr ""
2519
2520#: fetch-pack.c:1690
2521#, c-format
2522msgid "no such remote ref %s"
2523msgstr ""
2524
2525#: fetch-pack.c:1693
2526#, c-format
2527msgid "Server does not allow request for unadvertised object %s"
2528msgstr ""
2529
2530#: gpg-interface.c:318
2531msgid "gpg failed to sign the data"
2532msgstr ""
2533
2534#: gpg-interface.c:344
2535msgid "could not create temporary file"
2536msgstr ""
2537
2538#: gpg-interface.c:347
2539#, c-format
2540msgid "failed writing detached signature to '%s'"
2541msgstr ""
2542
2543#: graph.c:97
2544#, c-format
2545msgid "ignore invalid color '%.*s' in log.graphColors"
2546msgstr ""
2547
2548#: grep.c:2113
2549#, c-format
2550msgid "'%s': unable to read %s"
2551msgstr ""
2552
2553#: grep.c:2130 setup.c:164 builtin/clone.c:411 builtin/diff.c:82
2554#: builtin/rm.c:135
2555#, c-format
2556msgid "failed to stat '%s'"
2557msgstr ""
2558
2559#: grep.c:2141
2560#, c-format
2561msgid "'%s': short read"
2562msgstr ""
2563
2564#: help.c:23
2565msgid "start a working area (see also: git help tutorial)"
2566msgstr ""
2567
2568#: help.c:24
2569msgid "work on the current change (see also: git help everyday)"
2570msgstr ""
2571
2572#: help.c:25
2573msgid "examine the history and state (see also: git help revisions)"
2574msgstr ""
2575
2576#: help.c:26
2577msgid "grow, mark and tweak your common history"
2578msgstr ""
2579
2580#: help.c:27
2581msgid "collaborate (see also: git help workflows)"
2582msgstr ""
2583
2584#: help.c:31
2585msgid "Main Porcelain Commands"
2586msgstr ""
2587
2588#: help.c:32
2589msgid "Ancillary Commands / Manipulators"
2590msgstr ""
2591
2592#: help.c:33
2593msgid "Ancillary Commands / Interrogators"
2594msgstr ""
2595
2596#: help.c:34
2597msgid "Interacting with Others"
2598msgstr ""
2599
2600#: help.c:35
2601msgid "Low-level Commands / Manipulators"
2602msgstr ""
2603
2604#: help.c:36
2605msgid "Low-level Commands / Interrogators"
2606msgstr ""
2607
2608#: help.c:37
2609msgid "Low-level Commands / Synching Repositories"
2610msgstr ""
2611
2612#: help.c:38
2613msgid "Low-level Commands / Internal Helpers"
2614msgstr ""
2615
2616#: help.c:298
2617#, c-format
2618msgid "available git commands in '%s'"
2619msgstr ""
2620
2621#: help.c:305
2622msgid "git commands available from elsewhere on your $PATH"
2623msgstr ""
2624
2625#: help.c:314
2626msgid "These are common Git commands used in various situations:"
2627msgstr ""
2628
2629#: help.c:363 git.c:90
2630#, c-format
2631msgid "unsupported command listing type '%s'"
2632msgstr ""
2633
2634#: help.c:410
2635msgid "The common Git guides are:"
2636msgstr ""
2637
2638#: help.c:519
2639msgid "See 'git help <command>' to read about a specific subcommand"
2640msgstr ""
2641
2642#: help.c:524
2643msgid "External commands"
2644msgstr ""
2645
2646#: help.c:539
2647msgid "Command aliases"
2648msgstr ""
2649
2650#: help.c:603
2651#, c-format
2652msgid ""
2653"'%s' appears to be a git command, but we were not\n"
2654"able to execute it. Maybe git-%s is broken?"
2655msgstr ""
2656
2657#: help.c:662
2658msgid "Uh oh. Your system reports no Git commands at all."
2659msgstr ""
2660
2661#: help.c:684
2662#, c-format
2663msgid "WARNING: You called a Git command named '%s', which does not exist."
2664msgstr ""
2665
2666#: help.c:689
2667#, c-format
2668msgid "Continuing under the assumption that you meant '%s'."
2669msgstr ""
2670
2671#: help.c:694
2672#, c-format
2673msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2674msgstr ""
2675
2676#: help.c:702
2677#, c-format
2678msgid "git: '%s' is not a git command. See 'git --help'."
2679msgstr ""
2680
2681#: help.c:706
2682msgid ""
2683"\n"
2684"The most similar command is"
2685msgid_plural ""
2686"\n"
2687"The most similar commands are"
2688msgstr[0] ""
2689msgstr[1] ""
2690
2691#: help.c:721
2692msgid "git version [<options>]"
2693msgstr ""
2694
2695#: help.c:789
2696#, c-format
2697msgid "%s: %s - %s"
2698msgstr ""
2699
2700#: help.c:793
2701msgid ""
2702"\n"
2703"Did you mean this?"
2704msgid_plural ""
2705"\n"
2706"Did you mean one of these?"
2707msgstr[0] ""
2708msgstr[1] ""
2709
2710#: ident.c:345
2711msgid ""
2712"\n"
2713"*** Please tell me who you are.\n"
2714"\n"
2715"Run\n"
2716"\n"
2717"  git config --global user.email \"you@example.com\"\n"
2718"  git config --global user.name \"Your Name\"\n"
2719"\n"
2720"to set your account's default identity.\n"
2721"Omit --global to set the identity only in this repository.\n"
2722"\n"
2723msgstr ""
2724
2725#: ident.c:369
2726msgid "no email was given and auto-detection is disabled"
2727msgstr ""
2728
2729#: ident.c:374
2730#, c-format
2731msgid "unable to auto-detect email address (got '%s')"
2732msgstr ""
2733
2734#: ident.c:384
2735msgid "no name was given and auto-detection is disabled"
2736msgstr ""
2737
2738#: ident.c:390
2739#, c-format
2740msgid "unable to auto-detect name (got '%s')"
2741msgstr ""
2742
2743#: ident.c:398
2744#, c-format
2745msgid "empty ident name (for <%s>) not allowed"
2746msgstr ""
2747
2748#: ident.c:404
2749#, c-format
2750msgid "name consists only of disallowed characters: %s"
2751msgstr ""
2752
2753#: ident.c:419 builtin/commit.c:608
2754#, c-format
2755msgid "invalid date format: %s"
2756msgstr ""
2757
2758#: list-objects-filter-options.c:36
2759msgid "multiple filter-specs cannot be combined"
2760msgstr ""
2761
2762#: list-objects-filter-options.c:58
2763msgid "expected 'tree:<depth>'"
2764msgstr ""
2765
2766#: list-objects-filter-options.c:152
2767msgid "cannot change partial clone promisor remote"
2768msgstr ""
2769
2770#: lockfile.c:151
2771#, c-format
2772msgid ""
2773"Unable to create '%s.lock': %s.\n"
2774"\n"
2775"Another git process seems to be running in this repository, e.g.\n"
2776"an editor opened by 'git commit'. Please make sure all processes\n"
2777"are terminated then try again. If it still fails, a git process\n"
2778"may have crashed in this repository earlier:\n"
2779"remove the file manually to continue."
2780msgstr ""
2781
2782#: lockfile.c:159
2783#, c-format
2784msgid "Unable to create '%s.lock': %s"
2785msgstr ""
2786
2787#: merge.c:41
2788msgid "failed to read the cache"
2789msgstr ""
2790
2791#: merge.c:107 rerere.c:720 builtin/am.c:1884 builtin/am.c:1918
2792#: builtin/checkout.c:416 builtin/checkout.c:745 builtin/clone.c:771
2793msgid "unable to write new index file"
2794msgstr ""
2795
2796#: merge-recursive.c:332
2797msgid "(bad commit)\n"
2798msgstr ""
2799
2800#: merge-recursive.c:355
2801#, c-format
2802msgid "add_cacheinfo failed for path '%s'; merge aborting."
2803msgstr ""
2804
2805#: merge-recursive.c:364
2806#, c-format
2807msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2808msgstr ""
2809
2810#: merge-recursive.c:447
2811msgid "error building trees"
2812msgstr ""
2813
2814#: merge-recursive.c:902
2815#, c-format
2816msgid "failed to create path '%s'%s"
2817msgstr ""
2818
2819#: merge-recursive.c:913
2820#, c-format
2821msgid "Removing %s to make room for subdirectory\n"
2822msgstr ""
2823
2824#: merge-recursive.c:927 merge-recursive.c:946
2825msgid ": perhaps a D/F conflict?"
2826msgstr ""
2827
2828#: merge-recursive.c:936
2829#, c-format
2830msgid "refusing to lose untracked file at '%s'"
2831msgstr ""
2832
2833#: merge-recursive.c:978 builtin/cat-file.c:40
2834#, c-format
2835msgid "cannot read object %s '%s'"
2836msgstr ""
2837
2838#: merge-recursive.c:980
2839#, c-format
2840msgid "blob expected for %s '%s'"
2841msgstr ""
2842
2843#: merge-recursive.c:1004
2844#, c-format
2845msgid "failed to open '%s': %s"
2846msgstr ""
2847
2848#: merge-recursive.c:1015
2849#, c-format
2850msgid "failed to symlink '%s': %s"
2851msgstr ""
2852
2853#: merge-recursive.c:1020
2854#, c-format
2855msgid "do not know what to do with %06o %s '%s'"
2856msgstr ""
2857
2858#: merge-recursive.c:1211
2859#, c-format
2860msgid "Failed to merge submodule %s (not checked out)"
2861msgstr ""
2862
2863#: merge-recursive.c:1218
2864#, c-format
2865msgid "Failed to merge submodule %s (commits not present)"
2866msgstr ""
2867
2868#: merge-recursive.c:1225
2869#, c-format
2870msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2871msgstr ""
2872
2873#: merge-recursive.c:1233 merge-recursive.c:1245
2874#, c-format
2875msgid "Fast-forwarding submodule %s to the following commit:"
2876msgstr ""
2877
2878#: merge-recursive.c:1236 merge-recursive.c:1248
2879#, c-format
2880msgid "Fast-forwarding submodule %s"
2881msgstr ""
2882
2883#: merge-recursive.c:1271
2884#, c-format
2885msgid "Failed to merge submodule %s (merge following commits not found)"
2886msgstr ""
2887
2888#: merge-recursive.c:1275
2889#, c-format
2890msgid "Failed to merge submodule %s (not fast-forward)"
2891msgstr ""
2892
2893#: merge-recursive.c:1276
2894msgid "Found a possible merge resolution for the submodule:\n"
2895msgstr ""
2896
2897#: merge-recursive.c:1279
2898#, c-format
2899msgid ""
2900"If this is correct simply add it to the index for example\n"
2901"by using:\n"
2902"\n"
2903"  git update-index --cacheinfo 160000 %s \"%s\"\n"
2904"\n"
2905"which will accept this suggestion.\n"
2906msgstr ""
2907
2908#: merge-recursive.c:1288
2909#, c-format
2910msgid "Failed to merge submodule %s (multiple merges found)"
2911msgstr ""
2912
2913#: merge-recursive.c:1361
2914msgid "Failed to execute internal merge"
2915msgstr ""
2916
2917#: merge-recursive.c:1366
2918#, c-format
2919msgid "Unable to add %s to database"
2920msgstr ""
2921
2922#: merge-recursive.c:1398
2923#, c-format
2924msgid "Auto-merging %s"
2925msgstr ""
2926
2927#: merge-recursive.c:1419
2928#, c-format
2929msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2930msgstr ""
2931
2932#: merge-recursive.c:1486
2933#, c-format
2934msgid ""
2935"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2936"in tree."
2937msgstr ""
2938
2939#: merge-recursive.c:1491
2940#, c-format
2941msgid ""
2942"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2943"left in tree."
2944msgstr ""
2945
2946#: merge-recursive.c:1498
2947#, c-format
2948msgid ""
2949"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2950"in tree at %s."
2951msgstr ""
2952
2953#: merge-recursive.c:1503
2954#, c-format
2955msgid ""
2956"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2957"left in tree at %s."
2958msgstr ""
2959
2960#: merge-recursive.c:1537
2961msgid "rename"
2962msgstr ""
2963
2964#: merge-recursive.c:1537
2965msgid "renamed"
2966msgstr ""
2967
2968#: merge-recursive.c:1633 merge-recursive.c:2481 merge-recursive.c:3213
2969#, c-format
2970msgid "Refusing to lose dirty file at %s"
2971msgstr ""
2972
2973#: merge-recursive.c:1643
2974#, c-format
2975msgid "Refusing to lose untracked file at %s, even though it's in the way."
2976msgstr ""
2977
2978#: merge-recursive.c:1706
2979#, c-format
2980msgid "CONFLICT (rename/add): Rename %s->%s in %s.  Added %s in %s"
2981msgstr ""
2982
2983#: merge-recursive.c:1734
2984#, c-format
2985msgid "%s is a directory in %s adding as %s instead"
2986msgstr ""
2987
2988#: merge-recursive.c:1739
2989#, c-format
2990msgid "Refusing to lose untracked file at %s; adding as %s instead"
2991msgstr ""
2992
2993#: merge-recursive.c:1759
2994#, c-format
2995msgid ""
2996"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2997"\"->\"%s\" in \"%s\"%s"
2998msgstr ""
2999
3000#: merge-recursive.c:1764
3001msgid " (left unresolved)"
3002msgstr ""
3003
3004#: merge-recursive.c:1868
3005#, c-format
3006msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3007msgstr ""
3008
3009#: merge-recursive.c:2064
3010#, c-format
3011msgid ""
3012"CONFLICT (directory rename split): Unclear where to place %s because "
3013"directory %s was renamed to multiple other directories, with no destination "
3014"getting a majority of the files."
3015msgstr ""
3016
3017#: merge-recursive.c:2096
3018#, c-format
3019msgid ""
3020"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3021"implicit directory rename(s) putting the following path(s) there: %s."
3022msgstr ""
3023
3024#: merge-recursive.c:2106
3025#, c-format
3026msgid ""
3027"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3028"implicit directory renames tried to put these paths there: %s"
3029msgstr ""
3030
3031#: merge-recursive.c:2198
3032#, c-format
3033msgid ""
3034"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3035">%s in %s"
3036msgstr ""
3037
3038#: merge-recursive.c:2443
3039#, c-format
3040msgid ""
3041"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3042"renamed."
3043msgstr ""
3044
3045#: merge-recursive.c:3022
3046#, c-format
3047msgid "cannot read object %s"
3048msgstr ""
3049
3050#: merge-recursive.c:3025
3051#, c-format
3052msgid "object %s is not a blob"
3053msgstr ""
3054
3055#: merge-recursive.c:3094
3056msgid "modify"
3057msgstr ""
3058
3059#: merge-recursive.c:3094
3060msgid "modified"
3061msgstr ""
3062
3063#: merge-recursive.c:3105
3064msgid "content"
3065msgstr ""
3066
3067#: merge-recursive.c:3112
3068msgid "add/add"
3069msgstr ""
3070
3071#: merge-recursive.c:3160
3072#, c-format
3073msgid "Skipped %s (merged same as existing)"
3074msgstr ""
3075
3076#: merge-recursive.c:3182 git-submodule.sh:861
3077msgid "submodule"
3078msgstr ""
3079
3080#: merge-recursive.c:3183
3081#, c-format
3082msgid "CONFLICT (%s): Merge conflict in %s"
3083msgstr ""
3084
3085#: merge-recursive.c:3216
3086#, c-format
3087msgid "Adding as %s instead"
3088msgstr ""
3089
3090#: merge-recursive.c:3319
3091#, c-format
3092msgid "Removing %s"
3093msgstr ""
3094
3095#: merge-recursive.c:3345
3096msgid "file/directory"
3097msgstr ""
3098
3099#: merge-recursive.c:3351
3100msgid "directory/file"
3101msgstr ""
3102
3103#: merge-recursive.c:3358
3104#, c-format
3105msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3106msgstr ""
3107
3108#: merge-recursive.c:3367
3109#, c-format
3110msgid "Adding %s"
3111msgstr ""
3112
3113#: merge-recursive.c:3376
3114#, c-format
3115msgid "CONFLICT (add/add): Merge conflict in %s"
3116msgstr ""
3117
3118#: merge-recursive.c:3417
3119#, c-format
3120msgid ""
3121"Your local changes to the following files would be overwritten by merge:\n"
3122"  %s"
3123msgstr ""
3124
3125#: merge-recursive.c:3428
3126msgid "Already up to date!"
3127msgstr ""
3128
3129#: merge-recursive.c:3437
3130#, c-format
3131msgid "merging of trees %s and %s failed"
3132msgstr ""
3133
3134#: merge-recursive.c:3536
3135msgid "Merging:"
3136msgstr ""
3137
3138#: merge-recursive.c:3549
3139#, c-format
3140msgid "found %u common ancestor:"
3141msgid_plural "found %u common ancestors:"
3142msgstr[0] ""
3143msgstr[1] ""
3144
3145#: merge-recursive.c:3588
3146msgid "merge returned no commit"
3147msgstr ""
3148
3149#: merge-recursive.c:3654
3150#, c-format
3151msgid "Could not parse object '%s'"
3152msgstr ""
3153
3154#: merge-recursive.c:3670 builtin/merge.c:692 builtin/merge.c:850
3155msgid "Unable to write index."
3156msgstr ""
3157
3158#: midx.c:65
3159#, c-format
3160msgid "multi-pack-index file %s is too small"
3161msgstr ""
3162
3163#: midx.c:81
3164#, c-format
3165msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3166msgstr ""
3167
3168#: midx.c:86
3169#, c-format
3170msgid "multi-pack-index version %d not recognized"
3171msgstr ""
3172
3173#: midx.c:91
3174#, c-format
3175msgid "hash version %u does not match"
3176msgstr ""
3177
3178#: midx.c:105
3179msgid "invalid chunk offset (too large)"
3180msgstr ""
3181
3182#: midx.c:129
3183msgid "terminating multi-pack-index chunk id appears earlier than expected"
3184msgstr ""
3185
3186#: midx.c:142
3187msgid "multi-pack-index missing required pack-name chunk"
3188msgstr ""
3189
3190#: midx.c:144
3191msgid "multi-pack-index missing required OID fanout chunk"
3192msgstr ""
3193
3194#: midx.c:146
3195msgid "multi-pack-index missing required OID lookup chunk"
3196msgstr ""
3197
3198#: midx.c:148
3199msgid "multi-pack-index missing required object offsets chunk"
3200msgstr ""
3201
3202#: midx.c:162
3203#, c-format
3204msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3205msgstr ""
3206
3207#: midx.c:205
3208#, c-format
3209msgid "bad pack-int-id: %u (%u total packs)"
3210msgstr ""
3211
3212#: midx.c:246
3213msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3214msgstr ""
3215
3216#: midx.c:271
3217msgid "error preparing packfile from multi-pack-index"
3218msgstr ""
3219
3220#: midx.c:407
3221#, c-format
3222msgid "failed to add packfile '%s'"
3223msgstr ""
3224
3225#: midx.c:413
3226#, c-format
3227msgid "failed to open pack-index '%s'"
3228msgstr ""
3229
3230#: midx.c:507
3231#, c-format
3232msgid "failed to locate object %d in packfile"
3233msgstr ""
3234
3235#: midx.c:943
3236#, c-format
3237msgid "failed to clear multi-pack-index at %s"
3238msgstr ""
3239
3240#: midx.c:981
3241#, c-format
3242msgid ""
3243"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3244msgstr ""
3245
3246#: midx.c:992
3247#, c-format
3248msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3249msgstr ""
3250
3251#: midx.c:996
3252msgid "Verifying object offsets"
3253msgstr ""
3254
3255#: midx.c:1004
3256#, c-format
3257msgid "failed to load pack entry for oid[%d] = %s"
3258msgstr ""
3259
3260#: midx.c:1010
3261#, c-format
3262msgid "failed to load pack-index for packfile %s"
3263msgstr ""
3264
3265#: midx.c:1019
3266#, c-format
3267msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3268msgstr ""
3269
3270#: name-hash.c:531
3271#, c-format
3272msgid "unable to create lazy_dir thread: %s"
3273msgstr ""
3274
3275#: name-hash.c:553
3276#, c-format
3277msgid "unable to create lazy_name thread: %s"
3278msgstr ""
3279
3280#: name-hash.c:559
3281#, c-format
3282msgid "unable to join lazy_name thread: %s"
3283msgstr ""
3284
3285#: notes-merge.c:277
3286#, c-format
3287msgid ""
3288"You have not concluded your previous notes merge (%s exists).\n"
3289"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3290"commit/abort the previous merge before you start a new notes merge."
3291msgstr ""
3292
3293#: notes-merge.c:284
3294#, c-format
3295msgid "You have not concluded your notes merge (%s exists)."
3296msgstr ""
3297
3298#: notes-utils.c:46
3299msgid "Cannot commit uninitialized/unreferenced notes tree"
3300msgstr ""
3301
3302#: notes-utils.c:105
3303#, c-format
3304msgid "Bad notes.rewriteMode value: '%s'"
3305msgstr ""
3306
3307#: notes-utils.c:115
3308#, c-format
3309msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3310msgstr ""
3311
3312#. TRANSLATORS: The first %s is the name of
3313#. the environment variable, the second %s is
3314#. its value.
3315#.
3316#: notes-utils.c:145
3317#, c-format
3318msgid "Bad %s value: '%s'"
3319msgstr ""
3320
3321#: object.c:54
3322#, c-format
3323msgid "invalid object type \"%s\""
3324msgstr ""
3325
3326#: object.c:174
3327#, c-format
3328msgid "object %s is a %s, not a %s"
3329msgstr ""
3330
3331#: object.c:234
3332#, c-format
3333msgid "object %s has unknown type id %d"
3334msgstr ""
3335
3336#: object.c:247
3337#, c-format
3338msgid "unable to parse object: %s"
3339msgstr ""
3340
3341#: object.c:267 object.c:278
3342#, c-format
3343msgid "hash mismatch %s"
3344msgstr ""
3345
3346#: packfile.c:607
3347msgid "offset before end of packfile (broken .idx?)"
3348msgstr ""
3349
3350#: packfile.c:1870
3351#, c-format
3352msgid "offset before start of pack index for %s (corrupt index?)"
3353msgstr ""
3354
3355#: packfile.c:1874
3356#, c-format
3357msgid "offset beyond end of pack index for %s (truncated index?)"
3358msgstr ""
3359
3360#: parse-options.c:35
3361#, c-format
3362msgid "%s requires a value"
3363msgstr ""
3364
3365#: parse-options.c:69
3366#, c-format
3367msgid "%s is incompatible with %s"
3368msgstr ""
3369
3370#: parse-options.c:74
3371#, c-format
3372msgid "%s : incompatible with something else"
3373msgstr ""
3374
3375#: parse-options.c:88 parse-options.c:92 parse-options.c:260
3376#, c-format
3377msgid "%s takes no value"
3378msgstr ""
3379
3380#: parse-options.c:90
3381#, c-format
3382msgid "%s isn't available"
3383msgstr ""
3384
3385#: parse-options.c:178
3386#, c-format
3387msgid "%s expects a numerical value"
3388msgstr ""
3389
3390#: parse-options.c:194
3391#, c-format
3392msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
3393msgstr ""
3394
3395#: parse-options.c:322
3396#, c-format
3397msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
3398msgstr ""
3399
3400#: parse-options.c:356 parse-options.c:364
3401#, c-format
3402msgid "did you mean `--%s` (with two dashes ?)"
3403msgstr ""
3404
3405#: parse-options.c:649
3406#, c-format
3407msgid "unknown option `%s'"
3408msgstr ""
3409
3410#: parse-options.c:651
3411#, c-format
3412msgid "unknown switch `%c'"
3413msgstr ""
3414
3415#: parse-options.c:653
3416#, c-format
3417msgid "unknown non-ascii option in string: `%s'"
3418msgstr ""
3419
3420#: parse-options.c:675
3421msgid "..."
3422msgstr ""
3423
3424#: parse-options.c:694
3425#, c-format
3426msgid "usage: %s"
3427msgstr ""
3428
3429#. TRANSLATORS: the colon here should align with the
3430#. one in "usage: %s" translation.
3431#.
3432#: parse-options.c:700
3433#, c-format
3434msgid "   or: %s"
3435msgstr ""
3436
3437#: parse-options.c:703
3438#, c-format
3439msgid "    %s"
3440msgstr ""
3441
3442#: parse-options.c:742
3443msgid "-NUM"
3444msgstr ""
3445
3446#: parse-options-cb.c:21
3447#, c-format
3448msgid "option `%s' expects a numerical value"
3449msgstr ""
3450
3451#: parse-options-cb.c:38
3452#, c-format
3453msgid "malformed expiration date '%s'"
3454msgstr ""
3455
3456#: parse-options-cb.c:51
3457#, c-format
3458msgid "option `%s' expects \"always\", \"auto\", or \"never\""
3459msgstr ""
3460
3461#: parse-options-cb.c:110
3462#, c-format
3463msgid "malformed object name '%s'"
3464msgstr ""
3465
3466#: path.c:894
3467#, c-format
3468msgid "Could not make %s writable by group"
3469msgstr ""
3470
3471#: pathspec.c:128
3472msgid "Escape character '\\' not allowed as last character in attr value"
3473msgstr ""
3474
3475#: pathspec.c:146
3476msgid "Only one 'attr:' specification is allowed."
3477msgstr ""
3478
3479#: pathspec.c:149
3480msgid "attr spec must not be empty"
3481msgstr ""
3482
3483#: pathspec.c:192
3484#, c-format
3485msgid "invalid attribute name %s"
3486msgstr ""
3487
3488#: pathspec.c:257
3489msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
3490msgstr ""
3491
3492#: pathspec.c:264
3493msgid ""
3494"global 'literal' pathspec setting is incompatible with all other global "
3495"pathspec settings"
3496msgstr ""
3497
3498#: pathspec.c:304
3499msgid "invalid parameter for pathspec magic 'prefix'"
3500msgstr ""
3501
3502#: pathspec.c:325
3503#, c-format
3504msgid "Invalid pathspec magic '%.*s' in '%s'"
3505msgstr ""
3506
3507#: pathspec.c:330
3508#, c-format
3509msgid "Missing ')' at the end of pathspec magic in '%s'"
3510msgstr ""
3511
3512#: pathspec.c:368
3513#, c-format
3514msgid "Unimplemented pathspec magic '%c' in '%s'"
3515msgstr ""
3516
3517#: pathspec.c:427
3518#, c-format
3519msgid "%s: 'literal' and 'glob' are incompatible"
3520msgstr ""
3521
3522#: pathspec.c:440
3523#, c-format
3524msgid "%s: '%s' is outside repository"
3525msgstr ""
3526
3527#: pathspec.c:514
3528#, c-format
3529msgid "'%s' (mnemonic: '%c')"
3530msgstr ""
3531
3532#: pathspec.c:524
3533#, c-format
3534msgid "%s: pathspec magic not supported by this command: %s"
3535msgstr ""
3536
3537#: pathspec.c:591
3538#, c-format
3539msgid "pathspec '%s' is beyond a symbolic link"
3540msgstr ""
3541
3542#: pkt-line.c:104
3543msgid "flush packet write failed"
3544msgstr ""
3545
3546#: pkt-line.c:144 pkt-line.c:230
3547msgid "protocol error: impossibly long line"
3548msgstr ""
3549
3550#: pkt-line.c:160 pkt-line.c:162
3551msgid "packet write with format failed"
3552msgstr ""
3553
3554#: pkt-line.c:194
3555msgid "packet write failed - data exceeds max packet size"
3556msgstr ""
3557
3558#: pkt-line.c:201 pkt-line.c:208
3559msgid "packet write failed"
3560msgstr ""
3561
3562#: pkt-line.c:293
3563msgid "read error"
3564msgstr ""
3565
3566#: pkt-line.c:301
3567msgid "the remote end hung up unexpectedly"
3568msgstr ""
3569
3570#: pkt-line.c:329
3571#, c-format
3572msgid "protocol error: bad line length character: %.4s"
3573msgstr ""
3574
3575#: pkt-line.c:339 pkt-line.c:344
3576#, c-format
3577msgid "protocol error: bad line length %d"
3578msgstr ""
3579
3580#: pkt-line.c:353
3581#, c-format
3582msgid "remote error: %s"
3583msgstr ""
3584
3585#: preload-index.c:119
3586msgid "Refreshing index"
3587msgstr ""
3588
3589#: preload-index.c:138
3590#, c-format
3591msgid "unable to create threaded lstat: %s"
3592msgstr ""
3593
3594#: pretty.c:963
3595msgid "unable to parse --pretty format"
3596msgstr ""
3597
3598#: range-diff.c:56
3599msgid "could not start `log`"
3600msgstr ""
3601
3602#: range-diff.c:59
3603msgid "could not read `log` output"
3604msgstr ""
3605
3606#: range-diff.c:74 sequencer.c:4828
3607#, c-format
3608msgid "could not parse commit '%s'"
3609msgstr ""
3610
3611#: range-diff.c:224
3612msgid "failed to generate diff"
3613msgstr ""
3614
3615#: range-diff.c:455 range-diff.c:457
3616#, c-format
3617msgid "could not parse log for '%s'"
3618msgstr ""
3619
3620#: read-cache.c:673
3621#, c-format
3622msgid "will not add file alias '%s' ('%s' already exists in index)"
3623msgstr ""
3624
3625#: read-cache.c:689
3626msgid "cannot create an empty blob in the object database"
3627msgstr ""
3628
3629#: read-cache.c:710
3630#, c-format
3631msgid "%s: can only add regular files, symbolic links or git-directories"
3632msgstr ""
3633
3634#: read-cache.c:765
3635#, c-format
3636msgid "unable to index file '%s'"
3637msgstr ""
3638
3639#: read-cache.c:784
3640#, c-format
3641msgid "unable to add '%s' to index"
3642msgstr ""
3643
3644#: read-cache.c:795
3645#, c-format
3646msgid "unable to stat '%s'"
3647msgstr ""
3648
3649#: read-cache.c:1304
3650#, c-format
3651msgid "'%s' appears as both a file and as a directory"
3652msgstr ""
3653
3654#: read-cache.c:1489
3655msgid "Refresh index"
3656msgstr ""
3657
3658#: read-cache.c:1603
3659#, c-format
3660msgid ""
3661"index.version set, but the value is invalid.\n"
3662"Using version %i"
3663msgstr ""
3664
3665#: read-cache.c:1613
3666#, c-format
3667msgid ""
3668"GIT_INDEX_VERSION set, but the value is invalid.\n"
3669"Using version %i"
3670msgstr ""
3671
3672#: read-cache.c:1684
3673#, c-format
3674msgid "bad signature 0x%08x"
3675msgstr ""
3676
3677#: read-cache.c:1687
3678#, c-format
3679msgid "bad index version %d"
3680msgstr ""
3681
3682#: read-cache.c:1696
3683msgid "bad index file sha1 signature"
3684msgstr ""
3685
3686#: read-cache.c:1726
3687#, c-format
3688msgid "index uses %.4s extension, which we do not understand"
3689msgstr ""
3690
3691#: read-cache.c:1728
3692#, c-format
3693msgid "ignoring %.4s extension"
3694msgstr ""
3695
3696#: read-cache.c:1765
3697#, c-format
3698msgid "unknown index entry format 0x%08x"
3699msgstr ""
3700
3701#: read-cache.c:1781
3702#, c-format
3703msgid "malformed name field in the index, near path '%s'"
3704msgstr ""
3705
3706#: read-cache.c:1836
3707msgid "unordered stage entries in index"
3708msgstr ""
3709
3710#: read-cache.c:1839
3711#, c-format
3712msgid "multiple stage entries for merged file '%s'"
3713msgstr ""
3714
3715#: read-cache.c:1842
3716#, c-format
3717msgid "unordered stage entries for '%s'"
3718msgstr ""
3719
3720#: read-cache.c:1949 read-cache.c:2227 rerere.c:565 rerere.c:599 rerere.c:1111
3721#: builtin/add.c:459 builtin/check-ignore.c:178 builtin/checkout.c:294
3722#: builtin/checkout.c:622 builtin/checkout.c:991 builtin/clean.c:955
3723#: builtin/commit.c:344 builtin/diff-tree.c:116 builtin/grep.c:498
3724#: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
3725#: builtin/submodule--helper.c:330
3726msgid "index file corrupt"
3727msgstr ""
3728
3729#: read-cache.c:2090
3730#, c-format
3731msgid "unable to create load_cache_entries thread: %s"
3732msgstr ""
3733
3734#: read-cache.c:2103
3735#, c-format
3736msgid "unable to join load_cache_entries thread: %s"
3737msgstr ""
3738
3739#: read-cache.c:2136
3740#, c-format
3741msgid "%s: index file open failed"
3742msgstr ""
3743
3744#: read-cache.c:2140
3745#, c-format
3746msgid "%s: cannot stat the open index"
3747msgstr ""
3748
3749#: read-cache.c:2144
3750#, c-format
3751msgid "%s: index file smaller than expected"
3752msgstr ""
3753
3754#: read-cache.c:2148
3755#, c-format
3756msgid "%s: unable to map index file"
3757msgstr ""
3758
3759#: read-cache.c:2190
3760#, c-format
3761msgid "unable to create load_index_extensions thread: %s"
3762msgstr ""
3763
3764#: read-cache.c:2217
3765#, c-format
3766msgid "unable to join load_index_extensions thread: %s"
3767msgstr ""
3768
3769#: read-cache.c:2239
3770#, c-format
3771msgid "could not freshen shared index '%s'"
3772msgstr ""
3773
3774#: read-cache.c:2274
3775#, c-format
3776msgid "broken index, expect %s in %s, got %s"
3777msgstr ""
3778
3779#: read-cache.c:2971 sequencer.c:4791 wrapper.c:658 builtin/merge.c:1087
3780#, c-format
3781msgid "could not close '%s'"
3782msgstr ""
3783
3784#: read-cache.c:3044 sequencer.c:2237 sequencer.c:3647
3785#, c-format
3786msgid "could not stat '%s'"
3787msgstr ""
3788
3789#: read-cache.c:3057
3790#, c-format
3791msgid "unable to open git dir: %s"
3792msgstr ""
3793
3794#: read-cache.c:3069
3795#, c-format
3796msgid "unable to unlink: %s"
3797msgstr ""
3798
3799#: read-cache.c:3088
3800#, c-format
3801msgid "cannot fix permission bits on '%s'"
3802msgstr ""
3803
3804#: read-cache.c:3237
3805#, c-format
3806msgid "%s: cannot drop to stage #0"
3807msgstr ""
3808
3809#: rebase-interactive.c:10
3810msgid ""
3811"\n"
3812"Commands:\n"
3813"p, pick <commit> = use commit\n"
3814"r, reword <commit> = use commit, but edit the commit message\n"
3815"e, edit <commit> = use commit, but stop for amending\n"
3816"s, squash <commit> = use commit, but meld into previous commit\n"
3817"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
3818"x, exec <command> = run command (the rest of the line) using shell\n"
3819"b, break = stop here (continue rebase later with 'git rebase --continue')\n"
3820"d, drop <commit> = remove commit\n"
3821"l, label <label> = label current HEAD with a name\n"
3822"t, reset <label> = reset HEAD to a label\n"
3823"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
3824".       create a merge commit using the original merge commit's\n"
3825".       message (or the oneline, if no original merge commit was\n"
3826".       specified). Use -c <commit> to reword the commit message.\n"
3827"\n"
3828"These lines can be re-ordered; they are executed from top to bottom.\n"
3829msgstr ""
3830
3831#: rebase-interactive.c:31 git-rebase--preserve-merges.sh:173
3832msgid ""
3833"\n"
3834"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
3835msgstr ""
3836
3837#: rebase-interactive.c:34 git-rebase--preserve-merges.sh:177
3838msgid ""
3839"\n"
3840"If you remove a line here THAT COMMIT WILL BE LOST.\n"
3841msgstr ""
3842
3843#: rebase-interactive.c:40 git-rebase--preserve-merges.sh:816
3844msgid ""
3845"\n"
3846"You are editing the todo file of an ongoing interactive rebase.\n"
3847"To continue rebase after editing, run:\n"
3848"    git rebase --continue\n"
3849"\n"
3850msgstr ""
3851
3852#: rebase-interactive.c:45 git-rebase--preserve-merges.sh:893
3853msgid ""
3854"\n"
3855"However, if you remove everything, the rebase will be aborted.\n"
3856"\n"
3857msgstr ""
3858
3859#: rebase-interactive.c:51 git-rebase--preserve-merges.sh:900
3860msgid "Note that empty commits are commented out"
3861msgstr ""
3862
3863#: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:2219
3864#: sequencer.c:4569 sequencer.c:4625 sequencer.c:4900
3865#, c-format
3866msgid "could not read '%s'."
3867msgstr ""
3868
3869#: refs.c:192
3870#, c-format
3871msgid "%s does not point to a valid object!"
3872msgstr ""
3873
3874#: refs.c:583
3875#, c-format
3876msgid "ignoring dangling symref %s"
3877msgstr ""
3878
3879#: refs.c:585 ref-filter.c:1976
3880#, c-format
3881msgid "ignoring broken ref %s"
3882msgstr ""
3883
3884#: refs.c:711
3885#, c-format
3886msgid "could not open '%s' for writing: %s"
3887msgstr ""
3888
3889#: refs.c:721 refs.c:772
3890#, c-format
3891msgid "could not read ref '%s'"
3892msgstr ""
3893
3894#: refs.c:727
3895#, c-format
3896msgid "ref '%s' already exists"
3897msgstr ""
3898
3899#: refs.c:732
3900#, c-format
3901msgid "unexpected object ID when writing '%s'"
3902msgstr ""
3903
3904#: refs.c:740 sequencer.c:396 sequencer.c:2549 sequencer.c:2675
3905#: sequencer.c:2689 sequencer.c:2923 sequencer.c:4789 sequencer.c:4852
3906#: wrapper.c:656
3907#, c-format
3908msgid "could not write to '%s'"
3909msgstr ""
3910
3911#: refs.c:767 sequencer.c:4787 sequencer.c:4846 wrapper.c:225 wrapper.c:395
3912#: builtin/am.c:713 builtin/rebase.c:575
3913#, c-format
3914msgid "could not open '%s' for writing"
3915msgstr ""
3916
3917#: refs.c:774
3918#, c-format
3919msgid "unexpected object ID when deleting '%s'"
3920msgstr ""
3921
3922#: refs.c:905
3923#, c-format
3924msgid "log for ref %s has gap after %s"
3925msgstr ""
3926
3927#: refs.c:911
3928#, c-format
3929msgid "log for ref %s unexpectedly ended on %s"
3930msgstr ""
3931
3932#: refs.c:969
3933#, c-format
3934msgid "log for %s is empty"
3935msgstr ""
3936
3937#: refs.c:1061
3938#, c-format
3939msgid "refusing to update ref with bad name '%s'"
3940msgstr ""
3941
3942#: refs.c:1137
3943#, c-format
3944msgid "update_ref failed for ref '%s': %s"
3945msgstr ""
3946
3947#: refs.c:1911
3948#, c-format
3949msgid "multiple updates for ref '%s' not allowed"
3950msgstr ""
3951
3952#: refs.c:1943
3953msgid "ref updates forbidden inside quarantine environment"
3954msgstr ""
3955
3956#: refs.c:2039 refs.c:2069
3957#, c-format
3958msgid "'%s' exists; cannot create '%s'"
3959msgstr ""
3960
3961#: refs.c:2045 refs.c:2080
3962#, c-format
3963msgid "cannot process '%s' and '%s' at the same time"
3964msgstr ""
3965
3966#: refs/files-backend.c:1228
3967#, c-format
3968msgid "could not remove reference %s"
3969msgstr ""
3970
3971#: refs/files-backend.c:1242 refs/packed-backend.c:1532
3972#: refs/packed-backend.c:1542
3973#, c-format
3974msgid "could not delete reference %s: %s"
3975msgstr ""
3976
3977#: refs/files-backend.c:1245 refs/packed-backend.c:1545
3978#, c-format
3979msgid "could not delete references: %s"
3980msgstr ""
3981
3982#: refspec.c:137
3983#, c-format
3984msgid "invalid refspec '%s'"
3985msgstr ""
3986
3987#: ref-filter.c:39 wt-status.c:1861
3988msgid "gone"
3989msgstr ""
3990
3991#: ref-filter.c:40
3992#, c-format
3993msgid "ahead %d"
3994msgstr ""
3995
3996#: ref-filter.c:41
3997#, c-format
3998msgid "behind %d"
3999msgstr ""
4000
4001#: ref-filter.c:42
4002#, c-format
4003msgid "ahead %d, behind %d"
4004msgstr ""
4005
4006#: ref-filter.c:138
4007#, c-format
4008msgid "expected format: %%(color:<color>)"
4009msgstr ""
4010
4011#: ref-filter.c:140
4012#, c-format
4013msgid "unrecognized color: %%(color:%s)"
4014msgstr ""
4015
4016#: ref-filter.c:162
4017#, c-format
4018msgid "Integer value expected refname:lstrip=%s"
4019msgstr ""
4020
4021#: ref-filter.c:166
4022#, c-format
4023msgid "Integer value expected refname:rstrip=%s"
4024msgstr ""
4025
4026#: ref-filter.c:168
4027#, c-format
4028msgid "unrecognized %%(%s) argument: %s"
4029msgstr ""
4030
4031#: ref-filter.c:223
4032#, c-format
4033msgid "%%(objecttype) does not take arguments"
4034msgstr ""
4035
4036#: ref-filter.c:245
4037#, c-format
4038msgid "unrecognized %%(objectsize) argument: %s"
4039msgstr ""
4040
4041#: ref-filter.c:253
4042#, c-format
4043msgid "%%(deltabase) does not take arguments"
4044msgstr ""
4045
4046#: ref-filter.c:265
4047#, c-format
4048msgid "%%(body) does not take arguments"
4049msgstr ""
4050
4051#: ref-filter.c:274
4052#, c-format
4053msgid "%%(subject) does not take arguments"
4054msgstr ""
4055
4056#: ref-filter.c:296
4057#, c-format
4058msgid "unknown %%(trailers) argument: %s"
4059msgstr ""
4060
4061#: ref-filter.c:325
4062#, c-format
4063msgid "positive value expected contents:lines=%s"
4064msgstr ""
4065
4066#: ref-filter.c:327
4067#, c-format
4068msgid "unrecognized %%(contents) argument: %s"
4069msgstr ""
4070
4071#: ref-filter.c:342
4072#, c-format
4073msgid "positive value expected objectname:short=%s"
4074msgstr ""
4075
4076#: ref-filter.c:346
4077#, c-format
4078msgid "unrecognized %%(objectname) argument: %s"
4079msgstr ""
4080
4081#: ref-filter.c:376
4082#, c-format
4083msgid "expected format: %%(align:<width>,<position>)"
4084msgstr ""
4085
4086#: ref-filter.c:388
4087#, c-format
4088msgid "unrecognized position:%s"
4089msgstr ""
4090
4091#: ref-filter.c:395
4092#, c-format
4093msgid "unrecognized width:%s"
4094msgstr ""
4095
4096#: ref-filter.c:404
4097#, c-format
4098msgid "unrecognized %%(align) argument: %s"
4099msgstr ""
4100
4101#: ref-filter.c:412
4102#, c-format
4103msgid "positive width expected with the %%(align) atom"
4104msgstr ""
4105
4106#: ref-filter.c:430
4107#, c-format
4108msgid "unrecognized %%(if) argument: %s"
4109msgstr ""
4110
4111#: ref-filter.c:527
4112#, c-format
4113msgid "malformed field name: %.*s"
4114msgstr ""
4115
4116#: ref-filter.c:554
4117#, c-format
4118msgid "unknown field name: %.*s"
4119msgstr ""
4120
4121#: ref-filter.c:558
4122#, c-format
4123msgid ""
4124"not a git repository, but the field '%.*s' requires access to object data"
4125msgstr ""
4126
4127#: ref-filter.c:682
4128#, c-format
4129msgid "format: %%(if) atom used without a %%(then) atom"
4130msgstr ""
4131
4132#: ref-filter.c:745
4133#, c-format
4134msgid "format: %%(then) atom used without an %%(if) atom"
4135msgstr ""
4136
4137#: ref-filter.c:747
4138#, c-format
4139msgid "format: %%(then) atom used more than once"
4140msgstr ""
4141
4142#: ref-filter.c:749
4143#, c-format
4144msgid "format: %%(then) atom used after %%(else)"
4145msgstr ""
4146
4147#: ref-filter.c:777
4148#, c-format
4149msgid "format: %%(else) atom used without an %%(if) atom"
4150msgstr ""
4151
4152#: ref-filter.c:779
4153#, c-format
4154msgid "format: %%(else) atom used without a %%(then) atom"
4155msgstr ""
4156
4157#: ref-filter.c:781
4158#, c-format
4159msgid "format: %%(else) atom used more than once"
4160msgstr ""
4161
4162#: ref-filter.c:796
4163#, c-format
4164msgid "format: %%(end) atom used without corresponding atom"
4165msgstr ""
4166
4167#: ref-filter.c:853
4168#, c-format
4169msgid "malformed format string %s"
4170msgstr ""
4171
4172#: ref-filter.c:1447
4173#, c-format
4174msgid "(no branch, rebasing %s)"
4175msgstr ""
4176
4177#: ref-filter.c:1450
4178#, c-format
4179msgid "(no branch, rebasing detached HEAD %s)"
4180msgstr ""
4181
4182#: ref-filter.c:1453
4183#, c-format
4184msgid "(no branch, bisect started on %s)"
4185msgstr ""
4186
4187#. TRANSLATORS: make sure this matches "HEAD
4188#. detached at " in wt-status.c
4189#.
4190#: ref-filter.c:1461
4191#, c-format
4192msgid "(HEAD detached at %s)"
4193msgstr ""
4194
4195#. TRANSLATORS: make sure this matches "HEAD
4196#. detached from " in wt-status.c
4197#.
4198#: ref-filter.c:1468
4199#, c-format
4200msgid "(HEAD detached from %s)"
4201msgstr ""
4202
4203#: ref-filter.c:1472
4204msgid "(no branch)"
4205msgstr ""
4206
4207#: ref-filter.c:1506 ref-filter.c:1663
4208#, c-format
4209msgid "missing object %s for %s"
4210msgstr ""
4211
4212#: ref-filter.c:1516
4213#, c-format
4214msgid "parse_object_buffer failed on %s for %s"
4215msgstr ""
4216
4217#: ref-filter.c:1882
4218#, c-format
4219msgid "malformed object at '%s'"
4220msgstr ""
4221
4222#: ref-filter.c:1971
4223#, c-format
4224msgid "ignoring ref with broken name %s"
4225msgstr ""
4226
4227#: ref-filter.c:2257
4228#, c-format
4229msgid "format: %%(end) atom missing"
4230msgstr ""
4231
4232#: ref-filter.c:2352
4233#, c-format
4234msgid "option `%s' is incompatible with --merged"
4235msgstr ""
4236
4237#: ref-filter.c:2355
4238#, c-format
4239msgid "option `%s' is incompatible with --no-merged"
4240msgstr ""
4241
4242#: ref-filter.c:2365
4243#, c-format
4244msgid "malformed object name %s"
4245msgstr ""
4246
4247#: ref-filter.c:2370
4248#, c-format
4249msgid "option `%s' must point to a commit"
4250msgstr ""
4251
4252#: remote.c:363
4253#, c-format
4254msgid "config remote shorthand cannot begin with '/': %s"
4255msgstr ""
4256
4257#: remote.c:410
4258msgid "more than one receivepack given, using the first"
4259msgstr ""
4260
4261#: remote.c:418
4262msgid "more than one uploadpack given, using the first"
4263msgstr ""
4264
4265#: remote.c:608
4266#, c-format
4267msgid "Cannot fetch both %s and %s to %s"
4268msgstr ""
4269
4270#: remote.c:612
4271#, c-format
4272msgid "%s usually tracks %s, not %s"
4273msgstr ""
4274
4275#: remote.c:616
4276#, c-format
4277msgid "%s tracks both %s and %s"
4278msgstr ""
4279
4280#: remote.c:684
4281#, c-format
4282msgid "key '%s' of pattern had no '*'"
4283msgstr ""
4284
4285#: remote.c:694
4286#, c-format
4287msgid "value '%s' of pattern has no '*'"
4288msgstr ""
4289
4290#: remote.c:1000
4291#, c-format
4292msgid "src refspec %s does not match any"
4293msgstr ""
4294
4295#: remote.c:1005
4296#, c-format
4297msgid "src refspec %s matches more than one"
4298msgstr ""
4299
4300#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
4301#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
4302#. the <src>.
4303#.
4304#: remote.c:1020
4305#, c-format
4306msgid ""
4307"The destination you provided is not a full refname (i.e.,\n"
4308"starting with \"refs/\"). We tried to guess what you meant by:\n"
4309"\n"
4310"- Looking for a ref that matches '%s' on the remote side.\n"
4311"- Checking if the <src> being pushed ('%s')\n"
4312"  is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
4313"  refs/{heads,tags}/ prefix on the remote side.\n"
4314"\n"
4315"Neither worked, so we gave up. You must fully qualify the ref."
4316msgstr ""
4317
4318#: remote.c:1040
4319#, c-format
4320msgid ""
4321"The <src> part of the refspec is a commit object.\n"
4322"Did you mean to create a new branch by pushing to\n"
4323"'%s:refs/heads/%s'?"
4324msgstr ""
4325
4326#: remote.c:1045
4327#, c-format
4328msgid ""
4329"The <src> part of the refspec is a tag object.\n"
4330"Did you mean to create a new tag by pushing to\n"
4331"'%s:refs/tags/%s'?"
4332msgstr ""
4333
4334#: remote.c:1050
4335#, c-format
4336msgid ""
4337"The <src> part of the refspec is a tree object.\n"
4338"Did you mean to tag a new tree by pushing to\n"
4339"'%s:refs/tags/%s'?"
4340msgstr ""
4341
4342#: remote.c:1055
4343#, c-format
4344msgid ""
4345"The <src> part of the refspec is a blob object.\n"
4346"Did you mean to tag a new blob by pushing to\n"
4347"'%s:refs/tags/%s'?"
4348msgstr ""
4349
4350#: remote.c:1091
4351#, c-format
4352msgid "%s cannot be resolved to branch"
4353msgstr ""
4354
4355#: remote.c:1102
4356#, c-format
4357msgid "unable to delete '%s': remote ref does not exist"
4358msgstr ""
4359
4360#: remote.c:1114
4361#, c-format
4362msgid "dst refspec %s matches more than one"
4363msgstr ""
4364
4365#: remote.c:1121
4366#, c-format
4367msgid "dst ref %s receives from more than one src"
4368msgstr ""
4369
4370#: remote.c:1624 remote.c:1725
4371msgid "HEAD does not point to a branch"
4372msgstr ""
4373
4374#: remote.c:1633
4375#, c-format
4376msgid "no such branch: '%s'"
4377msgstr ""
4378
4379#: remote.c:1636
4380#, c-format
4381msgid "no upstream configured for branch '%s'"
4382msgstr ""
4383
4384#: remote.c:1642
4385#, c-format
4386msgid "upstream branch '%s' not stored as a remote-tracking branch"
4387msgstr ""
4388
4389#: remote.c:1657
4390#, c-format
4391msgid "push destination '%s' on remote '%s' has no local tracking branch"
4392msgstr ""
4393
4394#: remote.c:1669
4395#, c-format
4396msgid "branch '%s' has no remote for pushing"
4397msgstr ""
4398
4399#: remote.c:1679
4400#, c-format
4401msgid "push refspecs for '%s' do not include '%s'"
4402msgstr ""
4403
4404#: remote.c:1692
4405msgid "push has no destination (push.default is 'nothing')"
4406msgstr ""
4407
4408#: remote.c:1714
4409msgid "cannot resolve 'simple' push to a single destination"
4410msgstr ""
4411
4412#: remote.c:1840
4413#, c-format
4414msgid "couldn't find remote ref %s"
4415msgstr ""
4416
4417#: remote.c:1853
4418#, c-format
4419msgid "* Ignoring funny ref '%s' locally"
4420msgstr ""
4421
4422#: remote.c:1990
4423#, c-format
4424msgid "Your branch is based on '%s', but the upstream is gone.\n"
4425msgstr ""
4426
4427#: remote.c:1994
4428msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
4429msgstr ""
4430
4431#: remote.c:1997
4432#, c-format
4433msgid "Your branch is up to date with '%s'.\n"
4434msgstr ""
4435
4436#: remote.c:2001
4437#, c-format
4438msgid "Your branch and '%s' refer to different commits.\n"
4439msgstr ""
4440
4441#: remote.c:2004
4442#, c-format
4443msgid "  (use \"%s\" for details)\n"
4444msgstr ""
4445
4446#: remote.c:2008
4447#, c-format
4448msgid "Your branch is ahead of '%s' by %d commit.\n"
4449msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
4450msgstr[0] ""
4451msgstr[1] ""
4452
4453#: remote.c:2014
4454msgid "  (use \"git push\" to publish your local commits)\n"
4455msgstr ""
4456
4457#: remote.c:2017
4458#, c-format
4459msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
4460msgid_plural ""
4461"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
4462msgstr[0] ""
4463msgstr[1] ""
4464
4465#: remote.c:2025
4466msgid "  (use \"git pull\" to update your local branch)\n"
4467msgstr ""
4468
4469#: remote.c:2028
4470#, c-format
4471msgid ""
4472"Your branch and '%s' have diverged,\n"
4473"and have %d and %d different commit each, respectively.\n"
4474msgid_plural ""
4475"Your branch and '%s' have diverged,\n"
4476"and have %d and %d different commits each, respectively.\n"
4477msgstr[0] ""
4478msgstr[1] ""
4479
4480#: remote.c:2038
4481msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
4482msgstr ""
4483
4484#: remote.c:2221
4485#, c-format
4486msgid "cannot parse expected object name '%s'"
4487msgstr ""
4488
4489#: replace-object.c:21
4490#, c-format
4491msgid "bad replace ref name: %s"
4492msgstr ""
4493
4494#: replace-object.c:30
4495#, c-format
4496msgid "duplicate replace ref: %s"
4497msgstr ""
4498
4499#: replace-object.c:73
4500#, c-format
4501msgid "replace depth too high for object %s"
4502msgstr ""
4503
4504#: rerere.c:217 rerere.c:226 rerere.c:229
4505msgid "corrupt MERGE_RR"
4506msgstr ""
4507
4508#: rerere.c:264 rerere.c:269
4509msgid "unable to write rerere record"
4510msgstr ""
4511
4512#: rerere.c:485 rerere.c:692 sequencer.c:3186 sequencer.c:3212
4513#: builtin/fsck.c:314
4514#, c-format
4515msgid "could not write '%s'"
4516msgstr ""
4517
4518#: rerere.c:495
4519#, c-format
4520msgid "there were errors while writing '%s' (%s)"
4521msgstr ""
4522
4523#: rerere.c:498
4524#, c-format
4525msgid "failed to flush '%s'"
4526msgstr ""
4527
4528#: rerere.c:503 rerere.c:1039
4529#, c-format
4530msgid "could not parse conflict hunks in '%s'"
4531msgstr ""
4532
4533#: rerere.c:684
4534#, c-format
4535msgid "failed utime() on '%s'"
4536msgstr ""
4537
4538#: rerere.c:694
4539#, c-format
4540msgid "writing '%s' failed"
4541msgstr ""
4542
4543#: rerere.c:714
4544#, c-format
4545msgid "Staged '%s' using previous resolution."
4546msgstr ""
4547
4548#: rerere.c:753
4549#, c-format
4550msgid "Recorded resolution for '%s'."
4551msgstr ""
4552
4553#: rerere.c:788
4554#, c-format
4555msgid "Resolved '%s' using previous resolution."
4556msgstr ""
4557
4558#: rerere.c:803
4559#, c-format
4560msgid "cannot unlink stray '%s'"
4561msgstr ""
4562
4563#: rerere.c:807
4564#, c-format
4565msgid "Recorded preimage for '%s'"
4566msgstr ""
4567
4568#: rerere.c:881 submodule.c:2012 builtin/submodule--helper.c:1417
4569#: builtin/submodule--helper.c:1427
4570#, c-format
4571msgid "could not create directory '%s'"
4572msgstr ""
4573
4574#: rerere.c:1057
4575#, c-format
4576msgid "failed to update conflicted state in '%s'"
4577msgstr ""
4578
4579#: rerere.c:1068 rerere.c:1075
4580#, c-format
4581msgid "no remembered resolution for '%s'"
4582msgstr ""
4583
4584#: rerere.c:1077
4585#, c-format
4586msgid "cannot unlink '%s'"
4587msgstr ""
4588
4589#: rerere.c:1087
4590#, c-format
4591msgid "Updated preimage for '%s'"
4592msgstr ""
4593
4594#: rerere.c:1096
4595#, c-format
4596msgid "Forgot resolution for '%s'\n"
4597msgstr ""
4598
4599#: rerere.c:1199
4600msgid "unable to open rr-cache directory"
4601msgstr ""
4602
4603#: revision.c:2484
4604msgid "your current branch appears to be broken"
4605msgstr ""
4606
4607#: revision.c:2487
4608#, c-format
4609msgid "your current branch '%s' does not have any commits yet"
4610msgstr ""
4611
4612#: revision.c:2684
4613msgid "--first-parent is incompatible with --bisect"
4614msgstr ""
4615
4616#: run-command.c:742
4617msgid "open /dev/null failed"
4618msgstr ""
4619
4620#: run-command.c:1231
4621#, c-format
4622msgid "cannot create async thread: %s"
4623msgstr ""
4624
4625#: run-command.c:1295
4626#, c-format
4627msgid ""
4628"The '%s' hook was ignored because it's not set as executable.\n"
4629"You can disable this warning with `git config advice.ignoredHook false`."
4630msgstr ""
4631
4632#: send-pack.c:141
4633msgid "unexpected flush packet while reading remote unpack status"
4634msgstr ""
4635
4636#: send-pack.c:143
4637#, c-format
4638msgid "unable to parse remote unpack status: %s"
4639msgstr ""
4640
4641#: send-pack.c:145
4642#, c-format
4643msgid "remote unpack failed: %s"
4644msgstr ""
4645
4646#: send-pack.c:306
4647msgid "failed to sign the push certificate"
4648msgstr ""
4649
4650#: send-pack.c:420
4651msgid "the receiving end does not support --signed push"
4652msgstr ""
4653
4654#: send-pack.c:422
4655msgid ""
4656"not sending a push certificate since the receiving end does not support --"
4657"signed push"
4658msgstr ""
4659
4660#: send-pack.c:434
4661msgid "the receiving end does not support --atomic push"
4662msgstr ""
4663
4664#: send-pack.c:439
4665msgid "the receiving end does not support push options"
4666msgstr ""
4667
4668#: sequencer.c:184
4669#, c-format
4670msgid "invalid commit message cleanup mode '%s'"
4671msgstr ""
4672
4673#: sequencer.c:288
4674#, c-format
4675msgid "could not delete '%s'"
4676msgstr ""
4677
4678#: sequencer.c:314
4679msgid "revert"
4680msgstr ""
4681
4682#: sequencer.c:316
4683msgid "cherry-pick"
4684msgstr ""
4685
4686#: sequencer.c:318
4687msgid "rebase -i"
4688msgstr ""
4689
4690#: sequencer.c:320
4691#, c-format
4692msgid "unknown action: %d"
4693msgstr ""
4694
4695#: sequencer.c:378
4696msgid ""
4697"after resolving the conflicts, mark the corrected paths\n"
4698"with 'git add <paths>' or 'git rm <paths>'"
4699msgstr ""
4700
4701#: sequencer.c:381
4702msgid ""
4703"after resolving the conflicts, mark the corrected paths\n"
4704"with 'git add <paths>' or 'git rm <paths>'\n"
4705"and commit the result with 'git commit'"
4706msgstr ""
4707
4708#: sequencer.c:394 sequencer.c:2671
4709#, c-format
4710msgid "could not lock '%s'"
4711msgstr ""
4712
4713#: sequencer.c:401
4714#, c-format
4715msgid "could not write eol to '%s'"
4716msgstr ""
4717
4718#: sequencer.c:406 sequencer.c:2554 sequencer.c:2677 sequencer.c:2691
4719#: sequencer.c:2931
4720#, c-format
4721msgid "failed to finalize '%s'"
4722msgstr ""
4723
4724#: sequencer.c:429 sequencer.c:931 sequencer.c:1615 sequencer.c:2574
4725#: sequencer.c:2913 sequencer.c:3022 builtin/am.c:245 builtin/commit.c:748
4726#: builtin/merge.c:1085 builtin/rebase.c:154
4727#, c-format
4728msgid "could not read '%s'"
4729msgstr ""
4730
4731#: sequencer.c:455
4732#, c-format
4733msgid "your local changes would be overwritten by %s."
4734msgstr ""
4735
4736#: sequencer.c:459
4737msgid "commit your changes or stash them to proceed."
4738msgstr ""
4739
4740#: sequencer.c:491
4741#, c-format
4742msgid "%s: fast-forward"
4743msgstr ""
4744
4745#. TRANSLATORS: %s will be "revert", "cherry-pick" or
4746#. "rebase -i".
4747#.
4748#: sequencer.c:582
4749#, c-format
4750msgid "%s: Unable to write new index file"
4751msgstr ""
4752
4753#: sequencer.c:598
4754msgid "unable to update cache tree"
4755msgstr ""
4756
4757#: sequencer.c:612
4758msgid "could not resolve HEAD commit"
4759msgstr ""
4760
4761#: sequencer.c:692
4762#, c-format
4763msgid "no key present in '%.*s'"
4764msgstr ""
4765
4766#: sequencer.c:703
4767#, c-format
4768msgid "unable to dequote value of '%s'"
4769msgstr ""
4770
4771#: sequencer.c:740 wrapper.c:227 wrapper.c:397 builtin/am.c:704
4772#: builtin/am.c:796 builtin/merge.c:1082 builtin/rebase.c:617
4773#, c-format
4774msgid "could not open '%s' for reading"
4775msgstr ""
4776
4777#: sequencer.c:750
4778msgid "'GIT_AUTHOR_NAME' already given"
4779msgstr ""
4780
4781#: sequencer.c:755
4782msgid "'GIT_AUTHOR_EMAIL' already given"
4783msgstr ""
4784
4785#: sequencer.c:760
4786msgid "'GIT_AUTHOR_DATE' already given"
4787msgstr ""
4788
4789#: sequencer.c:764
4790#, c-format
4791msgid "unknown variable '%s'"
4792msgstr ""
4793
4794#: sequencer.c:769
4795msgid "missing 'GIT_AUTHOR_NAME'"
4796msgstr ""
4797
4798#: sequencer.c:771
4799msgid "missing 'GIT_AUTHOR_EMAIL'"
4800msgstr ""
4801
4802#: sequencer.c:773
4803msgid "missing 'GIT_AUTHOR_DATE'"
4804msgstr ""
4805
4806#: sequencer.c:833
4807#, c-format
4808msgid "invalid date format '%s' in '%s'"
4809msgstr ""
4810
4811#: sequencer.c:850
4812#, c-format
4813msgid ""
4814"you have staged changes in your working tree\n"
4815"If these changes are meant to be squashed into the previous commit, run:\n"
4816"\n"
4817"  git commit --amend %s\n"
4818"\n"
4819"If they are meant to go into a new commit, run:\n"
4820"\n"
4821"  git commit %s\n"
4822"\n"
4823"In both cases, once you're done, continue with:\n"
4824"\n"
4825"  git rebase --continue\n"
4826msgstr ""
4827
4828#: sequencer.c:945
4829msgid "writing root commit"
4830msgstr ""
4831
4832#: sequencer.c:1155
4833msgid "'prepare-commit-msg' hook failed"
4834msgstr ""
4835
4836#: sequencer.c:1162
4837msgid ""
4838"Your name and email address were configured automatically based\n"
4839"on your username and hostname. Please check that they are accurate.\n"
4840"You can suppress this message by setting them explicitly. Run the\n"
4841"following command and follow the instructions in your editor to edit\n"
4842"your configuration file:\n"
4843"\n"
4844"    git config --global --edit\n"
4845"\n"
4846"After doing this, you may fix the identity used for this commit with:\n"
4847"\n"
4848"    git commit --amend --reset-author\n"
4849msgstr ""
4850
4851#: sequencer.c:1175
4852msgid ""
4853"Your name and email address were configured automatically based\n"
4854"on your username and hostname. Please check that they are accurate.\n"
4855"You can suppress this message by setting them explicitly:\n"
4856"\n"
4857"    git config --global user.name \"Your Name\"\n"
4858"    git config --global user.email you@example.com\n"
4859"\n"
4860"After doing this, you may fix the identity used for this commit with:\n"
4861"\n"
4862"    git commit --amend --reset-author\n"
4863msgstr ""
4864
4865#: sequencer.c:1217
4866msgid "couldn't look up newly created commit"
4867msgstr ""
4868
4869#: sequencer.c:1219
4870msgid "could not parse newly created commit"
4871msgstr ""
4872
4873#: sequencer.c:1265
4874msgid "unable to resolve HEAD after creating commit"
4875msgstr ""
4876
4877#: sequencer.c:1267
4878msgid "detached HEAD"
4879msgstr ""
4880
4881#: sequencer.c:1271
4882msgid " (root-commit)"
4883msgstr ""
4884
4885#: sequencer.c:1292
4886msgid "could not parse HEAD"
4887msgstr ""
4888
4889#: sequencer.c:1294
4890#, c-format
4891msgid "HEAD %s is not a commit!"
4892msgstr ""
4893
4894#: sequencer.c:1298 builtin/commit.c:1546
4895msgid "could not parse HEAD commit"
4896msgstr ""
4897
4898#: sequencer.c:1350 sequencer.c:1964
4899msgid "unable to parse commit author"
4900msgstr ""
4901
4902#: sequencer.c:1360 builtin/am.c:1570 builtin/merge.c:678
4903msgid "git write-tree failed to write a tree"
4904msgstr ""
4905
4906#: sequencer.c:1377 sequencer.c:1433
4907#, c-format
4908msgid "unable to read commit message from '%s'"
4909msgstr ""
4910
4911#: sequencer.c:1399 builtin/am.c:1591 builtin/commit.c:1649 builtin/merge.c:859
4912#: builtin/merge.c:884
4913msgid "failed to write commit object"
4914msgstr ""
4915
4916#: sequencer.c:1460
4917#, c-format
4918msgid "could not parse commit %s"
4919msgstr ""
4920
4921#: sequencer.c:1465
4922#, c-format
4923msgid "could not parse parent commit %s"
4924msgstr ""
4925
4926#: sequencer.c:1565 sequencer.c:1675
4927#, c-format
4928msgid "unknown command: %d"
4929msgstr ""
4930
4931#: sequencer.c:1622 sequencer.c:1647
4932#, c-format
4933msgid "This is a combination of %d commits."
4934msgstr ""
4935
4936#: sequencer.c:1632 sequencer.c:4808
4937msgid "need a HEAD to fixup"
4938msgstr ""
4939
4940#: sequencer.c:1634 sequencer.c:2958
4941msgid "could not read HEAD"
4942msgstr ""
4943
4944#: sequencer.c:1636
4945msgid "could not read HEAD's commit message"
4946msgstr ""
4947
4948#: sequencer.c:1642
4949#, c-format
4950msgid "cannot write '%s'"
4951msgstr ""
4952
4953#: sequencer.c:1649 git-rebase--preserve-merges.sh:441
4954msgid "This is the 1st commit message:"
4955msgstr ""
4956
4957#: sequencer.c:1657
4958#, c-format
4959msgid "could not read commit message of %s"
4960msgstr ""
4961
4962#: sequencer.c:1664
4963#, c-format
4964msgid "This is the commit message #%d:"
4965msgstr ""
4966
4967#: sequencer.c:1670
4968#, c-format
4969msgid "The commit message #%d will be skipped:"
4970msgstr ""
4971
4972#: sequencer.c:1758
4973msgid "your index file is unmerged."
4974msgstr ""
4975
4976#: sequencer.c:1765
4977msgid "cannot fixup root commit"
4978msgstr ""
4979
4980#: sequencer.c:1784
4981#, c-format
4982msgid "commit %s is a merge but no -m option was given."
4983msgstr ""
4984
4985#: sequencer.c:1792 sequencer.c:1800
4986#, c-format
4987msgid "commit %s does not have parent %d"
4988msgstr ""
4989
4990#: sequencer.c:1806
4991#, c-format
4992msgid "cannot get commit message for %s"
4993msgstr ""
4994
4995#. TRANSLATORS: The first %s will be a "todo" command like
4996#. "revert" or "pick", the second %s a SHA1.
4997#: sequencer.c:1825
4998#, c-format
4999msgid "%s: cannot parse parent commit %s"
5000msgstr ""
5001
5002#: sequencer.c:1890
5003#, c-format
5004msgid "could not rename '%s' to '%s'"
5005msgstr ""
5006
5007#: sequencer.c:1945
5008#, c-format
5009msgid "could not revert %s... %s"
5010msgstr ""
5011
5012#: sequencer.c:1946
5013#, c-format
5014msgid "could not apply %s... %s"
5015msgstr ""
5016
5017#: sequencer.c:2005
5018#, c-format
5019msgid "git %s: failed to read the index"
5020msgstr ""
5021
5022#: sequencer.c:2012
5023#, c-format
5024msgid "git %s: failed to refresh the index"
5025msgstr ""
5026
5027#: sequencer.c:2094
5028#, c-format
5029msgid "%s does not accept arguments: '%s'"
5030msgstr ""
5031
5032#: sequencer.c:2103
5033#, c-format
5034msgid "missing arguments for %s"
5035msgstr ""
5036
5037#: sequencer.c:2163
5038#, c-format
5039msgid "invalid line %d: %.*s"
5040msgstr ""
5041
5042#: sequencer.c:2171
5043#, c-format
5044msgid "cannot '%s' without a previous commit"
5045msgstr ""
5046
5047#: sequencer.c:2243
5048msgid "please fix this using 'git rebase --edit-todo'."
5049msgstr ""
5050
5051#: sequencer.c:2245
5052#, c-format
5053msgid "unusable instruction sheet: '%s'"
5054msgstr ""
5055
5056#: sequencer.c:2250
5057msgid "no commits parsed."
5058msgstr ""
5059
5060#: sequencer.c:2261
5061msgid "cannot cherry-pick during a revert."
5062msgstr ""
5063
5064#: sequencer.c:2263
5065msgid "cannot revert during a cherry-pick."
5066msgstr ""
5067
5068#: sequencer.c:2333
5069#, c-format
5070msgid "invalid value for %s: %s"
5071msgstr ""
5072
5073#: sequencer.c:2420
5074msgid "unusable squash-onto"
5075msgstr ""
5076
5077#: sequencer.c:2436
5078#, c-format
5079msgid "malformed options sheet: '%s'"
5080msgstr ""
5081
5082#: sequencer.c:2518 sequencer.c:4067
5083msgid "empty commit set passed"
5084msgstr ""
5085
5086#: sequencer.c:2526
5087msgid "a cherry-pick or revert is already in progress"
5088msgstr ""
5089
5090#: sequencer.c:2527
5091msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5092msgstr ""
5093
5094#: sequencer.c:2530
5095#, c-format
5096msgid "could not create sequencer directory '%s'"
5097msgstr ""
5098
5099#: sequencer.c:2544
5100msgid "could not lock HEAD"
5101msgstr ""
5102
5103#: sequencer.c:2599 sequencer.c:3819
5104msgid "no cherry-pick or revert in progress"
5105msgstr ""
5106
5107#: sequencer.c:2601
5108msgid "cannot resolve HEAD"
5109msgstr ""
5110
5111#: sequencer.c:2603 sequencer.c:2638
5112msgid "cannot abort from a branch yet to be born"
5113msgstr ""
5114
5115#: sequencer.c:2624 builtin/grep.c:732
5116#, c-format
5117msgid "cannot open '%s'"
5118msgstr ""
5119
5120#: sequencer.c:2626
5121#, c-format
5122msgid "cannot read '%s': %s"
5123msgstr ""
5124
5125#: sequencer.c:2627
5126msgid "unexpected end of file"
5127msgstr ""
5128
5129#: sequencer.c:2633
5130#, c-format
5131msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5132msgstr ""
5133
5134#: sequencer.c:2644
5135msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5136msgstr ""
5137
5138#: sequencer.c:2750 sequencer.c:3735
5139#, c-format
5140msgid "could not update %s"
5141msgstr ""
5142
5143#: sequencer.c:2788 sequencer.c:3715
5144msgid "cannot read HEAD"
5145msgstr ""
5146
5147#: sequencer.c:2805
5148#, c-format
5149msgid "unable to copy '%s' to '%s'"
5150msgstr ""
5151
5152#: sequencer.c:2813
5153#, c-format
5154msgid ""
5155"You can amend the commit now, with\n"
5156"\n"
5157"  git commit --amend %s\n"
5158"\n"
5159"Once you are satisfied with your changes, run\n"
5160"\n"
5161"  git rebase --continue\n"
5162msgstr ""
5163
5164#: sequencer.c:2823
5165#, c-format
5166msgid "Could not apply %s... %.*s"
5167msgstr ""
5168
5169#: sequencer.c:2830
5170#, c-format
5171msgid "Could not merge %.*s"
5172msgstr ""
5173
5174#: sequencer.c:2844 sequencer.c:2848 builtin/difftool.c:641
5175#, c-format
5176msgid "could not copy '%s' to '%s'"
5177msgstr ""
5178
5179#: sequencer.c:2870 sequencer.c:3293 builtin/rebase.c:424 builtin/rebase.c:1230
5180#: builtin/rebase.c:1591 builtin/rebase.c:1646
5181msgid "could not read index"
5182msgstr ""
5183
5184#: sequencer.c:2875
5185#, c-format
5186msgid ""
5187"execution failed: %s\n"
5188"%sYou can fix the problem, and then run\n"
5189"\n"
5190"  git rebase --continue\n"
5191"\n"
5192msgstr ""
5193
5194#: sequencer.c:2881
5195msgid "and made changes to the index and/or the working tree\n"
5196msgstr ""
5197
5198#: sequencer.c:2887
5199#, c-format
5200msgid ""
5201"execution succeeded: %s\n"
5202"but left changes to the index and/or the working tree\n"
5203"Commit or stash your changes, and then run\n"
5204"\n"
5205"  git rebase --continue\n"
5206"\n"
5207msgstr ""
5208
5209#: sequencer.c:2948
5210#, c-format
5211msgid "illegal label name: '%.*s'"
5212msgstr ""
5213
5214#: sequencer.c:3002
5215msgid "writing fake root commit"
5216msgstr ""
5217
5218#: sequencer.c:3007
5219msgid "writing squash-onto"
5220msgstr ""
5221
5222#: sequencer.c:3045 builtin/rebase.c:429 builtin/rebase.c:435
5223#, c-format
5224msgid "failed to find tree of %s"
5225msgstr ""
5226
5227#: sequencer.c:3063 builtin/rebase.c:448
5228msgid "could not write index"
5229msgstr ""
5230
5231#: sequencer.c:3090
5232#, c-format
5233msgid "could not resolve '%s'"
5234msgstr ""
5235
5236#: sequencer.c:3118
5237msgid "cannot merge without a current revision"
5238msgstr ""
5239
5240#: sequencer.c:3140
5241#, c-format
5242msgid "unable to parse '%.*s'"
5243msgstr ""
5244
5245#: sequencer.c:3149
5246#, c-format
5247msgid "nothing to merge: '%.*s'"
5248msgstr ""
5249
5250#: sequencer.c:3161
5251msgid "octopus merge cannot be executed on top of a [new root]"
5252msgstr ""
5253
5254#: sequencer.c:3176
5255#, c-format
5256msgid "could not get commit message of '%s'"
5257msgstr ""
5258
5259#: sequencer.c:3325
5260#, c-format
5261msgid "could not even attempt to merge '%.*s'"
5262msgstr ""
5263
5264#: sequencer.c:3341
5265msgid "merge: Unable to write new index file"
5266msgstr ""
5267
5268#: sequencer.c:3409 builtin/rebase.c:298
5269#, c-format
5270msgid "Applied autostash.\n"
5271msgstr ""
5272
5273#: sequencer.c:3421
5274#, c-format
5275msgid "cannot store %s"
5276msgstr ""
5277
5278#: sequencer.c:3424 builtin/rebase.c:314
5279#, c-format
5280msgid ""
5281"Applying autostash resulted in conflicts.\n"
5282"Your changes are safe in the stash.\n"
5283"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
5284msgstr ""
5285
5286#: sequencer.c:3478
5287#, c-format
5288msgid "could not checkout %s"
5289msgstr ""
5290
5291#: sequencer.c:3492
5292#, c-format
5293msgid "%s: not a valid OID"
5294msgstr ""
5295
5296#: sequencer.c:3497 git-rebase--preserve-merges.sh:724
5297msgid "could not detach HEAD"
5298msgstr ""
5299
5300#: sequencer.c:3512
5301#, c-format
5302msgid "Stopped at HEAD\n"
5303msgstr ""
5304
5305#: sequencer.c:3514
5306#, c-format
5307msgid "Stopped at %s\n"
5308msgstr ""
5309
5310#: sequencer.c:3522
5311#, c-format
5312msgid ""
5313"Could not execute the todo command\n"
5314"\n"
5315"    %.*s\n"
5316"It has been rescheduled; To edit the command before continuing, please\n"
5317"edit the todo list first:\n"
5318"\n"
5319"    git rebase --edit-todo\n"
5320"    git rebase --continue\n"
5321msgstr ""
5322
5323#: sequencer.c:3597
5324#, c-format
5325msgid "Stopped at %s...  %.*s\n"
5326msgstr ""
5327
5328#: sequencer.c:3677
5329#, c-format
5330msgid "unknown command %d"
5331msgstr ""
5332
5333#: sequencer.c:3723
5334msgid "could not read orig-head"
5335msgstr ""
5336
5337#: sequencer.c:3728 sequencer.c:4805
5338msgid "could not read 'onto'"
5339msgstr ""
5340
5341#: sequencer.c:3742
5342#, c-format
5343msgid "could not update HEAD to %s"
5344msgstr ""
5345
5346#: sequencer.c:3831
5347msgid "cannot rebase: You have unstaged changes."
5348msgstr ""
5349
5350#: sequencer.c:3840
5351msgid "cannot amend non-existing commit"
5352msgstr ""
5353
5354#: sequencer.c:3842
5355#, c-format
5356msgid "invalid file: '%s'"
5357msgstr ""
5358
5359#: sequencer.c:3844
5360#, c-format
5361msgid "invalid contents: '%s'"
5362msgstr ""
5363
5364#: sequencer.c:3847
5365msgid ""
5366"\n"
5367"You have uncommitted changes in your working tree. Please, commit them\n"
5368"first and then run 'git rebase --continue' again."
5369msgstr ""
5370
5371#: sequencer.c:3883 sequencer.c:3921
5372#, c-format
5373msgid "could not write file: '%s'"
5374msgstr ""
5375
5376#: sequencer.c:3936
5377msgid "could not remove CHERRY_PICK_HEAD"
5378msgstr ""
5379
5380#: sequencer.c:3943
5381msgid "could not commit staged changes."
5382msgstr ""
5383
5384#: sequencer.c:4044
5385#, c-format
5386msgid "%s: can't cherry-pick a %s"
5387msgstr ""
5388
5389#: sequencer.c:4048
5390#, c-format
5391msgid "%s: bad revision"
5392msgstr ""
5393
5394#: sequencer.c:4083
5395msgid "can't revert as initial commit"
5396msgstr ""
5397
5398#: sequencer.c:4529
5399msgid "make_script: unhandled options"
5400msgstr ""
5401
5402#: sequencer.c:4532
5403msgid "make_script: error preparing revisions"
5404msgstr ""
5405
5406#: sequencer.c:4573 sequencer.c:4629 sequencer.c:4904
5407#, c-format
5408msgid "unusable todo list: '%s'"
5409msgstr ""
5410
5411#: sequencer.c:4684
5412#, c-format
5413msgid ""
5414"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
5415msgstr ""
5416
5417#: sequencer.c:4754
5418#, c-format
5419msgid ""
5420"Warning: some commits may have been dropped accidentally.\n"
5421"Dropped commits (newer to older):\n"
5422msgstr ""
5423
5424#: sequencer.c:4761
5425#, c-format
5426msgid ""
5427"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
5428"\n"
5429"Use 'git config rebase.missingCommitsCheck' to change the level of "
5430"warnings.\n"
5431"The possible behaviours are: ignore, warn, error.\n"
5432"\n"
5433msgstr ""
5434
5435#: sequencer.c:4774
5436#, c-format
5437msgid ""
5438"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
5439"continue'.\n"
5440"Or you can abort the rebase with 'git rebase --abort'.\n"
5441msgstr ""
5442
5443#: sequencer.c:4912 sequencer.c:4950
5444msgid "nothing to do"
5445msgstr ""
5446
5447#: sequencer.c:4916
5448#, c-format
5449msgid "Rebase %s onto %s (%d command)"
5450msgid_plural "Rebase %s onto %s (%d commands)"
5451msgstr[0] ""
5452msgstr[1] ""
5453
5454#: sequencer.c:4928
5455#, c-format
5456msgid "could not copy '%s' to '%s'."
5457msgstr ""
5458
5459#: sequencer.c:4932 sequencer.c:4961
5460msgid "could not transform the todo list"
5461msgstr ""
5462
5463#: sequencer.c:4964
5464msgid "could not skip unnecessary pick commands"
5465msgstr ""
5466
5467#: sequencer.c:5047
5468msgid "the script was already rearranged."
5469msgstr ""
5470
5471#: setup.c:123
5472#, c-format
5473msgid "'%s' is outside repository"
5474msgstr ""
5475
5476#: setup.c:172
5477#, c-format
5478msgid ""
5479"%s: no such path in the working tree.\n"
5480"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
5481msgstr ""
5482
5483#: setup.c:185
5484#, c-format
5485msgid ""
5486"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
5487"Use '--' to separate paths from revisions, like this:\n"
5488"'git <command> [<revision>...] -- [<file>...]'"
5489msgstr ""
5490
5491#: setup.c:234
5492#, c-format
5493msgid "option '%s' must come before non-option arguments"
5494msgstr ""
5495
5496#: setup.c:253
5497#, c-format
5498msgid ""
5499"ambiguous argument '%s': both revision and filename\n"
5500"Use '--' to separate paths from revisions, like this:\n"
5501"'git <command> [<revision>...] -- [<file>...]'"
5502msgstr ""
5503
5504#: setup.c:389
5505msgid "unable to set up work tree using invalid config"
5506msgstr ""
5507
5508#: setup.c:393
5509msgid "this operation must be run in a work tree"
5510msgstr ""
5511
5512#: setup.c:527
5513#, c-format
5514msgid "Expected git repo version <= %d, found %d"
5515msgstr ""
5516
5517#: setup.c:535
5518msgid "unknown repository extensions found:"
5519msgstr ""
5520
5521#: setup.c:554
5522#, c-format
5523msgid "error opening '%s'"
5524msgstr ""
5525
5526#: setup.c:556
5527#, c-format
5528msgid "too large to be a .git file: '%s'"
5529msgstr ""
5530
5531#: setup.c:558
5532#, c-format
5533msgid "error reading %s"
5534msgstr ""
5535
5536#: setup.c:560
5537#, c-format
5538msgid "invalid gitfile format: %s"
5539msgstr ""
5540
5541#: setup.c:562
5542#, c-format
5543msgid "no path in gitfile: %s"
5544msgstr ""
5545
5546#: setup.c:564
5547#, c-format
5548msgid "not a git repository: %s"
5549msgstr ""
5550
5551#: setup.c:663
5552#, c-format
5553msgid "'$%s' too big"
5554msgstr ""
5555
5556#: setup.c:677
5557#, c-format
5558msgid "not a git repository: '%s'"
5559msgstr ""
5560
5561#: setup.c:706 setup.c:708 setup.c:739
5562#, c-format
5563msgid "cannot chdir to '%s'"
5564msgstr ""
5565
5566#: setup.c:711 setup.c:767 setup.c:777 setup.c:816 setup.c:824
5567msgid "cannot come back to cwd"
5568msgstr ""
5569
5570#: setup.c:838
5571#, c-format
5572msgid "failed to stat '%*s%s%s'"
5573msgstr ""
5574
5575#: setup.c:1068
5576msgid "Unable to read current working directory"
5577msgstr ""
5578
5579#: setup.c:1077 setup.c:1083
5580#, c-format
5581msgid "cannot change to '%s'"
5582msgstr ""
5583
5584#: setup.c:1088
5585#, c-format
5586msgid "not a git repository (or any of the parent directories): %s"
5587msgstr ""
5588
5589#: setup.c:1094
5590#, c-format
5591msgid ""
5592"not a git repository (or any parent up to mount point %s)\n"
5593"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
5594msgstr ""
5595
5596#: setup.c:1204
5597#, c-format
5598msgid ""
5599"problem with core.sharedRepository filemode value (0%.3o).\n"
5600"The owner of files must always have read and write permissions."
5601msgstr ""
5602
5603#: setup.c:1247
5604msgid "open /dev/null or dup failed"
5605msgstr ""
5606
5607#: setup.c:1262
5608msgid "fork failed"
5609msgstr ""
5610
5611#: setup.c:1267
5612msgid "setsid failed"
5613msgstr ""
5614
5615#: sha1-file.c:445
5616#, c-format
5617msgid "object directory %s does not exist; check .git/objects/info/alternates"
5618msgstr ""
5619
5620#: sha1-file.c:496
5621#, c-format
5622msgid "unable to normalize alternate object path: %s"
5623msgstr ""
5624
5625#: sha1-file.c:568
5626#, c-format
5627msgid "%s: ignoring alternate object stores, nesting too deep"
5628msgstr ""
5629
5630#: sha1-file.c:575
5631#, c-format
5632msgid "unable to normalize object directory: %s"
5633msgstr ""
5634
5635#: sha1-file.c:618
5636msgid "unable to fdopen alternates lockfile"
5637msgstr ""
5638
5639#: sha1-file.c:636
5640msgid "unable to read alternates file"
5641msgstr ""
5642
5643#: sha1-file.c:643
5644msgid "unable to move new alternates file into place"
5645msgstr ""
5646
5647#: sha1-file.c:678
5648#, c-format
5649msgid "path '%s' does not exist"
5650msgstr ""
5651
5652#: sha1-file.c:704
5653#, c-format
5654msgid "reference repository '%s' as a linked checkout is not supported yet."
5655msgstr ""
5656
5657#: sha1-file.c:710
5658#, c-format
5659msgid "reference repository '%s' is not a local repository."
5660msgstr ""
5661
5662#: sha1-file.c:716
5663#, c-format
5664msgid "reference repository '%s' is shallow"
5665msgstr ""
5666
5667#: sha1-file.c:724
5668#, c-format
5669msgid "reference repository '%s' is grafted"
5670msgstr ""
5671
5672#: sha1-file.c:838
5673#, c-format
5674msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
5675msgstr ""
5676
5677#: sha1-file.c:863
5678msgid "mmap failed"
5679msgstr ""
5680
5681#: sha1-file.c:1027
5682#, c-format
5683msgid "object file %s is empty"
5684msgstr ""
5685
5686#: sha1-file.c:1151 sha1-file.c:2288
5687#, c-format
5688msgid "corrupt loose object '%s'"
5689msgstr ""
5690
5691#: sha1-file.c:1153 sha1-file.c:2292
5692#, c-format
5693msgid "garbage at end of loose object '%s'"
5694msgstr ""
5695
5696#: sha1-file.c:1195
5697msgid "invalid object type"
5698msgstr ""
5699
5700#: sha1-file.c:1279
5701#, c-format
5702msgid "unable to unpack %s header with --allow-unknown-type"
5703msgstr ""
5704
5705#: sha1-file.c:1282
5706#, c-format
5707msgid "unable to unpack %s header"
5708msgstr ""
5709
5710#: sha1-file.c:1288
5711#, c-format
5712msgid "unable to parse %s header with --allow-unknown-type"
5713msgstr ""
5714
5715#: sha1-file.c:1291
5716#, c-format
5717msgid "unable to parse %s header"
5718msgstr ""
5719
5720#: sha1-file.c:1481
5721#, c-format
5722msgid "failed to read object %s"
5723msgstr ""
5724
5725#: sha1-file.c:1485
5726#, c-format
5727msgid "replacement %s not found for %s"
5728msgstr ""
5729
5730#: sha1-file.c:1489
5731#, c-format
5732msgid "loose object %s (stored in %s) is corrupt"
5733msgstr ""
5734
5735#: sha1-file.c:1493
5736#, c-format
5737msgid "packed object %s (stored in %s) is corrupt"
5738msgstr ""
5739
5740#: sha1-file.c:1595
5741#, c-format
5742msgid "unable to write file %s"
5743msgstr ""
5744
5745#: sha1-file.c:1602
5746#, c-format
5747msgid "unable to set permission to '%s'"
5748msgstr ""
5749
5750#: sha1-file.c:1609
5751msgid "file write error"
5752msgstr ""
5753
5754#: sha1-file.c:1628
5755msgid "error when closing loose object file"
5756msgstr ""
5757
5758#: sha1-file.c:1693
5759#, c-format
5760msgid "insufficient permission for adding an object to repository database %s"
5761msgstr ""
5762
5763#: sha1-file.c:1695
5764msgid "unable to create temporary file"
5765msgstr ""
5766
5767#: sha1-file.c:1719
5768msgid "unable to write loose object file"
5769msgstr ""
5770
5771#: sha1-file.c:1725
5772#, c-format
5773msgid "unable to deflate new object %s (%d)"
5774msgstr ""
5775
5776#: sha1-file.c:1729
5777#, c-format
5778msgid "deflateEnd on object %s failed (%d)"
5779msgstr ""
5780
5781#: sha1-file.c:1733
5782#, c-format
5783msgid "confused by unstable object source data for %s"
5784msgstr ""
5785
5786#: sha1-file.c:1743 builtin/pack-objects.c:919
5787#, c-format
5788msgid "failed utime() on %s"
5789msgstr ""
5790
5791#: sha1-file.c:1818
5792#, c-format
5793msgid "cannot read object for %s"
5794msgstr ""
5795
5796#: sha1-file.c:1858
5797msgid "corrupt commit"
5798msgstr ""
5799
5800#: sha1-file.c:1866
5801msgid "corrupt tag"
5802msgstr ""
5803
5804#: sha1-file.c:1965
5805#, c-format
5806msgid "read error while indexing %s"
5807msgstr ""
5808
5809#: sha1-file.c:1968
5810#, c-format
5811msgid "short read while indexing %s"
5812msgstr ""
5813
5814#: sha1-file.c:2041 sha1-file.c:2050
5815#, c-format
5816msgid "%s: failed to insert into database"
5817msgstr ""
5818
5819#: sha1-file.c:2056
5820#, c-format
5821msgid "%s: unsupported file type"
5822msgstr ""
5823
5824#: sha1-file.c:2080
5825#, c-format
5826msgid "%s is not a valid object"
5827msgstr ""
5828
5829#: sha1-file.c:2082
5830#, c-format
5831msgid "%s is not a valid '%s' object"
5832msgstr ""
5833
5834#: sha1-file.c:2109 builtin/index-pack.c:154
5835#, c-format
5836msgid "unable to open %s"
5837msgstr ""
5838
5839#: sha1-file.c:2299 sha1-file.c:2351
5840#, c-format
5841msgid "hash mismatch for %s (expected %s)"
5842msgstr ""
5843
5844#: sha1-file.c:2323
5845#, c-format
5846msgid "unable to mmap %s"
5847msgstr ""
5848
5849#: sha1-file.c:2328
5850#, c-format
5851msgid "unable to unpack header of %s"
5852msgstr ""
5853
5854#: sha1-file.c:2334
5855#, c-format
5856msgid "unable to parse header of %s"
5857msgstr ""
5858
5859#: sha1-file.c:2345
5860#, c-format
5861msgid "unable to unpack contents of %s"
5862msgstr ""
5863
5864#: sha1-name.c:448
5865#, c-format
5866msgid "short SHA1 %s is ambiguous"
5867msgstr ""
5868
5869#: sha1-name.c:459
5870msgid "The candidates are:"
5871msgstr ""
5872
5873#: sha1-name.c:742
5874msgid ""
5875"Git normally never creates a ref that ends with 40 hex characters\n"
5876"because it will be ignored when you just specify 40-hex. These refs\n"
5877"may be created by mistake. For example,\n"
5878"\n"
5879"  git checkout -b $br $(git rev-parse ...)\n"
5880"\n"
5881"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
5882"examine these refs and maybe delete them. Turn this message off by\n"
5883"running \"git config advice.objectNameWarning false\""
5884msgstr ""
5885
5886#: submodule.c:114 submodule.c:143
5887msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
5888msgstr ""
5889
5890#: submodule.c:118 submodule.c:147
5891#, c-format
5892msgid "Could not find section in .gitmodules where path=%s"
5893msgstr ""
5894
5895#: submodule.c:154
5896#, c-format
5897msgid "Could not remove .gitmodules entry for %s"
5898msgstr ""
5899
5900#: submodule.c:165
5901msgid "staging updated .gitmodules failed"
5902msgstr ""
5903
5904#: submodule.c:327
5905#, c-format
5906msgid "in unpopulated submodule '%s'"
5907msgstr ""
5908
5909#: submodule.c:358
5910#, c-format
5911msgid "Pathspec '%s' is in submodule '%.*s'"
5912msgstr ""
5913
5914#: submodule.c:906
5915#, c-format
5916msgid "submodule entry '%s' (%s) is a %s, not a commit"
5917msgstr ""
5918
5919#: submodule.c:1143 builtin/branch.c:656 builtin/submodule--helper.c:1989
5920msgid "Failed to resolve HEAD as a valid ref."
5921msgstr ""
5922
5923#: submodule.c:1477
5924#, c-format
5925msgid "Could not access submodule '%s'"
5926msgstr ""
5927
5928#: submodule.c:1639
5929#, c-format
5930msgid "'%s' not recognized as a git repository"
5931msgstr ""
5932
5933#: submodule.c:1777
5934#, c-format
5935msgid "could not start 'git status' in submodule '%s'"
5936msgstr ""
5937
5938#: submodule.c:1790
5939#, c-format
5940msgid "could not run 'git status' in submodule '%s'"
5941msgstr ""
5942
5943#: submodule.c:1805
5944#, c-format
5945msgid "Could not unset core.worktree setting in submodule '%s'"
5946msgstr ""
5947
5948#: submodule.c:1895
5949#, c-format
5950msgid "submodule '%s' has dirty index"
5951msgstr ""
5952
5953#: submodule.c:1947
5954#, c-format
5955msgid "Submodule '%s' could not be updated."
5956msgstr ""
5957
5958#: submodule.c:1996
5959#, c-format
5960msgid ""
5961"relocate_gitdir for submodule '%s' with more than one worktree not supported"
5962msgstr ""
5963
5964#: submodule.c:2008 submodule.c:2064
5965#, c-format
5966msgid "could not lookup name for submodule '%s'"
5967msgstr ""
5968
5969#: submodule.c:2015
5970#, c-format
5971msgid ""
5972"Migrating git directory of '%s%s' from\n"
5973"'%s' to\n"
5974"'%s'\n"
5975msgstr ""
5976
5977#: submodule.c:2099
5978#, c-format
5979msgid "could not recurse into submodule '%s'"
5980msgstr ""
5981
5982#: submodule.c:2143
5983msgid "could not start ls-files in .."
5984msgstr ""
5985
5986#: submodule.c:2182
5987#, c-format
5988msgid "ls-tree returned unexpected return code %d"
5989msgstr ""
5990
5991#: submodule-config.c:232
5992#, c-format
5993msgid "ignoring suspicious submodule name: %s"
5994msgstr ""
5995
5996#: submodule-config.c:296
5997msgid "negative values not allowed for submodule.fetchjobs"
5998msgstr ""
5999
6000#: submodule-config.c:390
6001#, c-format
6002msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6003msgstr ""
6004
6005#: submodule-config.c:479
6006#, c-format
6007msgid "invalid value for %s"
6008msgstr ""
6009
6010#: submodule-config.c:754
6011#, c-format
6012msgid "Could not update .gitmodules entry %s"
6013msgstr ""
6014
6015#: trailer.c:238
6016#, c-format
6017msgid "running trailer command '%s' failed"
6018msgstr ""
6019
6020#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6021#: trailer.c:557
6022#, c-format
6023msgid "unknown value '%s' for key '%s'"
6024msgstr ""
6025
6026#: trailer.c:539 trailer.c:544 builtin/remote.c:295
6027#, c-format
6028msgid "more than one %s"
6029msgstr ""
6030
6031#: trailer.c:730
6032#, c-format
6033msgid "empty trailer token in trailer '%.*s'"
6034msgstr ""
6035
6036#: trailer.c:750
6037#, c-format
6038msgid "could not read input file '%s'"
6039msgstr ""
6040
6041#: trailer.c:753
6042msgid "could not read from stdin"
6043msgstr ""
6044
6045#: trailer.c:1011 wrapper.c:701
6046#, c-format
6047msgid "could not stat %s"
6048msgstr ""
6049
6050#: trailer.c:1013
6051#, c-format
6052msgid "file %s is not a regular file"
6053msgstr ""
6054
6055#: trailer.c:1015
6056#, c-format
6057msgid "file %s is not writable by user"
6058msgstr ""
6059
6060#: trailer.c:1027
6061msgid "could not open temporary file"
6062msgstr ""
6063
6064#: trailer.c:1067
6065#, c-format
6066msgid "could not rename temporary file to %s"
6067msgstr ""
6068
6069#: transport.c:116
6070#, c-format
6071msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6072msgstr ""
6073
6074#: transport.c:142
6075#, c-format
6076msgid "could not read bundle '%s'"
6077msgstr ""
6078
6079#: transport.c:208
6080#, c-format
6081msgid "transport: invalid depth option '%s'"
6082msgstr ""
6083
6084#: transport.c:617
6085msgid "could not parse transport.color.* config"
6086msgstr ""
6087
6088#: transport.c:690
6089msgid "support for protocol v2 not implemented yet"
6090msgstr ""
6091
6092#: transport.c:817
6093#, c-format
6094msgid "unknown value for config '%s': %s"
6095msgstr ""
6096
6097#: transport.c:883
6098#, c-format
6099msgid "transport '%s' not allowed"
6100msgstr ""
6101
6102#: transport.c:937
6103msgid "git-over-rsync is no longer supported"
6104msgstr ""
6105
6106#: transport.c:1032
6107#, c-format
6108msgid ""
6109"The following submodule paths contain changes that can\n"
6110"not be found on any remote:\n"
6111msgstr ""
6112
6113#: transport.c:1036
6114#, c-format
6115msgid ""
6116"\n"
6117"Please try\n"
6118"\n"
6119"\tgit push --recurse-submodules=on-demand\n"
6120"\n"
6121"or cd to the path and use\n"
6122"\n"
6123"\tgit push\n"
6124"\n"
6125"to push them to a remote.\n"
6126"\n"
6127msgstr ""
6128
6129#: transport.c:1044
6130msgid "Aborting."
6131msgstr ""
6132
6133#: transport.c:1184
6134msgid "failed to push all needed submodules"
6135msgstr ""
6136
6137#: transport.c:1317 transport-helper.c:643
6138msgid "operation not supported by protocol"
6139msgstr ""
6140
6141#: transport.c:1421
6142#, c-format
6143msgid "invalid line while parsing alternate refs: %s"
6144msgstr ""
6145
6146#: transport-helper.c:51 transport-helper.c:80
6147msgid "full write to remote helper failed"
6148msgstr ""
6149
6150#: transport-helper.c:132
6151#, c-format
6152msgid "unable to find remote helper for '%s'"
6153msgstr ""
6154
6155#: transport-helper.c:148 transport-helper.c:557
6156msgid "can't dup helper output fd"
6157msgstr ""
6158
6159#: transport-helper.c:199
6160#, c-format
6161msgid ""
6162"unknown mandatory capability %s; this remote helper probably needs newer "
6163"version of Git"
6164msgstr ""
6165
6166#: transport-helper.c:205
6167msgid "this remote helper should implement refspec capability"
6168msgstr ""
6169
6170#: transport-helper.c:272 transport-helper.c:412
6171#, c-format
6172msgid "%s unexpectedly said: '%s'"
6173msgstr ""
6174
6175#: transport-helper.c:401
6176#, c-format
6177msgid "%s also locked %s"
6178msgstr ""
6179
6180#: transport-helper.c:479
6181msgid "couldn't run fast-import"
6182msgstr ""
6183
6184#: transport-helper.c:502
6185msgid "error while running fast-import"
6186msgstr ""
6187
6188#: transport-helper.c:531 transport-helper.c:1097
6189#, c-format
6190msgid "could not read ref %s"
6191msgstr ""
6192
6193#: transport-helper.c:576
6194#, c-format
6195msgid "unknown response to connect: %s"
6196msgstr ""
6197
6198#: transport-helper.c:598
6199msgid "setting remote service path not supported by protocol"
6200msgstr ""
6201
6202#: transport-helper.c:600
6203msgid "invalid remote service path"
6204msgstr ""
6205
6206#: transport-helper.c:646
6207#, c-format
6208msgid "can't connect to subservice %s"
6209msgstr ""
6210
6211#: transport-helper.c:718
6212#, c-format
6213msgid "expected ok/error, helper said '%s'"
6214msgstr ""
6215
6216#: transport-helper.c:771
6217#, c-format
6218msgid "helper reported unexpected status of %s"
6219msgstr ""
6220
6221#: transport-helper.c:832
6222#, c-format
6223msgid "helper %s does not support dry-run"
6224msgstr ""
6225
6226#: transport-helper.c:835
6227#, c-format
6228msgid "helper %s does not support --signed"
6229msgstr ""
6230
6231#: transport-helper.c:838
6232#, c-format
6233msgid "helper %s does not support --signed=if-asked"
6234msgstr ""
6235
6236#: transport-helper.c:845
6237#, c-format
6238msgid "helper %s does not support 'push-option'"
6239msgstr ""
6240
6241#: transport-helper.c:937
6242msgid "remote-helper doesn't support push; refspec needed"
6243msgstr ""
6244
6245#: transport-helper.c:942
6246#, c-format
6247msgid "helper %s does not support 'force'"
6248msgstr ""
6249
6250#: transport-helper.c:989
6251msgid "couldn't run fast-export"
6252msgstr ""
6253
6254#: transport-helper.c:994
6255msgid "error while running fast-export"
6256msgstr ""
6257
6258#: transport-helper.c:1019
6259#, c-format
6260msgid ""
6261"No refs in common and none specified; doing nothing.\n"
6262"Perhaps you should specify a branch such as 'master'.\n"
6263msgstr ""
6264
6265#: transport-helper.c:1083
6266#, c-format
6267msgid "malformed response in ref list: %s"
6268msgstr ""
6269
6270#: transport-helper.c:1236
6271#, c-format
6272msgid "read(%s) failed"
6273msgstr ""
6274
6275#: transport-helper.c:1263
6276#, c-format
6277msgid "write(%s) failed"
6278msgstr ""
6279
6280#: transport-helper.c:1312
6281#, c-format
6282msgid "%s thread failed"
6283msgstr ""
6284
6285#: transport-helper.c:1316
6286#, c-format
6287msgid "%s thread failed to join: %s"
6288msgstr ""
6289
6290#: transport-helper.c:1335 transport-helper.c:1339
6291#, c-format
6292msgid "can't start thread for copying data: %s"
6293msgstr ""
6294
6295#: transport-helper.c:1376
6296#, c-format
6297msgid "%s process failed to wait"
6298msgstr ""
6299
6300#: transport-helper.c:1380
6301#, c-format
6302msgid "%s process failed"
6303msgstr ""
6304
6305#: transport-helper.c:1398 transport-helper.c:1407
6306msgid "can't start thread for copying data"
6307msgstr ""
6308
6309#: tree-walk.c:33
6310msgid "too-short tree object"
6311msgstr ""
6312
6313#: tree-walk.c:39
6314msgid "malformed mode in tree entry"
6315msgstr ""
6316
6317#: tree-walk.c:43
6318msgid "empty filename in tree entry"
6319msgstr ""
6320
6321#: tree-walk.c:116
6322msgid "too-short tree file"
6323msgstr ""
6324
6325#: unpack-trees.c:111
6326#, c-format
6327msgid ""
6328"Your local changes to the following files would be overwritten by checkout:\n"
6329"%%sPlease commit your changes or stash them before you switch branches."
6330msgstr ""
6331
6332#: unpack-trees.c:113
6333#, c-format
6334msgid ""
6335"Your local changes to the following files would be overwritten by checkout:\n"
6336"%%s"
6337msgstr ""
6338
6339#: unpack-trees.c:116
6340#, c-format
6341msgid ""
6342"Your local changes to the following files would be overwritten by merge:\n"
6343"%%sPlease commit your changes or stash them before you merge."
6344msgstr ""
6345
6346#: unpack-trees.c:118
6347#, c-format
6348msgid ""
6349"Your local changes to the following files would be overwritten by merge:\n"
6350"%%s"
6351msgstr ""
6352
6353#: unpack-trees.c:121
6354#, c-format
6355msgid ""
6356"Your local changes to the following files would be overwritten by %s:\n"
6357"%%sPlease commit your changes or stash them before you %s."
6358msgstr ""
6359
6360#: unpack-trees.c:123
6361#, c-format
6362msgid ""
6363"Your local changes to the following files would be overwritten by %s:\n"
6364"%%s"
6365msgstr ""
6366
6367#: unpack-trees.c:128
6368#, c-format
6369msgid ""
6370"Updating the following directories would lose untracked files in them:\n"
6371"%s"
6372msgstr ""
6373
6374#: unpack-trees.c:132
6375#, c-format
6376msgid ""
6377"The following untracked working tree files would be removed by checkout:\n"
6378"%%sPlease move or remove them before you switch branches."
6379msgstr ""
6380
6381#: unpack-trees.c:134
6382#, c-format
6383msgid ""
6384"The following untracked working tree files would be removed by checkout:\n"
6385"%%s"
6386msgstr ""
6387
6388#: unpack-trees.c:137
6389#, c-format
6390msgid ""
6391"The following untracked working tree files would be removed by merge:\n"
6392"%%sPlease move or remove them before you merge."
6393msgstr ""
6394
6395#: unpack-trees.c:139
6396#, c-format
6397msgid ""
6398"The following untracked working tree files would be removed by merge:\n"
6399"%%s"
6400msgstr ""
6401
6402#: unpack-trees.c:142
6403#, c-format
6404msgid ""
6405"The following untracked working tree files would be removed by %s:\n"
6406"%%sPlease move or remove them before you %s."
6407msgstr ""
6408
6409#: unpack-trees.c:144
6410#, c-format
6411msgid ""
6412"The following untracked working tree files would be removed by %s:\n"
6413"%%s"
6414msgstr ""
6415
6416#: unpack-trees.c:150
6417#, c-format
6418msgid ""
6419"The following untracked working tree files would be overwritten by "
6420"checkout:\n"
6421"%%sPlease move or remove them before you switch branches."
6422msgstr ""
6423
6424#: unpack-trees.c:152
6425#, c-format
6426msgid ""
6427"The following untracked working tree files would be overwritten by "
6428"checkout:\n"
6429"%%s"
6430msgstr ""
6431
6432#: unpack-trees.c:155
6433#, c-format
6434msgid ""
6435"The following untracked working tree files would be overwritten by merge:\n"
6436"%%sPlease move or remove them before you merge."
6437msgstr ""
6438
6439#: unpack-trees.c:157
6440#, c-format
6441msgid ""
6442"The following untracked working tree files would be overwritten by merge:\n"
6443"%%s"
6444msgstr ""
6445
6446#: unpack-trees.c:160
6447#, c-format
6448msgid ""
6449"The following untracked working tree files would be overwritten by %s:\n"
6450"%%sPlease move or remove them before you %s."
6451msgstr ""
6452
6453#: unpack-trees.c:162
6454#, c-format
6455msgid ""
6456"The following untracked working tree files would be overwritten by %s:\n"
6457"%%s"
6458msgstr ""
6459
6460#: unpack-trees.c:170
6461#, c-format
6462msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
6463msgstr ""
6464
6465#: unpack-trees.c:173
6466#, c-format
6467msgid ""
6468"Cannot update sparse checkout: the following entries are not up to date:\n"
6469"%s"
6470msgstr ""
6471
6472#: unpack-trees.c:175
6473#, c-format
6474msgid ""
6475"The following working tree files would be overwritten by sparse checkout "
6476"update:\n"
6477"%s"
6478msgstr ""
6479
6480#: unpack-trees.c:177
6481#, c-format
6482msgid ""
6483"The following working tree files would be removed by sparse checkout "
6484"update:\n"
6485"%s"
6486msgstr ""
6487
6488#: unpack-trees.c:179
6489#, c-format
6490msgid ""
6491"Cannot update submodule:\n"
6492"%s"
6493msgstr ""
6494
6495#: unpack-trees.c:253
6496#, c-format
6497msgid "Aborting\n"
6498msgstr ""
6499
6500#: unpack-trees.c:335
6501msgid "Checking out files"
6502msgstr ""
6503
6504#: unpack-trees.c:367
6505msgid ""
6506"the following paths have collided (e.g. case-sensitive paths\n"
6507"on a case-insensitive filesystem) and only one from the same\n"
6508"colliding group is in the working tree:\n"
6509msgstr ""
6510
6511#: urlmatch.c:163
6512msgid "invalid URL scheme name or missing '://' suffix"
6513msgstr ""
6514
6515#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
6516#, c-format
6517msgid "invalid %XX escape sequence"
6518msgstr ""
6519
6520#: urlmatch.c:215
6521msgid "missing host and scheme is not 'file:'"
6522msgstr ""
6523
6524#: urlmatch.c:232
6525msgid "a 'file:' URL may not have a port number"
6526msgstr ""
6527
6528#: urlmatch.c:247
6529msgid "invalid characters in host name"
6530msgstr ""
6531
6532#: urlmatch.c:292 urlmatch.c:303
6533msgid "invalid port number"
6534msgstr ""
6535
6536#: urlmatch.c:371
6537msgid "invalid '..' path segment"
6538msgstr ""
6539
6540#: worktree.c:249 builtin/am.c:2094
6541#, c-format
6542msgid "failed to read '%s'"
6543msgstr ""
6544
6545#: worktree.c:295
6546#, c-format
6547msgid "'%s' at main working tree is not the repository directory"
6548msgstr ""
6549
6550#: worktree.c:306
6551#, c-format
6552msgid "'%s' file does not contain absolute path to the working tree location"
6553msgstr ""
6554
6555#: worktree.c:318
6556#, c-format
6557msgid "'%s' does not exist"
6558msgstr ""
6559
6560#: worktree.c:324
6561#, c-format
6562msgid "'%s' is not a .git file, error code %d"
6563msgstr ""
6564
6565#: worktree.c:332
6566#, c-format
6567msgid "'%s' does not point back to '%s'"
6568msgstr ""
6569
6570#: wrapper.c:223 wrapper.c:393
6571#, c-format
6572msgid "could not open '%s' for reading and writing"
6573msgstr ""
6574
6575#: wrapper.c:424 wrapper.c:624
6576#, c-format
6577msgid "unable to access '%s'"
6578msgstr ""
6579
6580#: wrapper.c:632
6581msgid "unable to get current working directory"
6582msgstr ""
6583
6584#: wt-status.c:155
6585msgid "Unmerged paths:"
6586msgstr ""
6587
6588#: wt-status.c:182 wt-status.c:209
6589#, c-format
6590msgid "  (use \"git reset %s <file>...\" to unstage)"
6591msgstr ""
6592
6593#: wt-status.c:184 wt-status.c:211
6594msgid "  (use \"git rm --cached <file>...\" to unstage)"
6595msgstr ""
6596
6597#: wt-status.c:188
6598msgid "  (use \"git add <file>...\" to mark resolution)"
6599msgstr ""
6600
6601#: wt-status.c:190 wt-status.c:194
6602msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
6603msgstr ""
6604
6605#: wt-status.c:192
6606msgid "  (use \"git rm <file>...\" to mark resolution)"
6607msgstr ""
6608
6609#: wt-status.c:203 wt-status.c:1046
6610msgid "Changes to be committed:"
6611msgstr ""
6612
6613#: wt-status.c:221 wt-status.c:1055
6614msgid "Changes not staged for commit:"
6615msgstr ""
6616
6617#: wt-status.c:225
6618msgid "  (use \"git add <file>...\" to update what will be committed)"
6619msgstr ""
6620
6621#: wt-status.c:227
6622msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
6623msgstr ""
6624
6625#: wt-status.c:228
6626msgid ""
6627"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
6628msgstr ""
6629
6630#: wt-status.c:230
6631msgid "  (commit or discard the untracked or modified content in submodules)"
6632msgstr ""
6633
6634#: wt-status.c:242
6635#, c-format
6636msgid "  (use \"git %s <file>...\" to include in what will be committed)"
6637msgstr ""
6638
6639#: wt-status.c:257
6640msgid "both deleted:"
6641msgstr ""
6642
6643#: wt-status.c:259
6644msgid "added by us:"
6645msgstr ""
6646
6647#: wt-status.c:261
6648msgid "deleted by them:"
6649msgstr ""
6650
6651#: wt-status.c:263
6652msgid "added by them:"
6653msgstr ""
6654
6655#: wt-status.c:265
6656msgid "deleted by us:"
6657msgstr ""
6658
6659#: wt-status.c:267
6660msgid "both added:"
6661msgstr ""
6662
6663#: wt-status.c:269
6664msgid "both modified:"
6665msgstr ""
6666
6667#: wt-status.c:279
6668msgid "new file:"
6669msgstr ""
6670
6671#: wt-status.c:281
6672msgid "copied:"
6673msgstr ""
6674
6675#: wt-status.c:283
6676msgid "deleted:"
6677msgstr ""
6678
6679#: wt-status.c:285
6680msgid "modified:"
6681msgstr ""
6682
6683#: wt-status.c:287
6684msgid "renamed:"
6685msgstr ""
6686
6687#: wt-status.c:289
6688msgid "typechange:"
6689msgstr ""
6690
6691#: wt-status.c:291
6692msgid "unknown:"
6693msgstr ""
6694
6695#: wt-status.c:293
6696msgid "unmerged:"
6697msgstr ""
6698
6699#: wt-status.c:373
6700msgid "new commits, "
6701msgstr ""
6702
6703#: wt-status.c:375
6704msgid "modified content, "
6705msgstr ""
6706
6707#: wt-status.c:377
6708msgid "untracked content, "
6709msgstr ""
6710
6711#: wt-status.c:884
6712#, c-format
6713msgid "Your stash currently has %d entry"
6714msgid_plural "Your stash currently has %d entries"
6715msgstr[0] ""
6716msgstr[1] ""
6717
6718#: wt-status.c:916
6719msgid "Submodules changed but not updated:"
6720msgstr ""
6721
6722#: wt-status.c:918
6723msgid "Submodule changes to be committed:"
6724msgstr ""
6725
6726#: wt-status.c:1000
6727msgid ""
6728"Do not modify or remove the line above.\n"
6729"Everything below it will be ignored."
6730msgstr ""
6731
6732#: wt-status.c:1101
6733msgid "You have unmerged paths."
6734msgstr ""
6735
6736#: wt-status.c:1104
6737msgid "  (fix conflicts and run \"git commit\")"
6738msgstr ""
6739
6740#: wt-status.c:1106
6741msgid "  (use \"git merge --abort\" to abort the merge)"
6742msgstr ""
6743
6744#: wt-status.c:1110
6745msgid "All conflicts fixed but you are still merging."
6746msgstr ""
6747
6748#: wt-status.c:1113
6749msgid "  (use \"git commit\" to conclude merge)"
6750msgstr ""
6751
6752#: wt-status.c:1122
6753msgid "You are in the middle of an am session."
6754msgstr ""
6755
6756#: wt-status.c:1125
6757msgid "The current patch is empty."
6758msgstr ""
6759
6760#: wt-status.c:1129
6761msgid "  (fix conflicts and then run \"git am --continue\")"
6762msgstr ""
6763
6764#: wt-status.c:1131
6765msgid "  (use \"git am --skip\" to skip this patch)"
6766msgstr ""
6767
6768#: wt-status.c:1133
6769msgid "  (use \"git am --abort\" to restore the original branch)"
6770msgstr ""
6771
6772#: wt-status.c:1264
6773msgid "git-rebase-todo is missing."
6774msgstr ""
6775
6776#: wt-status.c:1266
6777msgid "No commands done."
6778msgstr ""
6779
6780#: wt-status.c:1269
6781#, c-format
6782msgid "Last command done (%d command done):"
6783msgid_plural "Last commands done (%d commands done):"
6784msgstr[0] ""
6785msgstr[1] ""
6786
6787#: wt-status.c:1280
6788#, c-format
6789msgid "  (see more in file %s)"
6790msgstr ""
6791
6792#: wt-status.c:1285
6793msgid "No commands remaining."
6794msgstr ""
6795
6796#: wt-status.c:1288
6797#, c-format
6798msgid "Next command to do (%d remaining command):"
6799msgid_plural "Next commands to do (%d remaining commands):"
6800msgstr[0] ""
6801msgstr[1] ""
6802
6803#: wt-status.c:1296
6804msgid "  (use \"git rebase --edit-todo\" to view and edit)"
6805msgstr ""
6806
6807#: wt-status.c:1308
6808#, c-format
6809msgid "You are currently rebasing branch '%s' on '%s'."
6810msgstr ""
6811
6812#: wt-status.c:1313
6813msgid "You are currently rebasing."
6814msgstr ""
6815
6816#: wt-status.c:1326
6817msgid "  (fix conflicts and then run \"git rebase --continue\")"
6818msgstr ""
6819
6820#: wt-status.c:1328
6821msgid "  (use \"git rebase --skip\" to skip this patch)"
6822msgstr ""
6823
6824#: wt-status.c:1330
6825msgid "  (use \"git rebase --abort\" to check out the original branch)"
6826msgstr ""
6827
6828#: wt-status.c:1337
6829msgid "  (all conflicts fixed: run \"git rebase --continue\")"
6830msgstr ""
6831
6832#: wt-status.c:1341
6833#, c-format
6834msgid ""
6835"You are currently splitting a commit while rebasing branch '%s' on '%s'."
6836msgstr ""
6837
6838#: wt-status.c:1346
6839msgid "You are currently splitting a commit during a rebase."
6840msgstr ""
6841
6842#: wt-status.c:1349
6843msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
6844msgstr ""
6845
6846#: wt-status.c:1353
6847#, c-format
6848msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
6849msgstr ""
6850
6851#: wt-status.c:1358
6852msgid "You are currently editing a commit during a rebase."
6853msgstr ""
6854
6855#: wt-status.c:1361
6856msgid "  (use \"git commit --amend\" to amend the current commit)"
6857msgstr ""
6858
6859#: wt-status.c:1363
6860msgid ""
6861"  (use \"git rebase --continue\" once you are satisfied with your changes)"
6862msgstr ""
6863
6864#: wt-status.c:1372
6865#, c-format
6866msgid "You are currently cherry-picking commit %s."
6867msgstr ""
6868
6869#: wt-status.c:1377
6870msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
6871msgstr ""
6872
6873#: wt-status.c:1380
6874msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
6875msgstr ""
6876
6877#: wt-status.c:1382
6878msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
6879msgstr ""
6880
6881#: wt-status.c:1390
6882#, c-format
6883msgid "You are currently reverting commit %s."
6884msgstr ""
6885
6886#: wt-status.c:1395
6887msgid "  (fix conflicts and run \"git revert --continue\")"
6888msgstr ""
6889
6890#: wt-status.c:1398
6891msgid "  (all conflicts fixed: run \"git revert --continue\")"
6892msgstr ""
6893
6894#: wt-status.c:1400
6895msgid "  (use \"git revert --abort\" to cancel the revert operation)"
6896msgstr ""
6897
6898#: wt-status.c:1410
6899#, c-format
6900msgid "You are currently bisecting, started from branch '%s'."
6901msgstr ""
6902
6903#: wt-status.c:1414
6904msgid "You are currently bisecting."
6905msgstr ""
6906
6907#: wt-status.c:1417
6908msgid "  (use \"git bisect reset\" to get back to the original branch)"
6909msgstr ""
6910
6911#: wt-status.c:1617
6912msgid "On branch "
6913msgstr ""
6914
6915#: wt-status.c:1624
6916msgid "interactive rebase in progress; onto "
6917msgstr ""
6918
6919#: wt-status.c:1626
6920msgid "rebase in progress; onto "
6921msgstr ""
6922
6923#: wt-status.c:1631
6924msgid "HEAD detached at "
6925msgstr ""
6926
6927#: wt-status.c:1633
6928msgid "HEAD detached from "
6929msgstr ""
6930
6931#: wt-status.c:1636
6932msgid "Not currently on any branch."
6933msgstr ""
6934
6935#: wt-status.c:1653
6936msgid "Initial commit"
6937msgstr ""
6938
6939#: wt-status.c:1654
6940msgid "No commits yet"
6941msgstr ""
6942
6943#: wt-status.c:1668
6944msgid "Untracked files"
6945msgstr ""
6946
6947#: wt-status.c:1670
6948msgid "Ignored files"
6949msgstr ""
6950
6951#: wt-status.c:1674
6952#, c-format
6953msgid ""
6954"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
6955"may speed it up, but you have to be careful not to forget to add\n"
6956"new files yourself (see 'git help status')."
6957msgstr ""
6958
6959#: wt-status.c:1680
6960#, c-format
6961msgid "Untracked files not listed%s"
6962msgstr ""
6963
6964#: wt-status.c:1682
6965msgid " (use -u option to show untracked files)"
6966msgstr ""
6967
6968#: wt-status.c:1688
6969msgid "No changes"
6970msgstr ""
6971
6972#: wt-status.c:1693
6973#, c-format
6974msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
6975msgstr ""
6976
6977#: wt-status.c:1696
6978#, c-format
6979msgid "no changes added to commit\n"
6980msgstr ""
6981
6982#: wt-status.c:1699
6983#, c-format
6984msgid ""
6985"nothing added to commit but untracked files present (use \"git add\" to "
6986"track)\n"
6987msgstr ""
6988
6989#: wt-status.c:1702
6990#, c-format
6991msgid "nothing added to commit but untracked files present\n"
6992msgstr ""
6993
6994#: wt-status.c:1705
6995#, c-format
6996msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
6997msgstr ""
6998
6999#: wt-status.c:1708 wt-status.c:1713
7000#, c-format
7001msgid "nothing to commit\n"
7002msgstr ""
7003
7004#: wt-status.c:1711
7005#, c-format
7006msgid "nothing to commit (use -u to show untracked files)\n"
7007msgstr ""
7008
7009#: wt-status.c:1715
7010#, c-format
7011msgid "nothing to commit, working tree clean\n"
7012msgstr ""
7013
7014#: wt-status.c:1828
7015msgid "No commits yet on "
7016msgstr ""
7017
7018#: wt-status.c:1832
7019msgid "HEAD (no branch)"
7020msgstr ""
7021
7022#: wt-status.c:1863
7023msgid "different"
7024msgstr ""
7025
7026#: wt-status.c:1865 wt-status.c:1873
7027msgid "behind "
7028msgstr ""
7029
7030#: wt-status.c:1868 wt-status.c:1871
7031msgid "ahead "
7032msgstr ""
7033
7034#. TRANSLATORS: the action is e.g. "pull with rebase"
7035#: wt-status.c:2386
7036#, c-format
7037msgid "cannot %s: You have unstaged changes."
7038msgstr ""
7039
7040#: wt-status.c:2392
7041msgid "additionally, your index contains uncommitted changes."
7042msgstr ""
7043
7044#: wt-status.c:2394
7045#, c-format
7046msgid "cannot %s: Your index contains uncommitted changes."
7047msgstr ""
7048
7049#: builtin/add.c:25
7050msgid "git add [<options>] [--] <pathspec>..."
7051msgstr ""
7052
7053#: builtin/add.c:84
7054#, c-format
7055msgid "unexpected diff status %c"
7056msgstr ""
7057
7058#: builtin/add.c:89 builtin/commit.c:285
7059msgid "updating files failed"
7060msgstr ""
7061
7062#: builtin/add.c:99
7063#, c-format
7064msgid "remove '%s'\n"
7065msgstr ""
7066
7067#: builtin/add.c:174
7068msgid "Unstaged changes after refreshing the index:"
7069msgstr ""
7070
7071#: builtin/add.c:234 builtin/rev-parse.c:896
7072msgid "Could not read the index"
7073msgstr ""
7074
7075#: builtin/add.c:245
7076#, c-format
7077msgid "Could not open '%s' for writing."
7078msgstr ""
7079
7080#: builtin/add.c:249
7081msgid "Could not write patch"
7082msgstr ""
7083
7084#: builtin/add.c:252
7085msgid "editing patch failed"
7086msgstr ""
7087
7088#: builtin/add.c:255
7089#, c-format
7090msgid "Could not stat '%s'"
7091msgstr ""
7092
7093#: builtin/add.c:257
7094msgid "Empty patch. Aborted."
7095msgstr ""
7096
7097#: builtin/add.c:262
7098#, c-format
7099msgid "Could not apply '%s'"
7100msgstr ""
7101
7102#: builtin/add.c:270
7103msgid "The following paths are ignored by one of your .gitignore files:\n"
7104msgstr ""
7105
7106#: builtin/add.c:290 builtin/clean.c:908 builtin/fetch.c:137 builtin/mv.c:124
7107#: builtin/prune-packed.c:56 builtin/pull.c:214 builtin/push.c:560
7108#: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
7109msgid "dry run"
7110msgstr ""
7111
7112#: builtin/add.c:293
7113msgid "interactive picking"
7114msgstr ""
7115
7116#: builtin/add.c:294 builtin/checkout.c:1304 builtin/reset.c:306
7117msgid "select hunks interactively"
7118msgstr ""
7119
7120#: builtin/add.c:295
7121msgid "edit current diff and apply"
7122msgstr ""
7123
7124#: builtin/add.c:296
7125msgid "allow adding otherwise ignored files"
7126msgstr ""
7127
7128#: builtin/add.c:297
7129msgid "update tracked files"
7130msgstr ""
7131
7132#: builtin/add.c:298
7133msgid "renormalize EOL of tracked files (implies -u)"
7134msgstr ""
7135
7136#: builtin/add.c:299
7137msgid "record only the fact that the path will be added later"
7138msgstr ""
7139
7140#: builtin/add.c:300
7141msgid "add changes from all tracked and untracked files"
7142msgstr ""
7143
7144#: builtin/add.c:303
7145msgid "ignore paths removed in the working tree (same as --no-all)"
7146msgstr ""
7147
7148#: builtin/add.c:305
7149msgid "don't add, only refresh the index"
7150msgstr ""
7151
7152#: builtin/add.c:306
7153msgid "just skip files which cannot be added because of errors"
7154msgstr ""
7155
7156#: builtin/add.c:307
7157msgid "check if - even missing - files are ignored in dry run"
7158msgstr ""
7159
7160#: builtin/add.c:309 builtin/update-index.c:991
7161msgid "override the executable bit of the listed files"
7162msgstr ""
7163
7164#: builtin/add.c:311
7165msgid "warn when adding an embedded repository"
7166msgstr ""
7167
7168#: builtin/add.c:326
7169#, c-format
7170msgid ""
7171"You've added another git repository inside your current repository.\n"
7172"Clones of the outer repository will not contain the contents of\n"
7173"the embedded repository and will not know how to obtain it.\n"
7174"If you meant to add a submodule, use:\n"
7175"\n"
7176"\tgit submodule add <url> %s\n"
7177"\n"
7178"If you added this path by mistake, you can remove it from the\n"
7179"index with:\n"
7180"\n"
7181"\tgit rm --cached %s\n"
7182"\n"
7183"See \"git help submodule\" for more information."
7184msgstr ""
7185
7186#: builtin/add.c:354
7187#, c-format
7188msgid "adding embedded git repository: %s"
7189msgstr ""
7190
7191#: builtin/add.c:372
7192#, c-format
7193msgid "Use -f if you really want to add them.\n"
7194msgstr ""
7195
7196#: builtin/add.c:380
7197msgid "adding files failed"
7198msgstr ""
7199
7200#: builtin/add.c:418
7201msgid "-A and -u are mutually incompatible"
7202msgstr ""
7203
7204#: builtin/add.c:425
7205msgid "Option --ignore-missing can only be used together with --dry-run"
7206msgstr ""
7207
7208#: builtin/add.c:429
7209#, c-format
7210msgid "--chmod param '%s' must be either -x or +x"
7211msgstr ""
7212
7213#: builtin/add.c:444
7214#, c-format
7215msgid "Nothing specified, nothing added.\n"
7216msgstr ""
7217
7218#: builtin/add.c:445
7219#, c-format
7220msgid "Maybe you wanted to say 'git add .'?\n"
7221msgstr ""
7222
7223#: builtin/am.c:348
7224msgid "could not parse author script"
7225msgstr ""
7226
7227#: builtin/am.c:432
7228#, c-format
7229msgid "'%s' was deleted by the applypatch-msg hook"
7230msgstr ""
7231
7232#: builtin/am.c:473
7233#, c-format
7234msgid "Malformed input line: '%s'."
7235msgstr ""
7236
7237#: builtin/am.c:510
7238#, c-format
7239msgid "Failed to copy notes from '%s' to '%s'"
7240msgstr ""
7241
7242#: builtin/am.c:536
7243msgid "fseek failed"
7244msgstr ""
7245
7246#: builtin/am.c:724
7247#, c-format
7248msgid "could not parse patch '%s'"
7249msgstr ""
7250
7251#: builtin/am.c:789
7252msgid "Only one StGIT patch series can be applied at once"
7253msgstr ""
7254
7255#: builtin/am.c:837
7256msgid "invalid timestamp"
7257msgstr ""
7258
7259#: builtin/am.c:842 builtin/am.c:854
7260msgid "invalid Date line"
7261msgstr ""
7262
7263#: builtin/am.c:849
7264msgid "invalid timezone offset"
7265msgstr ""
7266
7267#: builtin/am.c:942
7268msgid "Patch format detection failed."
7269msgstr ""
7270
7271#: builtin/am.c:947 builtin/clone.c:409
7272#, c-format
7273msgid "failed to create directory '%s'"
7274msgstr ""
7275
7276#: builtin/am.c:952
7277msgid "Failed to split patches."
7278msgstr ""
7279
7280#: builtin/am.c:1082 builtin/commit.c:371
7281msgid "unable to write index file"
7282msgstr ""
7283
7284#: builtin/am.c:1096
7285#, c-format
7286msgid "When you have resolved this problem, run \"%s --continue\"."
7287msgstr ""
7288
7289#: builtin/am.c:1097
7290#, c-format
7291msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
7292msgstr ""
7293
7294#: builtin/am.c:1098
7295#, c-format
7296msgid "To restore the original branch and stop patching, run \"%s --abort\"."
7297msgstr ""
7298
7299#: builtin/am.c:1181
7300msgid "Patch sent with format=flowed; space at the end of lines might be lost."
7301msgstr ""
7302
7303#: builtin/am.c:1209
7304msgid "Patch is empty."
7305msgstr ""
7306
7307#: builtin/am.c:1275
7308#, c-format
7309msgid "invalid ident line: %.*s"
7310msgstr ""
7311
7312#: builtin/am.c:1297
7313#, c-format
7314msgid "unable to parse commit %s"
7315msgstr ""
7316
7317#: builtin/am.c:1493
7318msgid "Repository lacks necessary blobs to fall back on 3-way merge."
7319msgstr ""
7320
7321#: builtin/am.c:1495
7322msgid "Using index info to reconstruct a base tree..."
7323msgstr ""
7324
7325#: builtin/am.c:1514
7326msgid ""
7327"Did you hand edit your patch?\n"
7328"It does not apply to blobs recorded in its index."
7329msgstr ""
7330
7331#: builtin/am.c:1520
7332msgid "Falling back to patching base and 3-way merge..."
7333msgstr ""
7334
7335#: builtin/am.c:1546
7336msgid "Failed to merge in the changes."
7337msgstr ""
7338
7339#: builtin/am.c:1578
7340msgid "applying to an empty history"
7341msgstr ""
7342
7343#: builtin/am.c:1624 builtin/am.c:1628
7344#, c-format
7345msgid "cannot resume: %s does not exist."
7346msgstr ""
7347
7348#: builtin/am.c:1644
7349msgid "cannot be interactive without stdin connected to a terminal."
7350msgstr ""
7351
7352#: builtin/am.c:1649
7353msgid "Commit Body is:"
7354msgstr ""
7355
7356#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
7357#. in your translation. The program will only accept English
7358#. input at this point.
7359#.
7360#: builtin/am.c:1659
7361msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
7362msgstr ""
7363
7364#: builtin/am.c:1709
7365#, c-format
7366msgid "Dirty index: cannot apply patches (dirty: %s)"
7367msgstr ""
7368
7369#: builtin/am.c:1749 builtin/am.c:1817
7370#, c-format
7371msgid "Applying: %.*s"
7372msgstr ""
7373
7374#: builtin/am.c:1766
7375msgid "No changes -- Patch already applied."
7376msgstr ""
7377
7378#: builtin/am.c:1772
7379#, c-format
7380msgid "Patch failed at %s %.*s"
7381msgstr ""
7382
7383#: builtin/am.c:1776
7384msgid "Use 'git am --show-current-patch' to see the failed patch"
7385msgstr ""
7386
7387#: builtin/am.c:1820
7388msgid ""
7389"No changes - did you forget to use 'git add'?\n"
7390"If there is nothing left to stage, chances are that something else\n"
7391"already introduced the same changes; you might want to skip this patch."
7392msgstr ""
7393
7394#: builtin/am.c:1827
7395msgid ""
7396"You still have unmerged paths in your index.\n"
7397"You should 'git add' each file with resolved conflicts to mark them as "
7398"such.\n"
7399"You might run `git rm` on a file to accept \"deleted by them\" for it."
7400msgstr ""
7401
7402#: builtin/am.c:1934 builtin/am.c:1938 builtin/am.c:1950 builtin/reset.c:329
7403#: builtin/reset.c:337
7404#, c-format
7405msgid "Could not parse object '%s'."
7406msgstr ""
7407
7408#: builtin/am.c:1986
7409msgid "failed to clean index"
7410msgstr ""
7411
7412#: builtin/am.c:2030
7413msgid ""
7414"You seem to have moved HEAD since the last 'am' failure.\n"
7415"Not rewinding to ORIG_HEAD"
7416msgstr ""
7417
7418#: builtin/am.c:2123
7419#, c-format
7420msgid "Invalid value for --patch-format: %s"
7421msgstr ""
7422
7423#: builtin/am.c:2159
7424msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
7425msgstr ""
7426
7427#: builtin/am.c:2160
7428msgid "git am [<options>] (--continue | --skip | --abort)"
7429msgstr ""
7430
7431#: builtin/am.c:2166
7432msgid "run interactively"
7433msgstr ""
7434
7435#: builtin/am.c:2168
7436msgid "historical option -- no-op"
7437msgstr ""
7438
7439#: builtin/am.c:2170
7440msgid "allow fall back on 3way merging if needed"
7441msgstr ""
7442
7443#: builtin/am.c:2171 builtin/init-db.c:486 builtin/prune-packed.c:58
7444#: builtin/repack.c:306
7445msgid "be quiet"
7446msgstr ""
7447
7448#: builtin/am.c:2173
7449msgid "add a Signed-off-by line to the commit message"
7450msgstr ""
7451
7452#: builtin/am.c:2176
7453msgid "recode into utf8 (default)"
7454msgstr ""
7455
7456#: builtin/am.c:2178
7457msgid "pass -k flag to git-mailinfo"
7458msgstr ""
7459
7460#: builtin/am.c:2180
7461msgid "pass -b flag to git-mailinfo"
7462msgstr ""
7463
7464#: builtin/am.c:2182
7465msgid "pass -m flag to git-mailinfo"
7466msgstr ""
7467
7468#: builtin/am.c:2184
7469msgid "pass --keep-cr flag to git-mailsplit for mbox format"
7470msgstr ""
7471
7472#: builtin/am.c:2187
7473msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
7474msgstr ""
7475
7476#: builtin/am.c:2190
7477msgid "strip everything before a scissors line"
7478msgstr ""
7479
7480#: builtin/am.c:2192 builtin/am.c:2195 builtin/am.c:2198 builtin/am.c:2201
7481#: builtin/am.c:2204 builtin/am.c:2207 builtin/am.c:2210 builtin/am.c:2213
7482#: builtin/am.c:2219
7483msgid "pass it through git-apply"
7484msgstr ""
7485
7486#: builtin/am.c:2209 builtin/commit.c:1343 builtin/fmt-merge-msg.c:671
7487#: builtin/fmt-merge-msg.c:674 builtin/grep.c:879 builtin/merge.c:240
7488#: builtin/pull.c:152 builtin/pull.c:210 builtin/rebase.c:1062
7489#: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
7490#: builtin/show-branch.c:651 builtin/show-ref.c:171 builtin/tag.c:386
7491#: parse-options.h:144 parse-options.h:146 parse-options.h:266
7492msgid "n"
7493msgstr ""
7494
7495#: builtin/am.c:2215 builtin/branch.c:637 builtin/for-each-ref.c:38
7496#: builtin/replace.c:544 builtin/tag.c:422 builtin/verify-tag.c:39
7497msgid "format"
7498msgstr ""
7499
7500#: builtin/am.c:2216
7501msgid "format the patch(es) are in"
7502msgstr ""
7503
7504#: builtin/am.c:2222
7505msgid "override error message when patch failure occurs"
7506msgstr ""
7507
7508#: builtin/am.c:2224
7509msgid "continue applying patches after resolving a conflict"
7510msgstr ""
7511
7512#: builtin/am.c:2227
7513msgid "synonyms for --continue"
7514msgstr ""
7515
7516#: builtin/am.c:2230
7517msgid "skip the current patch"
7518msgstr ""
7519
7520#: builtin/am.c:2233
7521msgid "restore the original branch and abort the patching operation."
7522msgstr ""
7523
7524#: builtin/am.c:2236
7525msgid "abort the patching operation but keep HEAD where it is."
7526msgstr ""
7527
7528#: builtin/am.c:2239
7529msgid "show the patch being applied."
7530msgstr ""
7531
7532#: builtin/am.c:2243
7533msgid "lie about committer date"
7534msgstr ""
7535
7536#: builtin/am.c:2245
7537msgid "use current timestamp for author date"
7538msgstr ""
7539
7540#: builtin/am.c:2247 builtin/commit.c:1486 builtin/merge.c:274
7541#: builtin/pull.c:185 builtin/rebase.c:1106 builtin/rebase--interactive.c:185
7542#: builtin/revert.c:114 builtin/tag.c:402
7543msgid "key-id"
7544msgstr ""
7545
7546#: builtin/am.c:2248 builtin/rebase.c:1107 builtin/rebase--interactive.c:186
7547msgid "GPG-sign commits"
7548msgstr ""
7549
7550#: builtin/am.c:2251
7551msgid "(internal use for git-rebase)"
7552msgstr ""
7553
7554#: builtin/am.c:2269
7555msgid ""
7556"The -b/--binary option has been a no-op for long time, and\n"
7557"it will be removed. Please do not use it anymore."
7558msgstr ""
7559
7560#: builtin/am.c:2276
7561msgid "failed to read the index"
7562msgstr ""
7563
7564#: builtin/am.c:2291
7565#, c-format
7566msgid "previous rebase directory %s still exists but mbox given."
7567msgstr ""
7568
7569#: builtin/am.c:2315
7570#, c-format
7571msgid ""
7572"Stray %s directory found.\n"
7573"Use \"git am --abort\" to remove it."
7574msgstr ""
7575
7576#: builtin/am.c:2321
7577msgid "Resolve operation not in progress, we are not resuming."
7578msgstr ""
7579
7580#: builtin/apply.c:8
7581msgid "git apply [<options>] [<patch>...]"
7582msgstr ""
7583
7584#: builtin/archive.c:17
7585#, c-format
7586msgid "could not create archive file '%s'"
7587msgstr ""
7588
7589#: builtin/archive.c:20
7590msgid "could not redirect output"
7591msgstr ""
7592
7593#: builtin/archive.c:37
7594msgid "git archive: Remote with no URL"
7595msgstr ""
7596
7597#: builtin/archive.c:61
7598msgid "git archive: expected ACK/NAK, got a flush packet"
7599msgstr ""
7600
7601#: builtin/archive.c:64
7602#, c-format
7603msgid "git archive: NACK %s"
7604msgstr ""
7605
7606#: builtin/archive.c:65
7607msgid "git archive: protocol error"
7608msgstr ""
7609
7610#: builtin/archive.c:69
7611msgid "git archive: expected a flush"
7612msgstr ""
7613
7614#: builtin/bisect--helper.c:22
7615msgid "git bisect--helper --next-all [--no-checkout]"
7616msgstr ""
7617
7618#: builtin/bisect--helper.c:23
7619msgid "git bisect--helper --write-terms <bad_term> <good_term>"
7620msgstr ""
7621
7622#: builtin/bisect--helper.c:24
7623msgid "git bisect--helper --bisect-clean-state"
7624msgstr ""
7625
7626#: builtin/bisect--helper.c:25
7627msgid "git bisect--helper --bisect-reset [<commit>]"
7628msgstr ""
7629
7630#: builtin/bisect--helper.c:26
7631msgid ""
7632"git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
7633"<bad_term>"
7634msgstr ""
7635
7636#: builtin/bisect--helper.c:27
7637msgid ""
7638"git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
7639"<bad_term>"
7640msgstr ""
7641
7642#: builtin/bisect--helper.c:28
7643msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
7644msgstr ""
7645
7646#: builtin/bisect--helper.c:29
7647msgid ""
7648"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
7649"term-new]"
7650msgstr ""
7651
7652#: builtin/bisect--helper.c:30
7653msgid ""
7654"git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
7655"=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
7656msgstr ""
7657
7658#: builtin/bisect--helper.c:86
7659#, c-format
7660msgid "'%s' is not a valid term"
7661msgstr ""
7662
7663#: builtin/bisect--helper.c:90
7664#, c-format
7665msgid "can't use the builtin command '%s' as a term"
7666msgstr ""
7667
7668#: builtin/bisect--helper.c:100
7669#, c-format
7670msgid "can't change the meaning of the term '%s'"
7671msgstr ""
7672
7673#: builtin/bisect--helper.c:111
7674msgid "please use two different terms"
7675msgstr ""
7676
7677#: builtin/bisect--helper.c:118
7678msgid "could not open the file BISECT_TERMS"
7679msgstr ""
7680
7681#: builtin/bisect--helper.c:155
7682#, c-format
7683msgid "We are not bisecting.\n"
7684msgstr ""
7685
7686#: builtin/bisect--helper.c:163
7687#, c-format
7688msgid "'%s' is not a valid commit"
7689msgstr ""
7690
7691#: builtin/bisect--helper.c:174
7692#, c-format
7693msgid ""
7694"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
7695msgstr ""
7696
7697#: builtin/bisect--helper.c:215
7698#, c-format
7699msgid "Bad bisect_write argument: %s"
7700msgstr ""
7701
7702#: builtin/bisect--helper.c:220
7703#, c-format
7704msgid "couldn't get the oid of the rev '%s'"
7705msgstr ""
7706
7707#: builtin/bisect--helper.c:232
7708#, c-format
7709msgid "couldn't open the file '%s'"
7710msgstr ""
7711
7712#: builtin/bisect--helper.c:258
7713#, c-format
7714msgid "Invalid command: you're currently in a %s/%s bisect"
7715msgstr ""
7716
7717#: builtin/bisect--helper.c:285
7718#, c-format
7719msgid ""
7720"You need to give me at least one %s and %s revision.\n"
7721"You can use \"git bisect %s\" and \"git bisect %s\" for that."
7722msgstr ""
7723
7724#: builtin/bisect--helper.c:289
7725#, c-format
7726msgid ""
7727"You need to start by \"git bisect start\".\n"
7728"You then need to give me at least one %s and %s revision.\n"
7729"You can use \"git bisect %s\" and \"git bisect %s\" for that."
7730msgstr ""
7731
7732#: builtin/bisect--helper.c:321
7733#, c-format
7734msgid "bisecting only with a %s commit"
7735msgstr ""
7736
7737#. TRANSLATORS: Make sure to include [Y] and [n] in your
7738#. translation. The program will only accept English input
7739#. at this point.
7740#.
7741#: builtin/bisect--helper.c:329
7742msgid "Are you sure [Y/n]? "
7743msgstr ""
7744
7745#: builtin/bisect--helper.c:376
7746msgid "no terms defined"
7747msgstr ""
7748
7749#: builtin/bisect--helper.c:379
7750#, c-format
7751msgid ""
7752"Your current terms are %s for the old state\n"
7753"and %s for the new state.\n"
7754msgstr ""
7755
7756#: builtin/bisect--helper.c:389
7757#, c-format
7758msgid ""
7759"invalid argument %s for 'git bisect terms'.\n"
7760"Supported options are: --term-good|--term-old and --term-bad|--term-new."
7761msgstr ""
7762
7763#: builtin/bisect--helper.c:475
7764#, c-format
7765msgid "unrecognized option: '%s'"
7766msgstr ""
7767
7768#: builtin/bisect--helper.c:479
7769#, c-format
7770msgid "'%s' does not appear to be a valid revision"
7771msgstr ""
7772
7773#: builtin/bisect--helper.c:511
7774msgid "bad HEAD - I need a HEAD"
7775msgstr ""
7776
7777#: builtin/bisect--helper.c:526
7778#, c-format
7779msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
7780msgstr ""
7781
7782#: builtin/bisect--helper.c:547
7783msgid "won't bisect on cg-seek'ed tree"
7784msgstr ""
7785
7786#: builtin/bisect--helper.c:550
7787msgid "bad HEAD - strange symbolic ref"
7788msgstr ""
7789
7790#: builtin/bisect--helper.c:627
7791msgid "perform 'git bisect next'"
7792msgstr ""
7793
7794#: builtin/bisect--helper.c:629
7795msgid "write the terms to .git/BISECT_TERMS"
7796msgstr ""
7797
7798#: builtin/bisect--helper.c:631
7799msgid "cleanup the bisection state"
7800msgstr ""
7801
7802#: builtin/bisect--helper.c:633
7803msgid "check for expected revs"
7804msgstr ""
7805
7806#: builtin/bisect--helper.c:635
7807msgid "reset the bisection state"
7808msgstr ""
7809
7810#: builtin/bisect--helper.c:637
7811msgid "write out the bisection state in BISECT_LOG"
7812msgstr ""
7813
7814#: builtin/bisect--helper.c:639
7815msgid "check and set terms in a bisection state"
7816msgstr ""
7817
7818#: builtin/bisect--helper.c:641
7819msgid "check whether bad or good terms exist"
7820msgstr ""
7821
7822#: builtin/bisect--helper.c:643
7823msgid "print out the bisect terms"
7824msgstr ""
7825
7826#: builtin/bisect--helper.c:645
7827msgid "start the bisect session"
7828msgstr ""
7829
7830#: builtin/bisect--helper.c:647
7831msgid "update BISECT_HEAD instead of checking out the current commit"
7832msgstr ""
7833
7834#: builtin/bisect--helper.c:649
7835msgid "no log for BISECT_WRITE"
7836msgstr ""
7837
7838#: builtin/bisect--helper.c:666
7839msgid "--write-terms requires two arguments"
7840msgstr ""
7841
7842#: builtin/bisect--helper.c:670
7843msgid "--bisect-clean-state requires no arguments"
7844msgstr ""
7845
7846#: builtin/bisect--helper.c:677
7847msgid "--bisect-reset requires either no argument or a commit"
7848msgstr ""
7849
7850#: builtin/bisect--helper.c:681
7851msgid "--bisect-write requires either 4 or 5 arguments"
7852msgstr ""
7853
7854#: builtin/bisect--helper.c:687
7855msgid "--check-and-set-terms requires 3 arguments"
7856msgstr ""
7857
7858#: builtin/bisect--helper.c:693
7859msgid "--bisect-next-check requires 2 or 3 arguments"
7860msgstr ""
7861
7862#: builtin/bisect--helper.c:699
7863msgid "--bisect-terms requires 0 or 1 argument"
7864msgstr ""
7865
7866#: builtin/blame.c:31
7867msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
7868msgstr ""
7869
7870#: builtin/blame.c:36
7871msgid "<rev-opts> are documented in git-rev-list(1)"
7872msgstr ""
7873
7874#: builtin/blame.c:406
7875#, c-format
7876msgid "expecting a color: %s"
7877msgstr ""
7878
7879#: builtin/blame.c:413
7880msgid "must end with a color"
7881msgstr ""
7882
7883#: builtin/blame.c:700
7884#, c-format
7885msgid "invalid color '%s' in color.blame.repeatedLines"
7886msgstr ""
7887
7888#: builtin/blame.c:718
7889msgid "invalid value for blame.coloring"
7890msgstr ""
7891
7892#: builtin/blame.c:793
7893msgid "Show blame entries as we find them, incrementally"
7894msgstr ""
7895
7896#: builtin/blame.c:794
7897msgid "Show blank SHA-1 for boundary commits (Default: off)"
7898msgstr ""
7899
7900#: builtin/blame.c:795
7901msgid "Do not treat root commits as boundaries (Default: off)"
7902msgstr ""
7903
7904#: builtin/blame.c:796
7905msgid "Show work cost statistics"
7906msgstr ""
7907
7908#: builtin/blame.c:797
7909msgid "Force progress reporting"
7910msgstr ""
7911
7912#: builtin/blame.c:798
7913msgid "Show output score for blame entries"
7914msgstr ""
7915
7916#: builtin/blame.c:799
7917msgid "Show original filename (Default: auto)"
7918msgstr ""
7919
7920#: builtin/blame.c:800
7921msgid "Show original linenumber (Default: off)"
7922msgstr ""
7923
7924#: builtin/blame.c:801
7925msgid "Show in a format designed for machine consumption"
7926msgstr ""
7927
7928#: builtin/blame.c:802
7929msgid "Show porcelain format with per-line commit information"
7930msgstr ""
7931
7932#: builtin/blame.c:803
7933msgid "Use the same output mode as git-annotate (Default: off)"
7934msgstr ""
7935
7936#: builtin/blame.c:804
7937msgid "Show raw timestamp (Default: off)"
7938msgstr ""
7939
7940#: builtin/blame.c:805
7941msgid "Show long commit SHA1 (Default: off)"
7942msgstr ""
7943
7944#: builtin/blame.c:806
7945msgid "Suppress author name and timestamp (Default: off)"
7946msgstr ""
7947
7948#: builtin/blame.c:807
7949msgid "Show author email instead of name (Default: off)"
7950msgstr ""
7951
7952#: builtin/blame.c:808
7953msgid "Ignore whitespace differences"
7954msgstr ""
7955
7956#: builtin/blame.c:809
7957msgid "color redundant metadata from previous line differently"
7958msgstr ""
7959
7960#: builtin/blame.c:810
7961msgid "color lines by age"
7962msgstr ""
7963
7964#: builtin/blame.c:817
7965msgid "Use an experimental heuristic to improve diffs"
7966msgstr ""
7967
7968#: builtin/blame.c:819
7969msgid "Spend extra cycles to find better match"
7970msgstr ""
7971
7972#: builtin/blame.c:820
7973msgid "Use revisions from <file> instead of calling git-rev-list"
7974msgstr ""
7975
7976#: builtin/blame.c:821
7977msgid "Use <file>'s contents as the final image"
7978msgstr ""
7979
7980#: builtin/blame.c:822 builtin/blame.c:823
7981msgid "score"
7982msgstr ""
7983
7984#: builtin/blame.c:822
7985msgid "Find line copies within and across files"
7986msgstr ""
7987
7988#: builtin/blame.c:823
7989msgid "Find line movements within and across files"
7990msgstr ""
7991
7992#: builtin/blame.c:824
7993msgid "n,m"
7994msgstr ""
7995
7996#: builtin/blame.c:824
7997msgid "Process only line range n,m, counting from 1"
7998msgstr ""
7999
8000#: builtin/blame.c:875
8001msgid "--progress can't be used with --incremental or porcelain formats"
8002msgstr ""
8003
8004#. TRANSLATORS: This string is used to tell us the
8005#. maximum display width for a relative timestamp in
8006#. "git blame" output.  For C locale, "4 years, 11
8007#. months ago", which takes 22 places, is the longest
8008#. among various forms of relative timestamps, but
8009#. your language may need more or fewer display
8010#. columns.
8011#.
8012#: builtin/blame.c:926
8013msgid "4 years, 11 months ago"
8014msgstr ""
8015
8016#: builtin/blame.c:1018
8017#, c-format
8018msgid "file %s has only %lu line"
8019msgid_plural "file %s has only %lu lines"
8020msgstr[0] ""
8021msgstr[1] ""
8022
8023#: builtin/blame.c:1064
8024msgid "Blaming lines"
8025msgstr ""
8026
8027#: builtin/branch.c:29
8028msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8029msgstr ""
8030
8031#: builtin/branch.c:30
8032msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8033msgstr ""
8034
8035#: builtin/branch.c:31
8036msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8037msgstr ""
8038
8039#: builtin/branch.c:32
8040msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8041msgstr ""
8042
8043#: builtin/branch.c:33
8044msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8045msgstr ""
8046
8047#: builtin/branch.c:34
8048msgid "git branch [<options>] [-r | -a] [--points-at]"
8049msgstr ""
8050
8051#: builtin/branch.c:35
8052msgid "git branch [<options>] [-r | -a] [--format]"
8053msgstr ""
8054
8055#: builtin/branch.c:151
8056#, c-format
8057msgid ""
8058"deleting branch '%s' that has been merged to\n"
8059"         '%s', but not yet merged to HEAD."
8060msgstr ""
8061
8062#: builtin/branch.c:155
8063#, c-format
8064msgid ""
8065"not deleting branch '%s' that is not yet merged to\n"
8066"         '%s', even though it is merged to HEAD."
8067msgstr ""
8068
8069#: builtin/branch.c:169
8070#, c-format
8071msgid "Couldn't look up commit object for '%s'"
8072msgstr ""
8073
8074#: builtin/branch.c:173
8075#, c-format
8076msgid ""
8077"The branch '%s' is not fully merged.\n"
8078"If you are sure you want to delete it, run 'git branch -D %s'."
8079msgstr ""
8080
8081#: builtin/branch.c:186
8082msgid "Update of config-file failed"
8083msgstr ""
8084
8085#: builtin/branch.c:217
8086msgid "cannot use -a with -d"
8087msgstr ""
8088
8089#: builtin/branch.c:223
8090msgid "Couldn't look up commit object for HEAD"
8091msgstr ""
8092
8093#: builtin/branch.c:237
8094#, c-format
8095msgid "Cannot delete branch '%s' checked out at '%s'"
8096msgstr ""
8097
8098#: builtin/branch.c:252
8099#, c-format
8100msgid "remote-tracking branch '%s' not found."
8101msgstr ""
8102
8103#: builtin/branch.c:253
8104#, c-format
8105msgid "branch '%s' not found."
8106msgstr ""
8107
8108#: builtin/branch.c:268
8109#, c-format
8110msgid "Error deleting remote-tracking branch '%s'"
8111msgstr ""
8112
8113#: builtin/branch.c:269
8114#, c-format
8115msgid "Error deleting branch '%s'"
8116msgstr ""
8117
8118#: builtin/branch.c:276
8119#, c-format
8120msgid "Deleted remote-tracking branch %s (was %s).\n"
8121msgstr ""
8122
8123#: builtin/branch.c:277
8124#, c-format
8125msgid "Deleted branch %s (was %s).\n"
8126msgstr ""
8127
8128#: builtin/branch.c:421 builtin/tag.c:59
8129msgid "unable to parse format string"
8130msgstr ""
8131
8132#: builtin/branch.c:458
8133#, c-format
8134msgid "Branch %s is being rebased at %s"
8135msgstr ""
8136
8137#: builtin/branch.c:462
8138#, c-format
8139msgid "Branch %s is being bisected at %s"
8140msgstr ""
8141
8142#: builtin/branch.c:479
8143msgid "cannot copy the current branch while not on any."
8144msgstr ""
8145
8146#: builtin/branch.c:481
8147msgid "cannot rename the current branch while not on any."
8148msgstr ""
8149
8150#: builtin/branch.c:492
8151#, c-format
8152msgid "Invalid branch name: '%s'"
8153msgstr ""
8154
8155#: builtin/branch.c:519
8156msgid "Branch rename failed"
8157msgstr ""
8158
8159#: builtin/branch.c:521
8160msgid "Branch copy failed"
8161msgstr ""
8162
8163#: builtin/branch.c:525
8164#, c-format
8165msgid "Created a copy of a misnamed branch '%s'"
8166msgstr ""
8167
8168#: builtin/branch.c:528
8169#, c-format
8170msgid "Renamed a misnamed branch '%s' away"
8171msgstr ""
8172
8173#: builtin/branch.c:534
8174#, c-format
8175msgid "Branch renamed to %s, but HEAD is not updated!"
8176msgstr ""
8177
8178#: builtin/branch.c:543
8179msgid "Branch is renamed, but update of config-file failed"
8180msgstr ""
8181
8182#: builtin/branch.c:545
8183msgid "Branch is copied, but update of config-file failed"
8184msgstr ""
8185
8186#: builtin/branch.c:561
8187#, c-format
8188msgid ""
8189"Please edit the description for the branch\n"
8190"  %s\n"
8191"Lines starting with '%c' will be stripped.\n"
8192msgstr ""
8193
8194#: builtin/branch.c:594
8195msgid "Generic options"
8196msgstr ""
8197
8198#: builtin/branch.c:596
8199msgid "show hash and subject, give twice for upstream branch"
8200msgstr ""
8201
8202#: builtin/branch.c:597
8203msgid "suppress informational messages"
8204msgstr ""
8205
8206#: builtin/branch.c:598
8207msgid "set up tracking mode (see git-pull(1))"
8208msgstr ""
8209
8210#: builtin/branch.c:600
8211msgid "do not use"
8212msgstr ""
8213
8214#: builtin/branch.c:602 builtin/rebase--interactive.c:182
8215msgid "upstream"
8216msgstr ""
8217
8218#: builtin/branch.c:602
8219msgid "change the upstream info"
8220msgstr ""
8221
8222#: builtin/branch.c:603
8223msgid "Unset the upstream info"
8224msgstr ""
8225
8226#: builtin/branch.c:604
8227msgid "use colored output"
8228msgstr ""
8229
8230#: builtin/branch.c:605
8231msgid "act on remote-tracking branches"
8232msgstr ""
8233
8234#: builtin/branch.c:607 builtin/branch.c:609
8235msgid "print only branches that contain the commit"
8236msgstr ""
8237
8238#: builtin/branch.c:608 builtin/branch.c:610
8239msgid "print only branches that don't contain the commit"
8240msgstr ""
8241
8242#: builtin/branch.c:613
8243msgid "Specific git-branch actions:"
8244msgstr ""
8245
8246#: builtin/branch.c:614
8247msgid "list both remote-tracking and local branches"
8248msgstr ""
8249
8250#: builtin/branch.c:616
8251msgid "delete fully merged branch"
8252msgstr ""
8253
8254#: builtin/branch.c:617
8255msgid "delete branch (even if not merged)"
8256msgstr ""
8257
8258#: builtin/branch.c:618
8259msgid "move/rename a branch and its reflog"
8260msgstr ""
8261
8262#: builtin/branch.c:619
8263msgid "move/rename a branch, even if target exists"
8264msgstr ""
8265
8266#: builtin/branch.c:620
8267msgid "copy a branch and its reflog"
8268msgstr ""
8269
8270#: builtin/branch.c:621
8271msgid "copy a branch, even if target exists"
8272msgstr ""
8273
8274#: builtin/branch.c:622
8275msgid "list branch names"
8276msgstr ""
8277
8278#: builtin/branch.c:623
8279msgid "create the branch's reflog"
8280msgstr ""
8281
8282#: builtin/branch.c:625
8283msgid "edit the description for the branch"
8284msgstr ""
8285
8286#: builtin/branch.c:626
8287msgid "force creation, move/rename, deletion"
8288msgstr ""
8289
8290#: builtin/branch.c:627
8291msgid "print only branches that are merged"
8292msgstr ""
8293
8294#: builtin/branch.c:628
8295msgid "print only branches that are not merged"
8296msgstr ""
8297
8298#: builtin/branch.c:629
8299msgid "list branches in columns"
8300msgstr ""
8301
8302#: builtin/branch.c:630 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
8303#: builtin/tag.c:415
8304msgid "key"
8305msgstr ""
8306
8307#: builtin/branch.c:631 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
8308#: builtin/tag.c:416
8309msgid "field name to sort on"
8310msgstr ""
8311
8312#: builtin/branch.c:633 builtin/for-each-ref.c:43 builtin/notes.c:415
8313#: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
8314#: builtin/tag.c:418
8315msgid "object"
8316msgstr ""
8317
8318#: builtin/branch.c:634
8319msgid "print only branches of the object"
8320msgstr ""
8321
8322#: builtin/branch.c:636 builtin/for-each-ref.c:49 builtin/tag.c:425
8323msgid "sorting and filtering are case insensitive"
8324msgstr ""
8325
8326#: builtin/branch.c:637 builtin/for-each-ref.c:38 builtin/tag.c:423
8327#: builtin/verify-tag.c:39
8328msgid "format to use for the output"
8329msgstr ""
8330
8331#: builtin/branch.c:660 builtin/clone.c:746
8332msgid "HEAD not found below refs/heads!"
8333msgstr ""
8334
8335#: builtin/branch.c:683
8336msgid "--column and --verbose are incompatible"
8337msgstr ""
8338
8339#: builtin/branch.c:698 builtin/branch.c:749 builtin/branch.c:758
8340msgid "branch name required"
8341msgstr ""
8342
8343#: builtin/branch.c:725
8344msgid "Cannot give description to detached HEAD"
8345msgstr ""
8346
8347#: builtin/branch.c:730
8348msgid "cannot edit description of more than one branch"
8349msgstr ""
8350
8351#: builtin/branch.c:737
8352#, c-format
8353msgid "No commit on branch '%s' yet."
8354msgstr ""
8355
8356#: builtin/branch.c:740
8357#, c-format
8358msgid "No branch named '%s'."
8359msgstr ""
8360
8361#: builtin/branch.c:755
8362msgid "too many branches for a copy operation"
8363msgstr ""
8364
8365#: builtin/branch.c:764
8366msgid "too many arguments for a rename operation"
8367msgstr ""
8368
8369#: builtin/branch.c:769
8370msgid "too many arguments to set new upstream"
8371msgstr ""
8372
8373#: builtin/branch.c:773
8374#, c-format
8375msgid ""
8376"could not set upstream of HEAD to %s when it does not point to any branch."
8377msgstr ""
8378
8379#: builtin/branch.c:776 builtin/branch.c:799
8380#, c-format
8381msgid "no such branch '%s'"
8382msgstr ""
8383
8384#: builtin/branch.c:780
8385#, c-format
8386msgid "branch '%s' does not exist"
8387msgstr ""
8388
8389#: builtin/branch.c:793
8390msgid "too many arguments to unset upstream"
8391msgstr ""
8392
8393#: builtin/branch.c:797
8394msgid "could not unset upstream of HEAD when it does not point to any branch."
8395msgstr ""
8396
8397#: builtin/branch.c:803
8398#, c-format
8399msgid "Branch '%s' has no upstream information"
8400msgstr ""
8401
8402#: builtin/branch.c:813
8403msgid "-a and -r options to 'git branch' do not make sense with a branch name"
8404msgstr ""
8405
8406#: builtin/branch.c:816
8407msgid ""
8408"the '--set-upstream' option is no longer supported. Please use '--track' or "
8409"'--set-upstream-to' instead."
8410msgstr ""
8411
8412#: builtin/bundle.c:45
8413#, c-format
8414msgid "%s is okay\n"
8415msgstr ""
8416
8417#: builtin/bundle.c:58
8418msgid "Need a repository to create a bundle."
8419msgstr ""
8420
8421#: builtin/bundle.c:62
8422msgid "Need a repository to unbundle."
8423msgstr ""
8424
8425#: builtin/cat-file.c:593
8426msgid ""
8427"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
8428"p | <type> | --textconv | --filters) [--path=<path>] <object>"
8429msgstr ""
8430
8431#: builtin/cat-file.c:594
8432msgid ""
8433"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
8434"filters]"
8435msgstr ""
8436
8437#: builtin/cat-file.c:615
8438msgid "only one batch option may be specified"
8439msgstr ""
8440
8441#: builtin/cat-file.c:633
8442msgid "<type> can be one of: blob, tree, commit, tag"
8443msgstr ""
8444
8445#: builtin/cat-file.c:634
8446msgid "show object type"
8447msgstr ""
8448
8449#: builtin/cat-file.c:635
8450msgid "show object size"
8451msgstr ""
8452
8453#: builtin/cat-file.c:637
8454msgid "exit with zero when there's no error"
8455msgstr ""
8456
8457#: builtin/cat-file.c:638
8458msgid "pretty-print object's content"
8459msgstr ""
8460
8461#: builtin/cat-file.c:640
8462msgid "for blob objects, run textconv on object's content"
8463msgstr ""
8464
8465#: builtin/cat-file.c:642
8466msgid "for blob objects, run filters on object's content"
8467msgstr ""
8468
8469#: builtin/cat-file.c:643 git-submodule.sh:860
8470msgid "blob"
8471msgstr ""
8472
8473#: builtin/cat-file.c:644
8474msgid "use a specific path for --textconv/--filters"
8475msgstr ""
8476
8477#: builtin/cat-file.c:646
8478msgid "allow -s and -t to work with broken/corrupt objects"
8479msgstr ""
8480
8481#: builtin/cat-file.c:647
8482msgid "buffer --batch output"
8483msgstr ""
8484
8485#: builtin/cat-file.c:649
8486msgid "show info and content of objects fed from the standard input"
8487msgstr ""
8488
8489#: builtin/cat-file.c:653
8490msgid "show info about objects fed from the standard input"
8491msgstr ""
8492
8493#: builtin/cat-file.c:657
8494msgid "follow in-tree symlinks (used with --batch or --batch-check)"
8495msgstr ""
8496
8497#: builtin/cat-file.c:659
8498msgid "show all objects with --batch or --batch-check"
8499msgstr ""
8500
8501#: builtin/cat-file.c:661
8502msgid "do not order --batch-all-objects output"
8503msgstr ""
8504
8505#: builtin/check-attr.c:13
8506msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
8507msgstr ""
8508
8509#: builtin/check-attr.c:14
8510msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
8511msgstr ""
8512
8513#: builtin/check-attr.c:21
8514msgid "report all attributes set on file"
8515msgstr ""
8516
8517#: builtin/check-attr.c:22
8518msgid "use .gitattributes only from the index"
8519msgstr ""
8520
8521#: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
8522msgid "read file names from stdin"
8523msgstr ""
8524
8525#: builtin/check-attr.c:25 builtin/check-ignore.c:27
8526msgid "terminate input and output records by a NUL character"
8527msgstr ""
8528
8529#: builtin/check-ignore.c:21 builtin/checkout.c:1280 builtin/gc.c:517
8530#: builtin/worktree.c:496
8531msgid "suppress progress reporting"
8532msgstr ""
8533
8534#: builtin/check-ignore.c:29
8535msgid "show non-matching input paths"
8536msgstr ""
8537
8538#: builtin/check-ignore.c:31
8539msgid "ignore index when checking"
8540msgstr ""
8541
8542#: builtin/check-ignore.c:160
8543msgid "cannot specify pathnames with --stdin"
8544msgstr ""
8545
8546#: builtin/check-ignore.c:163
8547msgid "-z only makes sense with --stdin"
8548msgstr ""
8549
8550#: builtin/check-ignore.c:165
8551msgid "no path specified"
8552msgstr ""
8553
8554#: builtin/check-ignore.c:169
8555msgid "--quiet is only valid with a single pathname"
8556msgstr ""
8557
8558#: builtin/check-ignore.c:171
8559msgid "cannot have both --quiet and --verbose"
8560msgstr ""
8561
8562#: builtin/check-ignore.c:174
8563msgid "--non-matching is only valid with --verbose"
8564msgstr ""
8565
8566#: builtin/check-mailmap.c:9
8567msgid "git check-mailmap [<options>] <contact>..."
8568msgstr ""
8569
8570#: builtin/check-mailmap.c:14
8571msgid "also read contacts from stdin"
8572msgstr ""
8573
8574#: builtin/check-mailmap.c:25
8575#, c-format
8576msgid "unable to parse contact: %s"
8577msgstr ""
8578
8579#: builtin/check-mailmap.c:48
8580msgid "no contacts specified"
8581msgstr ""
8582
8583#: builtin/checkout-index.c:131
8584msgid "git checkout-index [<options>] [--] [<file>...]"
8585msgstr ""
8586
8587#: builtin/checkout-index.c:148
8588msgid "stage should be between 1 and 3 or all"
8589msgstr ""
8590
8591#: builtin/checkout-index.c:164
8592msgid "check out all files in the index"
8593msgstr ""
8594
8595#: builtin/checkout-index.c:165
8596msgid "force overwrite of existing files"
8597msgstr ""
8598
8599#: builtin/checkout-index.c:167
8600msgid "no warning for existing files and files not in index"
8601msgstr ""
8602
8603#: builtin/checkout-index.c:169
8604msgid "don't checkout new files"
8605msgstr ""
8606
8607#: builtin/checkout-index.c:171
8608msgid "update stat information in the index file"
8609msgstr ""
8610
8611#: builtin/checkout-index.c:175
8612msgid "read list of paths from the standard input"
8613msgstr ""
8614
8615#: builtin/checkout-index.c:177
8616msgid "write the content to temporary files"
8617msgstr ""
8618
8619#: builtin/checkout-index.c:178 builtin/column.c:31
8620#: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:1375
8621#: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1857
8622#: builtin/worktree.c:669
8623msgid "string"
8624msgstr ""
8625
8626#: builtin/checkout-index.c:179
8627msgid "when creating files, prepend <string>"
8628msgstr ""
8629
8630#: builtin/checkout-index.c:181
8631msgid "copy out the files from named stage"
8632msgstr ""
8633
8634#: builtin/checkout.c:32
8635msgid "git checkout [<options>] <branch>"
8636msgstr ""
8637
8638#: builtin/checkout.c:33
8639msgid "git checkout [<options>] [<branch>] -- <file>..."
8640msgstr ""
8641
8642#: builtin/checkout.c:147 builtin/checkout.c:181
8643#, c-format
8644msgid "path '%s' does not have our version"
8645msgstr ""
8646
8647#: builtin/checkout.c:149 builtin/checkout.c:183
8648#, c-format
8649msgid "path '%s' does not have their version"
8650msgstr ""
8651
8652#: builtin/checkout.c:165
8653#, c-format
8654msgid "path '%s' does not have all necessary versions"
8655msgstr ""
8656
8657#: builtin/checkout.c:210
8658#, c-format
8659msgid "path '%s' does not have necessary versions"
8660msgstr ""
8661
8662#: builtin/checkout.c:228
8663#, c-format
8664msgid "path '%s': cannot merge"
8665msgstr ""
8666
8667#: builtin/checkout.c:244
8668#, c-format
8669msgid "Unable to add merge result for '%s'"
8670msgstr ""
8671
8672#: builtin/checkout.c:267 builtin/checkout.c:270 builtin/checkout.c:273
8673#: builtin/checkout.c:276
8674#, c-format
8675msgid "'%s' cannot be used with updating paths"
8676msgstr ""
8677
8678#: builtin/checkout.c:279 builtin/checkout.c:282
8679#, c-format
8680msgid "'%s' cannot be used with %s"
8681msgstr ""
8682
8683#: builtin/checkout.c:285
8684#, c-format
8685msgid "Cannot update paths and switch to branch '%s' at the same time."
8686msgstr ""
8687
8688#: builtin/checkout.c:354 builtin/checkout.c:361
8689#, c-format
8690msgid "path '%s' is unmerged"
8691msgstr ""
8692
8693#: builtin/checkout.c:397
8694#, c-format
8695msgid "Recreated %d merge conflict"
8696msgid_plural "Recreated %d merge conflicts"
8697msgstr[0] ""
8698msgstr[1] ""
8699
8700#: builtin/checkout.c:402
8701#, c-format
8702msgid "Updated %d path from %s"
8703msgid_plural "Updated %d paths from %s"
8704msgstr[0] ""
8705msgstr[1] ""
8706
8707#: builtin/checkout.c:409
8708#, c-format
8709msgid "Updated %d path from the index"
8710msgid_plural "Updated %d paths from the index"
8711msgstr[0] ""
8712msgstr[1] ""
8713
8714#: builtin/checkout.c:645
8715msgid "you need to resolve your current index first"
8716msgstr ""
8717
8718#: builtin/checkout.c:782
8719#, c-format
8720msgid "Can not do reflog for '%s': %s\n"
8721msgstr ""
8722
8723#: builtin/checkout.c:824
8724msgid "HEAD is now at"
8725msgstr ""
8726
8727#: builtin/checkout.c:828 builtin/clone.c:699
8728msgid "unable to update HEAD"
8729msgstr ""
8730
8731#: builtin/checkout.c:832
8732#, c-format
8733msgid "Reset branch '%s'\n"
8734msgstr ""
8735
8736#: builtin/checkout.c:835
8737#, c-format
8738msgid "Already on '%s'\n"
8739msgstr ""
8740
8741#: builtin/checkout.c:839
8742#, c-format
8743msgid "Switched to and reset branch '%s'\n"
8744msgstr ""
8745
8746#: builtin/checkout.c:841 builtin/checkout.c:1212
8747#, c-format
8748msgid "Switched to a new branch '%s'\n"
8749msgstr ""
8750
8751#: builtin/checkout.c:843
8752#, c-format
8753msgid "Switched to branch '%s'\n"
8754msgstr ""
8755
8756#: builtin/checkout.c:894
8757#, c-format
8758msgid " ... and %d more.\n"
8759msgstr ""
8760
8761#: builtin/checkout.c:900
8762#, c-format
8763msgid ""
8764"Warning: you are leaving %d commit behind, not connected to\n"
8765"any of your branches:\n"
8766"\n"
8767"%s\n"
8768msgid_plural ""
8769"Warning: you are leaving %d commits behind, not connected to\n"
8770"any of your branches:\n"
8771"\n"
8772"%s\n"
8773msgstr[0] ""
8774msgstr[1] ""
8775
8776#: builtin/checkout.c:919
8777#, c-format
8778msgid ""
8779"If you want to keep it by creating a new branch, this may be a good time\n"
8780"to do so with:\n"
8781"\n"
8782" git branch <new-branch-name> %s\n"
8783"\n"
8784msgid_plural ""
8785"If you want to keep them by creating a new branch, this may be a good time\n"
8786"to do so with:\n"
8787"\n"
8788" git branch <new-branch-name> %s\n"
8789"\n"
8790msgstr[0] ""
8791msgstr[1] ""
8792
8793#: builtin/checkout.c:951
8794msgid "internal error in revision walk"
8795msgstr ""
8796
8797#: builtin/checkout.c:955
8798msgid "Previous HEAD position was"
8799msgstr ""
8800
8801#: builtin/checkout.c:983 builtin/checkout.c:1207
8802msgid "You are on a branch yet to be born"
8803msgstr ""
8804
8805#: builtin/checkout.c:1104
8806#, c-format
8807msgid "only one reference expected, %d given."
8808msgstr ""
8809
8810#: builtin/checkout.c:1140
8811#, c-format
8812msgid ""
8813"'%s' could be both a local file and a tracking branch.\n"
8814"Please use -- (and optionally --no-guess) to disambiguate"
8815msgstr ""
8816
8817#: builtin/checkout.c:1153 builtin/worktree.c:290 builtin/worktree.c:445
8818#, c-format
8819msgid "invalid reference: %s"
8820msgstr ""
8821
8822#: builtin/checkout.c:1182
8823#, c-format
8824msgid "reference is not a tree: %s"
8825msgstr ""
8826
8827#: builtin/checkout.c:1221
8828msgid "paths cannot be used with switching branches"
8829msgstr ""
8830
8831#: builtin/checkout.c:1224 builtin/checkout.c:1228
8832#, c-format
8833msgid "'%s' cannot be used with switching branches"
8834msgstr ""
8835
8836#: builtin/checkout.c:1232 builtin/checkout.c:1235 builtin/checkout.c:1240
8837#: builtin/checkout.c:1243
8838#, c-format
8839msgid "'%s' cannot be used with '%s'"
8840msgstr ""
8841
8842#: builtin/checkout.c:1248
8843#, c-format
8844msgid "Cannot switch branch to a non-commit '%s'"
8845msgstr ""
8846
8847#: builtin/checkout.c:1281 builtin/checkout.c:1283 builtin/clone.c:120
8848#: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:489
8849#: builtin/worktree.c:491
8850msgid "branch"
8851msgstr ""
8852
8853#: builtin/checkout.c:1282
8854msgid "create and checkout a new branch"
8855msgstr ""
8856
8857#: builtin/checkout.c:1284
8858msgid "create/reset and checkout a branch"
8859msgstr ""
8860
8861#: builtin/checkout.c:1285
8862msgid "create reflog for new branch"
8863msgstr ""
8864
8865#: builtin/checkout.c:1286 builtin/worktree.c:493
8866msgid "detach HEAD at named commit"
8867msgstr ""
8868
8869#: builtin/checkout.c:1287
8870msgid "set upstream info for new branch"
8871msgstr ""
8872
8873#: builtin/checkout.c:1289
8874msgid "new-branch"
8875msgstr ""
8876
8877#: builtin/checkout.c:1289
8878msgid "new unparented branch"
8879msgstr ""
8880
8881#: builtin/checkout.c:1291
8882msgid "checkout our version for unmerged files"
8883msgstr ""
8884
8885#: builtin/checkout.c:1294
8886msgid "checkout their version for unmerged files"
8887msgstr ""
8888
8889#: builtin/checkout.c:1296
8890msgid "force checkout (throw away local modifications)"
8891msgstr ""
8892
8893#: builtin/checkout.c:1298
8894msgid "perform a 3-way merge with the new branch"
8895msgstr ""
8896
8897#: builtin/checkout.c:1300 builtin/merge.c:276
8898msgid "update ignored files (default)"
8899msgstr ""
8900
8901#: builtin/checkout.c:1302 builtin/log.c:1586 parse-options.h:272
8902msgid "style"
8903msgstr ""
8904
8905#: builtin/checkout.c:1303
8906msgid "conflict style (merge or diff3)"
8907msgstr ""
8908
8909#: builtin/checkout.c:1306
8910msgid "do not limit pathspecs to sparse entries only"
8911msgstr ""
8912
8913#: builtin/checkout.c:1308
8914msgid "do not second guess 'git checkout <no-such-branch>'"
8915msgstr ""
8916
8917#: builtin/checkout.c:1310
8918msgid "do not check if another worktree is holding the given ref"
8919msgstr ""
8920
8921#: builtin/checkout.c:1314 builtin/clone.c:87 builtin/fetch.c:141
8922#: builtin/merge.c:273 builtin/pull.c:130 builtin/push.c:575
8923#: builtin/send-pack.c:174
8924msgid "force progress reporting"
8925msgstr ""
8926
8927#: builtin/checkout.c:1345
8928msgid "-b, -B and --orphan are mutually exclusive"
8929msgstr ""
8930
8931#: builtin/checkout.c:1362
8932msgid "--track needs a branch name"
8933msgstr ""
8934
8935#: builtin/checkout.c:1367
8936msgid "missing branch name; try -b"
8937msgstr ""
8938
8939#: builtin/checkout.c:1404
8940msgid "invalid path specification"
8941msgstr ""
8942
8943#: builtin/checkout.c:1411
8944#, c-format
8945msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
8946msgstr ""
8947
8948#: builtin/checkout.c:1415
8949#, c-format
8950msgid "git checkout: --detach does not take a path argument '%s'"
8951msgstr ""
8952
8953#: builtin/checkout.c:1419
8954msgid ""
8955"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
8956"checking out of the index."
8957msgstr ""
8958
8959#: builtin/checkout.c:1439
8960#, c-format
8961msgid ""
8962"'%s' matched more than one remote tracking branch.\n"
8963"We found %d remotes with a reference that matched. So we fell back\n"
8964"on trying to resolve the argument as a path, but failed there too!\n"
8965"\n"
8966"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
8967"you can do so by fully qualifying the name with the --track option:\n"
8968"\n"
8969"    git checkout --track origin/<name>\n"
8970"\n"
8971"If you'd like to always have checkouts of an ambiguous <name> prefer\n"
8972"one remote, e.g. the 'origin' remote, consider setting\n"
8973"checkout.defaultRemote=origin in your config."
8974msgstr ""
8975
8976#: builtin/clean.c:28
8977msgid ""
8978"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
8979msgstr ""
8980
8981#: builtin/clean.c:32
8982#, c-format
8983msgid "Removing %s\n"
8984msgstr ""
8985
8986#: builtin/clean.c:33
8987#, c-format
8988msgid "Would remove %s\n"
8989msgstr ""
8990
8991#: builtin/clean.c:34
8992#, c-format
8993msgid "Skipping repository %s\n"
8994msgstr ""
8995
8996#: builtin/clean.c:35
8997#, c-format
8998msgid "Would skip repository %s\n"
8999msgstr ""
9000
9001#: builtin/clean.c:36
9002#, c-format
9003msgid "failed to remove %s"
9004msgstr ""
9005
9006#: builtin/clean.c:299 git-add--interactive.perl:579
9007#, c-format
9008msgid ""
9009"Prompt help:\n"
9010"1          - select a numbered item\n"
9011"foo        - select item based on unique prefix\n"
9012"           - (empty) select nothing\n"
9013msgstr ""
9014
9015#: builtin/clean.c:303 git-add--interactive.perl:588
9016#, c-format
9017msgid ""
9018"Prompt help:\n"
9019"1          - select a single item\n"
9020"3-5        - select a range of items\n"
9021"2-3,6-9    - select multiple ranges\n"
9022"foo        - select item based on unique prefix\n"
9023"-...       - unselect specified items\n"
9024"*          - choose all items\n"
9025"           - (empty) finish selecting\n"
9026msgstr ""
9027
9028#: builtin/clean.c:519 git-add--interactive.perl:554
9029#: git-add--interactive.perl:559
9030#, c-format, perl-format
9031msgid "Huh (%s)?\n"
9032msgstr ""
9033
9034#: builtin/clean.c:661
9035#, c-format
9036msgid "Input ignore patterns>> "
9037msgstr ""
9038
9039#: builtin/clean.c:698
9040#, c-format
9041msgid "WARNING: Cannot find items matched by: %s"
9042msgstr ""
9043
9044#: builtin/clean.c:719
9045msgid "Select items to delete"
9046msgstr ""
9047
9048#. TRANSLATORS: Make sure to keep [y/N] as is
9049#: builtin/clean.c:760
9050#, c-format
9051msgid "Remove %s [y/N]? "
9052msgstr ""
9053
9054#: builtin/clean.c:785 git-add--interactive.perl:1717
9055#, c-format
9056msgid "Bye.\n"
9057msgstr ""
9058
9059#: builtin/clean.c:793
9060msgid ""
9061"clean               - start cleaning\n"
9062"filter by pattern   - exclude items from deletion\n"
9063"select by numbers   - select items to be deleted by numbers\n"
9064"ask each            - confirm each deletion (like \"rm -i\")\n"
9065"quit                - stop cleaning\n"
9066"help                - this screen\n"
9067"?                   - help for prompt selection"
9068msgstr ""
9069
9070#: builtin/clean.c:820 git-add--interactive.perl:1793
9071msgid "*** Commands ***"
9072msgstr ""
9073
9074#: builtin/clean.c:821 git-add--interactive.perl:1790
9075msgid "What now"
9076msgstr ""
9077
9078#: builtin/clean.c:829
9079msgid "Would remove the following item:"
9080msgid_plural "Would remove the following items:"
9081msgstr[0] ""
9082msgstr[1] ""
9083
9084#: builtin/clean.c:845
9085msgid "No more files to clean, exiting."
9086msgstr ""
9087
9088#: builtin/clean.c:907
9089msgid "do not print names of files removed"
9090msgstr ""
9091
9092#: builtin/clean.c:909
9093msgid "force"
9094msgstr ""
9095
9096#: builtin/clean.c:910
9097msgid "interactive cleaning"
9098msgstr ""
9099
9100#: builtin/clean.c:912
9101msgid "remove whole directories"
9102msgstr ""
9103
9104#: builtin/clean.c:913 builtin/describe.c:546 builtin/describe.c:548
9105#: builtin/grep.c:897 builtin/log.c:167 builtin/log.c:169
9106#: builtin/ls-files.c:557 builtin/name-rev.c:415 builtin/name-rev.c:417
9107#: builtin/show-ref.c:178
9108msgid "pattern"
9109msgstr ""
9110
9111#: builtin/clean.c:914
9112msgid "add <pattern> to ignore rules"
9113msgstr ""
9114
9115#: builtin/clean.c:915
9116msgid "remove ignored files, too"
9117msgstr ""
9118
9119#: builtin/clean.c:917
9120msgid "remove only ignored files"
9121msgstr ""
9122
9123#: builtin/clean.c:935
9124msgid "-x and -X cannot be used together"
9125msgstr ""
9126
9127#: builtin/clean.c:939
9128msgid ""
9129"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
9130"clean"
9131msgstr ""
9132
9133#: builtin/clean.c:942
9134msgid ""
9135"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
9136"refusing to clean"
9137msgstr ""
9138
9139#: builtin/clone.c:44
9140msgid "git clone [<options>] [--] <repo> [<dir>]"
9141msgstr ""
9142
9143#: builtin/clone.c:89
9144msgid "don't create a checkout"
9145msgstr ""
9146
9147#: builtin/clone.c:90 builtin/clone.c:92 builtin/init-db.c:481
9148msgid "create a bare repository"
9149msgstr ""
9150
9151#: builtin/clone.c:94
9152msgid "create a mirror repository (implies bare)"
9153msgstr ""
9154
9155#: builtin/clone.c:96
9156msgid "to clone from a local repository"
9157msgstr ""
9158
9159#: builtin/clone.c:98
9160msgid "don't use local hardlinks, always copy"
9161msgstr ""
9162
9163#: builtin/clone.c:100
9164msgid "setup as shared repository"
9165msgstr ""
9166
9167#: builtin/clone.c:102 builtin/clone.c:106
9168msgid "pathspec"
9169msgstr ""
9170
9171#: builtin/clone.c:102 builtin/clone.c:106
9172msgid "initialize submodules in the clone"
9173msgstr ""
9174
9175#: builtin/clone.c:109
9176msgid "number of submodules cloned in parallel"
9177msgstr ""
9178
9179#: builtin/clone.c:110 builtin/init-db.c:478
9180msgid "template-directory"
9181msgstr ""
9182
9183#: builtin/clone.c:111 builtin/init-db.c:479
9184msgid "directory from which templates will be used"
9185msgstr ""
9186
9187#: builtin/clone.c:113 builtin/clone.c:115 builtin/submodule--helper.c:1379
9188#: builtin/submodule--helper.c:1860
9189msgid "reference repository"
9190msgstr ""
9191
9192#: builtin/clone.c:117 builtin/submodule--helper.c:1381
9193#: builtin/submodule--helper.c:1862
9194msgid "use --reference only while cloning"
9195msgstr ""
9196
9197#: builtin/clone.c:118 builtin/column.c:27 builtin/merge-file.c:46
9198#: builtin/pack-objects.c:3303 builtin/repack.c:329
9199msgid "name"
9200msgstr ""
9201
9202#: builtin/clone.c:119
9203msgid "use <name> instead of 'origin' to track upstream"
9204msgstr ""
9205
9206#: builtin/clone.c:121
9207msgid "checkout <branch> instead of the remote's HEAD"
9208msgstr ""
9209
9210#: builtin/clone.c:123
9211msgid "path to git-upload-pack on the remote"
9212msgstr ""
9213
9214#: builtin/clone.c:124 builtin/fetch.c:142 builtin/grep.c:836
9215#: builtin/pull.c:218
9216msgid "depth"
9217msgstr ""
9218
9219#: builtin/clone.c:125
9220msgid "create a shallow clone of that depth"
9221msgstr ""
9222
9223#: builtin/clone.c:126 builtin/fetch.c:144 builtin/pack-objects.c:3292
9224msgid "time"
9225msgstr ""
9226
9227#: builtin/clone.c:127
9228msgid "create a shallow clone since a specific time"
9229msgstr ""
9230
9231#: builtin/clone.c:128 builtin/fetch.c:146 builtin/fetch.c:169
9232#: builtin/rebase.c:1039
9233msgid "revision"
9234msgstr ""
9235
9236#: builtin/clone.c:129 builtin/fetch.c:147
9237msgid "deepen history of shallow clone, excluding rev"
9238msgstr ""
9239
9240#: builtin/clone.c:131
9241msgid "clone only one branch, HEAD or --branch"
9242msgstr ""
9243
9244#: builtin/clone.c:133
9245msgid "don't clone any tags, and make later fetches not to follow them"
9246msgstr ""
9247
9248#: builtin/clone.c:135
9249msgid "any cloned submodules will be shallow"
9250msgstr ""
9251
9252#: builtin/clone.c:136 builtin/init-db.c:487
9253msgid "gitdir"
9254msgstr ""
9255
9256#: builtin/clone.c:137 builtin/init-db.c:488
9257msgid "separate git dir from working tree"
9258msgstr ""
9259
9260#: builtin/clone.c:138
9261msgid "key=value"
9262msgstr ""
9263
9264#: builtin/clone.c:139
9265msgid "set config inside the new repository"
9266msgstr ""
9267
9268#: builtin/clone.c:140 builtin/fetch.c:165 builtin/pull.c:231
9269#: builtin/push.c:586
9270msgid "use IPv4 addresses only"
9271msgstr ""
9272
9273#: builtin/clone.c:142 builtin/fetch.c:167 builtin/pull.c:234
9274#: builtin/push.c:588
9275msgid "use IPv6 addresses only"
9276msgstr ""
9277
9278#: builtin/clone.c:280
9279msgid ""
9280"No directory name could be guessed.\n"
9281"Please specify a directory on the command line"
9282msgstr ""
9283
9284#: builtin/clone.c:333
9285#, c-format
9286msgid "info: Could not add alternate for '%s': %s\n"
9287msgstr ""
9288
9289#: builtin/clone.c:405
9290#, c-format
9291msgid "failed to open '%s'"
9292msgstr ""
9293
9294#: builtin/clone.c:413
9295#, c-format
9296msgid "%s exists and is not a directory"
9297msgstr ""
9298
9299#: builtin/clone.c:427
9300#, c-format
9301msgid "failed to stat %s\n"
9302msgstr ""
9303
9304#: builtin/clone.c:444
9305#, c-format
9306msgid "failed to unlink '%s'"
9307msgstr ""
9308
9309#: builtin/clone.c:449
9310#, c-format
9311msgid "failed to create link '%s'"
9312msgstr ""
9313
9314#: builtin/clone.c:453
9315#, c-format
9316msgid "failed to copy file to '%s'"
9317msgstr ""
9318
9319#: builtin/clone.c:479
9320#, c-format
9321msgid "done.\n"
9322msgstr ""
9323
9324#: builtin/clone.c:493
9325msgid ""
9326"Clone succeeded, but checkout failed.\n"
9327"You can inspect what was checked out with 'git status'\n"
9328"and retry the checkout with 'git checkout -f HEAD'\n"
9329msgstr ""
9330
9331#: builtin/clone.c:570
9332#, c-format
9333msgid "Could not find remote branch %s to clone."
9334msgstr ""
9335
9336#: builtin/clone.c:687
9337#, c-format
9338msgid "unable to update %s"
9339msgstr ""
9340
9341#: builtin/clone.c:737
9342msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
9343msgstr ""
9344
9345#: builtin/clone.c:768
9346msgid "unable to checkout working tree"
9347msgstr ""
9348
9349#: builtin/clone.c:813
9350msgid "unable to write parameters to config file"
9351msgstr ""
9352
9353#: builtin/clone.c:876
9354msgid "cannot repack to clean up"
9355msgstr ""
9356
9357#: builtin/clone.c:878
9358msgid "cannot unlink temporary alternates file"
9359msgstr ""
9360
9361#: builtin/clone.c:918 builtin/receive-pack.c:1941
9362msgid "Too many arguments."
9363msgstr ""
9364
9365#: builtin/clone.c:922
9366msgid "You must specify a repository to clone."
9367msgstr ""
9368
9369#: builtin/clone.c:935
9370#, c-format
9371msgid "--bare and --origin %s options are incompatible."
9372msgstr ""
9373
9374#: builtin/clone.c:938
9375msgid "--bare and --separate-git-dir are incompatible."
9376msgstr ""
9377
9378#: builtin/clone.c:951
9379#, c-format
9380msgid "repository '%s' does not exist"
9381msgstr ""
9382
9383#: builtin/clone.c:957 builtin/fetch.c:1608
9384#, c-format
9385msgid "depth %s is not a positive number"
9386msgstr ""
9387
9388#: builtin/clone.c:967
9389#, c-format
9390msgid "destination path '%s' already exists and is not an empty directory."
9391msgstr ""
9392
9393#: builtin/clone.c:977
9394#, c-format
9395msgid "working tree '%s' already exists."
9396msgstr ""
9397
9398#: builtin/clone.c:992 builtin/clone.c:1013 builtin/difftool.c:272
9399#: builtin/worktree.c:296 builtin/worktree.c:326
9400#, c-format
9401msgid "could not create leading directories of '%s'"
9402msgstr ""
9403
9404#: builtin/clone.c:997
9405#, c-format
9406msgid "could not create work tree dir '%s'"
9407msgstr ""
9408
9409#: builtin/clone.c:1017
9410#, c-format
9411msgid "Cloning into bare repository '%s'...\n"
9412msgstr ""
9413
9414#: builtin/clone.c:1019
9415#, c-format
9416msgid "Cloning into '%s'...\n"
9417msgstr ""
9418
9419#: builtin/clone.c:1043
9420msgid ""
9421"clone --recursive is not compatible with both --reference and --reference-if-"
9422"able"
9423msgstr ""
9424
9425#: builtin/clone.c:1104
9426msgid "--depth is ignored in local clones; use file:// instead."
9427msgstr ""
9428
9429#: builtin/clone.c:1106
9430msgid "--shallow-since is ignored in local clones; use file:// instead."
9431msgstr ""
9432
9433#: builtin/clone.c:1108
9434msgid "--shallow-exclude is ignored in local clones; use file:// instead."
9435msgstr ""
9436
9437#: builtin/clone.c:1110
9438msgid "--filter is ignored in local clones; use file:// instead."
9439msgstr ""
9440
9441#: builtin/clone.c:1113
9442msgid "source repository is shallow, ignoring --local"
9443msgstr ""
9444
9445#: builtin/clone.c:1118
9446msgid "--local is ignored"
9447msgstr ""
9448
9449#: builtin/clone.c:1192 builtin/clone.c:1200
9450#, c-format
9451msgid "Remote branch %s not found in upstream %s"
9452msgstr ""
9453
9454#: builtin/clone.c:1203
9455msgid "You appear to have cloned an empty repository."
9456msgstr ""
9457
9458#: builtin/column.c:10
9459msgid "git column [<options>]"
9460msgstr ""
9461
9462#: builtin/column.c:27
9463msgid "lookup config vars"
9464msgstr ""
9465
9466#: builtin/column.c:28 builtin/column.c:29
9467msgid "layout to use"
9468msgstr ""
9469
9470#: builtin/column.c:30
9471msgid "Maximum width"
9472msgstr ""
9473
9474#: builtin/column.c:31
9475msgid "Padding space on left border"
9476msgstr ""
9477
9478#: builtin/column.c:32
9479msgid "Padding space on right border"
9480msgstr ""
9481
9482#: builtin/column.c:33
9483msgid "Padding space between columns"
9484msgstr ""
9485
9486#: builtin/column.c:51
9487msgid "--command must be the first argument"
9488msgstr ""
9489
9490#: builtin/commit.c:41
9491msgid "git commit [<options>] [--] <pathspec>..."
9492msgstr ""
9493
9494#: builtin/commit.c:46
9495msgid "git status [<options>] [--] <pathspec>..."
9496msgstr ""
9497
9498#: builtin/commit.c:51
9499msgid ""
9500"You asked to amend the most recent commit, but doing so would make\n"
9501"it empty. You can repeat your command with --allow-empty, or you can\n"
9502"remove the commit entirely with \"git reset HEAD^\".\n"
9503msgstr ""
9504
9505#: builtin/commit.c:56
9506msgid ""
9507"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
9508"If you wish to commit it anyway, use:\n"
9509"\n"
9510"    git commit --allow-empty\n"
9511"\n"
9512msgstr ""
9513
9514#: builtin/commit.c:63
9515msgid "Otherwise, please use 'git reset'\n"
9516msgstr ""
9517
9518#: builtin/commit.c:66
9519msgid ""
9520"If you wish to skip this commit, use:\n"
9521"\n"
9522"    git reset\n"
9523"\n"
9524"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
9525"the remaining commits.\n"
9526msgstr ""
9527
9528#: builtin/commit.c:312
9529msgid "failed to unpack HEAD tree object"
9530msgstr ""
9531
9532#: builtin/commit.c:353
9533msgid "unable to create temporary index"
9534msgstr ""
9535
9536#: builtin/commit.c:359
9537msgid "interactive add failed"
9538msgstr ""
9539
9540#: builtin/commit.c:373
9541msgid "unable to update temporary index"
9542msgstr ""
9543
9544#: builtin/commit.c:375
9545msgid "Failed to update main cache tree"
9546msgstr ""
9547
9548#: builtin/commit.c:400 builtin/commit.c:423 builtin/commit.c:469
9549msgid "unable to write new_index file"
9550msgstr ""
9551
9552#: builtin/commit.c:452
9553msgid "cannot do a partial commit during a merge."
9554msgstr ""
9555
9556#: builtin/commit.c:454
9557msgid "cannot do a partial commit during a cherry-pick."
9558msgstr ""
9559
9560#: builtin/commit.c:462
9561msgid "cannot read the index"
9562msgstr ""
9563
9564#: builtin/commit.c:481
9565msgid "unable to write temporary index file"
9566msgstr ""
9567
9568#: builtin/commit.c:579
9569#, c-format
9570msgid "commit '%s' lacks author header"
9571msgstr ""
9572
9573#: builtin/commit.c:581
9574#, c-format
9575msgid "commit '%s' has malformed author line"
9576msgstr ""
9577
9578#: builtin/commit.c:600
9579msgid "malformed --author parameter"
9580msgstr ""
9581
9582#: builtin/commit.c:652
9583msgid ""
9584"unable to select a comment character that is not used\n"
9585"in the current commit message"
9586msgstr ""
9587
9588#: builtin/commit.c:689 builtin/commit.c:722 builtin/commit.c:1052
9589#, c-format
9590msgid "could not lookup commit %s"
9591msgstr ""
9592
9593#: builtin/commit.c:701 builtin/shortlog.c:319
9594#, c-format
9595msgid "(reading log message from standard input)\n"
9596msgstr ""
9597
9598#: builtin/commit.c:703
9599msgid "could not read log from standard input"
9600msgstr ""
9601
9602#: builtin/commit.c:707
9603#, c-format
9604msgid "could not read log file '%s'"
9605msgstr ""
9606
9607#: builtin/commit.c:736 builtin/commit.c:744
9608msgid "could not read SQUASH_MSG"
9609msgstr ""
9610
9611#: builtin/commit.c:741
9612msgid "could not read MERGE_MSG"
9613msgstr ""
9614
9615#: builtin/commit.c:795
9616msgid "could not write commit template"
9617msgstr ""
9618
9619#: builtin/commit.c:813
9620#, c-format
9621msgid ""
9622"\n"
9623"It looks like you may be committing a merge.\n"
9624"If this is not correct, please remove the file\n"
9625"\t%s\n"
9626"and try again.\n"
9627msgstr ""
9628
9629#: builtin/commit.c:818
9630#, c-format
9631msgid ""
9632"\n"
9633"It looks like you may be committing a cherry-pick.\n"
9634"If this is not correct, please remove the file\n"
9635"\t%s\n"
9636"and try again.\n"
9637msgstr ""
9638
9639#: builtin/commit.c:831
9640#, c-format
9641msgid ""
9642"Please enter the commit message for your changes. Lines starting\n"
9643"with '%c' will be ignored, and an empty message aborts the commit.\n"
9644msgstr ""
9645
9646#: builtin/commit.c:839
9647#, c-format
9648msgid ""
9649"Please enter the commit message for your changes. Lines starting\n"
9650"with '%c' will be kept; you may remove them yourself if you want to.\n"
9651"An empty message aborts the commit.\n"
9652msgstr ""
9653
9654#: builtin/commit.c:856
9655#, c-format
9656msgid "%sAuthor:    %.*s <%.*s>"
9657msgstr ""
9658
9659#: builtin/commit.c:864
9660#, c-format
9661msgid "%sDate:      %s"
9662msgstr ""
9663
9664#: builtin/commit.c:871
9665#, c-format
9666msgid "%sCommitter: %.*s <%.*s>"
9667msgstr ""
9668
9669#: builtin/commit.c:889
9670msgid "Cannot read index"
9671msgstr ""
9672
9673#: builtin/commit.c:956
9674msgid "Error building trees"
9675msgstr ""
9676
9677#: builtin/commit.c:970 builtin/tag.c:258
9678#, c-format
9679msgid "Please supply the message using either -m or -F option.\n"
9680msgstr ""
9681
9682#: builtin/commit.c:1014
9683#, c-format
9684msgid "--author '%s' is not 'Name <email>' and matches no existing author"
9685msgstr ""
9686
9687#: builtin/commit.c:1028
9688#, c-format
9689msgid "Invalid ignored mode '%s'"
9690msgstr ""
9691
9692#: builtin/commit.c:1042 builtin/commit.c:1279
9693#, c-format
9694msgid "Invalid untracked files mode '%s'"
9695msgstr ""
9696
9697#: builtin/commit.c:1080
9698msgid "--long and -z are incompatible"
9699msgstr ""
9700
9701#: builtin/commit.c:1113
9702msgid "Using both --reset-author and --author does not make sense"
9703msgstr ""
9704
9705#: builtin/commit.c:1122
9706msgid "You have nothing to amend."
9707msgstr ""
9708
9709#: builtin/commit.c:1125
9710msgid "You are in the middle of a merge -- cannot amend."
9711msgstr ""
9712
9713#: builtin/commit.c:1127
9714msgid "You are in the middle of a cherry-pick -- cannot amend."
9715msgstr ""
9716
9717#: builtin/commit.c:1130
9718msgid "Options --squash and --fixup cannot be used together"
9719msgstr ""
9720
9721#: builtin/commit.c:1140
9722msgid "Only one of -c/-C/-F/--fixup can be used."
9723msgstr ""
9724
9725#: builtin/commit.c:1142
9726msgid "Option -m cannot be combined with -c/-C/-F."
9727msgstr ""
9728
9729#: builtin/commit.c:1150
9730msgid "--reset-author can be used only with -C, -c or --amend."
9731msgstr ""
9732
9733#: builtin/commit.c:1167
9734msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
9735msgstr ""
9736
9737#: builtin/commit.c:1169
9738msgid "No paths with --include/--only does not make sense."
9739msgstr ""
9740
9741#: builtin/commit.c:1183 builtin/tag.c:546
9742#, c-format
9743msgid "Invalid cleanup mode %s"
9744msgstr ""
9745
9746#: builtin/commit.c:1188
9747msgid "Paths with -a does not make sense."
9748msgstr ""
9749
9750#: builtin/commit.c:1314 builtin/commit.c:1498
9751msgid "show status concisely"
9752msgstr ""
9753
9754#: builtin/commit.c:1316 builtin/commit.c:1500
9755msgid "show branch information"
9756msgstr ""
9757
9758#: builtin/commit.c:1318
9759msgid "show stash information"
9760msgstr ""
9761
9762#: builtin/commit.c:1320 builtin/commit.c:1502
9763msgid "compute full ahead/behind values"
9764msgstr ""
9765
9766#: builtin/commit.c:1322
9767msgid "version"
9768msgstr ""
9769
9770#: builtin/commit.c:1322 builtin/commit.c:1504 builtin/push.c:561
9771#: builtin/worktree.c:640
9772msgid "machine-readable output"
9773msgstr ""
9774
9775#: builtin/commit.c:1325 builtin/commit.c:1506
9776msgid "show status in long format (default)"
9777msgstr ""
9778
9779#: builtin/commit.c:1328 builtin/commit.c:1509
9780msgid "terminate entries with NUL"
9781msgstr ""
9782
9783#: builtin/commit.c:1330 builtin/commit.c:1334 builtin/commit.c:1512
9784#: builtin/fast-export.c:1085 builtin/fast-export.c:1088 builtin/rebase.c:1118
9785#: builtin/tag.c:400
9786msgid "mode"
9787msgstr ""
9788
9789#: builtin/commit.c:1331 builtin/commit.c:1512
9790msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
9791msgstr ""
9792
9793#: builtin/commit.c:1335
9794msgid ""
9795"show ignored files, optional modes: traditional, matching, no. (Default: "
9796"traditional)"
9797msgstr ""
9798
9799#: builtin/commit.c:1337 parse-options.h:164
9800msgid "when"
9801msgstr ""
9802
9803#: builtin/commit.c:1338
9804msgid ""
9805"ignore changes to submodules, optional when: all, dirty, untracked. "
9806"(Default: all)"
9807msgstr ""
9808
9809#: builtin/commit.c:1340
9810msgid "list untracked files in columns"
9811msgstr ""
9812
9813#: builtin/commit.c:1341
9814msgid "do not detect renames"
9815msgstr ""
9816
9817#: builtin/commit.c:1343
9818msgid "detect renames, optionally set similarity index"
9819msgstr ""
9820
9821#: builtin/commit.c:1363
9822msgid "Unsupported combination of ignored and untracked-files arguments"
9823msgstr ""
9824
9825#: builtin/commit.c:1468
9826msgid "suppress summary after successful commit"
9827msgstr ""
9828
9829#: builtin/commit.c:1469
9830msgid "show diff in commit message template"
9831msgstr ""
9832
9833#: builtin/commit.c:1471
9834msgid "Commit message options"
9835msgstr ""
9836
9837#: builtin/commit.c:1472 builtin/merge.c:264 builtin/tag.c:397
9838msgid "read message from file"
9839msgstr ""
9840
9841#: builtin/commit.c:1473
9842msgid "author"
9843msgstr ""
9844
9845#: builtin/commit.c:1473
9846msgid "override author for commit"
9847msgstr ""
9848
9849#: builtin/commit.c:1474 builtin/gc.c:518
9850msgid "date"
9851msgstr ""
9852
9853#: builtin/commit.c:1474
9854msgid "override date for commit"
9855msgstr ""
9856
9857#: builtin/commit.c:1475 builtin/merge.c:260 builtin/notes.c:409
9858#: builtin/notes.c:575 builtin/tag.c:395
9859msgid "message"
9860msgstr ""
9861
9862#: builtin/commit.c:1475
9863msgid "commit message"
9864msgstr ""
9865
9866#: builtin/commit.c:1476 builtin/commit.c:1477 builtin/commit.c:1478
9867#: builtin/commit.c:1479 parse-options.h:278 ref-filter.h:92
9868msgid "commit"
9869msgstr ""
9870
9871#: builtin/commit.c:1476
9872msgid "reuse and edit message from specified commit"
9873msgstr ""
9874
9875#: builtin/commit.c:1477
9876msgid "reuse message from specified commit"
9877msgstr ""
9878
9879#: builtin/commit.c:1478
9880msgid "use autosquash formatted message to fixup specified commit"
9881msgstr ""
9882
9883#: builtin/commit.c:1479
9884msgid "use autosquash formatted message to squash specified commit"
9885msgstr ""
9886
9887#: builtin/commit.c:1480
9888msgid "the commit is authored by me now (used with -C/-c/--amend)"
9889msgstr ""
9890
9891#: builtin/commit.c:1481 builtin/log.c:1533 builtin/merge.c:277
9892#: builtin/pull.c:156 builtin/revert.c:107
9893msgid "add Signed-off-by:"
9894msgstr ""
9895
9896#: builtin/commit.c:1482
9897msgid "use specified template file"
9898msgstr ""
9899
9900#: builtin/commit.c:1483
9901msgid "force edit of commit"
9902msgstr ""
9903
9904#: builtin/commit.c:1484
9905msgid "default"
9906msgstr ""
9907
9908#: builtin/commit.c:1484 builtin/tag.c:401
9909msgid "how to strip spaces and #comments from message"
9910msgstr ""
9911
9912#: builtin/commit.c:1485
9913msgid "include status in commit message template"
9914msgstr ""
9915
9916#: builtin/commit.c:1487 builtin/merge.c:275 builtin/pull.c:186
9917#: builtin/revert.c:115
9918msgid "GPG sign commit"
9919msgstr ""
9920
9921#: builtin/commit.c:1490
9922msgid "Commit contents options"
9923msgstr ""
9924
9925#: builtin/commit.c:1491
9926msgid "commit all changed files"
9927msgstr ""
9928
9929#: builtin/commit.c:1492
9930msgid "add specified files to index for commit"
9931msgstr ""
9932
9933#: builtin/commit.c:1493
9934msgid "interactively add files"
9935msgstr ""
9936
9937#: builtin/commit.c:1494
9938msgid "interactively add changes"
9939msgstr ""
9940
9941#: builtin/commit.c:1495
9942msgid "commit only specified files"
9943msgstr ""
9944
9945#: builtin/commit.c:1496
9946msgid "bypass pre-commit and commit-msg hooks"
9947msgstr ""
9948
9949#: builtin/commit.c:1497
9950msgid "show what would be committed"
9951msgstr ""
9952
9953#: builtin/commit.c:1510
9954msgid "amend previous commit"
9955msgstr ""
9956
9957#: builtin/commit.c:1511
9958msgid "bypass post-rewrite hook"
9959msgstr ""
9960
9961#: builtin/commit.c:1516
9962msgid "ok to record an empty change"
9963msgstr ""
9964
9965#: builtin/commit.c:1518
9966msgid "ok to record a change with an empty message"
9967msgstr ""
9968
9969#: builtin/commit.c:1591
9970#, c-format
9971msgid "Corrupt MERGE_HEAD file (%s)"
9972msgstr ""
9973
9974#: builtin/commit.c:1598
9975msgid "could not read MERGE_MODE"
9976msgstr ""
9977
9978#: builtin/commit.c:1617
9979#, c-format
9980msgid "could not read commit message: %s"
9981msgstr ""
9982
9983#: builtin/commit.c:1628
9984#, c-format
9985msgid "Aborting commit due to empty commit message.\n"
9986msgstr ""
9987
9988#: builtin/commit.c:1633
9989#, c-format
9990msgid "Aborting commit; you did not edit the message.\n"
9991msgstr ""
9992
9993#: builtin/commit.c:1668
9994msgid ""
9995"repository has been updated, but unable to write\n"
9996"new_index file. Check that disk is not full and quota is\n"
9997"not exceeded, and then \"git reset HEAD\" to recover."
9998msgstr ""
9999
10000#: builtin/commit-graph.c:10
10001msgid "git commit-graph [--object-dir <objdir>]"
10002msgstr ""
10003
10004#: builtin/commit-graph.c:11 builtin/commit-graph.c:23
10005msgid "git commit-graph read [--object-dir <objdir>]"
10006msgstr ""
10007
10008#: builtin/commit-graph.c:12 builtin/commit-graph.c:18
10009msgid "git commit-graph verify [--object-dir <objdir>]"
10010msgstr ""
10011
10012#: builtin/commit-graph.c:13 builtin/commit-graph.c:28
10013msgid ""
10014"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10015"stdin-packs|--stdin-commits]"
10016msgstr ""
10017
10018#: builtin/commit-graph.c:48 builtin/commit-graph.c:78
10019#: builtin/commit-graph.c:132 builtin/commit-graph.c:190 builtin/fetch.c:153
10020#: builtin/log.c:1553
10021msgid "dir"
10022msgstr ""
10023
10024#: builtin/commit-graph.c:49 builtin/commit-graph.c:79
10025#: builtin/commit-graph.c:133 builtin/commit-graph.c:191
10026msgid "The object directory to store the graph"
10027msgstr ""
10028
10029#: builtin/commit-graph.c:135
10030msgid "start walk at all refs"
10031msgstr ""
10032
10033#: builtin/commit-graph.c:137
10034msgid "scan pack-indexes listed by stdin for commits"
10035msgstr ""
10036
10037#: builtin/commit-graph.c:139
10038msgid "start walk at commits listed by stdin"
10039msgstr ""
10040
10041#: builtin/commit-graph.c:141
10042msgid "include all commits already in the commit-graph file"
10043msgstr ""
10044
10045#: builtin/commit-graph.c:150
10046msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
10047msgstr ""
10048
10049#: builtin/config.c:11
10050msgid "git config [<options>]"
10051msgstr ""
10052
10053#: builtin/config.c:103
10054#, c-format
10055msgid "unrecognized --type argument, %s"
10056msgstr ""
10057
10058#: builtin/config.c:115
10059msgid "only one type at a time"
10060msgstr ""
10061
10062#: builtin/config.c:124
10063msgid "Config file location"
10064msgstr ""
10065
10066#: builtin/config.c:125
10067msgid "use global config file"
10068msgstr ""
10069
10070#: builtin/config.c:126
10071msgid "use system config file"
10072msgstr ""
10073
10074#: builtin/config.c:127
10075msgid "use repository config file"
10076msgstr ""
10077
10078#: builtin/config.c:128
10079msgid "use per-worktree config file"
10080msgstr ""
10081
10082#: builtin/config.c:129
10083msgid "use given config file"
10084msgstr ""
10085
10086#: builtin/config.c:130
10087msgid "blob-id"
10088msgstr ""
10089
10090#: builtin/config.c:130
10091msgid "read config from given blob object"
10092msgstr ""
10093
10094#: builtin/config.c:131
10095msgid "Action"
10096msgstr ""
10097
10098#: builtin/config.c:132
10099msgid "get value: name [value-regex]"
10100msgstr ""
10101
10102#: builtin/config.c:133
10103msgid "get all values: key [value-regex]"
10104msgstr ""
10105
10106#: builtin/config.c:134
10107msgid "get values for regexp: name-regex [value-regex]"
10108msgstr ""
10109
10110#: builtin/config.c:135
10111msgid "get value specific for the URL: section[.var] URL"
10112msgstr ""
10113
10114#: builtin/config.c:136
10115msgid "replace all matching variables: name value [value_regex]"
10116msgstr ""
10117
10118#: builtin/config.c:137
10119msgid "add a new variable: name value"
10120msgstr ""
10121
10122#: builtin/config.c:138
10123msgid "remove a variable: name [value-regex]"
10124msgstr ""
10125
10126#: builtin/config.c:139
10127msgid "remove all matches: name [value-regex]"
10128msgstr ""
10129
10130#: builtin/config.c:140
10131msgid "rename section: old-name new-name"
10132msgstr ""
10133
10134#: builtin/config.c:141
10135msgid "remove a section: name"
10136msgstr ""
10137
10138#: builtin/config.c:142
10139msgid "list all"
10140msgstr ""
10141
10142#: builtin/config.c:143
10143msgid "open an editor"
10144msgstr ""
10145
10146#: builtin/config.c:144
10147msgid "find the color configured: slot [default]"
10148msgstr ""
10149
10150#: builtin/config.c:145
10151msgid "find the color setting: slot [stdout-is-tty]"
10152msgstr ""
10153
10154#: builtin/config.c:146
10155msgid "Type"
10156msgstr ""
10157
10158#: builtin/config.c:147
10159msgid "value is given this type"
10160msgstr ""
10161
10162#: builtin/config.c:148
10163msgid "value is \"true\" or \"false\""
10164msgstr ""
10165
10166#: builtin/config.c:149
10167msgid "value is decimal number"
10168msgstr ""
10169
10170#: builtin/config.c:150
10171msgid "value is --bool or --int"
10172msgstr ""
10173
10174#: builtin/config.c:151
10175msgid "value is a path (file or directory name)"
10176msgstr ""
10177
10178#: builtin/config.c:152
10179msgid "value is an expiry date"
10180msgstr ""
10181
10182#: builtin/config.c:153
10183msgid "Other"
10184msgstr ""
10185
10186#: builtin/config.c:154
10187msgid "terminate values with NUL byte"
10188msgstr ""
10189
10190#: builtin/config.c:155
10191msgid "show variable names only"
10192msgstr ""
10193
10194#: builtin/config.c:156
10195msgid "respect include directives on lookup"
10196msgstr ""
10197
10198#: builtin/config.c:157
10199msgid "show origin of config (file, standard input, blob, command line)"
10200msgstr ""
10201
10202#: builtin/config.c:158
10203msgid "value"
10204msgstr ""
10205
10206#: builtin/config.c:158
10207msgid "with --get, use default value when missing entry"
10208msgstr ""
10209
10210#: builtin/config.c:172
10211#, c-format
10212msgid "wrong number of arguments, should be %d"
10213msgstr ""
10214
10215#: builtin/config.c:174
10216#, c-format
10217msgid "wrong number of arguments, should be from %d to %d"
10218msgstr ""
10219
10220#: builtin/config.c:308
10221#, c-format
10222msgid "invalid key pattern: %s"
10223msgstr ""
10224
10225#: builtin/config.c:344
10226#, c-format
10227msgid "failed to format default config value: %s"
10228msgstr ""
10229
10230#: builtin/config.c:401
10231#, c-format
10232msgid "cannot parse color '%s'"
10233msgstr ""
10234
10235#: builtin/config.c:443
10236msgid "unable to parse default color value"
10237msgstr ""
10238
10239#: builtin/config.c:496 builtin/config.c:742
10240msgid "not in a git directory"
10241msgstr ""
10242
10243#: builtin/config.c:499
10244msgid "writing to stdin is not supported"
10245msgstr ""
10246
10247#: builtin/config.c:502
10248msgid "writing config blobs is not supported"
10249msgstr ""
10250
10251#: builtin/config.c:587
10252#, c-format
10253msgid ""
10254"# This is Git's per-user configuration file.\n"
10255"[user]\n"
10256"# Please adapt and uncomment the following lines:\n"
10257"#\tname = %s\n"
10258"#\temail = %s\n"
10259msgstr ""
10260
10261#: builtin/config.c:611
10262msgid "only one config file at a time"
10263msgstr ""
10264
10265#: builtin/config.c:616
10266msgid "--local can only be used inside a git repository"
10267msgstr ""
10268
10269#: builtin/config.c:619
10270msgid "--blob can only be used inside a git repository"
10271msgstr ""
10272
10273#: builtin/config.c:638
10274msgid "$HOME not set"
10275msgstr ""
10276
10277#: builtin/config.c:658
10278msgid ""
10279"--worktree cannot be used with multiple working trees unless the config\n"
10280"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
10281"section in \"git help worktree\" for details"
10282msgstr ""
10283
10284#: builtin/config.c:688
10285msgid "--get-color and variable type are incoherent"
10286msgstr ""
10287
10288#: builtin/config.c:693
10289msgid "only one action at a time"
10290msgstr ""
10291
10292#: builtin/config.c:706
10293msgid "--name-only is only applicable to --list or --get-regexp"
10294msgstr ""
10295
10296#: builtin/config.c:712
10297msgid ""
10298"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
10299"list"
10300msgstr ""
10301
10302#: builtin/config.c:718
10303msgid "--default is only applicable to --get"
10304msgstr ""
10305
10306#: builtin/config.c:731
10307#, c-format
10308msgid "unable to read config file '%s'"
10309msgstr ""
10310
10311#: builtin/config.c:734
10312msgid "error processing config file(s)"
10313msgstr ""
10314
10315#: builtin/config.c:744
10316msgid "editing stdin is not supported"
10317msgstr ""
10318
10319#: builtin/config.c:746
10320msgid "editing blobs is not supported"
10321msgstr ""
10322
10323#: builtin/config.c:760
10324#, c-format
10325msgid "cannot create configuration file %s"
10326msgstr ""
10327
10328#: builtin/config.c:773
10329#, c-format
10330msgid ""
10331"cannot overwrite multiple values with a single value\n"
10332"       Use a regexp, --add or --replace-all to change %s."
10333msgstr ""
10334
10335#: builtin/config.c:847 builtin/config.c:858
10336#, c-format
10337msgid "no such section: %s"
10338msgstr ""
10339
10340#: builtin/count-objects.c:90
10341msgid "git count-objects [-v] [-H | --human-readable]"
10342msgstr ""
10343
10344#: builtin/count-objects.c:100
10345msgid "print sizes in human readable format"
10346msgstr ""
10347
10348#: builtin/describe.c:27
10349msgid "git describe [<options>] [<commit-ish>...]"
10350msgstr ""
10351
10352#: builtin/describe.c:28
10353msgid "git describe [<options>] --dirty"
10354msgstr ""
10355
10356#: builtin/describe.c:63
10357msgid "head"
10358msgstr ""
10359
10360#: builtin/describe.c:63
10361msgid "lightweight"
10362msgstr ""
10363
10364#: builtin/describe.c:63
10365msgid "annotated"
10366msgstr ""
10367
10368#: builtin/describe.c:273
10369#, c-format
10370msgid "annotated tag %s not available"
10371msgstr ""
10372
10373#: builtin/describe.c:277
10374#, c-format
10375msgid "annotated tag %s has no embedded name"
10376msgstr ""
10377
10378#: builtin/describe.c:279
10379#, c-format
10380msgid "tag '%s' is really '%s' here"
10381msgstr ""
10382
10383#: builtin/describe.c:323
10384#, c-format
10385msgid "no tag exactly matches '%s'"
10386msgstr ""
10387
10388#: builtin/describe.c:325
10389#, c-format
10390msgid "No exact match on refs or tags, searching to describe\n"
10391msgstr ""
10392
10393#: builtin/describe.c:379
10394#, c-format
10395msgid "finished search at %s\n"
10396msgstr ""
10397
10398#: builtin/describe.c:405
10399#, c-format
10400msgid ""
10401"No annotated tags can describe '%s'.\n"
10402"However, there were unannotated tags: try --tags."
10403msgstr ""
10404
10405#: builtin/describe.c:409
10406#, c-format
10407msgid ""
10408"No tags can describe '%s'.\n"
10409"Try --always, or create some tags."
10410msgstr ""
10411
10412#: builtin/describe.c:439
10413#, c-format
10414msgid "traversed %lu commits\n"
10415msgstr ""
10416
10417#: builtin/describe.c:442
10418#, c-format
10419msgid ""
10420"more than %i tags found; listed %i most recent\n"
10421"gave up search at %s\n"
10422msgstr ""
10423
10424#: builtin/describe.c:510
10425#, c-format
10426msgid "describe %s\n"
10427msgstr ""
10428
10429#: builtin/describe.c:513 builtin/log.c:516
10430#, c-format
10431msgid "Not a valid object name %s"
10432msgstr ""
10433
10434#: builtin/describe.c:521
10435#, c-format
10436msgid "%s is neither a commit nor blob"
10437msgstr ""
10438
10439#: builtin/describe.c:535
10440msgid "find the tag that comes after the commit"
10441msgstr ""
10442
10443#: builtin/describe.c:536
10444msgid "debug search strategy on stderr"
10445msgstr ""
10446
10447#: builtin/describe.c:537
10448msgid "use any ref"
10449msgstr ""
10450
10451#: builtin/describe.c:538
10452msgid "use any tag, even unannotated"
10453msgstr ""
10454
10455#: builtin/describe.c:539
10456msgid "always use long format"
10457msgstr ""
10458
10459#: builtin/describe.c:540
10460msgid "only follow first parent"
10461msgstr ""
10462
10463#: builtin/describe.c:543
10464msgid "only output exact matches"
10465msgstr ""
10466
10467#: builtin/describe.c:545
10468msgid "consider <n> most recent tags (default: 10)"
10469msgstr ""
10470
10471#: builtin/describe.c:547
10472msgid "only consider tags matching <pattern>"
10473msgstr ""
10474
10475#: builtin/describe.c:549
10476msgid "do not consider tags matching <pattern>"
10477msgstr ""
10478
10479#: builtin/describe.c:551 builtin/name-rev.c:424
10480msgid "show abbreviated commit object as fallback"
10481msgstr ""
10482
10483#: builtin/describe.c:552 builtin/describe.c:555
10484msgid "mark"
10485msgstr ""
10486
10487#: builtin/describe.c:553
10488msgid "append <mark> on dirty working tree (default: \"-dirty\")"
10489msgstr ""
10490
10491#: builtin/describe.c:556
10492msgid "append <mark> on broken working tree (default: \"-broken\")"
10493msgstr ""
10494
10495#: builtin/describe.c:574
10496msgid "--long is incompatible with --abbrev=0"
10497msgstr ""
10498
10499#: builtin/describe.c:603
10500msgid "No names found, cannot describe anything."
10501msgstr ""
10502
10503#: builtin/describe.c:654
10504msgid "--dirty is incompatible with commit-ishes"
10505msgstr ""
10506
10507#: builtin/describe.c:656
10508msgid "--broken is incompatible with commit-ishes"
10509msgstr ""
10510
10511#: builtin/diff.c:84
10512#, c-format
10513msgid "'%s': not a regular file or symlink"
10514msgstr ""
10515
10516#: builtin/diff.c:235
10517#, c-format
10518msgid "invalid option: %s"
10519msgstr ""
10520
10521#: builtin/diff.c:364
10522msgid "Not a git repository"
10523msgstr ""
10524
10525#: builtin/diff.c:408
10526#, c-format
10527msgid "invalid object '%s' given."
10528msgstr ""
10529
10530#: builtin/diff.c:417
10531#, c-format
10532msgid "more than two blobs given: '%s'"
10533msgstr ""
10534
10535#: builtin/diff.c:422
10536#, c-format
10537msgid "unhandled object '%s' given."
10538msgstr ""
10539
10540#: builtin/difftool.c:31
10541msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
10542msgstr ""
10543
10544#: builtin/difftool.c:261
10545#, c-format
10546msgid "failed: %d"
10547msgstr ""
10548
10549#: builtin/difftool.c:303
10550#, c-format
10551msgid "could not read symlink %s"
10552msgstr ""
10553
10554#: builtin/difftool.c:305
10555#, c-format
10556msgid "could not read symlink file %s"
10557msgstr ""
10558
10559#: builtin/difftool.c:313
10560#, c-format
10561msgid "could not read object %s for symlink %s"
10562msgstr ""
10563
10564#: builtin/difftool.c:414
10565msgid ""
10566"combined diff formats('-c' and '--cc') are not supported in\n"
10567"directory diff mode('-d' and '--dir-diff')."
10568msgstr ""
10569
10570#: builtin/difftool.c:634
10571#, c-format
10572msgid "both files modified: '%s' and '%s'."
10573msgstr ""
10574
10575#: builtin/difftool.c:636
10576msgid "working tree file has been left."
10577msgstr ""
10578
10579#: builtin/difftool.c:647
10580#, c-format
10581msgid "temporary files exist in '%s'."
10582msgstr ""
10583
10584#: builtin/difftool.c:648
10585msgid "you may want to cleanup or recover these."
10586msgstr ""
10587
10588#: builtin/difftool.c:697
10589msgid "use `diff.guitool` instead of `diff.tool`"
10590msgstr ""
10591
10592#: builtin/difftool.c:699
10593msgid "perform a full-directory diff"
10594msgstr ""
10595
10596#: builtin/difftool.c:701
10597msgid "do not prompt before launching a diff tool"
10598msgstr ""
10599
10600#: builtin/difftool.c:706
10601msgid "use symlinks in dir-diff mode"
10602msgstr ""
10603
10604#: builtin/difftool.c:707
10605msgid "tool"
10606msgstr ""
10607
10608#: builtin/difftool.c:708
10609msgid "use the specified diff tool"
10610msgstr ""
10611
10612#: builtin/difftool.c:710
10613msgid "print a list of diff tools that may be used with `--tool`"
10614msgstr ""
10615
10616#: builtin/difftool.c:713
10617msgid ""
10618"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
10619"code"
10620msgstr ""
10621
10622#: builtin/difftool.c:716
10623msgid "specify a custom command for viewing diffs"
10624msgstr ""
10625
10626#: builtin/difftool.c:740
10627msgid "no <tool> given for --tool=<tool>"
10628msgstr ""
10629
10630#: builtin/difftool.c:747
10631msgid "no <cmd> given for --extcmd=<cmd>"
10632msgstr ""
10633
10634#: builtin/fast-export.c:29
10635msgid "git fast-export [rev-list-opts]"
10636msgstr ""
10637
10638#: builtin/fast-export.c:1084
10639msgid "show progress after <n> objects"
10640msgstr ""
10641
10642#: builtin/fast-export.c:1086
10643msgid "select handling of signed tags"
10644msgstr ""
10645
10646#: builtin/fast-export.c:1089
10647msgid "select handling of tags that tag filtered objects"
10648msgstr ""
10649
10650#: builtin/fast-export.c:1092
10651msgid "Dump marks to this file"
10652msgstr ""
10653
10654#: builtin/fast-export.c:1094
10655msgid "Import marks from this file"
10656msgstr ""
10657
10658#: builtin/fast-export.c:1096
10659msgid "Fake a tagger when tags lack one"
10660msgstr ""
10661
10662#: builtin/fast-export.c:1098
10663msgid "Output full tree for each commit"
10664msgstr ""
10665
10666#: builtin/fast-export.c:1100
10667msgid "Use the done feature to terminate the stream"
10668msgstr ""
10669
10670#: builtin/fast-export.c:1101
10671msgid "Skip output of blob data"
10672msgstr ""
10673
10674#: builtin/fast-export.c:1102 builtin/log.c:1601
10675msgid "refspec"
10676msgstr ""
10677
10678#: builtin/fast-export.c:1103
10679msgid "Apply refspec to exported refs"
10680msgstr ""
10681
10682#: builtin/fast-export.c:1104
10683msgid "anonymize output"
10684msgstr ""
10685
10686#: builtin/fast-export.c:1106
10687msgid "Reference parents which are not in fast-export stream by object id"
10688msgstr ""
10689
10690#: builtin/fast-export.c:1108
10691msgid "Show original object ids of blobs/commits"
10692msgstr ""
10693
10694#: builtin/fetch.c:28
10695msgid "git fetch [<options>] [<repository> [<refspec>...]]"
10696msgstr ""
10697
10698#: builtin/fetch.c:29
10699msgid "git fetch [<options>] <group>"
10700msgstr ""
10701
10702#: builtin/fetch.c:30
10703msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
10704msgstr ""
10705
10706#: builtin/fetch.c:31
10707msgid "git fetch --all [<options>]"
10708msgstr ""
10709
10710#: builtin/fetch.c:115 builtin/pull.c:195
10711msgid "fetch from all remotes"
10712msgstr ""
10713
10714#: builtin/fetch.c:117 builtin/pull.c:198
10715msgid "append to .git/FETCH_HEAD instead of overwriting"
10716msgstr ""
10717
10718#: builtin/fetch.c:119 builtin/pull.c:201
10719msgid "path to upload pack on remote end"
10720msgstr ""
10721
10722#: builtin/fetch.c:120
10723msgid "force overwrite of local reference"
10724msgstr ""
10725
10726#: builtin/fetch.c:122
10727msgid "fetch from multiple remotes"
10728msgstr ""
10729
10730#: builtin/fetch.c:124 builtin/pull.c:205
10731msgid "fetch all tags and associated objects"
10732msgstr ""
10733
10734#: builtin/fetch.c:126
10735msgid "do not fetch all tags (--no-tags)"
10736msgstr ""
10737
10738#: builtin/fetch.c:128
10739msgid "number of submodules fetched in parallel"
10740msgstr ""
10741
10742#: builtin/fetch.c:130 builtin/pull.c:208
10743msgid "prune remote-tracking branches no longer on remote"
10744msgstr ""
10745
10746#: builtin/fetch.c:132
10747msgid "prune local tags no longer on remote and clobber changed tags"
10748msgstr ""
10749
10750#: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:133
10751msgid "on-demand"
10752msgstr ""
10753
10754#: builtin/fetch.c:134
10755msgid "control recursive fetching of submodules"
10756msgstr ""
10757
10758#: builtin/fetch.c:138 builtin/pull.c:216
10759msgid "keep downloaded pack"
10760msgstr ""
10761
10762#: builtin/fetch.c:140
10763msgid "allow updating of HEAD ref"
10764msgstr ""
10765
10766#: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:219
10767msgid "deepen history of shallow clone"
10768msgstr ""
10769
10770#: builtin/fetch.c:145
10771msgid "deepen history of shallow repository based on time"
10772msgstr ""
10773
10774#: builtin/fetch.c:151 builtin/pull.c:222
10775msgid "convert to a complete repository"
10776msgstr ""
10777
10778#: builtin/fetch.c:154
10779msgid "prepend this to submodule path output"
10780msgstr ""
10781
10782#: builtin/fetch.c:157
10783msgid ""
10784"default for recursive fetching of submodules (lower priority than config "
10785"files)"
10786msgstr ""
10787
10788#: builtin/fetch.c:161 builtin/pull.c:225
10789msgid "accept refs that update .git/shallow"
10790msgstr ""
10791
10792#: builtin/fetch.c:162 builtin/pull.c:227
10793msgid "refmap"
10794msgstr ""
10795
10796#: builtin/fetch.c:163 builtin/pull.c:228
10797msgid "specify fetch refmap"
10798msgstr ""
10799
10800#: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:585
10801#: builtin/send-pack.c:172
10802msgid "server-specific"
10803msgstr ""
10804
10805#: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:585
10806#: builtin/send-pack.c:173
10807msgid "option to transmit"
10808msgstr ""
10809
10810#: builtin/fetch.c:170
10811msgid "report that we have only objects reachable from this object"
10812msgstr ""
10813
10814#: builtin/fetch.c:469
10815msgid "Couldn't find remote ref HEAD"
10816msgstr ""
10817
10818#: builtin/fetch.c:608
10819#, c-format
10820msgid "configuration fetch.output contains invalid value %s"
10821msgstr ""
10822
10823#: builtin/fetch.c:705
10824#, c-format
10825msgid "object %s not found"
10826msgstr ""
10827
10828#: builtin/fetch.c:709
10829msgid "[up to date]"
10830msgstr ""
10831
10832#: builtin/fetch.c:722 builtin/fetch.c:738 builtin/fetch.c:801
10833msgid "[rejected]"
10834msgstr ""
10835
10836#: builtin/fetch.c:723
10837msgid "can't fetch in current branch"
10838msgstr ""
10839
10840#: builtin/fetch.c:733
10841msgid "[tag update]"
10842msgstr ""
10843
10844#: builtin/fetch.c:734 builtin/fetch.c:771 builtin/fetch.c:784
10845#: builtin/fetch.c:796
10846msgid "unable to update local ref"
10847msgstr ""
10848
10849#: builtin/fetch.c:738
10850msgid "would clobber existing tag"
10851msgstr ""
10852
10853#: builtin/fetch.c:760
10854msgid "[new tag]"
10855msgstr ""
10856
10857#: builtin/fetch.c:763
10858msgid "[new branch]"
10859msgstr ""
10860
10861#: builtin/fetch.c:766
10862msgid "[new ref]"
10863msgstr ""
10864
10865#: builtin/fetch.c:796
10866msgid "forced update"
10867msgstr ""
10868
10869#: builtin/fetch.c:801
10870msgid "non-fast-forward"
10871msgstr ""
10872
10873#: builtin/fetch.c:847
10874#, c-format
10875msgid "%s did not send all necessary objects\n"
10876msgstr ""
10877
10878#: builtin/fetch.c:868
10879#, c-format
10880msgid "reject %s because shallow roots are not allowed to be updated"
10881msgstr ""
10882
10883#: builtin/fetch.c:959 builtin/fetch.c:1081
10884#, c-format
10885msgid "From %.*s\n"
10886msgstr ""
10887
10888#: builtin/fetch.c:970
10889#, c-format
10890msgid ""
10891"some local refs could not be updated; try running\n"
10892" 'git remote prune %s' to remove any old, conflicting branches"
10893msgstr ""
10894
10895#: builtin/fetch.c:1051
10896#, c-format
10897msgid "   (%s will become dangling)"
10898msgstr ""
10899
10900#: builtin/fetch.c:1052
10901#, c-format
10902msgid "   (%s has become dangling)"
10903msgstr ""
10904
10905#: builtin/fetch.c:1084
10906msgid "[deleted]"
10907msgstr ""
10908
10909#: builtin/fetch.c:1085 builtin/remote.c:1036
10910msgid "(none)"
10911msgstr ""
10912
10913#: builtin/fetch.c:1108
10914#, c-format
10915msgid "Refusing to fetch into current branch %s of non-bare repository"
10916msgstr ""
10917
10918#: builtin/fetch.c:1127
10919#, c-format
10920msgid "Option \"%s\" value \"%s\" is not valid for %s"
10921msgstr ""
10922
10923#: builtin/fetch.c:1130
10924#, c-format
10925msgid "Option \"%s\" is ignored for %s\n"
10926msgstr ""
10927
10928#: builtin/fetch.c:1434
10929#, c-format
10930msgid "Fetching %s\n"
10931msgstr ""
10932
10933#: builtin/fetch.c:1436 builtin/remote.c:100
10934#, c-format
10935msgid "Could not fetch %s"
10936msgstr ""
10937
10938#: builtin/fetch.c:1482
10939msgid ""
10940"--filter can only be used with the remote configured in extensions."
10941"partialClone"
10942msgstr ""
10943
10944#: builtin/fetch.c:1506
10945msgid ""
10946"No remote repository specified.  Please, specify either a URL or a\n"
10947"remote name from which new revisions should be fetched."
10948msgstr ""
10949
10950#: builtin/fetch.c:1543
10951msgid "You need to specify a tag name."
10952msgstr ""
10953
10954#: builtin/fetch.c:1592
10955msgid "Negative depth in --deepen is not supported"
10956msgstr ""
10957
10958#: builtin/fetch.c:1594
10959msgid "--deepen and --depth are mutually exclusive"
10960msgstr ""
10961
10962#: builtin/fetch.c:1599
10963msgid "--depth and --unshallow cannot be used together"
10964msgstr ""
10965
10966#: builtin/fetch.c:1601
10967msgid "--unshallow on a complete repository does not make sense"
10968msgstr ""
10969
10970#: builtin/fetch.c:1617
10971msgid "fetch --all does not take a repository argument"
10972msgstr ""
10973
10974#: builtin/fetch.c:1619
10975msgid "fetch --all does not make sense with refspecs"
10976msgstr ""
10977
10978#: builtin/fetch.c:1628
10979#, c-format
10980msgid "No such remote or remote group: %s"
10981msgstr ""
10982
10983#: builtin/fetch.c:1635
10984msgid "Fetching a group and specifying refspecs does not make sense"
10985msgstr ""
10986
10987#: builtin/fetch.c:1651
10988msgid ""
10989"--filter can only be used with the remote configured in extensions."
10990"partialclone"
10991msgstr ""
10992
10993#: builtin/fmt-merge-msg.c:18
10994msgid ""
10995"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
10996msgstr ""
10997
10998#: builtin/fmt-merge-msg.c:672
10999msgid "populate log with at most <n> entries from shortlog"
11000msgstr ""
11001
11002#: builtin/fmt-merge-msg.c:675
11003msgid "alias for --log (deprecated)"
11004msgstr ""
11005
11006#: builtin/fmt-merge-msg.c:678
11007msgid "text"
11008msgstr ""
11009
11010#: builtin/fmt-merge-msg.c:679
11011msgid "use <text> as start of message"
11012msgstr ""
11013
11014#: builtin/fmt-merge-msg.c:680
11015msgid "file to read from"
11016msgstr ""
11017
11018#: builtin/for-each-ref.c:10
11019msgid "git for-each-ref [<options>] [<pattern>]"
11020msgstr ""
11021
11022#: builtin/for-each-ref.c:11
11023msgid "git for-each-ref [--points-at <object>]"
11024msgstr ""
11025
11026#: builtin/for-each-ref.c:12
11027msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
11028msgstr ""
11029
11030#: builtin/for-each-ref.c:13
11031msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
11032msgstr ""
11033
11034#: builtin/for-each-ref.c:28
11035msgid "quote placeholders suitably for shells"
11036msgstr ""
11037
11038#: builtin/for-each-ref.c:30
11039msgid "quote placeholders suitably for perl"
11040msgstr ""
11041
11042#: builtin/for-each-ref.c:32
11043msgid "quote placeholders suitably for python"
11044msgstr ""
11045
11046#: builtin/for-each-ref.c:34
11047msgid "quote placeholders suitably for Tcl"
11048msgstr ""
11049
11050#: builtin/for-each-ref.c:37
11051msgid "show only <n> matched refs"
11052msgstr ""
11053
11054#: builtin/for-each-ref.c:39 builtin/tag.c:424
11055msgid "respect format colors"
11056msgstr ""
11057
11058#: builtin/for-each-ref.c:43
11059msgid "print only refs which points at the given object"
11060msgstr ""
11061
11062#: builtin/for-each-ref.c:45
11063msgid "print only refs that are merged"
11064msgstr ""
11065
11066#: builtin/for-each-ref.c:46
11067msgid "print only refs that are not merged"
11068msgstr ""
11069
11070#: builtin/for-each-ref.c:47
11071msgid "print only refs which contain the commit"
11072msgstr ""
11073
11074#: builtin/for-each-ref.c:48
11075msgid "print only refs which don't contain the commit"
11076msgstr ""
11077
11078#: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
11079msgid "unknown"
11080msgstr ""
11081
11082#. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
11083#: builtin/fsck.c:120 builtin/fsck.c:136
11084#, c-format
11085msgid "error in %s %s: %s"
11086msgstr ""
11087
11088#. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
11089#: builtin/fsck.c:131
11090#, c-format
11091msgid "warning in %s %s: %s"
11092msgstr ""
11093
11094#: builtin/fsck.c:157 builtin/fsck.c:159
11095#, c-format
11096msgid "broken link from %7s %s"
11097msgstr ""
11098
11099#: builtin/fsck.c:168
11100msgid "wrong object type in link"
11101msgstr ""
11102
11103#: builtin/fsck.c:184
11104#, c-format
11105msgid ""
11106"broken link from %7s %s\n"
11107"              to %7s %s"
11108msgstr ""
11109
11110#: builtin/fsck.c:253
11111#, c-format
11112msgid "missing %s %s"
11113msgstr ""
11114
11115#: builtin/fsck.c:279
11116#, c-format
11117msgid "unreachable %s %s"
11118msgstr ""
11119
11120#: builtin/fsck.c:298
11121#, c-format
11122msgid "dangling %s %s"
11123msgstr ""
11124
11125#: builtin/fsck.c:307
11126msgid "could not create lost-found"
11127msgstr ""
11128
11129#: builtin/fsck.c:318
11130#, c-format
11131msgid "could not finish '%s'"
11132msgstr ""
11133
11134#: builtin/fsck.c:335
11135#, c-format
11136msgid "Checking %s"
11137msgstr ""
11138
11139#: builtin/fsck.c:353
11140#, c-format
11141msgid "Checking connectivity (%d objects)"
11142msgstr ""
11143
11144#: builtin/fsck.c:372
11145#, c-format
11146msgid "Checking %s %s"
11147msgstr ""
11148
11149#: builtin/fsck.c:376
11150msgid "broken links"
11151msgstr ""
11152
11153#: builtin/fsck.c:385
11154#, c-format
11155msgid "root %s"
11156msgstr ""
11157
11158#: builtin/fsck.c:393
11159#, c-format
11160msgid "tagged %s %s (%s) in %s"
11161msgstr ""
11162
11163#: builtin/fsck.c:422
11164#, c-format
11165msgid "%s: object corrupt or missing"
11166msgstr ""
11167
11168#: builtin/fsck.c:447
11169#, c-format
11170msgid "%s: invalid reflog entry %s"
11171msgstr ""
11172
11173#: builtin/fsck.c:461
11174#, c-format
11175msgid "Checking reflog %s->%s"
11176msgstr ""
11177
11178#: builtin/fsck.c:495
11179#, c-format
11180msgid "%s: invalid sha1 pointer %s"
11181msgstr ""
11182
11183#: builtin/fsck.c:502
11184#, c-format
11185msgid "%s: not a commit"
11186msgstr ""
11187
11188#: builtin/fsck.c:557
11189msgid "notice: No default references"
11190msgstr ""
11191
11192#: builtin/fsck.c:572
11193#, c-format
11194msgid "%s: object corrupt or missing: %s"
11195msgstr ""
11196
11197#: builtin/fsck.c:585
11198#, c-format
11199msgid "%s: object could not be parsed: %s"
11200msgstr ""
11201
11202#: builtin/fsck.c:605
11203#, c-format
11204msgid "bad sha1 file: %s"
11205msgstr ""
11206
11207#: builtin/fsck.c:620
11208msgid "Checking object directory"
11209msgstr ""
11210
11211#: builtin/fsck.c:623
11212msgid "Checking object directories"
11213msgstr ""
11214
11215#: builtin/fsck.c:638
11216#, c-format
11217msgid "Checking %s link"
11218msgstr ""
11219
11220#: builtin/fsck.c:643 builtin/index-pack.c:833
11221#, c-format
11222msgid "invalid %s"
11223msgstr ""
11224
11225#: builtin/fsck.c:650
11226#, c-format
11227msgid "%s points to something strange (%s)"
11228msgstr ""
11229
11230#: builtin/fsck.c:656
11231#, c-format
11232msgid "%s: detached HEAD points at nothing"
11233msgstr ""
11234
11235#: builtin/fsck.c:660
11236#, c-format
11237msgid "notice: %s points to an unborn branch (%s)"
11238msgstr ""
11239
11240#: builtin/fsck.c:672
11241msgid "Checking cache tree"
11242msgstr ""
11243
11244#: builtin/fsck.c:677
11245#, c-format
11246msgid "%s: invalid sha1 pointer in cache-tree"
11247msgstr ""
11248
11249#: builtin/fsck.c:688
11250msgid "non-tree in cache-tree"
11251msgstr ""
11252
11253#: builtin/fsck.c:719
11254msgid "git fsck [<options>] [<object>...]"
11255msgstr ""
11256
11257#: builtin/fsck.c:725
11258msgid "show unreachable objects"
11259msgstr ""
11260
11261#: builtin/fsck.c:726
11262msgid "show dangling objects"
11263msgstr ""
11264
11265#: builtin/fsck.c:727
11266msgid "report tags"
11267msgstr ""
11268
11269#: builtin/fsck.c:728
11270msgid "report root nodes"
11271msgstr ""
11272
11273#: builtin/fsck.c:729
11274msgid "make index objects head nodes"
11275msgstr ""
11276
11277#: builtin/fsck.c:730
11278msgid "make reflogs head nodes (default)"
11279msgstr ""
11280
11281#: builtin/fsck.c:731
11282msgid "also consider packs and alternate objects"
11283msgstr ""
11284
11285#: builtin/fsck.c:732
11286msgid "check only connectivity"
11287msgstr ""
11288
11289#: builtin/fsck.c:733
11290msgid "enable more strict checking"
11291msgstr ""
11292
11293#: builtin/fsck.c:735
11294msgid "write dangling objects in .git/lost-found"
11295msgstr ""
11296
11297#: builtin/fsck.c:736 builtin/prune.c:110
11298msgid "show progress"
11299msgstr ""
11300
11301#: builtin/fsck.c:737
11302msgid "show verbose names for reachable objects"
11303msgstr ""
11304
11305#: builtin/fsck.c:797
11306msgid "Checking objects"
11307msgstr ""
11308
11309#: builtin/fsck.c:825
11310#, c-format
11311msgid "%s: object missing"
11312msgstr ""
11313
11314#: builtin/fsck.c:837
11315#, c-format
11316msgid "invalid parameter: expected sha1, got '%s'"
11317msgstr ""
11318
11319#: builtin/gc.c:34
11320msgid "git gc [<options>]"
11321msgstr ""
11322
11323#: builtin/gc.c:90
11324#, c-format
11325msgid "Failed to fstat %s: %s"
11326msgstr ""
11327
11328#: builtin/gc.c:461 builtin/init-db.c:55
11329#, c-format
11330msgid "cannot stat '%s'"
11331msgstr ""
11332
11333#: builtin/gc.c:470 builtin/notes.c:240 builtin/tag.c:510
11334#, c-format
11335msgid "cannot read '%s'"
11336msgstr ""
11337
11338#: builtin/gc.c:477
11339#, c-format
11340msgid ""
11341"The last gc run reported the following. Please correct the root cause\n"
11342"and remove %s.\n"
11343"Automatic cleanup will not be performed until the file is removed.\n"
11344"\n"
11345"%s"
11346msgstr ""
11347
11348#: builtin/gc.c:519
11349msgid "prune unreferenced objects"
11350msgstr ""
11351
11352#: builtin/gc.c:521
11353msgid "be more thorough (increased runtime)"
11354msgstr ""
11355
11356#: builtin/gc.c:522
11357msgid "enable auto-gc mode"
11358msgstr ""
11359
11360#: builtin/gc.c:525
11361msgid "force running gc even if there may be another gc running"
11362msgstr ""
11363
11364#: builtin/gc.c:528
11365msgid "repack all other packs except the largest pack"
11366msgstr ""
11367
11368#: builtin/gc.c:545
11369#, c-format
11370msgid "failed to parse gc.logexpiry value %s"
11371msgstr ""
11372
11373#: builtin/gc.c:556
11374#, c-format
11375msgid "failed to parse prune expiry value %s"
11376msgstr ""
11377
11378#: builtin/gc.c:576
11379#, c-format
11380msgid "Auto packing the repository in background for optimum performance.\n"
11381msgstr ""
11382
11383#: builtin/gc.c:578
11384#, c-format
11385msgid "Auto packing the repository for optimum performance.\n"
11386msgstr ""
11387
11388#: builtin/gc.c:579
11389#, c-format
11390msgid "See \"git help gc\" for manual housekeeping.\n"
11391msgstr ""
11392
11393#: builtin/gc.c:619
11394#, c-format
11395msgid ""
11396"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
11397msgstr ""
11398
11399#: builtin/gc.c:672
11400msgid ""
11401"There are too many unreachable loose objects; run 'git prune' to remove them."
11402msgstr ""
11403
11404#: builtin/grep.c:29
11405msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
11406msgstr ""
11407
11408#: builtin/grep.c:225
11409#, c-format
11410msgid "grep: failed to create thread: %s"
11411msgstr ""
11412
11413#: builtin/grep.c:279
11414#, c-format
11415msgid "invalid number of threads specified (%d) for %s"
11416msgstr ""
11417
11418#. TRANSLATORS: %s is the configuration
11419#. variable for tweaking threads, currently
11420#. grep.threads
11421#.
11422#: builtin/grep.c:287 builtin/index-pack.c:1506 builtin/index-pack.c:1697
11423#: builtin/pack-objects.c:2717
11424#, c-format
11425msgid "no threads support, ignoring %s"
11426msgstr ""
11427
11428#: builtin/grep.c:466 builtin/grep.c:590 builtin/grep.c:631
11429#, c-format
11430msgid "unable to read tree (%s)"
11431msgstr ""
11432
11433#: builtin/grep.c:646
11434#, c-format
11435msgid "unable to grep from object of type %s"
11436msgstr ""
11437
11438#: builtin/grep.c:712
11439#, c-format
11440msgid "switch `%c' expects a numerical value"
11441msgstr ""
11442
11443#: builtin/grep.c:811
11444msgid "search in index instead of in the work tree"
11445msgstr ""
11446
11447#: builtin/grep.c:813
11448msgid "find in contents not managed by git"
11449msgstr ""
11450
11451#: builtin/grep.c:815
11452msgid "search in both tracked and untracked files"
11453msgstr ""
11454
11455#: builtin/grep.c:817
11456msgid "ignore files specified via '.gitignore'"
11457msgstr ""
11458
11459#: builtin/grep.c:819
11460msgid "recursively search in each submodule"
11461msgstr ""
11462
11463#: builtin/grep.c:822
11464msgid "show non-matching lines"
11465msgstr ""
11466
11467#: builtin/grep.c:824
11468msgid "case insensitive matching"
11469msgstr ""
11470
11471#: builtin/grep.c:826
11472msgid "match patterns only at word boundaries"
11473msgstr ""
11474
11475#: builtin/grep.c:828
11476msgid "process binary files as text"
11477msgstr ""
11478
11479#: builtin/grep.c:830
11480msgid "don't match patterns in binary files"
11481msgstr ""
11482
11483#: builtin/grep.c:833
11484msgid "process binary files with textconv filters"
11485msgstr ""
11486
11487#: builtin/grep.c:835
11488msgid "search in subdirectories (default)"
11489msgstr ""
11490
11491#: builtin/grep.c:837
11492msgid "descend at most <depth> levels"
11493msgstr ""
11494
11495#: builtin/grep.c:841
11496msgid "use extended POSIX regular expressions"
11497msgstr ""
11498
11499#: builtin/grep.c:844
11500msgid "use basic POSIX regular expressions (default)"
11501msgstr ""
11502
11503#: builtin/grep.c:847
11504msgid "interpret patterns as fixed strings"
11505msgstr ""
11506
11507#: builtin/grep.c:850
11508msgid "use Perl-compatible regular expressions"
11509msgstr ""
11510
11511#: builtin/grep.c:853
11512msgid "show line numbers"
11513msgstr ""
11514
11515#: builtin/grep.c:854
11516msgid "show column number of first match"
11517msgstr ""
11518
11519#: builtin/grep.c:855
11520msgid "don't show filenames"
11521msgstr ""
11522
11523#: builtin/grep.c:856
11524msgid "show filenames"
11525msgstr ""
11526
11527#: builtin/grep.c:858
11528msgid "show filenames relative to top directory"
11529msgstr ""
11530
11531#: builtin/grep.c:860
11532msgid "show only filenames instead of matching lines"
11533msgstr ""
11534
11535#: builtin/grep.c:862
11536msgid "synonym for --files-with-matches"
11537msgstr ""
11538
11539#: builtin/grep.c:865
11540msgid "show only the names of files without match"
11541msgstr ""
11542
11543#: builtin/grep.c:867
11544msgid "print NUL after filenames"
11545msgstr ""
11546
11547#: builtin/grep.c:870
11548msgid "show only matching parts of a line"
11549msgstr ""
11550
11551#: builtin/grep.c:872
11552msgid "show the number of matches instead of matching lines"
11553msgstr ""
11554
11555#: builtin/grep.c:873
11556msgid "highlight matches"
11557msgstr ""
11558
11559#: builtin/grep.c:875
11560msgid "print empty line between matches from different files"
11561msgstr ""
11562
11563#: builtin/grep.c:877
11564msgid "show filename only once above matches from same file"
11565msgstr ""
11566
11567#: builtin/grep.c:880
11568msgid "show <n> context lines before and after matches"
11569msgstr ""
11570
11571#: builtin/grep.c:883
11572msgid "show <n> context lines before matches"
11573msgstr ""
11574
11575#: builtin/grep.c:885
11576msgid "show <n> context lines after matches"
11577msgstr ""
11578
11579#: builtin/grep.c:887
11580msgid "use <n> worker threads"
11581msgstr ""
11582
11583#: builtin/grep.c:888
11584msgid "shortcut for -C NUM"
11585msgstr ""
11586
11587#: builtin/grep.c:891
11588msgid "show a line with the function name before matches"
11589msgstr ""
11590
11591#: builtin/grep.c:893
11592msgid "show the surrounding function"
11593msgstr ""
11594
11595#: builtin/grep.c:896
11596msgid "read patterns from file"
11597msgstr ""
11598
11599#: builtin/grep.c:898
11600msgid "match <pattern>"
11601msgstr ""
11602
11603#: builtin/grep.c:900
11604msgid "combine patterns specified with -e"
11605msgstr ""
11606
11607#: builtin/grep.c:912
11608msgid "indicate hit with exit status without output"
11609msgstr ""
11610
11611#: builtin/grep.c:914
11612msgid "show only matches from files that match all patterns"
11613msgstr ""
11614
11615#: builtin/grep.c:916
11616msgid "show parse tree for grep expression"
11617msgstr ""
11618
11619#: builtin/grep.c:920
11620msgid "pager"
11621msgstr ""
11622
11623#: builtin/grep.c:920
11624msgid "show matching files in the pager"
11625msgstr ""
11626
11627#: builtin/grep.c:924
11628msgid "allow calling of grep(1) (ignored by this build)"
11629msgstr ""
11630
11631#: builtin/grep.c:988
11632msgid "no pattern given"
11633msgstr ""
11634
11635#: builtin/grep.c:1024
11636msgid "--no-index or --untracked cannot be used with revs"
11637msgstr ""
11638
11639#: builtin/grep.c:1032
11640#, c-format
11641msgid "unable to resolve revision: %s"
11642msgstr ""
11643
11644#: builtin/grep.c:1063
11645msgid "invalid option combination, ignoring --threads"
11646msgstr ""
11647
11648#: builtin/grep.c:1066 builtin/pack-objects.c:3400
11649msgid "no threads support, ignoring --threads"
11650msgstr ""
11651
11652#: builtin/grep.c:1069 builtin/index-pack.c:1503 builtin/pack-objects.c:2714
11653#, c-format
11654msgid "invalid number of threads specified (%d)"
11655msgstr ""
11656
11657#: builtin/grep.c:1092
11658msgid "--open-files-in-pager only works on the worktree"
11659msgstr ""
11660
11661#: builtin/grep.c:1115
11662msgid "option not supported with --recurse-submodules"
11663msgstr ""
11664
11665#: builtin/grep.c:1121
11666msgid "--cached or --untracked cannot be used with --no-index"
11667msgstr ""
11668
11669#: builtin/grep.c:1127
11670msgid "--[no-]exclude-standard cannot be used for tracked contents"
11671msgstr ""
11672
11673#: builtin/grep.c:1135
11674msgid "both --cached and trees are given"
11675msgstr ""
11676
11677#: builtin/hash-object.c:85
11678msgid ""
11679"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
11680"[--] <file>..."
11681msgstr ""
11682
11683#: builtin/hash-object.c:86
11684msgid "git hash-object  --stdin-paths"
11685msgstr ""
11686
11687#: builtin/hash-object.c:98
11688msgid "type"
11689msgstr ""
11690
11691#: builtin/hash-object.c:98
11692msgid "object type"
11693msgstr ""
11694
11695#: builtin/hash-object.c:99
11696msgid "write the object into the object database"
11697msgstr ""
11698
11699#: builtin/hash-object.c:101
11700msgid "read the object from stdin"
11701msgstr ""
11702
11703#: builtin/hash-object.c:103
11704msgid "store file as is without filters"
11705msgstr ""
11706
11707#: builtin/hash-object.c:104
11708msgid ""
11709"just hash any random garbage to create corrupt objects for debugging Git"
11710msgstr ""
11711
11712#: builtin/hash-object.c:105
11713msgid "process file as it were from this path"
11714msgstr ""
11715
11716#: builtin/help.c:46
11717msgid "print all available commands"
11718msgstr ""
11719
11720#: builtin/help.c:47
11721msgid "exclude guides"
11722msgstr ""
11723
11724#: builtin/help.c:48
11725msgid "print list of useful guides"
11726msgstr ""
11727
11728#: builtin/help.c:49
11729msgid "print all configuration variable names"
11730msgstr ""
11731
11732#: builtin/help.c:51
11733msgid "show man page"
11734msgstr ""
11735
11736#: builtin/help.c:52
11737msgid "show manual in web browser"
11738msgstr ""
11739
11740#: builtin/help.c:54
11741msgid "show info page"
11742msgstr ""
11743
11744#: builtin/help.c:56
11745msgid "print command description"
11746msgstr ""
11747
11748#: builtin/help.c:61
11749msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
11750msgstr ""
11751
11752#: builtin/help.c:73
11753#, c-format
11754msgid "unrecognized help format '%s'"
11755msgstr ""
11756
11757#: builtin/help.c:100
11758msgid "Failed to start emacsclient."
11759msgstr ""
11760
11761#: builtin/help.c:113
11762msgid "Failed to parse emacsclient version."
11763msgstr ""
11764
11765#: builtin/help.c:121
11766#, c-format
11767msgid "emacsclient version '%d' too old (< 22)."
11768msgstr ""
11769
11770#: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:179
11771#, c-format
11772msgid "failed to exec '%s'"
11773msgstr ""
11774
11775#: builtin/help.c:217
11776#, c-format
11777msgid ""
11778"'%s': path for unsupported man viewer.\n"
11779"Please consider using 'man.<tool>.cmd' instead."
11780msgstr ""
11781
11782#: builtin/help.c:229
11783#, c-format
11784msgid ""
11785"'%s': cmd for supported man viewer.\n"
11786"Please consider using 'man.<tool>.path' instead."
11787msgstr ""
11788
11789#: builtin/help.c:346
11790#, c-format
11791msgid "'%s': unknown man viewer."
11792msgstr ""
11793
11794#: builtin/help.c:363
11795msgid "no man viewer handled the request"
11796msgstr ""
11797
11798#: builtin/help.c:371
11799msgid "no info viewer handled the request"
11800msgstr ""
11801
11802#: builtin/help.c:430 builtin/help.c:441 git.c:323
11803#, c-format
11804msgid "'%s' is aliased to '%s'"
11805msgstr ""
11806
11807#: builtin/help.c:444 git.c:347
11808#, c-format
11809msgid "bad alias.%s string: %s"
11810msgstr ""
11811
11812#: builtin/help.c:473 builtin/help.c:503
11813#, c-format
11814msgid "usage: %s%s"
11815msgstr ""
11816
11817#: builtin/help.c:487
11818msgid "'git help config' for more information"
11819msgstr ""
11820
11821#: builtin/index-pack.c:184
11822#, c-format
11823msgid "object type mismatch at %s"
11824msgstr ""
11825
11826#: builtin/index-pack.c:204
11827#, c-format
11828msgid "did not receive expected object %s"
11829msgstr ""
11830
11831#: builtin/index-pack.c:207
11832#, c-format
11833msgid "object %s: expected type %s, found %s"
11834msgstr ""
11835
11836#: builtin/index-pack.c:249
11837#, c-format
11838msgid "cannot fill %d byte"
11839msgid_plural "cannot fill %d bytes"
11840msgstr[0] ""
11841msgstr[1] ""
11842
11843#: builtin/index-pack.c:259
11844msgid "early EOF"
11845msgstr ""
11846
11847#: builtin/index-pack.c:260
11848msgid "read error on input"
11849msgstr ""
11850
11851#: builtin/index-pack.c:272
11852msgid "used more bytes than were available"
11853msgstr ""
11854
11855#: builtin/index-pack.c:279 builtin/pack-objects.c:599
11856msgid "pack too large for current definition of off_t"
11857msgstr ""
11858
11859#: builtin/index-pack.c:282 builtin/unpack-objects.c:94
11860msgid "pack exceeds maximum allowed size"
11861msgstr ""
11862
11863#: builtin/index-pack.c:297 builtin/repack.c:250
11864#, c-format
11865msgid "unable to create '%s'"
11866msgstr ""
11867
11868#: builtin/index-pack.c:303
11869#, c-format
11870msgid "cannot open packfile '%s'"
11871msgstr ""
11872
11873#: builtin/index-pack.c:317
11874msgid "pack signature mismatch"
11875msgstr ""
11876
11877#: builtin/index-pack.c:319
11878#, c-format
11879msgid "pack version %<PRIu32> unsupported"
11880msgstr ""
11881
11882#: builtin/index-pack.c:337
11883#, c-format
11884msgid "pack has bad object at offset %<PRIuMAX>: %s"
11885msgstr ""
11886
11887#: builtin/index-pack.c:457
11888#, c-format
11889msgid "inflate returned %d"
11890msgstr ""
11891
11892#: builtin/index-pack.c:506
11893msgid "offset value overflow for delta base object"
11894msgstr ""
11895
11896#: builtin/index-pack.c:514
11897msgid "delta base offset is out of bound"
11898msgstr ""
11899
11900#: builtin/index-pack.c:522
11901#, c-format
11902msgid "unknown object type %d"
11903msgstr ""
11904
11905#: builtin/index-pack.c:553
11906msgid "cannot pread pack file"
11907msgstr ""
11908
11909#: builtin/index-pack.c:555
11910#, c-format
11911msgid "premature end of pack file, %<PRIuMAX> byte missing"
11912msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
11913msgstr[0] ""
11914msgstr[1] ""
11915
11916#: builtin/index-pack.c:581
11917msgid "serious inflate inconsistency"
11918msgstr ""
11919
11920#: builtin/index-pack.c:726 builtin/index-pack.c:732 builtin/index-pack.c:755
11921#: builtin/index-pack.c:794 builtin/index-pack.c:803
11922#, c-format
11923msgid "SHA1 COLLISION FOUND WITH %s !"
11924msgstr ""
11925
11926#: builtin/index-pack.c:729 builtin/pack-objects.c:152
11927#: builtin/pack-objects.c:212 builtin/pack-objects.c:306
11928#, c-format
11929msgid "unable to read %s"
11930msgstr ""
11931
11932#: builtin/index-pack.c:792
11933#, c-format
11934msgid "cannot read existing object info %s"
11935msgstr ""
11936
11937#: builtin/index-pack.c:800
11938#, c-format
11939msgid "cannot read existing object %s"
11940msgstr ""
11941
11942#: builtin/index-pack.c:814
11943#, c-format
11944msgid "invalid blob object %s"
11945msgstr ""
11946
11947#: builtin/index-pack.c:817 builtin/index-pack.c:836
11948msgid "fsck error in packed object"
11949msgstr ""
11950
11951#: builtin/index-pack.c:838
11952#, c-format
11953msgid "Not all child objects of %s are reachable"
11954msgstr ""
11955
11956#: builtin/index-pack.c:910 builtin/index-pack.c:941
11957msgid "failed to apply delta"
11958msgstr ""
11959
11960#: builtin/index-pack.c:1109
11961msgid "Receiving objects"
11962msgstr ""
11963
11964#: builtin/index-pack.c:1109
11965msgid "Indexing objects"
11966msgstr ""
11967
11968#: builtin/index-pack.c:1143
11969msgid "pack is corrupted (SHA1 mismatch)"
11970msgstr ""
11971
11972#: builtin/index-pack.c:1148
11973msgid "cannot fstat packfile"
11974msgstr ""
11975
11976#: builtin/index-pack.c:1151
11977msgid "pack has junk at the end"
11978msgstr ""
11979
11980#: builtin/index-pack.c:1163
11981msgid "confusion beyond insanity in parse_pack_objects()"
11982msgstr ""
11983
11984#: builtin/index-pack.c:1186
11985msgid "Resolving deltas"
11986msgstr ""
11987
11988#: builtin/index-pack.c:1196 builtin/pack-objects.c:2486
11989#, c-format
11990msgid "unable to create thread: %s"
11991msgstr ""
11992
11993#: builtin/index-pack.c:1237
11994msgid "confusion beyond insanity"
11995msgstr ""
11996
11997#: builtin/index-pack.c:1243
11998#, c-format
11999msgid "completed with %d local object"
12000msgid_plural "completed with %d local objects"
12001msgstr[0] ""
12002msgstr[1] ""
12003
12004#: builtin/index-pack.c:1255
12005#, c-format
12006msgid "Unexpected tail checksum for %s (disk corruption?)"
12007msgstr ""
12008
12009#: builtin/index-pack.c:1259
12010#, c-format
12011msgid "pack has %d unresolved delta"
12012msgid_plural "pack has %d unresolved deltas"
12013msgstr[0] ""
12014msgstr[1] ""
12015
12016#: builtin/index-pack.c:1283
12017#, c-format
12018msgid "unable to deflate appended object (%d)"
12019msgstr ""
12020
12021#: builtin/index-pack.c:1360
12022#, c-format
12023msgid "local object %s is corrupt"
12024msgstr ""
12025
12026#: builtin/index-pack.c:1374
12027#, c-format
12028msgid "packfile name '%s' does not end with '.pack'"
12029msgstr ""
12030
12031#: builtin/index-pack.c:1399
12032#, c-format
12033msgid "cannot write %s file '%s'"
12034msgstr ""
12035
12036#: builtin/index-pack.c:1407
12037#, c-format
12038msgid "cannot close written %s file '%s'"
12039msgstr ""
12040
12041#: builtin/index-pack.c:1431
12042msgid "error while closing pack file"
12043msgstr ""
12044
12045#: builtin/index-pack.c:1445
12046msgid "cannot store pack file"
12047msgstr ""
12048
12049#: builtin/index-pack.c:1453
12050msgid "cannot store index file"
12051msgstr ""
12052
12053#: builtin/index-pack.c:1497 builtin/pack-objects.c:2725
12054#, c-format
12055msgid "bad pack.indexversion=%<PRIu32>"
12056msgstr ""
12057
12058#: builtin/index-pack.c:1565
12059#, c-format
12060msgid "Cannot open existing pack file '%s'"
12061msgstr ""
12062
12063#: builtin/index-pack.c:1567
12064#, c-format
12065msgid "Cannot open existing pack idx file for '%s'"
12066msgstr ""
12067
12068#: builtin/index-pack.c:1615
12069#, c-format
12070msgid "non delta: %d object"
12071msgid_plural "non delta: %d objects"
12072msgstr[0] ""
12073msgstr[1] ""
12074
12075#: builtin/index-pack.c:1622
12076#, c-format
12077msgid "chain length = %d: %lu object"
12078msgid_plural "chain length = %d: %lu objects"
12079msgstr[0] ""
12080msgstr[1] ""
12081
12082#: builtin/index-pack.c:1659
12083msgid "Cannot come back to cwd"
12084msgstr ""
12085
12086#: builtin/index-pack.c:1708 builtin/index-pack.c:1711
12087#: builtin/index-pack.c:1727 builtin/index-pack.c:1731
12088#, c-format
12089msgid "bad %s"
12090msgstr ""
12091
12092#: builtin/index-pack.c:1747
12093msgid "--fix-thin cannot be used without --stdin"
12094msgstr ""
12095
12096#: builtin/index-pack.c:1749
12097msgid "--stdin requires a git repository"
12098msgstr ""
12099
12100#: builtin/index-pack.c:1755
12101msgid "--verify with no packfile name given"
12102msgstr ""
12103
12104#: builtin/index-pack.c:1803 builtin/unpack-objects.c:580
12105msgid "fsck error in pack objects"
12106msgstr ""
12107
12108#: builtin/init-db.c:61
12109#, c-format
12110msgid "cannot stat template '%s'"
12111msgstr ""
12112
12113#: builtin/init-db.c:66
12114#, c-format
12115msgid "cannot opendir '%s'"
12116msgstr ""
12117
12118#: builtin/init-db.c:78
12119#, c-format
12120msgid "cannot readlink '%s'"
12121msgstr ""
12122
12123#: builtin/init-db.c:80
12124#, c-format
12125msgid "cannot symlink '%s' '%s'"
12126msgstr ""
12127
12128#: builtin/init-db.c:86
12129#, c-format
12130msgid "cannot copy '%s' to '%s'"
12131msgstr ""
12132
12133#: builtin/init-db.c:90
12134#, c-format
12135msgid "ignoring template %s"
12136msgstr ""
12137
12138#: builtin/init-db.c:121
12139#, c-format
12140msgid "templates not found in %s"
12141msgstr ""
12142
12143#: builtin/init-db.c:136
12144#, c-format
12145msgid "not copying templates from '%s': %s"
12146msgstr ""
12147
12148#: builtin/init-db.c:329
12149#, c-format
12150msgid "unable to handle file type %d"
12151msgstr ""
12152
12153#: builtin/init-db.c:332
12154#, c-format
12155msgid "unable to move %s to %s"
12156msgstr ""
12157
12158#: builtin/init-db.c:349 builtin/init-db.c:352
12159#, c-format
12160msgid "%s already exists"
12161msgstr ""
12162
12163#: builtin/init-db.c:405
12164#, c-format
12165msgid "Reinitialized existing shared Git repository in %s%s\n"
12166msgstr ""
12167
12168#: builtin/init-db.c:406
12169#, c-format
12170msgid "Reinitialized existing Git repository in %s%s\n"
12171msgstr ""
12172
12173#: builtin/init-db.c:410
12174#, c-format
12175msgid "Initialized empty shared Git repository in %s%s\n"
12176msgstr ""
12177
12178#: builtin/init-db.c:411
12179#, c-format
12180msgid "Initialized empty Git repository in %s%s\n"
12181msgstr ""
12182
12183#: builtin/init-db.c:460
12184msgid ""
12185"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
12186"shared[=<permissions>]] [<directory>]"
12187msgstr ""
12188
12189#: builtin/init-db.c:483
12190msgid "permissions"
12191msgstr ""
12192
12193#: builtin/init-db.c:484
12194msgid "specify that the git repository is to be shared amongst several users"
12195msgstr ""
12196
12197#: builtin/init-db.c:518 builtin/init-db.c:523
12198#, c-format
12199msgid "cannot mkdir %s"
12200msgstr ""
12201
12202#: builtin/init-db.c:527
12203#, c-format
12204msgid "cannot chdir to %s"
12205msgstr ""
12206
12207#: builtin/init-db.c:548
12208#, c-format
12209msgid ""
12210"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
12211"dir=<directory>)"
12212msgstr ""
12213
12214#: builtin/init-db.c:576
12215#, c-format
12216msgid "Cannot access work tree '%s'"
12217msgstr ""
12218
12219#: builtin/interpret-trailers.c:15
12220msgid ""
12221"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12222"<token>[(=|:)<value>])...] [<file>...]"
12223msgstr ""
12224
12225#: builtin/interpret-trailers.c:94
12226msgid "edit files in place"
12227msgstr ""
12228
12229#: builtin/interpret-trailers.c:95
12230msgid "trim empty trailers"
12231msgstr ""
12232
12233#: builtin/interpret-trailers.c:98
12234msgid "where to place the new trailer"
12235msgstr ""
12236
12237#: builtin/interpret-trailers.c:100
12238msgid "action if trailer already exists"
12239msgstr ""
12240
12241#: builtin/interpret-trailers.c:102
12242msgid "action if trailer is missing"
12243msgstr ""
12244
12245#: builtin/interpret-trailers.c:104
12246msgid "output only the trailers"
12247msgstr ""
12248
12249#: builtin/interpret-trailers.c:105
12250msgid "do not apply config rules"
12251msgstr ""
12252
12253#: builtin/interpret-trailers.c:106
12254msgid "join whitespace-continued values"
12255msgstr ""
12256
12257#: builtin/interpret-trailers.c:107
12258msgid "set parsing options"
12259msgstr ""
12260
12261#: builtin/interpret-trailers.c:109
12262msgid "do not treat --- specially"
12263msgstr ""
12264
12265#: builtin/interpret-trailers.c:110
12266msgid "trailer"
12267msgstr ""
12268
12269#: builtin/interpret-trailers.c:111
12270msgid "trailer(s) to add"
12271msgstr ""
12272
12273#: builtin/interpret-trailers.c:120
12274msgid "--trailer with --only-input does not make sense"
12275msgstr ""
12276
12277#: builtin/interpret-trailers.c:130
12278msgid "no input file given for in-place editing"
12279msgstr ""
12280
12281#: builtin/log.c:55
12282msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
12283msgstr ""
12284
12285#: builtin/log.c:56
12286msgid "git show [<options>] <object>..."
12287msgstr ""
12288
12289#: builtin/log.c:100
12290#, c-format
12291msgid "invalid --decorate option: %s"
12292msgstr ""
12293
12294#: builtin/log.c:163
12295msgid "suppress diff output"
12296msgstr ""
12297
12298#: builtin/log.c:164
12299msgid "show source"
12300msgstr ""
12301
12302#: builtin/log.c:165
12303msgid "Use mail map file"
12304msgstr ""
12305
12306#: builtin/log.c:167
12307msgid "only decorate refs that match <pattern>"
12308msgstr ""
12309
12310#: builtin/log.c:169
12311msgid "do not decorate refs that match <pattern>"
12312msgstr ""
12313
12314#: builtin/log.c:170
12315msgid "decorate options"
12316msgstr ""
12317
12318#: builtin/log.c:173
12319msgid "Process line range n,m in file, counting from 1"
12320msgstr ""
12321
12322#: builtin/log.c:271
12323#, c-format
12324msgid "Final output: %d %s\n"
12325msgstr ""
12326
12327#: builtin/log.c:525
12328#, c-format
12329msgid "git show %s: bad file"
12330msgstr ""
12331
12332#: builtin/log.c:540 builtin/log.c:634
12333#, c-format
12334msgid "Could not read object %s"
12335msgstr ""
12336
12337#: builtin/log.c:659
12338#, c-format
12339msgid "Unknown type: %d"
12340msgstr ""
12341
12342#: builtin/log.c:780
12343msgid "format.headers without value"
12344msgstr ""
12345
12346#: builtin/log.c:881
12347msgid "name of output directory is too long"
12348msgstr ""
12349
12350#: builtin/log.c:897
12351#, c-format
12352msgid "Cannot open patch file %s"
12353msgstr ""
12354
12355#: builtin/log.c:914
12356msgid "Need exactly one range."
12357msgstr ""
12358
12359#: builtin/log.c:924
12360msgid "Not a range."
12361msgstr ""
12362
12363#: builtin/log.c:1047
12364msgid "Cover letter needs email format"
12365msgstr ""
12366
12367#: builtin/log.c:1132
12368#, c-format
12369msgid "insane in-reply-to: %s"
12370msgstr ""
12371
12372#: builtin/log.c:1159
12373msgid "git format-patch [<options>] [<since> | <revision-range>]"
12374msgstr ""
12375
12376#: builtin/log.c:1217
12377msgid "Two output directories?"
12378msgstr ""
12379
12380#: builtin/log.c:1324 builtin/log.c:2068 builtin/log.c:2070 builtin/log.c:2082
12381#, c-format
12382msgid "Unknown commit %s"
12383msgstr ""
12384
12385#: builtin/log.c:1334 builtin/notes.c:897 builtin/tag.c:526
12386#, c-format
12387msgid "Failed to resolve '%s' as a valid ref."
12388msgstr ""
12389
12390#: builtin/log.c:1339
12391msgid "Could not find exact merge base."
12392msgstr ""
12393
12394#: builtin/log.c:1343
12395msgid ""
12396"Failed to get upstream, if you want to record base commit automatically,\n"
12397"please use git branch --set-upstream-to to track a remote branch.\n"
12398"Or you could specify base commit by --base=<base-commit-id> manually."
12399msgstr ""
12400
12401#: builtin/log.c:1363
12402msgid "Failed to find exact merge base"
12403msgstr ""
12404
12405#: builtin/log.c:1374
12406msgid "base commit should be the ancestor of revision list"
12407msgstr ""
12408
12409#: builtin/log.c:1378
12410msgid "base commit shouldn't be in revision list"
12411msgstr ""
12412
12413#: builtin/log.c:1431
12414msgid "cannot get patch id"
12415msgstr ""
12416
12417#: builtin/log.c:1483
12418msgid "failed to infer range-diff ranges"
12419msgstr ""
12420
12421#: builtin/log.c:1528
12422msgid "use [PATCH n/m] even with a single patch"
12423msgstr ""
12424
12425#: builtin/log.c:1531
12426msgid "use [PATCH] even with multiple patches"
12427msgstr ""
12428
12429#: builtin/log.c:1535
12430msgid "print patches to standard out"
12431msgstr ""
12432
12433#: builtin/log.c:1537
12434msgid "generate a cover letter"
12435msgstr ""
12436
12437#: builtin/log.c:1539
12438msgid "use simple number sequence for output file names"
12439msgstr ""
12440
12441#: builtin/log.c:1540
12442msgid "sfx"
12443msgstr ""
12444
12445#: builtin/log.c:1541
12446msgid "use <sfx> instead of '.patch'"
12447msgstr ""
12448
12449#: builtin/log.c:1543
12450msgid "start numbering patches at <n> instead of 1"
12451msgstr ""
12452
12453#: builtin/log.c:1545
12454msgid "mark the series as Nth re-roll"
12455msgstr ""
12456
12457#: builtin/log.c:1547
12458msgid "Use [RFC PATCH] instead of [PATCH]"
12459msgstr ""
12460
12461#: builtin/log.c:1550
12462msgid "Use [<prefix>] instead of [PATCH]"
12463msgstr ""
12464
12465#: builtin/log.c:1553
12466msgid "store resulting files in <dir>"
12467msgstr ""
12468
12469#: builtin/log.c:1556
12470msgid "don't strip/add [PATCH]"
12471msgstr ""
12472
12473#: builtin/log.c:1559
12474msgid "don't output binary diffs"
12475msgstr ""
12476
12477#: builtin/log.c:1561
12478msgid "output all-zero hash in From header"
12479msgstr ""
12480
12481#: builtin/log.c:1563
12482msgid "don't include a patch matching a commit upstream"
12483msgstr ""
12484
12485#: builtin/log.c:1565
12486msgid "show patch format instead of default (patch + stat)"
12487msgstr ""
12488
12489#: builtin/log.c:1567
12490msgid "Messaging"
12491msgstr ""
12492
12493#: builtin/log.c:1568
12494msgid "header"
12495msgstr ""
12496
12497#: builtin/log.c:1569
12498msgid "add email header"
12499msgstr ""
12500
12501#: builtin/log.c:1570 builtin/log.c:1572
12502msgid "email"
12503msgstr ""
12504
12505#: builtin/log.c:1570
12506msgid "add To: header"
12507msgstr ""
12508
12509#: builtin/log.c:1572
12510msgid "add Cc: header"
12511msgstr ""
12512
12513#: builtin/log.c:1574
12514msgid "ident"
12515msgstr ""
12516
12517#: builtin/log.c:1575
12518msgid "set From address to <ident> (or committer ident if absent)"
12519msgstr ""
12520
12521#: builtin/log.c:1577
12522msgid "message-id"
12523msgstr ""
12524
12525#: builtin/log.c:1578
12526msgid "make first mail a reply to <message-id>"
12527msgstr ""
12528
12529#: builtin/log.c:1579 builtin/log.c:1582
12530msgid "boundary"
12531msgstr ""
12532
12533#: builtin/log.c:1580
12534msgid "attach the patch"
12535msgstr ""
12536
12537#: builtin/log.c:1583
12538msgid "inline the patch"
12539msgstr ""
12540
12541#: builtin/log.c:1587
12542msgid "enable message threading, styles: shallow, deep"
12543msgstr ""
12544
12545#: builtin/log.c:1589
12546msgid "signature"
12547msgstr ""
12548
12549#: builtin/log.c:1590
12550msgid "add a signature"
12551msgstr ""
12552
12553#: builtin/log.c:1591
12554msgid "base-commit"
12555msgstr ""
12556
12557#: builtin/log.c:1592
12558msgid "add prerequisite tree info to the patch series"
12559msgstr ""
12560
12561#: builtin/log.c:1594
12562msgid "add a signature from a file"
12563msgstr ""
12564
12565#: builtin/log.c:1595
12566msgid "don't print the patch filenames"
12567msgstr ""
12568
12569#: builtin/log.c:1597
12570msgid "show progress while generating patches"
12571msgstr ""
12572
12573#: builtin/log.c:1598
12574msgid "rev"
12575msgstr ""
12576
12577#: builtin/log.c:1599
12578msgid "show changes against <rev> in cover letter or single patch"
12579msgstr ""
12580
12581#: builtin/log.c:1602
12582msgid "show changes against <refspec> in cover letter or single patch"
12583msgstr ""
12584
12585#: builtin/log.c:1604
12586msgid "percentage by which creation is weighted"
12587msgstr ""
12588
12589#: builtin/log.c:1679
12590#, c-format
12591msgid "invalid ident line: %s"
12592msgstr ""
12593
12594#: builtin/log.c:1694
12595msgid "-n and -k are mutually exclusive"
12596msgstr ""
12597
12598#: builtin/log.c:1696
12599msgid "--subject-prefix/--rfc and -k are mutually exclusive"
12600msgstr ""
12601
12602#: builtin/log.c:1704
12603msgid "--name-only does not make sense"
12604msgstr ""
12605
12606#: builtin/log.c:1706
12607msgid "--name-status does not make sense"
12608msgstr ""
12609
12610#: builtin/log.c:1708
12611msgid "--check does not make sense"
12612msgstr ""
12613
12614#: builtin/log.c:1740
12615msgid "standard output, or directory, which one?"
12616msgstr ""
12617
12618#: builtin/log.c:1742
12619#, c-format
12620msgid "Could not create directory '%s'"
12621msgstr ""
12622
12623#: builtin/log.c:1829
12624msgid "--interdiff requires --cover-letter or single patch"
12625msgstr ""
12626
12627#: builtin/log.c:1833
12628msgid "Interdiff:"
12629msgstr ""
12630
12631#: builtin/log.c:1834
12632#, c-format
12633msgid "Interdiff against v%d:"
12634msgstr ""
12635
12636#: builtin/log.c:1840
12637msgid "--creation-factor requires --range-diff"
12638msgstr ""
12639
12640#: builtin/log.c:1844
12641msgid "--range-diff requires --cover-letter or single patch"
12642msgstr ""
12643
12644#: builtin/log.c:1852
12645msgid "Range-diff:"
12646msgstr ""
12647
12648#: builtin/log.c:1853
12649#, c-format
12650msgid "Range-diff against v%d:"
12651msgstr ""
12652
12653#: builtin/log.c:1864
12654#, c-format
12655msgid "unable to read signature file '%s'"
12656msgstr ""
12657
12658#: builtin/log.c:1900
12659msgid "Generating patches"
12660msgstr ""
12661
12662#: builtin/log.c:1944
12663msgid "Failed to create output files"
12664msgstr ""
12665
12666#: builtin/log.c:2003
12667msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
12668msgstr ""
12669
12670#: builtin/log.c:2057
12671#, c-format
12672msgid ""
12673"Could not find a tracked remote branch, please specify <upstream> manually.\n"
12674msgstr ""
12675
12676#: builtin/ls-files.c:470
12677msgid "git ls-files [<options>] [<file>...]"
12678msgstr ""
12679
12680#: builtin/ls-files.c:526
12681msgid "identify the file status with tags"
12682msgstr ""
12683
12684#: builtin/ls-files.c:528
12685msgid "use lowercase letters for 'assume unchanged' files"
12686msgstr ""
12687
12688#: builtin/ls-files.c:530
12689msgid "use lowercase letters for 'fsmonitor clean' files"
12690msgstr ""
12691
12692#: builtin/ls-files.c:532
12693msgid "show cached files in the output (default)"
12694msgstr ""
12695
12696#: builtin/ls-files.c:534
12697msgid "show deleted files in the output"
12698msgstr ""
12699
12700#: builtin/ls-files.c:536
12701msgid "show modified files in the output"
12702msgstr ""
12703
12704#: builtin/ls-files.c:538
12705msgid "show other files in the output"
12706msgstr ""
12707
12708#: builtin/ls-files.c:540
12709msgid "show ignored files in the output"
12710msgstr ""
12711
12712#: builtin/ls-files.c:543
12713msgid "show staged contents' object name in the output"
12714msgstr ""
12715
12716#: builtin/ls-files.c:545
12717msgid "show files on the filesystem that need to be removed"
12718msgstr ""
12719
12720#: builtin/ls-files.c:547
12721msgid "show 'other' directories' names only"
12722msgstr ""
12723
12724#: builtin/ls-files.c:549
12725msgid "show line endings of files"
12726msgstr ""
12727
12728#: builtin/ls-files.c:551
12729msgid "don't show empty directories"
12730msgstr ""
12731
12732#: builtin/ls-files.c:554
12733msgid "show unmerged files in the output"
12734msgstr ""
12735
12736#: builtin/ls-files.c:556
12737msgid "show resolve-undo information"
12738msgstr ""
12739
12740#: builtin/ls-files.c:558
12741msgid "skip files matching pattern"
12742msgstr ""
12743
12744#: builtin/ls-files.c:561
12745msgid "exclude patterns are read from <file>"
12746msgstr ""
12747
12748#: builtin/ls-files.c:564
12749msgid "read additional per-directory exclude patterns in <file>"
12750msgstr ""
12751
12752#: builtin/ls-files.c:566
12753msgid "add the standard git exclusions"
12754msgstr ""
12755
12756#: builtin/ls-files.c:570
12757msgid "make the output relative to the project top directory"
12758msgstr ""
12759
12760#: builtin/ls-files.c:573
12761msgid "recurse through submodules"
12762msgstr ""
12763
12764#: builtin/ls-files.c:575
12765msgid "if any <file> is not in the index, treat this as an error"
12766msgstr ""
12767
12768#: builtin/ls-files.c:576
12769msgid "tree-ish"
12770msgstr ""
12771
12772#: builtin/ls-files.c:577
12773msgid "pretend that paths removed since <tree-ish> are still present"
12774msgstr ""
12775
12776#: builtin/ls-files.c:579
12777msgid "show debugging data"
12778msgstr ""
12779
12780#: builtin/ls-remote.c:9
12781msgid ""
12782"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
12783"                     [-q | --quiet] [--exit-code] [--get-url]\n"
12784"                     [--symref] [<repository> [<refs>...]]"
12785msgstr ""
12786
12787#: builtin/ls-remote.c:59
12788msgid "do not print remote URL"
12789msgstr ""
12790
12791#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1111
12792msgid "exec"
12793msgstr ""
12794
12795#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
12796msgid "path of git-upload-pack on the remote host"
12797msgstr ""
12798
12799#: builtin/ls-remote.c:65
12800msgid "limit to tags"
12801msgstr ""
12802
12803#: builtin/ls-remote.c:66
12804msgid "limit to heads"
12805msgstr ""
12806
12807#: builtin/ls-remote.c:67
12808msgid "do not show peeled tags"
12809msgstr ""
12810
12811#: builtin/ls-remote.c:69
12812msgid "take url.<base>.insteadOf into account"
12813msgstr ""
12814
12815#: builtin/ls-remote.c:73
12816msgid "exit with exit code 2 if no matching refs are found"
12817msgstr ""
12818
12819#: builtin/ls-remote.c:76
12820msgid "show underlying ref in addition to the object pointed by it"
12821msgstr ""
12822
12823#: builtin/ls-tree.c:30
12824msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
12825msgstr ""
12826
12827#: builtin/ls-tree.c:128
12828msgid "only show trees"
12829msgstr ""
12830
12831#: builtin/ls-tree.c:130
12832msgid "recurse into subtrees"
12833msgstr ""
12834
12835#: builtin/ls-tree.c:132
12836msgid "show trees when recursing"
12837msgstr ""
12838
12839#: builtin/ls-tree.c:135
12840msgid "terminate entries with NUL byte"
12841msgstr ""
12842
12843#: builtin/ls-tree.c:136
12844msgid "include object size"
12845msgstr ""
12846
12847#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
12848msgid "list only filenames"
12849msgstr ""
12850
12851#: builtin/ls-tree.c:143
12852msgid "use full path names"
12853msgstr ""
12854
12855#: builtin/ls-tree.c:145
12856msgid "list entire tree; not just current directory (implies --full-name)"
12857msgstr ""
12858
12859#: builtin/mailsplit.c:241
12860#, c-format
12861msgid "empty mbox: '%s'"
12862msgstr ""
12863
12864#: builtin/merge.c:53
12865msgid "git merge [<options>] [<commit>...]"
12866msgstr ""
12867
12868#: builtin/merge.c:54
12869msgid "git merge --abort"
12870msgstr ""
12871
12872#: builtin/merge.c:55
12873msgid "git merge --continue"
12874msgstr ""
12875
12876#: builtin/merge.c:112
12877msgid "switch `m' requires a value"
12878msgstr ""
12879
12880#: builtin/merge.c:132
12881#, c-format
12882msgid "option `%s' requires a value"
12883msgstr ""
12884
12885#: builtin/merge.c:178
12886#, c-format
12887msgid "Could not find merge strategy '%s'.\n"
12888msgstr ""
12889
12890#: builtin/merge.c:179
12891#, c-format
12892msgid "Available strategies are:"
12893msgstr ""
12894
12895#: builtin/merge.c:184
12896#, c-format
12897msgid "Available custom strategies are:"
12898msgstr ""
12899
12900#: builtin/merge.c:235 builtin/pull.c:144
12901msgid "do not show a diffstat at the end of the merge"
12902msgstr ""
12903
12904#: builtin/merge.c:238 builtin/pull.c:147
12905msgid "show a diffstat at the end of the merge"
12906msgstr ""
12907
12908#: builtin/merge.c:239 builtin/pull.c:150
12909msgid "(synonym to --stat)"
12910msgstr ""
12911
12912#: builtin/merge.c:241 builtin/pull.c:153
12913msgid "add (at most <n>) entries from shortlog to merge commit message"
12914msgstr ""
12915
12916#: builtin/merge.c:244 builtin/pull.c:159
12917msgid "create a single commit instead of doing a merge"
12918msgstr ""
12919
12920#: builtin/merge.c:246 builtin/pull.c:162
12921msgid "perform a commit if the merge succeeds (default)"
12922msgstr ""
12923
12924#: builtin/merge.c:248 builtin/pull.c:165
12925msgid "edit message before committing"
12926msgstr ""
12927
12928#: builtin/merge.c:249
12929msgid "allow fast-forward (default)"
12930msgstr ""
12931
12932#: builtin/merge.c:251 builtin/pull.c:171
12933msgid "abort if fast-forward is not possible"
12934msgstr ""
12935
12936#: builtin/merge.c:255 builtin/pull.c:174
12937msgid "verify that the named commit has a valid GPG signature"
12938msgstr ""
12939
12940#: builtin/merge.c:256 builtin/notes.c:787 builtin/pull.c:178
12941#: builtin/rebase.c:1124 builtin/rebase--interactive.c:188 builtin/revert.c:111
12942msgid "strategy"
12943msgstr ""
12944
12945#: builtin/merge.c:257 builtin/pull.c:179
12946msgid "merge strategy to use"
12947msgstr ""
12948
12949#: builtin/merge.c:258 builtin/pull.c:182
12950msgid "option=value"
12951msgstr ""
12952
12953#: builtin/merge.c:259 builtin/pull.c:183
12954msgid "option for selected merge strategy"
12955msgstr ""
12956
12957#: builtin/merge.c:261
12958msgid "merge commit message (for a non-fast-forward merge)"
12959msgstr ""
12960
12961#: builtin/merge.c:268
12962msgid "abort the current in-progress merge"
12963msgstr ""
12964
12965#: builtin/merge.c:270
12966msgid "continue the current in-progress merge"
12967msgstr ""
12968
12969#: builtin/merge.c:272 builtin/pull.c:190
12970msgid "allow merging unrelated histories"
12971msgstr ""
12972
12973#: builtin/merge.c:278
12974msgid "verify commit-msg hook"
12975msgstr ""
12976
12977#: builtin/merge.c:303
12978msgid "could not run stash."
12979msgstr ""
12980
12981#: builtin/merge.c:308
12982msgid "stash failed"
12983msgstr ""
12984
12985#: builtin/merge.c:313
12986#, c-format
12987msgid "not a valid object: %s"
12988msgstr ""
12989
12990#: builtin/merge.c:335 builtin/merge.c:352
12991msgid "read-tree failed"
12992msgstr ""
12993
12994#: builtin/merge.c:382
12995msgid " (nothing to squash)"
12996msgstr ""
12997
12998#: builtin/merge.c:393
12999#, c-format
13000msgid "Squash commit -- not updating HEAD\n"
13001msgstr ""
13002
13003#: builtin/merge.c:443
13004#, c-format
13005msgid "No merge message -- not updating HEAD\n"
13006msgstr ""
13007
13008#: builtin/merge.c:494
13009#, c-format
13010msgid "'%s' does not point to a commit"
13011msgstr ""
13012
13013#: builtin/merge.c:581
13014#, c-format
13015msgid "Bad branch.%s.mergeoptions string: %s"
13016msgstr ""
13017
13018#: builtin/merge.c:702
13019msgid "Not handling anything other than two heads merge."
13020msgstr ""
13021
13022#: builtin/merge.c:716
13023#, c-format
13024msgid "Unknown option for merge-recursive: -X%s"
13025msgstr ""
13026
13027#: builtin/merge.c:731
13028#, c-format
13029msgid "unable to write %s"
13030msgstr ""
13031
13032#: builtin/merge.c:783
13033#, c-format
13034msgid "Could not read from '%s'"
13035msgstr ""
13036
13037#: builtin/merge.c:792
13038#, c-format
13039msgid "Not committing merge; use 'git commit' to complete the merge.\n"
13040msgstr ""
13041
13042#: builtin/merge.c:798
13043#, c-format
13044msgid ""
13045"Please enter a commit message to explain why this merge is necessary,\n"
13046"especially if it merges an updated upstream into a topic branch.\n"
13047"\n"
13048"Lines starting with '%c' will be ignored, and an empty message aborts\n"
13049"the commit.\n"
13050msgstr ""
13051
13052#: builtin/merge.c:834
13053msgid "Empty commit message."
13054msgstr ""
13055
13056#: builtin/merge.c:853
13057#, c-format
13058msgid "Wonderful.\n"
13059msgstr ""
13060
13061#: builtin/merge.c:906
13062#, c-format
13063msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
13064msgstr ""
13065
13066#: builtin/merge.c:945
13067msgid "No current branch."
13068msgstr ""
13069
13070#: builtin/merge.c:947
13071msgid "No remote for the current branch."
13072msgstr ""
13073
13074#: builtin/merge.c:949
13075msgid "No default upstream defined for the current branch."
13076msgstr ""
13077
13078#: builtin/merge.c:954
13079#, c-format
13080msgid "No remote-tracking branch for %s from %s"
13081msgstr ""
13082
13083#: builtin/merge.c:1011
13084#, c-format
13085msgid "Bad value '%s' in environment '%s'"
13086msgstr ""
13087
13088#: builtin/merge.c:1114
13089#, c-format
13090msgid "not something we can merge in %s: %s"
13091msgstr ""
13092
13093#: builtin/merge.c:1148
13094msgid "not something we can merge"
13095msgstr ""
13096
13097#: builtin/merge.c:1251
13098msgid "--abort expects no arguments"
13099msgstr ""
13100
13101#: builtin/merge.c:1255
13102msgid "There is no merge to abort (MERGE_HEAD missing)."
13103msgstr ""
13104
13105#: builtin/merge.c:1267
13106msgid "--continue expects no arguments"
13107msgstr ""
13108
13109#: builtin/merge.c:1271
13110msgid "There is no merge in progress (MERGE_HEAD missing)."
13111msgstr ""
13112
13113#: builtin/merge.c:1287
13114msgid ""
13115"You have not concluded your merge (MERGE_HEAD exists).\n"
13116"Please, commit your changes before you merge."
13117msgstr ""
13118
13119#: builtin/merge.c:1294
13120msgid ""
13121"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
13122"Please, commit your changes before you merge."
13123msgstr ""
13124
13125#: builtin/merge.c:1297
13126msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
13127msgstr ""
13128
13129#: builtin/merge.c:1306
13130msgid "You cannot combine --squash with --no-ff."
13131msgstr ""
13132
13133#: builtin/merge.c:1314
13134msgid "No commit specified and merge.defaultToUpstream not set."
13135msgstr ""
13136
13137#: builtin/merge.c:1331
13138msgid "Squash commit into empty head not supported yet"
13139msgstr ""
13140
13141#: builtin/merge.c:1333
13142msgid "Non-fast-forward commit does not make sense into an empty head"
13143msgstr ""
13144
13145#: builtin/merge.c:1338
13146#, c-format
13147msgid "%s - not something we can merge"
13148msgstr ""
13149
13150#: builtin/merge.c:1340
13151msgid "Can merge only exactly one commit into empty head"
13152msgstr ""
13153
13154#: builtin/merge.c:1422
13155msgid "refusing to merge unrelated histories"
13156msgstr ""
13157
13158#: builtin/merge.c:1431
13159msgid "Already up to date."
13160msgstr ""
13161
13162#: builtin/merge.c:1441
13163#, c-format
13164msgid "Updating %s..%s\n"
13165msgstr ""
13166
13167#: builtin/merge.c:1483
13168#, c-format
13169msgid "Trying really trivial in-index merge...\n"
13170msgstr ""
13171
13172#: builtin/merge.c:1490
13173#, c-format
13174msgid "Nope.\n"
13175msgstr ""
13176
13177#: builtin/merge.c:1515
13178msgid "Already up to date. Yeeah!"
13179msgstr ""
13180
13181#: builtin/merge.c:1521
13182msgid "Not possible to fast-forward, aborting."
13183msgstr ""
13184
13185#: builtin/merge.c:1544 builtin/merge.c:1623
13186#, c-format
13187msgid "Rewinding the tree to pristine...\n"
13188msgstr ""
13189
13190#: builtin/merge.c:1548
13191#, c-format
13192msgid "Trying merge strategy %s...\n"
13193msgstr ""
13194
13195#: builtin/merge.c:1614
13196#, c-format
13197msgid "No merge strategy handled the merge.\n"
13198msgstr ""
13199
13200#: builtin/merge.c:1616
13201#, c-format
13202msgid "Merge with strategy %s failed.\n"
13203msgstr ""
13204
13205#: builtin/merge.c:1625
13206#, c-format
13207msgid "Using the %s to prepare resolving by hand.\n"
13208msgstr ""
13209
13210#: builtin/merge.c:1637
13211#, c-format
13212msgid "Automatic merge went well; stopped before committing as requested\n"
13213msgstr ""
13214
13215#: builtin/merge-base.c:32
13216msgid "git merge-base [-a | --all] <commit> <commit>..."
13217msgstr ""
13218
13219#: builtin/merge-base.c:33
13220msgid "git merge-base [-a | --all] --octopus <commit>..."
13221msgstr ""
13222
13223#: builtin/merge-base.c:34
13224msgid "git merge-base --independent <commit>..."
13225msgstr ""
13226
13227#: builtin/merge-base.c:35
13228msgid "git merge-base --is-ancestor <commit> <commit>"
13229msgstr ""
13230
13231#: builtin/merge-base.c:36
13232msgid "git merge-base --fork-point <ref> [<commit>]"
13233msgstr ""
13234
13235#: builtin/merge-base.c:153
13236msgid "output all common ancestors"
13237msgstr ""
13238
13239#: builtin/merge-base.c:155
13240msgid "find ancestors for a single n-way merge"
13241msgstr ""
13242
13243#: builtin/merge-base.c:157
13244msgid "list revs not reachable from others"
13245msgstr ""
13246
13247#: builtin/merge-base.c:159
13248msgid "is the first one ancestor of the other?"
13249msgstr ""
13250
13251#: builtin/merge-base.c:161
13252msgid "find where <commit> forked from reflog of <ref>"
13253msgstr ""
13254
13255#: builtin/merge-file.c:9
13256msgid ""
13257"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
13258"<orig-file> <file2>"
13259msgstr ""
13260
13261#: builtin/merge-file.c:35
13262msgid "send results to standard output"
13263msgstr ""
13264
13265#: builtin/merge-file.c:36
13266msgid "use a diff3 based merge"
13267msgstr ""
13268
13269#: builtin/merge-file.c:37
13270msgid "for conflicts, use our version"
13271msgstr ""
13272
13273#: builtin/merge-file.c:39
13274msgid "for conflicts, use their version"
13275msgstr ""
13276
13277#: builtin/merge-file.c:41
13278msgid "for conflicts, use a union version"
13279msgstr ""
13280
13281#: builtin/merge-file.c:44
13282msgid "for conflicts, use this marker size"
13283msgstr ""
13284
13285#: builtin/merge-file.c:45
13286msgid "do not warn about conflicts"
13287msgstr ""
13288
13289#: builtin/merge-file.c:47
13290msgid "set labels for file1/orig-file/file2"
13291msgstr ""
13292
13293#: builtin/merge-recursive.c:46
13294#, c-format
13295msgid "unknown option %s"
13296msgstr ""
13297
13298#: builtin/merge-recursive.c:52
13299#, c-format
13300msgid "could not parse object '%s'"
13301msgstr ""
13302
13303#: builtin/merge-recursive.c:56
13304#, c-format
13305msgid "cannot handle more than %d base. Ignoring %s."
13306msgid_plural "cannot handle more than %d bases. Ignoring %s."
13307msgstr[0] ""
13308msgstr[1] ""
13309
13310#: builtin/merge-recursive.c:64
13311msgid "not handling anything other than two heads merge."
13312msgstr ""
13313
13314#: builtin/merge-recursive.c:70 builtin/merge-recursive.c:72
13315#, c-format
13316msgid "could not resolve ref '%s'"
13317msgstr ""
13318
13319#: builtin/merge-recursive.c:78
13320#, c-format
13321msgid "Merging %s with %s\n"
13322msgstr ""
13323
13324#: builtin/mktree.c:66
13325msgid "git mktree [-z] [--missing] [--batch]"
13326msgstr ""
13327
13328#: builtin/mktree.c:154
13329msgid "input is NUL terminated"
13330msgstr ""
13331
13332#: builtin/mktree.c:155 builtin/write-tree.c:26
13333msgid "allow missing objects"
13334msgstr ""
13335
13336#: builtin/mktree.c:156
13337msgid "allow creation of more than one tree"
13338msgstr ""
13339
13340#: builtin/multi-pack-index.c:8
13341msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
13342msgstr ""
13343
13344#: builtin/multi-pack-index.c:21
13345msgid "object directory containing set of packfile and pack-index pairs"
13346msgstr ""
13347
13348#: builtin/multi-pack-index.c:39
13349msgid "too many arguments"
13350msgstr ""
13351
13352#: builtin/multi-pack-index.c:48
13353#, c-format
13354msgid "unrecognized verb: %s"
13355msgstr ""
13356
13357#: builtin/mv.c:18
13358msgid "git mv [<options>] <source>... <destination>"
13359msgstr ""
13360
13361#: builtin/mv.c:83
13362#, c-format
13363msgid "Directory %s is in index and no submodule?"
13364msgstr ""
13365
13366#: builtin/mv.c:85
13367msgid "Please stage your changes to .gitmodules or stash them to proceed"
13368msgstr ""
13369
13370#: builtin/mv.c:103
13371#, c-format
13372msgid "%.*s is in index"
13373msgstr ""
13374
13375#: builtin/mv.c:125
13376msgid "force move/rename even if target exists"
13377msgstr ""
13378
13379#: builtin/mv.c:127
13380msgid "skip move/rename errors"
13381msgstr ""
13382
13383#: builtin/mv.c:169
13384#, c-format
13385msgid "destination '%s' is not a directory"
13386msgstr ""
13387
13388#: builtin/mv.c:180
13389#, c-format
13390msgid "Checking rename of '%s' to '%s'\n"
13391msgstr ""
13392
13393#: builtin/mv.c:184
13394msgid "bad source"
13395msgstr ""
13396
13397#: builtin/mv.c:187
13398msgid "can not move directory into itself"
13399msgstr ""
13400
13401#: builtin/mv.c:190
13402msgid "cannot move directory over file"
13403msgstr ""
13404
13405#: builtin/mv.c:199
13406msgid "source directory is empty"
13407msgstr ""
13408
13409#: builtin/mv.c:224
13410msgid "not under version control"
13411msgstr ""
13412
13413#: builtin/mv.c:227
13414msgid "destination exists"
13415msgstr ""
13416
13417#: builtin/mv.c:235
13418#, c-format
13419msgid "overwriting '%s'"
13420msgstr ""
13421
13422#: builtin/mv.c:238
13423msgid "Cannot overwrite"
13424msgstr ""
13425
13426#: builtin/mv.c:241
13427msgid "multiple sources for the same target"
13428msgstr ""
13429
13430#: builtin/mv.c:243
13431msgid "destination directory does not exist"
13432msgstr ""
13433
13434#: builtin/mv.c:250
13435#, c-format
13436msgid "%s, source=%s, destination=%s"
13437msgstr ""
13438
13439#: builtin/mv.c:271
13440#, c-format
13441msgid "Renaming %s to %s\n"
13442msgstr ""
13443
13444#: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:513
13445#, c-format
13446msgid "renaming '%s' failed"
13447msgstr ""
13448
13449#: builtin/name-rev.c:355
13450msgid "git name-rev [<options>] <commit>..."
13451msgstr ""
13452
13453#: builtin/name-rev.c:356
13454msgid "git name-rev [<options>] --all"
13455msgstr ""
13456
13457#: builtin/name-rev.c:357
13458msgid "git name-rev [<options>] --stdin"
13459msgstr ""
13460
13461#: builtin/name-rev.c:413
13462msgid "print only names (no SHA-1)"
13463msgstr ""
13464
13465#: builtin/name-rev.c:414
13466msgid "only use tags to name the commits"
13467msgstr ""
13468
13469#: builtin/name-rev.c:416
13470msgid "only use refs matching <pattern>"
13471msgstr ""
13472
13473#: builtin/name-rev.c:418
13474msgid "ignore refs matching <pattern>"
13475msgstr ""
13476
13477#: builtin/name-rev.c:420
13478msgid "list all commits reachable from all refs"
13479msgstr ""
13480
13481#: builtin/name-rev.c:421
13482msgid "read from stdin"
13483msgstr ""
13484
13485#: builtin/name-rev.c:422
13486msgid "allow to print `undefined` names (default)"
13487msgstr ""
13488
13489#: builtin/name-rev.c:428
13490msgid "dereference tags in the input (internal use)"
13491msgstr ""
13492
13493#: builtin/notes.c:28
13494msgid "git notes [--ref <notes-ref>] [list [<object>]]"
13495msgstr ""
13496
13497#: builtin/notes.c:29
13498msgid ""
13499"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
13500"| (-c | -C) <object>] [<object>]"
13501msgstr ""
13502
13503#: builtin/notes.c:30
13504msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
13505msgstr ""
13506
13507#: builtin/notes.c:31
13508msgid ""
13509"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
13510"(-c | -C) <object>] [<object>]"
13511msgstr ""
13512
13513#: builtin/notes.c:32
13514msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
13515msgstr ""
13516
13517#: builtin/notes.c:33
13518msgid "git notes [--ref <notes-ref>] show [<object>]"
13519msgstr ""
13520
13521#: builtin/notes.c:34
13522msgid ""
13523"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
13524msgstr ""
13525
13526#: builtin/notes.c:35
13527msgid "git notes merge --commit [-v | -q]"
13528msgstr ""
13529
13530#: builtin/notes.c:36
13531msgid "git notes merge --abort [-v | -q]"
13532msgstr ""
13533
13534#: builtin/notes.c:37
13535msgid "git notes [--ref <notes-ref>] remove [<object>...]"
13536msgstr ""
13537
13538#: builtin/notes.c:38
13539msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
13540msgstr ""
13541
13542#: builtin/notes.c:39
13543msgid "git notes [--ref <notes-ref>] get-ref"
13544msgstr ""
13545
13546#: builtin/notes.c:44
13547msgid "git notes [list [<object>]]"
13548msgstr ""
13549
13550#: builtin/notes.c:49
13551msgid "git notes add [<options>] [<object>]"
13552msgstr ""
13553
13554#: builtin/notes.c:54
13555msgid "git notes copy [<options>] <from-object> <to-object>"
13556msgstr ""
13557
13558#: builtin/notes.c:55
13559msgid "git notes copy --stdin [<from-object> <to-object>]..."
13560msgstr ""
13561
13562#: builtin/notes.c:60
13563msgid "git notes append [<options>] [<object>]"
13564msgstr ""
13565
13566#: builtin/notes.c:65
13567msgid "git notes edit [<object>]"
13568msgstr ""
13569
13570#: builtin/notes.c:70
13571msgid "git notes show [<object>]"
13572msgstr ""
13573
13574#: builtin/notes.c:75
13575msgid "git notes merge [<options>] <notes-ref>"
13576msgstr ""
13577
13578#: builtin/notes.c:76
13579msgid "git notes merge --commit [<options>]"
13580msgstr ""
13581
13582#: builtin/notes.c:77
13583msgid "git notes merge --abort [<options>]"
13584msgstr ""
13585
13586#: builtin/notes.c:82
13587msgid "git notes remove [<object>]"
13588msgstr ""
13589
13590#: builtin/notes.c:87
13591msgid "git notes prune [<options>]"
13592msgstr ""
13593
13594#: builtin/notes.c:92
13595msgid "git notes get-ref"
13596msgstr ""
13597
13598#: builtin/notes.c:97
13599msgid "Write/edit the notes for the following object:"
13600msgstr ""
13601
13602#: builtin/notes.c:150
13603#, c-format
13604msgid "unable to start 'show' for object '%s'"
13605msgstr ""
13606
13607#: builtin/notes.c:154
13608msgid "could not read 'show' output"
13609msgstr ""
13610
13611#: builtin/notes.c:162
13612#, c-format
13613msgid "failed to finish 'show' for object '%s'"
13614msgstr ""
13615
13616#: builtin/notes.c:197
13617msgid "please supply the note contents using either -m or -F option"
13618msgstr ""
13619
13620#: builtin/notes.c:206
13621msgid "unable to write note object"
13622msgstr ""
13623
13624#: builtin/notes.c:208
13625#, c-format
13626msgid "the note contents have been left in %s"
13627msgstr ""
13628
13629#: builtin/notes.c:242 builtin/tag.c:513
13630#, c-format
13631msgid "could not open or read '%s'"
13632msgstr ""
13633
13634#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
13635#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
13636#: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
13637#, c-format
13638msgid "failed to resolve '%s' as a valid ref."
13639msgstr ""
13640
13641#: builtin/notes.c:265
13642#, c-format
13643msgid "failed to read object '%s'."
13644msgstr ""
13645
13646#: builtin/notes.c:268
13647#, c-format
13648msgid "cannot read note data from non-blob object '%s'."
13649msgstr ""
13650
13651#: builtin/notes.c:309
13652#, c-format
13653msgid "malformed input line: '%s'."
13654msgstr ""
13655
13656#: builtin/notes.c:324
13657#, c-format
13658msgid "failed to copy notes from '%s' to '%s'"
13659msgstr ""
13660
13661#. TRANSLATORS: the first %s will be replaced by a git
13662#. notes command: 'add', 'merge', 'remove', etc.
13663#.
13664#: builtin/notes.c:356
13665#, c-format
13666msgid "refusing to %s notes in %s (outside of refs/notes/)"
13667msgstr ""
13668
13669#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
13670#: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
13671#: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
13672msgid "too many parameters"
13673msgstr ""
13674
13675#: builtin/notes.c:389 builtin/notes.c:678
13676#, c-format
13677msgid "no note found for object %s."
13678msgstr ""
13679
13680#: builtin/notes.c:410 builtin/notes.c:576
13681msgid "note contents as a string"
13682msgstr ""
13683
13684#: builtin/notes.c:413 builtin/notes.c:579
13685msgid "note contents in a file"
13686msgstr ""
13687
13688#: builtin/notes.c:416 builtin/notes.c:582
13689msgid "reuse and edit specified note object"
13690msgstr ""
13691
13692#: builtin/notes.c:419 builtin/notes.c:585
13693msgid "reuse specified note object"
13694msgstr ""
13695
13696#: builtin/notes.c:422 builtin/notes.c:588
13697msgid "allow storing empty note"
13698msgstr ""
13699
13700#: builtin/notes.c:423 builtin/notes.c:496
13701msgid "replace existing notes"
13702msgstr ""
13703
13704#: builtin/notes.c:448
13705#, c-format
13706msgid ""
13707"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
13708"existing notes"
13709msgstr ""
13710
13711#: builtin/notes.c:463 builtin/notes.c:544
13712#, c-format
13713msgid "Overwriting existing notes for object %s\n"
13714msgstr ""
13715
13716#: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
13717#, c-format
13718msgid "Removing note for object %s\n"
13719msgstr ""
13720
13721#: builtin/notes.c:497
13722msgid "read objects from stdin"
13723msgstr ""
13724
13725#: builtin/notes.c:499
13726msgid "load rewriting config for <command> (implies --stdin)"
13727msgstr ""
13728
13729#: builtin/notes.c:517
13730msgid "too few parameters"
13731msgstr ""
13732
13733#: builtin/notes.c:538
13734#, c-format
13735msgid ""
13736"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
13737"existing notes"
13738msgstr ""
13739
13740#: builtin/notes.c:550
13741#, c-format
13742msgid "missing notes on source object %s. Cannot copy."
13743msgstr ""
13744
13745#: builtin/notes.c:603
13746#, c-format
13747msgid ""
13748"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
13749"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
13750msgstr ""
13751
13752#: builtin/notes.c:698
13753msgid "failed to delete ref NOTES_MERGE_PARTIAL"
13754msgstr ""
13755
13756#: builtin/notes.c:700
13757msgid "failed to delete ref NOTES_MERGE_REF"
13758msgstr ""
13759
13760#: builtin/notes.c:702
13761msgid "failed to remove 'git notes merge' worktree"
13762msgstr ""
13763
13764#: builtin/notes.c:722
13765msgid "failed to read ref NOTES_MERGE_PARTIAL"
13766msgstr ""
13767
13768#: builtin/notes.c:724
13769msgid "could not find commit from NOTES_MERGE_PARTIAL."
13770msgstr ""
13771
13772#: builtin/notes.c:726
13773msgid "could not parse commit from NOTES_MERGE_PARTIAL."
13774msgstr ""
13775
13776#: builtin/notes.c:739
13777msgid "failed to resolve NOTES_MERGE_REF"
13778msgstr ""
13779
13780#: builtin/notes.c:742
13781msgid "failed to finalize notes merge"
13782msgstr ""
13783
13784#: builtin/notes.c:768
13785#, c-format
13786msgid "unknown notes merge strategy %s"
13787msgstr ""
13788
13789#: builtin/notes.c:784
13790msgid "General options"
13791msgstr ""
13792
13793#: builtin/notes.c:786
13794msgid "Merge options"
13795msgstr ""
13796
13797#: builtin/notes.c:788
13798msgid ""
13799"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
13800"cat_sort_uniq)"
13801msgstr ""
13802
13803#: builtin/notes.c:790
13804msgid "Committing unmerged notes"
13805msgstr ""
13806
13807#: builtin/notes.c:792
13808msgid "finalize notes merge by committing unmerged notes"
13809msgstr ""
13810
13811#: builtin/notes.c:794
13812msgid "Aborting notes merge resolution"
13813msgstr ""
13814
13815#: builtin/notes.c:796
13816msgid "abort notes merge"
13817msgstr ""
13818
13819#: builtin/notes.c:807
13820msgid "cannot mix --commit, --abort or -s/--strategy"
13821msgstr ""
13822
13823#: builtin/notes.c:812
13824msgid "must specify a notes ref to merge"
13825msgstr ""
13826
13827#: builtin/notes.c:836
13828#, c-format
13829msgid "unknown -s/--strategy: %s"
13830msgstr ""
13831
13832#: builtin/notes.c:873
13833#, c-format
13834msgid "a notes merge into %s is already in-progress at %s"
13835msgstr ""
13836
13837#: builtin/notes.c:876
13838#, c-format
13839msgid "failed to store link to current notes ref (%s)"
13840msgstr ""
13841
13842#: builtin/notes.c:878
13843#, c-format
13844msgid ""
13845"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
13846"'git notes merge --commit', or abort the merge with 'git notes merge --"
13847"abort'.\n"
13848msgstr ""
13849
13850#: builtin/notes.c:900
13851#, c-format
13852msgid "Object %s has no note\n"
13853msgstr ""
13854
13855#: builtin/notes.c:912
13856msgid "attempt to remove non-existent note is not an error"
13857msgstr ""
13858
13859#: builtin/notes.c:915
13860msgid "read object names from the standard input"
13861msgstr ""
13862
13863#: builtin/notes.c:954 builtin/prune.c:108 builtin/worktree.c:165
13864msgid "do not remove, show only"
13865msgstr ""
13866
13867#: builtin/notes.c:955
13868msgid "report pruned notes"
13869msgstr ""
13870
13871#: builtin/notes.c:998
13872msgid "notes-ref"
13873msgstr ""
13874
13875#: builtin/notes.c:999
13876msgid "use notes from <notes-ref>"
13877msgstr ""
13878
13879#: builtin/notes.c:1034
13880#, c-format
13881msgid "unknown subcommand: %s"
13882msgstr ""
13883
13884#: builtin/pack-objects.c:51
13885msgid ""
13886"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
13887msgstr ""
13888
13889#: builtin/pack-objects.c:52
13890msgid ""
13891"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
13892msgstr ""
13893
13894#: builtin/pack-objects.c:423
13895#, c-format
13896msgid "bad packed object CRC for %s"
13897msgstr ""
13898
13899#: builtin/pack-objects.c:434
13900#, c-format
13901msgid "corrupt packed object for %s"
13902msgstr ""
13903
13904#: builtin/pack-objects.c:565
13905#, c-format
13906msgid "recursive delta detected for object %s"
13907msgstr ""
13908
13909#: builtin/pack-objects.c:776
13910#, c-format
13911msgid "ordered %u objects, expected %<PRIu32>"
13912msgstr ""
13913
13914#: builtin/pack-objects.c:789
13915#, c-format
13916msgid "packfile is invalid: %s"
13917msgstr ""
13918
13919#: builtin/pack-objects.c:793
13920#, c-format
13921msgid "unable to open packfile for reuse: %s"
13922msgstr ""
13923
13924#: builtin/pack-objects.c:797
13925msgid "unable to seek in reused packfile"
13926msgstr ""
13927
13928#: builtin/pack-objects.c:808
13929msgid "unable to read from reused packfile"
13930msgstr ""
13931
13932#: builtin/pack-objects.c:836
13933msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
13934msgstr ""
13935
13936#: builtin/pack-objects.c:849
13937msgid "Writing objects"
13938msgstr ""
13939
13940#: builtin/pack-objects.c:911 builtin/update-index.c:89
13941#, c-format
13942msgid "failed to stat %s"
13943msgstr ""
13944
13945#: builtin/pack-objects.c:964
13946#, c-format
13947msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
13948msgstr ""
13949
13950#: builtin/pack-objects.c:1158
13951msgid "disabling bitmap writing, as some objects are not being packed"
13952msgstr ""
13953
13954#: builtin/pack-objects.c:1586
13955#, c-format
13956msgid "delta base offset overflow in pack for %s"
13957msgstr ""
13958
13959#: builtin/pack-objects.c:1595
13960#, c-format
13961msgid "delta base offset out of bound for %s"
13962msgstr ""
13963
13964#: builtin/pack-objects.c:1864
13965msgid "Counting objects"
13966msgstr ""
13967
13968#: builtin/pack-objects.c:1994
13969#, c-format
13970msgid "unable to get size of %s"
13971msgstr ""
13972
13973#: builtin/pack-objects.c:2009
13974#, c-format
13975msgid "unable to parse object header of %s"
13976msgstr ""
13977
13978#: builtin/pack-objects.c:2079 builtin/pack-objects.c:2095
13979#: builtin/pack-objects.c:2105
13980#, c-format
13981msgid "object %s cannot be read"
13982msgstr ""
13983
13984#: builtin/pack-objects.c:2082 builtin/pack-objects.c:2109
13985#, c-format
13986msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
13987msgstr ""
13988
13989#: builtin/pack-objects.c:2119
13990msgid "suboptimal pack - out of memory"
13991msgstr ""
13992
13993#: builtin/pack-objects.c:2445
13994#, c-format
13995msgid "Delta compression using up to %d threads"
13996msgstr ""
13997
13998#: builtin/pack-objects.c:2577
13999#, c-format
14000msgid "unable to pack objects reachable from tag %s"
14001msgstr ""
14002
14003#: builtin/pack-objects.c:2664
14004msgid "Compressing objects"
14005msgstr ""
14006
14007#: builtin/pack-objects.c:2670
14008msgid "inconsistency with delta count"
14009msgstr ""
14010
14011#: builtin/pack-objects.c:2751
14012#, c-format
14013msgid ""
14014"expected edge object ID, got garbage:\n"
14015" %s"
14016msgstr ""
14017
14018#: builtin/pack-objects.c:2757
14019#, c-format
14020msgid ""
14021"expected object ID, got garbage:\n"
14022" %s"
14023msgstr ""
14024
14025#: builtin/pack-objects.c:2855
14026msgid "invalid value for --missing"
14027msgstr ""
14028
14029#: builtin/pack-objects.c:2914 builtin/pack-objects.c:3022
14030msgid "cannot open pack index"
14031msgstr ""
14032
14033#: builtin/pack-objects.c:2945
14034#, c-format
14035msgid "loose object at %s could not be examined"
14036msgstr ""
14037
14038#: builtin/pack-objects.c:3030
14039msgid "unable to force loose object"
14040msgstr ""
14041
14042#: builtin/pack-objects.c:3122
14043#, c-format
14044msgid "not a rev '%s'"
14045msgstr ""
14046
14047#: builtin/pack-objects.c:3125
14048#, c-format
14049msgid "bad revision '%s'"
14050msgstr ""
14051
14052#: builtin/pack-objects.c:3150
14053msgid "unable to add recent objects"
14054msgstr ""
14055
14056#: builtin/pack-objects.c:3203
14057#, c-format
14058msgid "unsupported index version %s"
14059msgstr ""
14060
14061#: builtin/pack-objects.c:3207
14062#, c-format
14063msgid "bad index version '%s'"
14064msgstr ""
14065
14066#: builtin/pack-objects.c:3237
14067msgid "do not show progress meter"
14068msgstr ""
14069
14070#: builtin/pack-objects.c:3239
14071msgid "show progress meter"
14072msgstr ""
14073
14074#: builtin/pack-objects.c:3241
14075msgid "show progress meter during object writing phase"
14076msgstr ""
14077
14078#: builtin/pack-objects.c:3244
14079msgid "similar to --all-progress when progress meter is shown"
14080msgstr ""
14081
14082#: builtin/pack-objects.c:3245
14083msgid "<version>[,<offset>]"
14084msgstr ""
14085
14086#: builtin/pack-objects.c:3246
14087msgid "write the pack index file in the specified idx format version"
14088msgstr ""
14089
14090#: builtin/pack-objects.c:3249
14091msgid "maximum size of each output pack file"
14092msgstr ""
14093
14094#: builtin/pack-objects.c:3251
14095msgid "ignore borrowed objects from alternate object store"
14096msgstr ""
14097
14098#: builtin/pack-objects.c:3253
14099msgid "ignore packed objects"
14100msgstr ""
14101
14102#: builtin/pack-objects.c:3255
14103msgid "limit pack window by objects"
14104msgstr ""
14105
14106#: builtin/pack-objects.c:3257
14107msgid "limit pack window by memory in addition to object limit"
14108msgstr ""
14109
14110#: builtin/pack-objects.c:3259
14111msgid "maximum length of delta chain allowed in the resulting pack"
14112msgstr ""
14113
14114#: builtin/pack-objects.c:3261
14115msgid "reuse existing deltas"
14116msgstr ""
14117
14118#: builtin/pack-objects.c:3263
14119msgid "reuse existing objects"
14120msgstr ""
14121
14122#: builtin/pack-objects.c:3265
14123msgid "use OFS_DELTA objects"
14124msgstr ""
14125
14126#: builtin/pack-objects.c:3267
14127msgid "use threads when searching for best delta matches"
14128msgstr ""
14129
14130#: builtin/pack-objects.c:3269
14131msgid "do not create an empty pack output"
14132msgstr ""
14133
14134#: builtin/pack-objects.c:3271
14135msgid "read revision arguments from standard input"
14136msgstr ""
14137
14138#: builtin/pack-objects.c:3273
14139msgid "limit the objects to those that are not yet packed"
14140msgstr ""
14141
14142#: builtin/pack-objects.c:3276
14143msgid "include objects reachable from any reference"
14144msgstr ""
14145
14146#: builtin/pack-objects.c:3279
14147msgid "include objects referred by reflog entries"
14148msgstr ""
14149
14150#: builtin/pack-objects.c:3282
14151msgid "include objects referred to by the index"
14152msgstr ""
14153
14154#: builtin/pack-objects.c:3285
14155msgid "output pack to stdout"
14156msgstr ""
14157
14158#: builtin/pack-objects.c:3287
14159msgid "include tag objects that refer to objects to be packed"
14160msgstr ""
14161
14162#: builtin/pack-objects.c:3289
14163msgid "keep unreachable objects"
14164msgstr ""
14165
14166#: builtin/pack-objects.c:3291
14167msgid "pack loose unreachable objects"
14168msgstr ""
14169
14170#: builtin/pack-objects.c:3293
14171msgid "unpack unreachable objects newer than <time>"
14172msgstr ""
14173
14174#: builtin/pack-objects.c:3296
14175msgid "use the sparse reachability algorithm"
14176msgstr ""
14177
14178#: builtin/pack-objects.c:3298
14179msgid "create thin packs"
14180msgstr ""
14181
14182#: builtin/pack-objects.c:3300
14183msgid "create packs suitable for shallow fetches"
14184msgstr ""
14185
14186#: builtin/pack-objects.c:3302
14187msgid "ignore packs that have companion .keep file"
14188msgstr ""
14189
14190#: builtin/pack-objects.c:3304
14191msgid "ignore this pack"
14192msgstr ""
14193
14194#: builtin/pack-objects.c:3306
14195msgid "pack compression level"
14196msgstr ""
14197
14198#: builtin/pack-objects.c:3308
14199msgid "do not hide commits by grafts"
14200msgstr ""
14201
14202#: builtin/pack-objects.c:3310
14203msgid "use a bitmap index if available to speed up counting objects"
14204msgstr ""
14205
14206#: builtin/pack-objects.c:3312
14207msgid "write a bitmap index together with the pack index"
14208msgstr ""
14209
14210#: builtin/pack-objects.c:3315
14211msgid "handling for missing objects"
14212msgstr ""
14213
14214#: builtin/pack-objects.c:3318
14215msgid "do not pack objects in promisor packfiles"
14216msgstr ""
14217
14218#: builtin/pack-objects.c:3320
14219msgid "respect islands during delta compression"
14220msgstr ""
14221
14222#: builtin/pack-objects.c:3345
14223#, c-format
14224msgid "delta chain depth %d is too deep, forcing %d"
14225msgstr ""
14226
14227#: builtin/pack-objects.c:3350
14228#, c-format
14229msgid "pack.deltaCacheLimit is too high, forcing %d"
14230msgstr ""
14231
14232#: builtin/pack-objects.c:3404
14233msgid "--max-pack-size cannot be used to build a pack for transfer"
14234msgstr ""
14235
14236#: builtin/pack-objects.c:3406
14237msgid "minimum pack size limit is 1 MiB"
14238msgstr ""
14239
14240#: builtin/pack-objects.c:3411
14241msgid "--thin cannot be used to build an indexable pack"
14242msgstr ""
14243
14244#: builtin/pack-objects.c:3414
14245msgid "--keep-unreachable and --unpack-unreachable are incompatible"
14246msgstr ""
14247
14248#: builtin/pack-objects.c:3420
14249msgid "cannot use --filter without --stdout"
14250msgstr ""
14251
14252#: builtin/pack-objects.c:3479
14253msgid "Enumerating objects"
14254msgstr ""
14255
14256#: builtin/pack-objects.c:3498
14257#, c-format
14258msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
14259msgstr ""
14260
14261#: builtin/pack-refs.c:7
14262msgid "git pack-refs [<options>]"
14263msgstr ""
14264
14265#: builtin/pack-refs.c:15
14266msgid "pack everything"
14267msgstr ""
14268
14269#: builtin/pack-refs.c:16
14270msgid "prune loose refs (default)"
14271msgstr ""
14272
14273#: builtin/prune-packed.c:9
14274msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
14275msgstr ""
14276
14277#: builtin/prune-packed.c:42
14278msgid "Removing duplicate objects"
14279msgstr ""
14280
14281#: builtin/prune.c:12
14282msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
14283msgstr ""
14284
14285#: builtin/prune.c:109
14286msgid "report pruned objects"
14287msgstr ""
14288
14289#: builtin/prune.c:112
14290msgid "expire objects older than <time>"
14291msgstr ""
14292
14293#: builtin/prune.c:114
14294msgid "limit traversal to objects outside promisor packfiles"
14295msgstr ""
14296
14297#: builtin/prune.c:128
14298msgid "cannot prune in a precious-objects repo"
14299msgstr ""
14300
14301#: builtin/pull.c:61 builtin/pull.c:63
14302#, c-format
14303msgid "Invalid value for %s: %s"
14304msgstr ""
14305
14306#: builtin/pull.c:83
14307msgid "git pull [<options>] [<repository> [<refspec>...]]"
14308msgstr ""
14309
14310#: builtin/pull.c:134
14311msgid "control for recursive fetching of submodules"
14312msgstr ""
14313
14314#: builtin/pull.c:138
14315msgid "Options related to merging"
14316msgstr ""
14317
14318#: builtin/pull.c:141
14319msgid "incorporate changes by rebasing rather than merging"
14320msgstr ""
14321
14322#: builtin/pull.c:168 builtin/rebase--interactive.c:149 builtin/revert.c:123
14323msgid "allow fast-forward"
14324msgstr ""
14325
14326#: builtin/pull.c:177
14327msgid "automatically stash/stash pop before and after rebase"
14328msgstr ""
14329
14330#: builtin/pull.c:193
14331msgid "Options related to fetching"
14332msgstr ""
14333
14334#: builtin/pull.c:203
14335msgid "force overwrite of local branch"
14336msgstr ""
14337
14338#: builtin/pull.c:211
14339msgid "number of submodules pulled in parallel"
14340msgstr ""
14341
14342#: builtin/pull.c:306
14343#, c-format
14344msgid "Invalid value for pull.ff: %s"
14345msgstr ""
14346
14347#: builtin/pull.c:422
14348msgid ""
14349"There is no candidate for rebasing against among the refs that you just "
14350"fetched."
14351msgstr ""
14352
14353#: builtin/pull.c:424
14354msgid ""
14355"There are no candidates for merging among the refs that you just fetched."
14356msgstr ""
14357
14358#: builtin/pull.c:425
14359msgid ""
14360"Generally this means that you provided a wildcard refspec which had no\n"
14361"matches on the remote end."
14362msgstr ""
14363
14364#: builtin/pull.c:428
14365#, c-format
14366msgid ""
14367"You asked to pull from the remote '%s', but did not specify\n"
14368"a branch. Because this is not the default configured remote\n"
14369"for your current branch, you must specify a branch on the command line."
14370msgstr ""
14371
14372#: builtin/pull.c:433 builtin/rebase.c:956 git-parse-remote.sh:73
14373msgid "You are not currently on a branch."
14374msgstr ""
14375
14376#: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:79
14377msgid "Please specify which branch you want to rebase against."
14378msgstr ""
14379
14380#: builtin/pull.c:437 builtin/pull.c:452 git-parse-remote.sh:82
14381msgid "Please specify which branch you want to merge with."
14382msgstr ""
14383
14384#: builtin/pull.c:438 builtin/pull.c:453
14385msgid "See git-pull(1) for details."
14386msgstr ""
14387
14388#: builtin/pull.c:440 builtin/pull.c:446 builtin/pull.c:455
14389#: builtin/rebase.c:962 git-parse-remote.sh:64
14390msgid "<remote>"
14391msgstr ""
14392
14393#: builtin/pull.c:440 builtin/pull.c:455 builtin/pull.c:460
14394#: git-legacy-rebase.sh:564 git-parse-remote.sh:65
14395msgid "<branch>"
14396msgstr ""
14397
14398#: builtin/pull.c:448 builtin/rebase.c:954 git-parse-remote.sh:75
14399msgid "There is no tracking information for the current branch."
14400msgstr ""
14401
14402#: builtin/pull.c:457 git-parse-remote.sh:95
14403msgid ""
14404"If you wish to set tracking information for this branch you can do so with:"
14405msgstr ""
14406
14407#: builtin/pull.c:462
14408#, c-format
14409msgid ""
14410"Your configuration specifies to merge with the ref '%s'\n"
14411"from the remote, but no such ref was fetched."
14412msgstr ""
14413
14414#: builtin/pull.c:566
14415#, c-format
14416msgid "unable to access commit %s"
14417msgstr ""
14418
14419#: builtin/pull.c:844
14420msgid "ignoring --verify-signatures for rebase"
14421msgstr ""
14422
14423#: builtin/pull.c:892
14424msgid "--[no-]autostash option is only valid with --rebase."
14425msgstr ""
14426
14427#: builtin/pull.c:900
14428msgid "Updating an unborn branch with changes added to the index."
14429msgstr ""
14430
14431#: builtin/pull.c:904
14432msgid "pull with rebase"
14433msgstr ""
14434
14435#: builtin/pull.c:905
14436msgid "please commit or stash them."
14437msgstr ""
14438
14439#: builtin/pull.c:930
14440#, c-format
14441msgid ""
14442"fetch updated the current branch head.\n"
14443"fast-forwarding your working tree from\n"
14444"commit %s."
14445msgstr ""
14446
14447#: builtin/pull.c:936
14448#, c-format
14449msgid ""
14450"Cannot fast-forward your working tree.\n"
14451"After making sure that you saved anything precious from\n"
14452"$ git diff %s\n"
14453"output, run\n"
14454"$ git reset --hard\n"
14455"to recover."
14456msgstr ""
14457
14458#: builtin/pull.c:951
14459msgid "Cannot merge multiple branches into empty head."
14460msgstr ""
14461
14462#: builtin/pull.c:955
14463msgid "Cannot rebase onto multiple branches."
14464msgstr ""
14465
14466#: builtin/pull.c:962
14467msgid "cannot rebase with locally recorded submodule modifications"
14468msgstr ""
14469
14470#: builtin/push.c:19
14471msgid "git push [<options>] [<repository> [<refspec>...]]"
14472msgstr ""
14473
14474#: builtin/push.c:111
14475msgid "tag shorthand without <tag>"
14476msgstr ""
14477
14478#: builtin/push.c:121
14479msgid "--delete only accepts plain target ref names"
14480msgstr ""
14481
14482#: builtin/push.c:167
14483msgid ""
14484"\n"
14485"To choose either option permanently, see push.default in 'git help config'."
14486msgstr ""
14487
14488#: builtin/push.c:170
14489#, c-format
14490msgid ""
14491"The upstream branch of your current branch does not match\n"
14492"the name of your current branch.  To push to the upstream branch\n"
14493"on the remote, use\n"
14494"\n"
14495"    git push %s HEAD:%s\n"
14496"\n"
14497"To push to the branch of the same name on the remote, use\n"
14498"\n"
14499"    git push %s HEAD\n"
14500"%s"
14501msgstr ""
14502
14503#: builtin/push.c:185
14504#, c-format
14505msgid ""
14506"You are not currently on a branch.\n"
14507"To push the history leading to the current (detached HEAD)\n"
14508"state now, use\n"
14509"\n"
14510"    git push %s HEAD:<name-of-remote-branch>\n"
14511msgstr ""
14512
14513#: builtin/push.c:199
14514#, c-format
14515msgid ""
14516"The current branch %s has no upstream branch.\n"
14517"To push the current branch and set the remote as upstream, use\n"
14518"\n"
14519"    git push --set-upstream %s %s\n"
14520msgstr ""
14521
14522#: builtin/push.c:207
14523#, c-format
14524msgid "The current branch %s has multiple upstream branches, refusing to push."
14525msgstr ""
14526
14527#: builtin/push.c:210
14528#, c-format
14529msgid ""
14530"You are pushing to remote '%s', which is not the upstream of\n"
14531"your current branch '%s', without telling me what to push\n"
14532"to update which remote branch."
14533msgstr ""
14534
14535#: builtin/push.c:269
14536msgid ""
14537"You didn't specify any refspecs to push, and push.default is \"nothing\"."
14538msgstr ""
14539
14540#: builtin/push.c:276
14541msgid ""
14542"Updates were rejected because the tip of your current branch is behind\n"
14543"its remote counterpart. Integrate the remote changes (e.g.\n"
14544"'git pull ...') before pushing again.\n"
14545"See the 'Note about fast-forwards' in 'git push --help' for details."
14546msgstr ""
14547
14548#: builtin/push.c:282
14549msgid ""
14550"Updates were rejected because a pushed branch tip is behind its remote\n"
14551"counterpart. Check out this branch and integrate the remote changes\n"
14552"(e.g. 'git pull ...') before pushing again.\n"
14553"See the 'Note about fast-forwards' in 'git push --help' for details."
14554msgstr ""
14555
14556#: builtin/push.c:288
14557msgid ""
14558"Updates were rejected because the remote contains work that you do\n"
14559"not have locally. This is usually caused by another repository pushing\n"
14560"to the same ref. You may want to first integrate the remote changes\n"
14561"(e.g., 'git pull ...') before pushing again.\n"
14562"See the 'Note about fast-forwards' in 'git push --help' for details."
14563msgstr ""
14564
14565#: builtin/push.c:295
14566msgid "Updates were rejected because the tag already exists in the remote."
14567msgstr ""
14568
14569#: builtin/push.c:298
14570msgid ""
14571"You cannot update a remote ref that points at a non-commit object,\n"
14572"or update a remote ref to make it point at a non-commit object,\n"
14573"without using the '--force' option.\n"
14574msgstr ""
14575
14576#: builtin/push.c:359
14577#, c-format
14578msgid "Pushing to %s\n"
14579msgstr ""
14580
14581#: builtin/push.c:364
14582#, c-format
14583msgid "failed to push some refs to '%s'"
14584msgstr ""
14585
14586#: builtin/push.c:398
14587#, c-format
14588msgid "bad repository '%s'"
14589msgstr ""
14590
14591#: builtin/push.c:399
14592msgid ""
14593"No configured push destination.\n"
14594"Either specify the URL from the command-line or configure a remote "
14595"repository using\n"
14596"\n"
14597"    git remote add <name> <url>\n"
14598"\n"
14599"and then push using the remote name\n"
14600"\n"
14601"    git push <name>\n"
14602msgstr ""
14603
14604#: builtin/push.c:554
14605msgid "repository"
14606msgstr ""
14607
14608#: builtin/push.c:555 builtin/send-pack.c:164
14609msgid "push all refs"
14610msgstr ""
14611
14612#: builtin/push.c:556 builtin/send-pack.c:166
14613msgid "mirror all refs"
14614msgstr ""
14615
14616#: builtin/push.c:558
14617msgid "delete refs"
14618msgstr ""
14619
14620#: builtin/push.c:559
14621msgid "push tags (can't be used with --all or --mirror)"
14622msgstr ""
14623
14624#: builtin/push.c:562 builtin/send-pack.c:167
14625msgid "force updates"
14626msgstr ""
14627
14628#: builtin/push.c:564 builtin/send-pack.c:181
14629msgid "<refname>:<expect>"
14630msgstr ""
14631
14632#: builtin/push.c:565 builtin/send-pack.c:182
14633msgid "require old value of ref to be at this value"
14634msgstr ""
14635
14636#: builtin/push.c:568
14637msgid "control recursive pushing of submodules"
14638msgstr ""
14639
14640#: builtin/push.c:570 builtin/send-pack.c:175
14641msgid "use thin pack"
14642msgstr ""
14643
14644#: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:161
14645#: builtin/send-pack.c:162
14646msgid "receive pack program"
14647msgstr ""
14648
14649#: builtin/push.c:573
14650msgid "set upstream for git pull/status"
14651msgstr ""
14652
14653#: builtin/push.c:576
14654msgid "prune locally removed refs"
14655msgstr ""
14656
14657#: builtin/push.c:578
14658msgid "bypass pre-push hook"
14659msgstr ""
14660
14661#: builtin/push.c:579
14662msgid "push missing but relevant tags"
14663msgstr ""
14664
14665#: builtin/push.c:582 builtin/send-pack.c:169
14666msgid "GPG sign the push"
14667msgstr ""
14668
14669#: builtin/push.c:584 builtin/send-pack.c:176
14670msgid "request atomic transaction on remote side"
14671msgstr ""
14672
14673#: builtin/push.c:602
14674msgid "--delete is incompatible with --all, --mirror and --tags"
14675msgstr ""
14676
14677#: builtin/push.c:604
14678msgid "--delete doesn't make sense without any refs"
14679msgstr ""
14680
14681#: builtin/push.c:607
14682msgid "--all and --tags are incompatible"
14683msgstr ""
14684
14685#: builtin/push.c:609
14686msgid "--all can't be combined with refspecs"
14687msgstr ""
14688
14689#: builtin/push.c:613
14690msgid "--mirror and --tags are incompatible"
14691msgstr ""
14692
14693#: builtin/push.c:615
14694msgid "--mirror can't be combined with refspecs"
14695msgstr ""
14696
14697#: builtin/push.c:618
14698msgid "--all and --mirror are incompatible"
14699msgstr ""
14700
14701#: builtin/push.c:637
14702msgid "push options must not have new line characters"
14703msgstr ""
14704
14705#: builtin/range-diff.c:8
14706msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
14707msgstr ""
14708
14709#: builtin/range-diff.c:9
14710msgid "git range-diff [<options>] <old-tip>...<new-tip>"
14711msgstr ""
14712
14713#: builtin/range-diff.c:10
14714msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
14715msgstr ""
14716
14717#: builtin/range-diff.c:21
14718msgid "Percentage by which creation is weighted"
14719msgstr ""
14720
14721#: builtin/range-diff.c:23
14722msgid "use simple diff colors"
14723msgstr ""
14724
14725#: builtin/range-diff.c:61 builtin/range-diff.c:65
14726#, c-format
14727msgid "no .. in range: '%s'"
14728msgstr ""
14729
14730#: builtin/range-diff.c:75
14731msgid "single arg format must be symmetric range"
14732msgstr ""
14733
14734#: builtin/range-diff.c:90
14735msgid "need two commit ranges"
14736msgstr ""
14737
14738#: builtin/read-tree.c:41
14739msgid ""
14740"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
14741"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
14742"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
14743msgstr ""
14744
14745#: builtin/read-tree.c:124
14746msgid "write resulting index to <file>"
14747msgstr ""
14748
14749#: builtin/read-tree.c:127
14750msgid "only empty the index"
14751msgstr ""
14752
14753#: builtin/read-tree.c:129
14754msgid "Merging"
14755msgstr ""
14756
14757#: builtin/read-tree.c:131
14758msgid "perform a merge in addition to a read"
14759msgstr ""
14760
14761#: builtin/read-tree.c:133
14762msgid "3-way merge if no file level merging required"
14763msgstr ""
14764
14765#: builtin/read-tree.c:135
14766msgid "3-way merge in presence of adds and removes"
14767msgstr ""
14768
14769#: builtin/read-tree.c:137
14770msgid "same as -m, but discard unmerged entries"
14771msgstr ""
14772
14773#: builtin/read-tree.c:138
14774msgid "<subdirectory>/"
14775msgstr ""
14776
14777#: builtin/read-tree.c:139
14778msgid "read the tree into the index under <subdirectory>/"
14779msgstr ""
14780
14781#: builtin/read-tree.c:142
14782msgid "update working tree with merge result"
14783msgstr ""
14784
14785#: builtin/read-tree.c:144
14786msgid "gitignore"
14787msgstr ""
14788
14789#: builtin/read-tree.c:145
14790msgid "allow explicitly ignored files to be overwritten"
14791msgstr ""
14792
14793#: builtin/read-tree.c:148
14794msgid "don't check the working tree after merging"
14795msgstr ""
14796
14797#: builtin/read-tree.c:149
14798msgid "don't update the index or the work tree"
14799msgstr ""
14800
14801#: builtin/read-tree.c:151
14802msgid "skip applying sparse checkout filter"
14803msgstr ""
14804
14805#: builtin/read-tree.c:153
14806msgid "debug unpack-trees"
14807msgstr ""
14808
14809#: builtin/rebase.c:30
14810msgid ""
14811"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
14812"[<branch>]"
14813msgstr ""
14814
14815#: builtin/rebase.c:32
14816msgid ""
14817"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
14818msgstr ""
14819
14820#: builtin/rebase.c:34
14821msgid "git rebase --continue | --abort | --skip | --edit-todo"
14822msgstr ""
14823
14824#: builtin/rebase.c:121 builtin/rebase.c:1437
14825#, c-format
14826msgid "%s requires an interactive rebase"
14827msgstr ""
14828
14829#: builtin/rebase.c:173
14830#, c-format
14831msgid "could not get 'onto': '%s'"
14832msgstr ""
14833
14834#: builtin/rebase.c:188
14835#, c-format
14836msgid "invalid orig-head: '%s'"
14837msgstr ""
14838
14839#: builtin/rebase.c:213
14840#, c-format
14841msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
14842msgstr ""
14843
14844#: builtin/rebase.c:289
14845#, c-format
14846msgid "Could not read '%s'"
14847msgstr ""
14848
14849#: builtin/rebase.c:307
14850#, c-format
14851msgid "Cannot store %s"
14852msgstr ""
14853
14854#: builtin/rebase.c:402
14855msgid "could not determine HEAD revision"
14856msgstr ""
14857
14858#: builtin/rebase.c:522
14859msgid ""
14860"Resolve all conflicts manually, mark them as resolved with\n"
14861"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14862"You can instead skip this commit: run \"git rebase --skip\".\n"
14863"To abort and get back to the state before \"git rebase\", run \"git rebase --"
14864"abort\"."
14865msgstr ""
14866
14867#: builtin/rebase.c:603
14868#, c-format
14869msgid ""
14870"\n"
14871"git encountered an error while preparing the patches to replay\n"
14872"these revisions:\n"
14873"\n"
14874"    %s\n"
14875"\n"
14876"As a result, git cannot rebase them."
14877msgstr ""
14878
14879#: builtin/rebase.c:948
14880#, c-format
14881msgid ""
14882"%s\n"
14883"Please specify which branch you want to rebase against.\n"
14884"See git-rebase(1) for details.\n"
14885"\n"
14886"    git rebase '<branch>'\n"
14887"\n"
14888msgstr ""
14889
14890#: builtin/rebase.c:964
14891#, c-format
14892msgid ""
14893"If you wish to set tracking information for this branch you can do so with:\n"
14894"\n"
14895"    git branch --set-upstream-to=%s/<branch> %s\n"
14896"\n"
14897msgstr ""
14898
14899#: builtin/rebase.c:994
14900msgid "exec commands cannot contain newlines"
14901msgstr ""
14902
14903#: builtin/rebase.c:998
14904msgid "empty exec command"
14905msgstr ""
14906
14907#: builtin/rebase.c:1040
14908msgid "rebase onto given branch instead of upstream"
14909msgstr ""
14910
14911#: builtin/rebase.c:1042
14912msgid "allow pre-rebase hook to run"
14913msgstr ""
14914
14915#: builtin/rebase.c:1044
14916msgid "be quiet. implies --no-stat"
14917msgstr ""
14918
14919#: builtin/rebase.c:1047
14920msgid "display a diffstat of what changed upstream"
14921msgstr ""
14922
14923#: builtin/rebase.c:1050
14924msgid "do not show diffstat of what changed upstream"
14925msgstr ""
14926
14927#: builtin/rebase.c:1053
14928msgid "add a Signed-off-by: line to each commit"
14929msgstr ""
14930
14931#: builtin/rebase.c:1055 builtin/rebase.c:1059 builtin/rebase.c:1061
14932msgid "passed to 'git am'"
14933msgstr ""
14934
14935#: builtin/rebase.c:1063 builtin/rebase.c:1065
14936msgid "passed to 'git apply'"
14937msgstr ""
14938
14939#: builtin/rebase.c:1067 builtin/rebase.c:1070
14940msgid "cherry-pick all commits, even if unchanged"
14941msgstr ""
14942
14943#: builtin/rebase.c:1072
14944msgid "continue"
14945msgstr ""
14946
14947#: builtin/rebase.c:1075
14948msgid "skip current patch and continue"
14949msgstr ""
14950
14951#: builtin/rebase.c:1077
14952msgid "abort and check out the original branch"
14953msgstr ""
14954
14955#: builtin/rebase.c:1080
14956msgid "abort but keep HEAD where it is"
14957msgstr ""
14958
14959#: builtin/rebase.c:1081
14960msgid "edit the todo list during an interactive rebase"
14961msgstr ""
14962
14963#: builtin/rebase.c:1084
14964msgid "show the patch file being applied or merged"
14965msgstr ""
14966
14967#: builtin/rebase.c:1087
14968msgid "use merging strategies to rebase"
14969msgstr ""
14970
14971#: builtin/rebase.c:1091
14972msgid "let the user edit the list of commits to rebase"
14973msgstr ""
14974
14975#: builtin/rebase.c:1095
14976msgid "try to recreate merges instead of ignoring them"
14977msgstr ""
14978
14979#: builtin/rebase.c:1099
14980msgid "allow rerere to update index with resolved conflict"
14981msgstr ""
14982
14983#: builtin/rebase.c:1102
14984msgid "preserve empty commits during rebase"
14985msgstr ""
14986
14987#: builtin/rebase.c:1104
14988msgid "move commits that begin with squash!/fixup! under -i"
14989msgstr ""
14990
14991#: builtin/rebase.c:1110
14992msgid "automatically stash/stash pop before and after"
14993msgstr ""
14994
14995#: builtin/rebase.c:1112
14996msgid "add exec lines after each commit of the editable list"
14997msgstr ""
14998
14999#: builtin/rebase.c:1116
15000msgid "allow rebasing commits with empty messages"
15001msgstr ""
15002
15003#: builtin/rebase.c:1119
15004msgid "try to rebase merges instead of skipping them"
15005msgstr ""
15006
15007#: builtin/rebase.c:1122
15008msgid "use 'merge-base --fork-point' to refine upstream"
15009msgstr ""
15010
15011#: builtin/rebase.c:1124
15012msgid "use the given merge strategy"
15013msgstr ""
15014
15015#: builtin/rebase.c:1126 builtin/revert.c:112
15016msgid "option"
15017msgstr ""
15018
15019#: builtin/rebase.c:1127
15020msgid "pass the argument through to the merge strategy"
15021msgstr ""
15022
15023#: builtin/rebase.c:1130
15024msgid "rebase all reachable commits up to the root(s)"
15025msgstr ""
15026
15027#: builtin/rebase.c:1133 builtin/rebase--interactive.c:198
15028msgid "automatically re-schedule any `exec` that fails"
15029msgstr ""
15030
15031#: builtin/rebase.c:1149
15032#, c-format
15033msgid "could not exec %s"
15034msgstr ""
15035
15036#: builtin/rebase.c:1167 git-legacy-rebase.sh:220
15037msgid "It looks like 'git am' is in progress. Cannot rebase."
15038msgstr ""
15039
15040#: builtin/rebase.c:1208 git-legacy-rebase.sh:406
15041msgid "No rebase in progress?"
15042msgstr ""
15043
15044#: builtin/rebase.c:1212 git-legacy-rebase.sh:417
15045msgid "The --edit-todo action can only be used during interactive rebase."
15046msgstr ""
15047
15048#: builtin/rebase.c:1226 git-legacy-rebase.sh:424
15049msgid "Cannot read HEAD"
15050msgstr ""
15051
15052#: builtin/rebase.c:1238 git-legacy-rebase.sh:427
15053msgid ""
15054"You must edit all merge conflicts and then\n"
15055"mark them as resolved using git add"
15056msgstr ""
15057
15058#: builtin/rebase.c:1257
15059msgid "could not discard worktree changes"
15060msgstr ""
15061
15062#: builtin/rebase.c:1276
15063#, c-format
15064msgid "could not move back to %s"
15065msgstr ""
15066
15067#: builtin/rebase.c:1287 builtin/rm.c:369
15068#, c-format
15069msgid "could not remove '%s'"
15070msgstr ""
15071
15072#: builtin/rebase.c:1313
15073#, c-format
15074msgid ""
15075"It seems that there is already a %s directory, and\n"
15076"I wonder if you are in the middle of another rebase.  If that is the\n"
15077"case, please try\n"
15078"\t%s\n"
15079"If that is not the case, please\n"
15080"\t%s\n"
15081"and run me again.  I am stopping in case you still have something\n"
15082"valuable there.\n"
15083msgstr ""
15084
15085#: builtin/rebase.c:1334
15086msgid "switch `C' expects a numerical value"
15087msgstr ""
15088
15089#: builtin/rebase.c:1375
15090#, c-format
15091msgid "Unknown mode: %s"
15092msgstr ""
15093
15094#: builtin/rebase.c:1397
15095msgid "--strategy requires --merge or --interactive"
15096msgstr ""
15097
15098#: builtin/rebase.c:1446
15099msgid "cannot combine am options with either interactive or merge options"
15100msgstr ""
15101
15102#: builtin/rebase.c:1465
15103msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
15104msgstr ""
15105
15106#: builtin/rebase.c:1469 git-legacy-rebase.sh:544
15107msgid ""
15108"error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
15109msgstr ""
15110
15111#: builtin/rebase.c:1475
15112msgid "cannot combine '--rebase-merges' with '--strategy-option'"
15113msgstr ""
15114
15115#: builtin/rebase.c:1478
15116msgid "cannot combine '--rebase-merges' with '--strategy'"
15117msgstr ""
15118
15119#: builtin/rebase.c:1502
15120#, c-format
15121msgid "invalid upstream '%s'"
15122msgstr ""
15123
15124#: builtin/rebase.c:1508
15125msgid "Could not create new root commit"
15126msgstr ""
15127
15128#: builtin/rebase.c:1526
15129#, c-format
15130msgid "'%s': need exactly one merge base"
15131msgstr ""
15132
15133#: builtin/rebase.c:1533
15134#, c-format
15135msgid "Does not point to a valid commit '%s'"
15136msgstr ""
15137
15138#: builtin/rebase.c:1558
15139#, c-format
15140msgid "fatal: no such branch/commit '%s'"
15141msgstr ""
15142
15143#: builtin/rebase.c:1566 builtin/submodule--helper.c:38
15144#: builtin/submodule--helper.c:1934
15145#, c-format
15146msgid "No such ref: %s"
15147msgstr ""
15148
15149#: builtin/rebase.c:1578
15150msgid "Could not resolve HEAD to a revision"
15151msgstr ""
15152
15153#: builtin/rebase.c:1619 git-legacy-rebase.sh:673
15154msgid "Cannot autostash"
15155msgstr ""
15156
15157#: builtin/rebase.c:1622
15158#, c-format
15159msgid "Unexpected stash response: '%s'"
15160msgstr ""
15161
15162#: builtin/rebase.c:1628
15163#, c-format
15164msgid "Could not create directory for '%s'"
15165msgstr ""
15166
15167#: builtin/rebase.c:1631
15168#, c-format
15169msgid "Created autostash: %s\n"
15170msgstr ""
15171
15172#: builtin/rebase.c:1634
15173msgid "could not reset --hard"
15174msgstr ""
15175
15176#: builtin/rebase.c:1635 builtin/reset.c:114
15177#, c-format
15178msgid "HEAD is now at %s"
15179msgstr ""
15180
15181#: builtin/rebase.c:1651 git-legacy-rebase.sh:682
15182msgid "Please commit or stash them."
15183msgstr ""
15184
15185#: builtin/rebase.c:1678
15186#, c-format
15187msgid "could not parse '%s'"
15188msgstr ""
15189
15190#: builtin/rebase.c:1691
15191#, c-format
15192msgid "could not switch to %s"
15193msgstr ""
15194
15195#: builtin/rebase.c:1702 git-legacy-rebase.sh:705
15196#, sh-format
15197msgid "HEAD is up to date."
15198msgstr ""
15199
15200#: builtin/rebase.c:1704
15201#, c-format
15202msgid "Current branch %s is up to date.\n"
15203msgstr ""
15204
15205#: builtin/rebase.c:1712 git-legacy-rebase.sh:715
15206#, sh-format
15207msgid "HEAD is up to date, rebase forced."
15208msgstr ""
15209
15210#: builtin/rebase.c:1714
15211#, c-format
15212msgid "Current branch %s is up to date, rebase forced.\n"
15213msgstr ""
15214
15215#: builtin/rebase.c:1722 git-legacy-rebase.sh:215
15216msgid "The pre-rebase hook refused to rebase."
15217msgstr ""
15218
15219#: builtin/rebase.c:1729
15220#, c-format
15221msgid "Changes to %s:\n"
15222msgstr ""
15223
15224#: builtin/rebase.c:1732
15225#, c-format
15226msgid "Changes from %s to %s:\n"
15227msgstr ""
15228
15229#: builtin/rebase.c:1757
15230#, c-format
15231msgid "First, rewinding head to replay your work on top of it...\n"
15232msgstr ""
15233
15234#: builtin/rebase.c:1765
15235msgid "Could not detach HEAD"
15236msgstr ""
15237
15238#: builtin/rebase.c:1774
15239#, c-format
15240msgid "Fast-forwarded %s to %s.\n"
15241msgstr ""
15242
15243#: builtin/rebase--interactive.c:25
15244msgid "no HEAD?"
15245msgstr ""
15246
15247#: builtin/rebase--interactive.c:52
15248#, c-format
15249msgid "could not create temporary %s"
15250msgstr ""
15251
15252#: builtin/rebase--interactive.c:58
15253msgid "could not mark as interactive"
15254msgstr ""
15255
15256#: builtin/rebase--interactive.c:102
15257#, c-format
15258msgid "could not open %s"
15259msgstr ""
15260
15261#: builtin/rebase--interactive.c:115
15262msgid "could not generate todo list"
15263msgstr ""
15264
15265#: builtin/rebase--interactive.c:131
15266msgid "git rebase--interactive [<options>]"
15267msgstr ""
15268
15269#: builtin/rebase--interactive.c:150
15270msgid "keep empty commits"
15271msgstr ""
15272
15273#: builtin/rebase--interactive.c:152 builtin/revert.c:125
15274msgid "allow commits with empty messages"
15275msgstr ""
15276
15277#: builtin/rebase--interactive.c:153
15278msgid "rebase merge commits"
15279msgstr ""
15280
15281#: builtin/rebase--interactive.c:155
15282msgid "keep original branch points of cousins"
15283msgstr ""
15284
15285#: builtin/rebase--interactive.c:157
15286msgid "move commits that begin with squash!/fixup!"
15287msgstr ""
15288
15289#: builtin/rebase--interactive.c:158
15290msgid "sign commits"
15291msgstr ""
15292
15293#: builtin/rebase--interactive.c:160
15294msgid "continue rebase"
15295msgstr ""
15296
15297#: builtin/rebase--interactive.c:162
15298msgid "skip commit"
15299msgstr ""
15300
15301#: builtin/rebase--interactive.c:163
15302msgid "edit the todo list"
15303msgstr ""
15304
15305#: builtin/rebase--interactive.c:165
15306msgid "show the current patch"
15307msgstr ""
15308
15309#: builtin/rebase--interactive.c:168
15310msgid "shorten commit ids in the todo list"
15311msgstr ""
15312
15313#: builtin/rebase--interactive.c:170
15314msgid "expand commit ids in the todo list"
15315msgstr ""
15316
15317#: builtin/rebase--interactive.c:172
15318msgid "check the todo list"
15319msgstr ""
15320
15321#: builtin/rebase--interactive.c:174
15322msgid "rearrange fixup/squash lines"
15323msgstr ""
15324
15325#: builtin/rebase--interactive.c:176
15326msgid "insert exec commands in todo list"
15327msgstr ""
15328
15329#: builtin/rebase--interactive.c:177
15330msgid "onto"
15331msgstr ""
15332
15333#: builtin/rebase--interactive.c:179
15334msgid "restrict-revision"
15335msgstr ""
15336
15337#: builtin/rebase--interactive.c:179
15338msgid "restrict revision"
15339msgstr ""
15340
15341#: builtin/rebase--interactive.c:180
15342msgid "squash-onto"
15343msgstr ""
15344
15345#: builtin/rebase--interactive.c:181
15346msgid "squash onto"
15347msgstr ""
15348
15349#: builtin/rebase--interactive.c:183
15350msgid "the upstream commit"
15351msgstr ""
15352
15353#: builtin/rebase--interactive.c:184
15354msgid "head-name"
15355msgstr ""
15356
15357#: builtin/rebase--interactive.c:184
15358msgid "head name"
15359msgstr ""
15360
15361#: builtin/rebase--interactive.c:189
15362msgid "rebase strategy"
15363msgstr ""
15364
15365#: builtin/rebase--interactive.c:190
15366msgid "strategy-opts"
15367msgstr ""
15368
15369#: builtin/rebase--interactive.c:191
15370msgid "strategy options"
15371msgstr ""
15372
15373#: builtin/rebase--interactive.c:192
15374msgid "switch-to"
15375msgstr ""
15376
15377#: builtin/rebase--interactive.c:193
15378msgid "the branch or commit to checkout"
15379msgstr ""
15380
15381#: builtin/rebase--interactive.c:194
15382msgid "onto-name"
15383msgstr ""
15384
15385#: builtin/rebase--interactive.c:194
15386msgid "onto name"
15387msgstr ""
15388
15389#: builtin/rebase--interactive.c:195
15390msgid "cmd"
15391msgstr ""
15392
15393#: builtin/rebase--interactive.c:195
15394msgid "the command to run"
15395msgstr ""
15396
15397#: builtin/rebase--interactive.c:224
15398msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
15399msgstr ""
15400
15401#: builtin/rebase--interactive.c:230
15402msgid "a base commit must be provided with --upstream or --onto"
15403msgstr ""
15404
15405#: builtin/receive-pack.c:33
15406msgid "git receive-pack <git-dir>"
15407msgstr ""
15408
15409#: builtin/receive-pack.c:830
15410msgid ""
15411"By default, updating the current branch in a non-bare repository\n"
15412"is denied, because it will make the index and work tree inconsistent\n"
15413"with what you pushed, and will require 'git reset --hard' to match\n"
15414"the work tree to HEAD.\n"
15415"\n"
15416"You can set the 'receive.denyCurrentBranch' configuration variable\n"
15417"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
15418"its current branch; however, this is not recommended unless you\n"
15419"arranged to update its work tree to match what you pushed in some\n"
15420"other way.\n"
15421"\n"
15422"To squelch this message and still keep the default behaviour, set\n"
15423"'receive.denyCurrentBranch' configuration variable to 'refuse'."
15424msgstr ""
15425
15426#: builtin/receive-pack.c:850
15427msgid ""
15428"By default, deleting the current branch is denied, because the next\n"
15429"'git clone' won't result in any file checked out, causing confusion.\n"
15430"\n"
15431"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
15432"'warn' or 'ignore' in the remote repository to allow deleting the\n"
15433"current branch, with or without a warning message.\n"
15434"\n"
15435"To squelch this message, you can set it to 'refuse'."
15436msgstr ""
15437
15438#: builtin/receive-pack.c:1929
15439msgid "quiet"
15440msgstr ""
15441
15442#: builtin/receive-pack.c:1943
15443msgid "You must specify a directory."
15444msgstr ""
15445
15446#: builtin/reflog.c:17
15447msgid ""
15448"git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
15449"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
15450"<refs>..."
15451msgstr ""
15452
15453#: builtin/reflog.c:22
15454msgid ""
15455"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
15456"<refs>..."
15457msgstr ""
15458
15459#: builtin/reflog.c:25
15460msgid "git reflog exists <ref>"
15461msgstr ""
15462
15463#: builtin/reflog.c:567 builtin/reflog.c:572
15464#, c-format
15465msgid "'%s' is not a valid timestamp"
15466msgstr ""
15467
15468#: builtin/reflog.c:605
15469#, c-format
15470msgid "Marking reachable objects..."
15471msgstr ""
15472
15473#: builtin/reflog.c:643
15474#, c-format
15475msgid "%s points nowhere!"
15476msgstr ""
15477
15478#: builtin/reflog.c:695
15479msgid "no reflog specified to delete"
15480msgstr ""
15481
15482#: builtin/reflog.c:704
15483#, c-format
15484msgid "not a reflog: %s"
15485msgstr ""
15486
15487#: builtin/reflog.c:709
15488#, c-format
15489msgid "no reflog for '%s'"
15490msgstr ""
15491
15492#: builtin/reflog.c:755
15493#, c-format
15494msgid "invalid ref format: %s"
15495msgstr ""
15496
15497#: builtin/reflog.c:764
15498msgid "git reflog [ show | expire | delete | exists ]"
15499msgstr ""
15500
15501#: builtin/remote.c:16
15502msgid "git remote [-v | --verbose]"
15503msgstr ""
15504
15505#: builtin/remote.c:17
15506msgid ""
15507"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
15508"mirror=<fetch|push>] <name> <url>"
15509msgstr ""
15510
15511#: builtin/remote.c:18 builtin/remote.c:38
15512msgid "git remote rename <old> <new>"
15513msgstr ""
15514
15515#: builtin/remote.c:19 builtin/remote.c:43
15516msgid "git remote remove <name>"
15517msgstr ""
15518
15519#: builtin/remote.c:20 builtin/remote.c:48
15520msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
15521msgstr ""
15522
15523#: builtin/remote.c:21
15524msgid "git remote [-v | --verbose] show [-n] <name>"
15525msgstr ""
15526
15527#: builtin/remote.c:22
15528msgid "git remote prune [-n | --dry-run] <name>"
15529msgstr ""
15530
15531#: builtin/remote.c:23
15532msgid ""
15533"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
15534msgstr ""
15535
15536#: builtin/remote.c:24
15537msgid "git remote set-branches [--add] <name> <branch>..."
15538msgstr ""
15539
15540#: builtin/remote.c:25 builtin/remote.c:74
15541msgid "git remote get-url [--push] [--all] <name>"
15542msgstr ""
15543
15544#: builtin/remote.c:26 builtin/remote.c:79
15545msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
15546msgstr ""
15547
15548#: builtin/remote.c:27 builtin/remote.c:80
15549msgid "git remote set-url --add <name> <newurl>"
15550msgstr ""
15551
15552#: builtin/remote.c:28 builtin/remote.c:81
15553msgid "git remote set-url --delete <name> <url>"
15554msgstr ""
15555
15556#: builtin/remote.c:33
15557msgid "git remote add [<options>] <name> <url>"
15558msgstr ""
15559
15560#: builtin/remote.c:53
15561msgid "git remote set-branches <name> <branch>..."
15562msgstr ""
15563
15564#: builtin/remote.c:54
15565msgid "git remote set-branches --add <name> <branch>..."
15566msgstr ""
15567
15568#: builtin/remote.c:59
15569msgid "git remote show [<options>] <name>"
15570msgstr ""
15571
15572#: builtin/remote.c:64
15573msgid "git remote prune [<options>] <name>"
15574msgstr ""
15575
15576#: builtin/remote.c:69
15577msgid "git remote update [<options>] [<group> | <remote>]..."
15578msgstr ""
15579
15580#: builtin/remote.c:98
15581#, c-format
15582msgid "Updating %s"
15583msgstr ""
15584
15585#: builtin/remote.c:130
15586msgid ""
15587"--mirror is dangerous and deprecated; please\n"
15588"\t use --mirror=fetch or --mirror=push instead"
15589msgstr ""
15590
15591#: builtin/remote.c:147
15592#, c-format
15593msgid "unknown mirror argument: %s"
15594msgstr ""
15595
15596#: builtin/remote.c:163
15597msgid "fetch the remote branches"
15598msgstr ""
15599
15600#: builtin/remote.c:165
15601msgid "import all tags and associated objects when fetching"
15602msgstr ""
15603
15604#: builtin/remote.c:168
15605msgid "or do not fetch any tag at all (--no-tags)"
15606msgstr ""
15607
15608#: builtin/remote.c:170
15609msgid "branch(es) to track"
15610msgstr ""
15611
15612#: builtin/remote.c:171
15613msgid "master branch"
15614msgstr ""
15615
15616#: builtin/remote.c:173
15617msgid "set up remote as a mirror to push to or fetch from"
15618msgstr ""
15619
15620#: builtin/remote.c:185
15621msgid "specifying a master branch makes no sense with --mirror"
15622msgstr ""
15623
15624#: builtin/remote.c:187
15625msgid "specifying branches to track makes sense only with fetch mirrors"
15626msgstr ""
15627
15628#: builtin/remote.c:194 builtin/remote.c:636
15629#, c-format
15630msgid "remote %s already exists."
15631msgstr ""
15632
15633#: builtin/remote.c:198 builtin/remote.c:640
15634#, c-format
15635msgid "'%s' is not a valid remote name"
15636msgstr ""
15637
15638#: builtin/remote.c:238
15639#, c-format
15640msgid "Could not setup master '%s'"
15641msgstr ""
15642
15643#: builtin/remote.c:344
15644#, c-format
15645msgid "Could not get fetch map for refspec %s"
15646msgstr ""
15647
15648#: builtin/remote.c:443 builtin/remote.c:451
15649msgid "(matching)"
15650msgstr ""
15651
15652#: builtin/remote.c:455
15653msgid "(delete)"
15654msgstr ""
15655
15656#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
15657#, c-format
15658msgid "No such remote: '%s'"
15659msgstr ""
15660
15661#: builtin/remote.c:646
15662#, c-format
15663msgid "Could not rename config section '%s' to '%s'"
15664msgstr ""
15665
15666#: builtin/remote.c:666
15667#, c-format
15668msgid ""
15669"Not updating non-default fetch refspec\n"
15670"\t%s\n"
15671"\tPlease update the configuration manually if necessary."
15672msgstr ""
15673
15674#: builtin/remote.c:702
15675#, c-format
15676msgid "deleting '%s' failed"
15677msgstr ""
15678
15679#: builtin/remote.c:736
15680#, c-format
15681msgid "creating '%s' failed"
15682msgstr ""
15683
15684#: builtin/remote.c:802
15685msgid ""
15686"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
15687"to delete it, use:"
15688msgid_plural ""
15689"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
15690"to delete them, use:"
15691msgstr[0] ""
15692msgstr[1] ""
15693
15694#: builtin/remote.c:816
15695#, c-format
15696msgid "Could not remove config section '%s'"
15697msgstr ""
15698
15699#: builtin/remote.c:917
15700#, c-format
15701msgid " new (next fetch will store in remotes/%s)"
15702msgstr ""
15703
15704#: builtin/remote.c:920
15705msgid " tracked"
15706msgstr ""
15707
15708#: builtin/remote.c:922
15709msgid " stale (use 'git remote prune' to remove)"
15710msgstr ""
15711
15712#: builtin/remote.c:924
15713msgid " ???"
15714msgstr ""
15715
15716#: builtin/remote.c:965
15717#, c-format
15718msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
15719msgstr ""
15720
15721#: builtin/remote.c:974
15722#, c-format
15723msgid "rebases interactively onto remote %s"
15724msgstr ""
15725
15726#: builtin/remote.c:976
15727#, c-format
15728msgid "rebases interactively (with merges) onto remote %s"
15729msgstr ""
15730
15731#: builtin/remote.c:979
15732#, c-format
15733msgid "rebases onto remote %s"
15734msgstr ""
15735
15736#: builtin/remote.c:983
15737#, c-format
15738msgid " merges with remote %s"
15739msgstr ""
15740
15741#: builtin/remote.c:986
15742#, c-format
15743msgid "merges with remote %s"
15744msgstr ""
15745
15746#: builtin/remote.c:989
15747#, c-format
15748msgid "%-*s    and with remote %s\n"
15749msgstr ""
15750
15751#: builtin/remote.c:1032
15752msgid "create"
15753msgstr ""
15754
15755#: builtin/remote.c:1035
15756msgid "delete"
15757msgstr ""
15758
15759#: builtin/remote.c:1039
15760msgid "up to date"
15761msgstr ""
15762
15763#: builtin/remote.c:1042
15764msgid "fast-forwardable"
15765msgstr ""
15766
15767#: builtin/remote.c:1045
15768msgid "local out of date"
15769msgstr ""
15770
15771#: builtin/remote.c:1052
15772#, c-format
15773msgid "    %-*s forces to %-*s (%s)"
15774msgstr ""
15775
15776#: builtin/remote.c:1055
15777#, c-format
15778msgid "    %-*s pushes to %-*s (%s)"
15779msgstr ""
15780
15781#: builtin/remote.c:1059
15782#, c-format
15783msgid "    %-*s forces to %s"
15784msgstr ""
15785
15786#: builtin/remote.c:1062
15787#, c-format
15788msgid "    %-*s pushes to %s"
15789msgstr ""
15790
15791#: builtin/remote.c:1130
15792msgid "do not query remotes"
15793msgstr ""
15794
15795#: builtin/remote.c:1157
15796#, c-format
15797msgid "* remote %s"
15798msgstr ""
15799
15800#: builtin/remote.c:1158
15801#, c-format
15802msgid "  Fetch URL: %s"
15803msgstr ""
15804
15805#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
15806msgid "(no URL)"
15807msgstr ""
15808
15809#. TRANSLATORS: the colon ':' should align
15810#. with the one in " Fetch URL: %s"
15811#. translation.
15812#.
15813#: builtin/remote.c:1173 builtin/remote.c:1175
15814#, c-format
15815msgid "  Push  URL: %s"
15816msgstr ""
15817
15818#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
15819#, c-format
15820msgid "  HEAD branch: %s"
15821msgstr ""
15822
15823#: builtin/remote.c:1177
15824msgid "(not queried)"
15825msgstr ""
15826
15827#: builtin/remote.c:1179
15828msgid "(unknown)"
15829msgstr ""
15830
15831#: builtin/remote.c:1183
15832#, c-format
15833msgid ""
15834"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
15835msgstr ""
15836
15837#: builtin/remote.c:1195
15838#, c-format
15839msgid "  Remote branch:%s"
15840msgid_plural "  Remote branches:%s"
15841msgstr[0] ""
15842msgstr[1] ""
15843
15844#: builtin/remote.c:1198 builtin/remote.c:1224
15845msgid " (status not queried)"
15846msgstr ""
15847
15848#: builtin/remote.c:1207
15849msgid "  Local branch configured for 'git pull':"
15850msgid_plural "  Local branches configured for 'git pull':"
15851msgstr[0] ""
15852msgstr[1] ""
15853
15854#: builtin/remote.c:1215
15855msgid "  Local refs will be mirrored by 'git push'"
15856msgstr ""
15857
15858#: builtin/remote.c:1221
15859#, c-format
15860msgid "  Local ref configured for 'git push'%s:"
15861msgid_plural "  Local refs configured for 'git push'%s:"
15862msgstr[0] ""
15863msgstr[1] ""
15864
15865#: builtin/remote.c:1242
15866msgid "set refs/remotes/<name>/HEAD according to remote"
15867msgstr ""
15868
15869#: builtin/remote.c:1244
15870msgid "delete refs/remotes/<name>/HEAD"
15871msgstr ""
15872
15873#: builtin/remote.c:1259
15874msgid "Cannot determine remote HEAD"
15875msgstr ""
15876
15877#: builtin/remote.c:1261
15878msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
15879msgstr ""
15880
15881#: builtin/remote.c:1271
15882#, c-format
15883msgid "Could not delete %s"
15884msgstr ""
15885
15886#: builtin/remote.c:1279
15887#, c-format
15888msgid "Not a valid ref: %s"
15889msgstr ""
15890
15891#: builtin/remote.c:1281
15892#, c-format
15893msgid "Could not setup %s"
15894msgstr ""
15895
15896#: builtin/remote.c:1299
15897#, c-format
15898msgid " %s will become dangling!"
15899msgstr ""
15900
15901#: builtin/remote.c:1300
15902#, c-format
15903msgid " %s has become dangling!"
15904msgstr ""
15905
15906#: builtin/remote.c:1310
15907#, c-format
15908msgid "Pruning %s"
15909msgstr ""
15910
15911#: builtin/remote.c:1311
15912#, c-format
15913msgid "URL: %s"
15914msgstr ""
15915
15916#: builtin/remote.c:1327
15917#, c-format
15918msgid " * [would prune] %s"
15919msgstr ""
15920
15921#: builtin/remote.c:1330
15922#, c-format
15923msgid " * [pruned] %s"
15924msgstr ""
15925
15926#: builtin/remote.c:1375
15927msgid "prune remotes after fetching"
15928msgstr ""
15929
15930#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
15931#, c-format
15932msgid "No such remote '%s'"
15933msgstr ""
15934
15935#: builtin/remote.c:1454
15936msgid "add branch"
15937msgstr ""
15938
15939#: builtin/remote.c:1461
15940msgid "no remote specified"
15941msgstr ""
15942
15943#: builtin/remote.c:1478
15944msgid "query push URLs rather than fetch URLs"
15945msgstr ""
15946
15947#: builtin/remote.c:1480
15948msgid "return all URLs"
15949msgstr ""
15950
15951#: builtin/remote.c:1508
15952#, c-format
15953msgid "no URLs configured for remote '%s'"
15954msgstr ""
15955
15956#: builtin/remote.c:1534
15957msgid "manipulate push URLs"
15958msgstr ""
15959
15960#: builtin/remote.c:1536
15961msgid "add URL"
15962msgstr ""
15963
15964#: builtin/remote.c:1538
15965msgid "delete URLs"
15966msgstr ""
15967
15968#: builtin/remote.c:1545
15969msgid "--add --delete doesn't make sense"
15970msgstr ""
15971
15972#: builtin/remote.c:1584
15973#, c-format
15974msgid "Invalid old URL pattern: %s"
15975msgstr ""
15976
15977#: builtin/remote.c:1592
15978#, c-format
15979msgid "No such URL found: %s"
15980msgstr ""
15981
15982#: builtin/remote.c:1594
15983msgid "Will not delete all non-push URLs"
15984msgstr ""
15985
15986#: builtin/remote.c:1610
15987msgid "be verbose; must be placed before a subcommand"
15988msgstr ""
15989
15990#: builtin/remote.c:1641
15991#, c-format
15992msgid "Unknown subcommand: %s"
15993msgstr ""
15994
15995#: builtin/repack.c:22
15996msgid "git repack [<options>]"
15997msgstr ""
15998
15999#: builtin/repack.c:27
16000msgid ""
16001"Incremental repacks are incompatible with bitmap indexes.  Use\n"
16002"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
16003msgstr ""
16004
16005#: builtin/repack.c:200
16006msgid "could not start pack-objects to repack promisor objects"
16007msgstr ""
16008
16009#: builtin/repack.c:239 builtin/repack.c:411
16010msgid "repack: Expecting full hex object ID lines only from pack-objects."
16011msgstr ""
16012
16013#: builtin/repack.c:256
16014msgid "could not finish pack-objects to repack promisor objects"
16015msgstr ""
16016
16017#: builtin/repack.c:294
16018msgid "pack everything in a single pack"
16019msgstr ""
16020
16021#: builtin/repack.c:296
16022msgid "same as -a, and turn unreachable objects loose"
16023msgstr ""
16024
16025#: builtin/repack.c:299
16026msgid "remove redundant packs, and run git-prune-packed"
16027msgstr ""
16028
16029#: builtin/repack.c:301
16030msgid "pass --no-reuse-delta to git-pack-objects"
16031msgstr ""
16032
16033#: builtin/repack.c:303
16034msgid "pass --no-reuse-object to git-pack-objects"
16035msgstr ""
16036
16037#: builtin/repack.c:305
16038msgid "do not run git-update-server-info"
16039msgstr ""
16040
16041#: builtin/repack.c:308
16042msgid "pass --local to git-pack-objects"
16043msgstr ""
16044
16045#: builtin/repack.c:310
16046msgid "write bitmap index"
16047msgstr ""
16048
16049#: builtin/repack.c:312
16050msgid "pass --delta-islands to git-pack-objects"
16051msgstr ""
16052
16053#: builtin/repack.c:313
16054msgid "approxidate"
16055msgstr ""
16056
16057#: builtin/repack.c:314
16058msgid "with -A, do not loosen objects older than this"
16059msgstr ""
16060
16061#: builtin/repack.c:316
16062msgid "with -a, repack unreachable objects"
16063msgstr ""
16064
16065#: builtin/repack.c:318
16066msgid "size of the window used for delta compression"
16067msgstr ""
16068
16069#: builtin/repack.c:319 builtin/repack.c:325
16070msgid "bytes"
16071msgstr ""
16072
16073#: builtin/repack.c:320
16074msgid "same as the above, but limit memory size instead of entries count"
16075msgstr ""
16076
16077#: builtin/repack.c:322
16078msgid "limits the maximum delta depth"
16079msgstr ""
16080
16081#: builtin/repack.c:324
16082msgid "limits the maximum number of threads"
16083msgstr ""
16084
16085#: builtin/repack.c:326
16086msgid "maximum size of each packfile"
16087msgstr ""
16088
16089#: builtin/repack.c:328
16090msgid "repack objects in packs marked with .keep"
16091msgstr ""
16092
16093#: builtin/repack.c:330
16094msgid "do not repack this pack"
16095msgstr ""
16096
16097#: builtin/repack.c:340
16098msgid "cannot delete packs in a precious-objects repo"
16099msgstr ""
16100
16101#: builtin/repack.c:344
16102msgid "--keep-unreachable and -A are incompatible"
16103msgstr ""
16104
16105#: builtin/repack.c:420
16106msgid "Nothing new to pack."
16107msgstr ""
16108
16109#: builtin/repack.c:481
16110#, c-format
16111msgid ""
16112"WARNING: Some packs in use have been renamed by\n"
16113"WARNING: prefixing old- to their name, in order to\n"
16114"WARNING: replace them with the new version of the\n"
16115"WARNING: file.  But the operation failed, and the\n"
16116"WARNING: attempt to rename them back to their\n"
16117"WARNING: original names also failed.\n"
16118"WARNING: Please rename them in %s manually:\n"
16119msgstr ""
16120
16121#: builtin/repack.c:529
16122#, c-format
16123msgid "failed to remove '%s'"
16124msgstr ""
16125
16126#: builtin/replace.c:22
16127msgid "git replace [-f] <object> <replacement>"
16128msgstr ""
16129
16130#: builtin/replace.c:23
16131msgid "git replace [-f] --edit <object>"
16132msgstr ""
16133
16134#: builtin/replace.c:24
16135msgid "git replace [-f] --graft <commit> [<parent>...]"
16136msgstr ""
16137
16138#: builtin/replace.c:25
16139msgid "git replace [-f] --convert-graft-file"
16140msgstr ""
16141
16142#: builtin/replace.c:26
16143msgid "git replace -d <object>..."
16144msgstr ""
16145
16146#: builtin/replace.c:27
16147msgid "git replace [--format=<format>] [-l [<pattern>]]"
16148msgstr ""
16149
16150#: builtin/replace.c:58 builtin/replace.c:203 builtin/replace.c:206
16151#, c-format
16152msgid "failed to resolve '%s' as a valid ref"
16153msgstr ""
16154
16155#: builtin/replace.c:86
16156#, c-format
16157msgid ""
16158"invalid replace format '%s'\n"
16159"valid formats are 'short', 'medium' and 'long'"
16160msgstr ""
16161
16162#: builtin/replace.c:121
16163#, c-format
16164msgid "replace ref '%s' not found"
16165msgstr ""
16166
16167#: builtin/replace.c:137
16168#, c-format
16169msgid "Deleted replace ref '%s'"
16170msgstr ""
16171
16172#: builtin/replace.c:149
16173#, c-format
16174msgid "'%s' is not a valid ref name"
16175msgstr ""
16176
16177#: builtin/replace.c:154
16178#, c-format
16179msgid "replace ref '%s' already exists"
16180msgstr ""
16181
16182#: builtin/replace.c:174
16183#, c-format
16184msgid ""
16185"Objects must be of the same type.\n"
16186"'%s' points to a replaced object of type '%s'\n"
16187"while '%s' points to a replacement object of type '%s'."
16188msgstr ""
16189
16190#: builtin/replace.c:225
16191#, c-format
16192msgid "unable to open %s for writing"
16193msgstr ""
16194
16195#: builtin/replace.c:238
16196msgid "cat-file reported failure"
16197msgstr ""
16198
16199#: builtin/replace.c:254
16200#, c-format
16201msgid "unable to open %s for reading"
16202msgstr ""
16203
16204#: builtin/replace.c:268
16205msgid "unable to spawn mktree"
16206msgstr ""
16207
16208#: builtin/replace.c:272
16209msgid "unable to read from mktree"
16210msgstr ""
16211
16212#: builtin/replace.c:281
16213msgid "mktree reported failure"
16214msgstr ""
16215
16216#: builtin/replace.c:285
16217msgid "mktree did not return an object name"
16218msgstr ""
16219
16220#: builtin/replace.c:294
16221#, c-format
16222msgid "unable to fstat %s"
16223msgstr ""
16224
16225#: builtin/replace.c:299
16226msgid "unable to write object to database"
16227msgstr ""
16228
16229#: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:415
16230#: builtin/replace.c:445
16231#, c-format
16232msgid "not a valid object name: '%s'"
16233msgstr ""
16234
16235#: builtin/replace.c:322
16236#, c-format
16237msgid "unable to get object type for %s"
16238msgstr ""
16239
16240#: builtin/replace.c:338
16241msgid "editing object file failed"
16242msgstr ""
16243
16244#: builtin/replace.c:347
16245#, c-format
16246msgid "new object is the same as the old one: '%s'"
16247msgstr ""
16248
16249#: builtin/replace.c:407
16250#, c-format
16251msgid "bad mergetag in commit '%s'"
16252msgstr ""
16253
16254#: builtin/replace.c:409
16255#, c-format
16256msgid "malformed mergetag in commit '%s'"
16257msgstr ""
16258
16259#: builtin/replace.c:421
16260#, c-format
16261msgid ""
16262"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
16263"instead of --graft"
16264msgstr ""
16265
16266#: builtin/replace.c:460
16267#, c-format
16268msgid "the original commit '%s' has a gpg signature"
16269msgstr ""
16270
16271#: builtin/replace.c:461
16272msgid "the signature will be removed in the replacement commit!"
16273msgstr ""
16274
16275#: builtin/replace.c:471
16276#, c-format
16277msgid "could not write replacement commit for: '%s'"
16278msgstr ""
16279
16280#: builtin/replace.c:479
16281#, c-format
16282msgid "graft for '%s' unnecessary"
16283msgstr ""
16284
16285#: builtin/replace.c:482
16286#, c-format
16287msgid "new commit is the same as the old one: '%s'"
16288msgstr ""
16289
16290#: builtin/replace.c:515
16291#, c-format
16292msgid ""
16293"could not convert the following graft(s):\n"
16294"%s"
16295msgstr ""
16296
16297#: builtin/replace.c:536
16298msgid "list replace refs"
16299msgstr ""
16300
16301#: builtin/replace.c:537
16302msgid "delete replace refs"
16303msgstr ""
16304
16305#: builtin/replace.c:538
16306msgid "edit existing object"
16307msgstr ""
16308
16309#: builtin/replace.c:539
16310msgid "change a commit's parents"
16311msgstr ""
16312
16313#: builtin/replace.c:540
16314msgid "convert existing graft file"
16315msgstr ""
16316
16317#: builtin/replace.c:541
16318msgid "replace the ref if it exists"
16319msgstr ""
16320
16321#: builtin/replace.c:543
16322msgid "do not pretty-print contents for --edit"
16323msgstr ""
16324
16325#: builtin/replace.c:544
16326msgid "use this format"
16327msgstr ""
16328
16329#: builtin/replace.c:557
16330msgid "--format cannot be used when not listing"
16331msgstr ""
16332
16333#: builtin/replace.c:565
16334msgid "-f only makes sense when writing a replacement"
16335msgstr ""
16336
16337#: builtin/replace.c:569
16338msgid "--raw only makes sense with --edit"
16339msgstr ""
16340
16341#: builtin/replace.c:575
16342msgid "-d needs at least one argument"
16343msgstr ""
16344
16345#: builtin/replace.c:581
16346msgid "bad number of arguments"
16347msgstr ""
16348
16349#: builtin/replace.c:587
16350msgid "-e needs exactly one argument"
16351msgstr ""
16352
16353#: builtin/replace.c:593
16354msgid "-g needs at least one argument"
16355msgstr ""
16356
16357#: builtin/replace.c:599
16358msgid "--convert-graft-file takes no argument"
16359msgstr ""
16360
16361#: builtin/replace.c:605
16362msgid "only one pattern can be given with -l"
16363msgstr ""
16364
16365#: builtin/rerere.c:13
16366msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
16367msgstr ""
16368
16369#: builtin/rerere.c:60
16370msgid "register clean resolutions in index"
16371msgstr ""
16372
16373#: builtin/rerere.c:79
16374msgid "'git rerere forget' without paths is deprecated"
16375msgstr ""
16376
16377#: builtin/rerere.c:113
16378#, c-format
16379msgid "unable to generate diff for '%s'"
16380msgstr ""
16381
16382#: builtin/reset.c:32
16383msgid ""
16384"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
16385msgstr ""
16386
16387#: builtin/reset.c:33
16388msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
16389msgstr ""
16390
16391#: builtin/reset.c:34
16392msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
16393msgstr ""
16394
16395#: builtin/reset.c:40
16396msgid "mixed"
16397msgstr ""
16398
16399#: builtin/reset.c:40
16400msgid "soft"
16401msgstr ""
16402
16403#: builtin/reset.c:40
16404msgid "hard"
16405msgstr ""
16406
16407#: builtin/reset.c:40
16408msgid "merge"
16409msgstr ""
16410
16411#: builtin/reset.c:40
16412msgid "keep"
16413msgstr ""
16414
16415#: builtin/reset.c:81
16416msgid "You do not have a valid HEAD."
16417msgstr ""
16418
16419#: builtin/reset.c:83
16420msgid "Failed to find tree of HEAD."
16421msgstr ""
16422
16423#: builtin/reset.c:89
16424#, c-format
16425msgid "Failed to find tree of %s."
16426msgstr ""
16427
16428#: builtin/reset.c:193
16429#, c-format
16430msgid "Cannot do a %s reset in the middle of a merge."
16431msgstr ""
16432
16433#: builtin/reset.c:293
16434msgid "be quiet, only report errors"
16435msgstr ""
16436
16437#: builtin/reset.c:295
16438msgid "reset HEAD and index"
16439msgstr ""
16440
16441#: builtin/reset.c:296
16442msgid "reset only HEAD"
16443msgstr ""
16444
16445#: builtin/reset.c:298 builtin/reset.c:300
16446msgid "reset HEAD, index and working tree"
16447msgstr ""
16448
16449#: builtin/reset.c:302
16450msgid "reset HEAD but keep local changes"
16451msgstr ""
16452
16453#: builtin/reset.c:308
16454msgid "record only the fact that removed paths will be added later"
16455msgstr ""
16456
16457#: builtin/reset.c:326
16458#, c-format
16459msgid "Failed to resolve '%s' as a valid revision."
16460msgstr ""
16461
16462#: builtin/reset.c:334
16463#, c-format
16464msgid "Failed to resolve '%s' as a valid tree."
16465msgstr ""
16466
16467#: builtin/reset.c:343
16468msgid "--patch is incompatible with --{hard,mixed,soft}"
16469msgstr ""
16470
16471#: builtin/reset.c:352
16472msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
16473msgstr ""
16474
16475#: builtin/reset.c:354
16476#, c-format
16477msgid "Cannot do %s reset with paths."
16478msgstr ""
16479
16480#: builtin/reset.c:364
16481#, c-format
16482msgid "%s reset is not allowed in a bare repository"
16483msgstr ""
16484
16485#: builtin/reset.c:368
16486msgid "-N can only be used with --mixed"
16487msgstr ""
16488
16489#: builtin/reset.c:388
16490msgid "Unstaged changes after reset:"
16491msgstr ""
16492
16493#: builtin/reset.c:391
16494#, c-format
16495msgid ""
16496"\n"
16497"It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
16498"use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
16499"to make this the default.\n"
16500msgstr ""
16501
16502#: builtin/reset.c:401
16503#, c-format
16504msgid "Could not reset index file to revision '%s'."
16505msgstr ""
16506
16507#: builtin/reset.c:405
16508msgid "Could not write new index file."
16509msgstr ""
16510
16511#: builtin/rev-list.c:406
16512msgid "cannot combine --exclude-promisor-objects and --missing"
16513msgstr ""
16514
16515#: builtin/rev-list.c:464
16516msgid "object filtering requires --objects"
16517msgstr ""
16518
16519#: builtin/rev-list.c:467
16520#, c-format
16521msgid "invalid sparse value '%s'"
16522msgstr ""
16523
16524#: builtin/rev-list.c:508
16525msgid "rev-list does not support display of notes"
16526msgstr ""
16527
16528#: builtin/rev-list.c:511
16529msgid "cannot combine --use-bitmap-index with object filtering"
16530msgstr ""
16531
16532#: builtin/rev-parse.c:408
16533msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
16534msgstr ""
16535
16536#: builtin/rev-parse.c:413
16537msgid "keep the `--` passed as an arg"
16538msgstr ""
16539
16540#: builtin/rev-parse.c:415
16541msgid "stop parsing after the first non-option argument"
16542msgstr ""
16543
16544#: builtin/rev-parse.c:418
16545msgid "output in stuck long form"
16546msgstr ""
16547
16548#: builtin/rev-parse.c:551
16549msgid ""
16550"git rev-parse --parseopt [<options>] -- [<args>...]\n"
16551"   or: git rev-parse --sq-quote [<arg>...]\n"
16552"   or: git rev-parse [<options>] [<arg>...]\n"
16553"\n"
16554"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
16555msgstr ""
16556
16557#: builtin/revert.c:24
16558msgid "git revert [<options>] <commit-ish>..."
16559msgstr ""
16560
16561#: builtin/revert.c:25
16562msgid "git revert <subcommand>"
16563msgstr ""
16564
16565#: builtin/revert.c:30
16566msgid "git cherry-pick [<options>] <commit-ish>..."
16567msgstr ""
16568
16569#: builtin/revert.c:31
16570msgid "git cherry-pick <subcommand>"
16571msgstr ""
16572
16573#: builtin/revert.c:72
16574#, c-format
16575msgid "option `%s' expects a number greater than zero"
16576msgstr ""
16577
16578#: builtin/revert.c:92
16579#, c-format
16580msgid "%s: %s cannot be used with %s"
16581msgstr ""
16582
16583#: builtin/revert.c:101
16584msgid "end revert or cherry-pick sequence"
16585msgstr ""
16586
16587#: builtin/revert.c:102
16588msgid "resume revert or cherry-pick sequence"
16589msgstr ""
16590
16591#: builtin/revert.c:103
16592msgid "cancel revert or cherry-pick sequence"
16593msgstr ""
16594
16595#: builtin/revert.c:104
16596msgid "don't automatically commit"
16597msgstr ""
16598
16599#: builtin/revert.c:105
16600msgid "edit the commit message"
16601msgstr ""
16602
16603#: builtin/revert.c:108
16604msgid "parent-number"
16605msgstr ""
16606
16607#: builtin/revert.c:109
16608msgid "select mainline parent"
16609msgstr ""
16610
16611#: builtin/revert.c:111
16612msgid "merge strategy"
16613msgstr ""
16614
16615#: builtin/revert.c:113
16616msgid "option for merge strategy"
16617msgstr ""
16618
16619#: builtin/revert.c:122
16620msgid "append commit name"
16621msgstr ""
16622
16623#: builtin/revert.c:124
16624msgid "preserve initially empty commits"
16625msgstr ""
16626
16627#: builtin/revert.c:126
16628msgid "keep redundant, empty commits"
16629msgstr ""
16630
16631#: builtin/revert.c:220
16632msgid "revert failed"
16633msgstr ""
16634
16635#: builtin/revert.c:233
16636msgid "cherry-pick failed"
16637msgstr ""
16638
16639#: builtin/rm.c:19
16640msgid "git rm [<options>] [--] <file>..."
16641msgstr ""
16642
16643#: builtin/rm.c:207
16644msgid ""
16645"the following file has staged content different from both the\n"
16646"file and the HEAD:"
16647msgid_plural ""
16648"the following files have staged content different from both the\n"
16649"file and the HEAD:"
16650msgstr[0] ""
16651msgstr[1] ""
16652
16653#: builtin/rm.c:212
16654msgid ""
16655"\n"
16656"(use -f to force removal)"
16657msgstr ""
16658
16659#: builtin/rm.c:216
16660msgid "the following file has changes staged in the index:"
16661msgid_plural "the following files have changes staged in the index:"
16662msgstr[0] ""
16663msgstr[1] ""
16664
16665#: builtin/rm.c:220 builtin/rm.c:229
16666msgid ""
16667"\n"
16668"(use --cached to keep the file, or -f to force removal)"
16669msgstr ""
16670
16671#: builtin/rm.c:226
16672msgid "the following file has local modifications:"
16673msgid_plural "the following files have local modifications:"
16674msgstr[0] ""
16675msgstr[1] ""
16676
16677#: builtin/rm.c:242
16678msgid "do not list removed files"
16679msgstr ""
16680
16681#: builtin/rm.c:243
16682msgid "only remove from the index"
16683msgstr ""
16684
16685#: builtin/rm.c:244
16686msgid "override the up-to-date check"
16687msgstr ""
16688
16689#: builtin/rm.c:245
16690msgid "allow recursive removal"
16691msgstr ""
16692
16693#: builtin/rm.c:247
16694msgid "exit with a zero status even if nothing matched"
16695msgstr ""
16696
16697#: builtin/rm.c:289
16698msgid "please stage your changes to .gitmodules or stash them to proceed"
16699msgstr ""
16700
16701#: builtin/rm.c:307
16702#, c-format
16703msgid "not removing '%s' recursively without -r"
16704msgstr ""
16705
16706#: builtin/rm.c:346
16707#, c-format
16708msgid "git rm: unable to remove %s"
16709msgstr ""
16710
16711#: builtin/send-pack.c:20
16712msgid ""
16713"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
16714"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
16715"[<ref>...]\n"
16716"  --all and explicit <ref> specification are mutually exclusive."
16717msgstr ""
16718
16719#: builtin/send-pack.c:163
16720msgid "remote name"
16721msgstr ""
16722
16723#: builtin/send-pack.c:177
16724msgid "use stateless RPC protocol"
16725msgstr ""
16726
16727#: builtin/send-pack.c:178
16728msgid "read refs from stdin"
16729msgstr ""
16730
16731#: builtin/send-pack.c:179
16732msgid "print status from remote helper"
16733msgstr ""
16734
16735#: builtin/serve.c:7
16736msgid "git serve [<options>]"
16737msgstr ""
16738
16739#: builtin/serve.c:17 builtin/upload-pack.c:23
16740msgid "quit after a single request/response exchange"
16741msgstr ""
16742
16743#: builtin/serve.c:19
16744msgid "exit immediately after advertising capabilities"
16745msgstr ""
16746
16747#: builtin/shortlog.c:14
16748msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
16749msgstr ""
16750
16751#: builtin/shortlog.c:15
16752msgid "git log --pretty=short | git shortlog [<options>]"
16753msgstr ""
16754
16755#: builtin/shortlog.c:264
16756msgid "Group by committer rather than author"
16757msgstr ""
16758
16759#: builtin/shortlog.c:266
16760msgid "sort output according to the number of commits per author"
16761msgstr ""
16762
16763#: builtin/shortlog.c:268
16764msgid "Suppress commit descriptions, only provides commit count"
16765msgstr ""
16766
16767#: builtin/shortlog.c:270
16768msgid "Show the email address of each author"
16769msgstr ""
16770
16771#: builtin/shortlog.c:271
16772msgid "<w>[,<i1>[,<i2>]]"
16773msgstr ""
16774
16775#: builtin/shortlog.c:272
16776msgid "Linewrap output"
16777msgstr ""
16778
16779#: builtin/shortlog.c:301
16780msgid "too many arguments given outside repository"
16781msgstr ""
16782
16783#: builtin/show-branch.c:13
16784msgid ""
16785"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
16786"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
16787"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
16788"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
16789msgstr ""
16790
16791#: builtin/show-branch.c:17
16792msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
16793msgstr ""
16794
16795#: builtin/show-branch.c:395
16796#, c-format
16797msgid "ignoring %s; cannot handle more than %d ref"
16798msgid_plural "ignoring %s; cannot handle more than %d refs"
16799msgstr[0] ""
16800msgstr[1] ""
16801
16802#: builtin/show-branch.c:549
16803#, c-format
16804msgid "no matching refs with %s"
16805msgstr ""
16806
16807#: builtin/show-branch.c:646
16808msgid "show remote-tracking and local branches"
16809msgstr ""
16810
16811#: builtin/show-branch.c:648
16812msgid "show remote-tracking branches"
16813msgstr ""
16814
16815#: builtin/show-branch.c:650
16816msgid "color '*!+-' corresponding to the branch"
16817msgstr ""
16818
16819#: builtin/show-branch.c:652
16820msgid "show <n> more commits after the common ancestor"
16821msgstr ""
16822
16823#: builtin/show-branch.c:654
16824msgid "synonym to more=-1"
16825msgstr ""
16826
16827#: builtin/show-branch.c:655
16828msgid "suppress naming strings"
16829msgstr ""
16830
16831#: builtin/show-branch.c:657
16832msgid "include the current branch"
16833msgstr ""
16834
16835#: builtin/show-branch.c:659
16836msgid "name commits with their object names"
16837msgstr ""
16838
16839#: builtin/show-branch.c:661
16840msgid "show possible merge bases"
16841msgstr ""
16842
16843#: builtin/show-branch.c:663
16844msgid "show refs unreachable from any other ref"
16845msgstr ""
16846
16847#: builtin/show-branch.c:665
16848msgid "show commits in topological order"
16849msgstr ""
16850
16851#: builtin/show-branch.c:668
16852msgid "show only commits not on the first branch"
16853msgstr ""
16854
16855#: builtin/show-branch.c:670
16856msgid "show merges reachable from only one tip"
16857msgstr ""
16858
16859#: builtin/show-branch.c:672
16860msgid "topologically sort, maintaining date order where possible"
16861msgstr ""
16862
16863#: builtin/show-branch.c:675
16864msgid "<n>[,<base>]"
16865msgstr ""
16866
16867#: builtin/show-branch.c:676
16868msgid "show <n> most recent ref-log entries starting at base"
16869msgstr ""
16870
16871#: builtin/show-branch.c:712
16872msgid ""
16873"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
16874msgstr ""
16875
16876#: builtin/show-branch.c:736
16877msgid "no branches given, and HEAD is not valid"
16878msgstr ""
16879
16880#: builtin/show-branch.c:739
16881msgid "--reflog option needs one branch name"
16882msgstr ""
16883
16884#: builtin/show-branch.c:742
16885#, c-format
16886msgid "only %d entry can be shown at one time."
16887msgid_plural "only %d entries can be shown at one time."
16888msgstr[0] ""
16889msgstr[1] ""
16890
16891#: builtin/show-branch.c:746
16892#, c-format
16893msgid "no such ref %s"
16894msgstr ""
16895
16896#: builtin/show-branch.c:830
16897#, c-format
16898msgid "cannot handle more than %d rev."
16899msgid_plural "cannot handle more than %d revs."
16900msgstr[0] ""
16901msgstr[1] ""
16902
16903#: builtin/show-branch.c:834
16904#, c-format
16905msgid "'%s' is not a valid ref."
16906msgstr ""
16907
16908#: builtin/show-branch.c:837
16909#, c-format
16910msgid "cannot find commit %s (%s)"
16911msgstr ""
16912
16913#: builtin/show-ref.c:11
16914msgid ""
16915"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
16916"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
16917msgstr ""
16918
16919#: builtin/show-ref.c:12
16920msgid "git show-ref --exclude-existing[=<pattern>]"
16921msgstr ""
16922
16923#: builtin/show-ref.c:161
16924msgid "only show tags (can be combined with heads)"
16925msgstr ""
16926
16927#: builtin/show-ref.c:162
16928msgid "only show heads (can be combined with tags)"
16929msgstr ""
16930
16931#: builtin/show-ref.c:163
16932msgid "stricter reference checking, requires exact ref path"
16933msgstr ""
16934
16935#: builtin/show-ref.c:166 builtin/show-ref.c:168
16936msgid "show the HEAD reference, even if it would be filtered out"
16937msgstr ""
16938
16939#: builtin/show-ref.c:170
16940msgid "dereference tags into object IDs"
16941msgstr ""
16942
16943#: builtin/show-ref.c:172
16944msgid "only show SHA1 hash using <n> digits"
16945msgstr ""
16946
16947#: builtin/show-ref.c:176
16948msgid "do not print results to stdout (useful with --verify)"
16949msgstr ""
16950
16951#: builtin/show-ref.c:178
16952msgid "show refs from stdin that aren't in local repository"
16953msgstr ""
16954
16955#: builtin/stripspace.c:18
16956msgid "git stripspace [-s | --strip-comments]"
16957msgstr ""
16958
16959#: builtin/stripspace.c:19
16960msgid "git stripspace [-c | --comment-lines]"
16961msgstr ""
16962
16963#: builtin/stripspace.c:37
16964msgid "skip and remove all lines starting with comment character"
16965msgstr ""
16966
16967#: builtin/stripspace.c:40
16968msgid "prepend comment character and space to each line"
16969msgstr ""
16970
16971#: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1943
16972#, c-format
16973msgid "Expecting a full ref name, got %s"
16974msgstr ""
16975
16976#: builtin/submodule--helper.c:62
16977msgid "submodule--helper print-default-remote takes no arguments"
16978msgstr ""
16979
16980#: builtin/submodule--helper.c:100
16981#, c-format
16982msgid "cannot strip one component off url '%s'"
16983msgstr ""
16984
16985#: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1367
16986msgid "alternative anchor for relative paths"
16987msgstr ""
16988
16989#: builtin/submodule--helper.c:413
16990msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
16991msgstr ""
16992
16993#: builtin/submodule--helper.c:470 builtin/submodule--helper.c:627
16994#: builtin/submodule--helper.c:650
16995#, c-format
16996msgid "No url found for submodule path '%s' in .gitmodules"
16997msgstr ""
16998
16999#: builtin/submodule--helper.c:522
17000#, c-format
17001msgid "Entering '%s'\n"
17002msgstr ""
17003
17004#: builtin/submodule--helper.c:525
17005#, c-format
17006msgid ""
17007"run_command returned non-zero status for %s\n"
17008"."
17009msgstr ""
17010
17011#: builtin/submodule--helper.c:546
17012#, c-format
17013msgid ""
17014"run_command returned non-zero status while recursing in the nested "
17015"submodules of %s\n"
17016"."
17017msgstr ""
17018
17019#: builtin/submodule--helper.c:562
17020msgid "Suppress output of entering each submodule command"
17021msgstr ""
17022
17023#: builtin/submodule--helper.c:564 builtin/submodule--helper.c:1049
17024msgid "Recurse into nested submodules"
17025msgstr ""
17026
17027#: builtin/submodule--helper.c:569
17028msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"
17029msgstr ""
17030
17031#: builtin/submodule--helper.c:596
17032#, c-format
17033msgid ""
17034"could not look up configuration '%s'. Assuming this repository is its own "
17035"authoritative upstream."
17036msgstr ""
17037
17038#: builtin/submodule--helper.c:664
17039#, c-format
17040msgid "Failed to register url for submodule path '%s'"
17041msgstr ""
17042
17043#: builtin/submodule--helper.c:668
17044#, c-format
17045msgid "Submodule '%s' (%s) registered for path '%s'\n"
17046msgstr ""
17047
17048#: builtin/submodule--helper.c:678
17049#, c-format
17050msgid "warning: command update mode suggested for submodule '%s'\n"
17051msgstr ""
17052
17053#: builtin/submodule--helper.c:685
17054#, c-format
17055msgid "Failed to register update mode for submodule path '%s'"
17056msgstr ""
17057
17058#: builtin/submodule--helper.c:707
17059msgid "Suppress output for initializing a submodule"
17060msgstr ""
17061
17062#: builtin/submodule--helper.c:712
17063msgid "git submodule--helper init [<path>]"
17064msgstr ""
17065
17066#: builtin/submodule--helper.c:784 builtin/submodule--helper.c:910
17067#, c-format
17068msgid "no submodule mapping found in .gitmodules for path '%s'"
17069msgstr ""
17070
17071#: builtin/submodule--helper.c:823
17072#, c-format
17073msgid "could not resolve HEAD ref inside the submodule '%s'"
17074msgstr ""
17075
17076#: builtin/submodule--helper.c:850 builtin/submodule--helper.c:1019
17077#, c-format
17078msgid "failed to recurse into submodule '%s'"
17079msgstr ""
17080
17081#: builtin/submodule--helper.c:874 builtin/submodule--helper.c:1185
17082msgid "Suppress submodule status output"
17083msgstr ""
17084
17085#: builtin/submodule--helper.c:875
17086msgid ""
17087"Use commit stored in the index instead of the one stored in the submodule "
17088"HEAD"
17089msgstr ""
17090
17091#: builtin/submodule--helper.c:876
17092msgid "recurse into nested submodules"
17093msgstr ""
17094
17095#: builtin/submodule--helper.c:881
17096msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
17097msgstr ""
17098
17099#: builtin/submodule--helper.c:905
17100msgid "git submodule--helper name <path>"
17101msgstr ""
17102
17103#: builtin/submodule--helper.c:969
17104#, c-format
17105msgid "Synchronizing submodule url for '%s'\n"
17106msgstr ""
17107
17108#: builtin/submodule--helper.c:975
17109#, c-format
17110msgid "failed to register url for submodule path '%s'"
17111msgstr ""
17112
17113#: builtin/submodule--helper.c:989
17114#, c-format
17115msgid "failed to get the default remote for submodule '%s'"
17116msgstr ""
17117
17118#: builtin/submodule--helper.c:1000
17119#, c-format
17120msgid "failed to update remote for submodule '%s'"
17121msgstr ""
17122
17123#: builtin/submodule--helper.c:1047
17124msgid "Suppress output of synchronizing submodule url"
17125msgstr ""
17126
17127#: builtin/submodule--helper.c:1054
17128msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
17129msgstr ""
17130
17131#: builtin/submodule--helper.c:1108
17132#, c-format
17133msgid ""
17134"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
17135"really want to remove it including all of its history)"
17136msgstr ""
17137
17138#: builtin/submodule--helper.c:1120
17139#, c-format
17140msgid ""
17141"Submodule work tree '%s' contains local modifications; use '-f' to discard "
17142"them"
17143msgstr ""
17144
17145#: builtin/submodule--helper.c:1128
17146#, c-format
17147msgid "Cleared directory '%s'\n"
17148msgstr ""
17149
17150#: builtin/submodule--helper.c:1130
17151#, c-format
17152msgid "Could not remove submodule work tree '%s'\n"
17153msgstr ""
17154
17155#: builtin/submodule--helper.c:1141
17156#, c-format
17157msgid "could not create empty submodule directory %s"
17158msgstr ""
17159
17160#: builtin/submodule--helper.c:1157
17161#, c-format
17162msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
17163msgstr ""
17164
17165#: builtin/submodule--helper.c:1186
17166msgid "Remove submodule working trees even if they contain local changes"
17167msgstr ""
17168
17169#: builtin/submodule--helper.c:1187
17170msgid "Unregister all submodules"
17171msgstr ""
17172
17173#: builtin/submodule--helper.c:1192
17174msgid ""
17175"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
17176msgstr ""
17177
17178#: builtin/submodule--helper.c:1206
17179msgid "Use '--all' if you really want to deinitialize all submodules"
17180msgstr ""
17181
17182#: builtin/submodule--helper.c:1301 builtin/submodule--helper.c:1304
17183#, c-format
17184msgid "submodule '%s' cannot add alternate: %s"
17185msgstr ""
17186
17187#: builtin/submodule--helper.c:1340
17188#, c-format
17189msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
17190msgstr ""
17191
17192#: builtin/submodule--helper.c:1347
17193#, c-format
17194msgid "Value '%s' for submodule.alternateLocation is not recognized"
17195msgstr ""
17196
17197#: builtin/submodule--helper.c:1370
17198msgid "where the new submodule will be cloned to"
17199msgstr ""
17200
17201#: builtin/submodule--helper.c:1373
17202msgid "name of the new submodule"
17203msgstr ""
17204
17205#: builtin/submodule--helper.c:1376
17206msgid "url where to clone the submodule from"
17207msgstr ""
17208
17209#: builtin/submodule--helper.c:1384
17210msgid "depth for shallow clones"
17211msgstr ""
17212
17213#: builtin/submodule--helper.c:1387 builtin/submodule--helper.c:1872
17214msgid "force cloning progress"
17215msgstr ""
17216
17217#: builtin/submodule--helper.c:1392
17218msgid ""
17219"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
17220"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
17221msgstr ""
17222
17223#: builtin/submodule--helper.c:1423
17224#, c-format
17225msgid "clone of '%s' into submodule path '%s' failed"
17226msgstr ""
17227
17228#: builtin/submodule--helper.c:1437
17229#, c-format
17230msgid "could not get submodule directory for '%s'"
17231msgstr ""
17232
17233#: builtin/submodule--helper.c:1473
17234#, c-format
17235msgid "Invalid update mode '%s' for submodule path '%s'"
17236msgstr ""
17237
17238#: builtin/submodule--helper.c:1477
17239#, c-format
17240msgid "Invalid update mode '%s' configured for submodule path '%s'"
17241msgstr ""
17242
17243#: builtin/submodule--helper.c:1570
17244#, c-format
17245msgid "Submodule path '%s' not initialized"
17246msgstr ""
17247
17248#: builtin/submodule--helper.c:1574
17249msgid "Maybe you want to use 'update --init'?"
17250msgstr ""
17251
17252#: builtin/submodule--helper.c:1604
17253#, c-format
17254msgid "Skipping unmerged submodule %s"
17255msgstr ""
17256
17257#: builtin/submodule--helper.c:1633
17258#, c-format
17259msgid "Skipping submodule '%s'"
17260msgstr ""
17261
17262#: builtin/submodule--helper.c:1777
17263#, c-format
17264msgid "Failed to clone '%s'. Retry scheduled"
17265msgstr ""
17266
17267#: builtin/submodule--helper.c:1788
17268#, c-format
17269msgid "Failed to clone '%s' a second time, aborting"
17270msgstr ""
17271
17272#: builtin/submodule--helper.c:1851 builtin/submodule--helper.c:2093
17273msgid "path into the working tree"
17274msgstr ""
17275
17276#: builtin/submodule--helper.c:1854
17277msgid "path into the working tree, across nested submodule boundaries"
17278msgstr ""
17279
17280#: builtin/submodule--helper.c:1858
17281msgid "rebase, merge, checkout or none"
17282msgstr ""
17283
17284#: builtin/submodule--helper.c:1864
17285msgid "Create a shallow clone truncated to the specified number of revisions"
17286msgstr ""
17287
17288#: builtin/submodule--helper.c:1867
17289msgid "parallel jobs"
17290msgstr ""
17291
17292#: builtin/submodule--helper.c:1869
17293msgid "whether the initial clone should follow the shallow recommendation"
17294msgstr ""
17295
17296#: builtin/submodule--helper.c:1870
17297msgid "don't print cloning progress"
17298msgstr ""
17299
17300#: builtin/submodule--helper.c:1877
17301msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
17302msgstr ""
17303
17304#: builtin/submodule--helper.c:1890
17305msgid "bad value for update parameter"
17306msgstr ""
17307
17308#: builtin/submodule--helper.c:1938
17309#, c-format
17310msgid ""
17311"Submodule (%s) branch configured to inherit branch from superproject, but "
17312"the superproject is not on any branch"
17313msgstr ""
17314
17315#: builtin/submodule--helper.c:2061
17316#, c-format
17317msgid "could not get a repository handle for submodule '%s'"
17318msgstr ""
17319
17320#: builtin/submodule--helper.c:2094
17321msgid "recurse into submodules"
17322msgstr ""
17323
17324#: builtin/submodule--helper.c:2100
17325msgid "git submodule--helper embed-git-dir [<path>...]"
17326msgstr ""
17327
17328#: builtin/submodule--helper.c:2156
17329msgid "check if it is safe to write to the .gitmodules file"
17330msgstr ""
17331
17332#: builtin/submodule--helper.c:2161
17333msgid "git submodule--helper config name [value]"
17334msgstr ""
17335
17336#: builtin/submodule--helper.c:2162
17337msgid "git submodule--helper config --check-writeable"
17338msgstr ""
17339
17340#: builtin/submodule--helper.c:2179 git-submodule.sh:169
17341#, sh-format
17342msgid "please make sure that the .gitmodules file is in the working tree"
17343msgstr ""
17344
17345#: builtin/submodule--helper.c:2229 git.c:413 git.c:658
17346#, c-format
17347msgid "%s doesn't support --super-prefix"
17348msgstr ""
17349
17350#: builtin/submodule--helper.c:2235
17351#, c-format
17352msgid "'%s' is not a valid submodule--helper subcommand"
17353msgstr ""
17354
17355#: builtin/symbolic-ref.c:8
17356msgid "git symbolic-ref [<options>] <name> [<ref>]"
17357msgstr ""
17358
17359#: builtin/symbolic-ref.c:9
17360msgid "git symbolic-ref -d [-q] <name>"
17361msgstr ""
17362
17363#: builtin/symbolic-ref.c:40
17364msgid "suppress error message for non-symbolic (detached) refs"
17365msgstr ""
17366
17367#: builtin/symbolic-ref.c:41
17368msgid "delete symbolic ref"
17369msgstr ""
17370
17371#: builtin/symbolic-ref.c:42
17372msgid "shorten ref output"
17373msgstr ""
17374
17375#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
17376msgid "reason"
17377msgstr ""
17378
17379#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
17380msgid "reason of the update"
17381msgstr ""
17382
17383#: builtin/tag.c:25
17384msgid ""
17385"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
17386"[<head>]"
17387msgstr ""
17388
17389#: builtin/tag.c:26
17390msgid "git tag -d <tagname>..."
17391msgstr ""
17392
17393#: builtin/tag.c:27
17394msgid ""
17395"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
17396"points-at <object>]\n"
17397"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
17398msgstr ""
17399
17400#: builtin/tag.c:29
17401msgid "git tag -v [--format=<format>] <tagname>..."
17402msgstr ""
17403
17404#: builtin/tag.c:87
17405#, c-format
17406msgid "tag '%s' not found."
17407msgstr ""
17408
17409#: builtin/tag.c:103
17410#, c-format
17411msgid "Deleted tag '%s' (was %s)\n"
17412msgstr ""
17413
17414#: builtin/tag.c:133
17415#, c-format
17416msgid ""
17417"\n"
17418"Write a message for tag:\n"
17419"  %s\n"
17420"Lines starting with '%c' will be ignored.\n"
17421msgstr ""
17422
17423#: builtin/tag.c:137
17424#, c-format
17425msgid ""
17426"\n"
17427"Write a message for tag:\n"
17428"  %s\n"
17429"Lines starting with '%c' will be kept; you may remove them yourself if you "
17430"want to.\n"
17431msgstr ""
17432
17433#: builtin/tag.c:191
17434msgid "unable to sign the tag"
17435msgstr ""
17436
17437#: builtin/tag.c:193
17438msgid "unable to write tag file"
17439msgstr ""
17440
17441#: builtin/tag.c:218
17442msgid "bad object type."
17443msgstr ""
17444
17445#: builtin/tag.c:267
17446msgid "no tag message?"
17447msgstr ""
17448
17449#: builtin/tag.c:274
17450#, c-format
17451msgid "The tag message has been left in %s\n"
17452msgstr ""
17453
17454#: builtin/tag.c:385
17455msgid "list tag names"
17456msgstr ""
17457
17458#: builtin/tag.c:387
17459msgid "print <n> lines of each tag message"
17460msgstr ""
17461
17462#: builtin/tag.c:389
17463msgid "delete tags"
17464msgstr ""
17465
17466#: builtin/tag.c:390
17467msgid "verify tags"
17468msgstr ""
17469
17470#: builtin/tag.c:392
17471msgid "Tag creation options"
17472msgstr ""
17473
17474#: builtin/tag.c:394
17475msgid "annotated tag, needs a message"
17476msgstr ""
17477
17478#: builtin/tag.c:396
17479msgid "tag message"
17480msgstr ""
17481
17482#: builtin/tag.c:398
17483msgid "force edit of tag message"
17484msgstr ""
17485
17486#: builtin/tag.c:399
17487msgid "annotated and GPG-signed tag"
17488msgstr ""
17489
17490#: builtin/tag.c:403
17491msgid "use another key to sign the tag"
17492msgstr ""
17493
17494#: builtin/tag.c:404
17495msgid "replace the tag if exists"
17496msgstr ""
17497
17498#: builtin/tag.c:405 builtin/update-ref.c:369
17499msgid "create a reflog"
17500msgstr ""
17501
17502#: builtin/tag.c:407
17503msgid "Tag listing options"
17504msgstr ""
17505
17506#: builtin/tag.c:408
17507msgid "show tag list in columns"
17508msgstr ""
17509
17510#: builtin/tag.c:409 builtin/tag.c:411
17511msgid "print only tags that contain the commit"
17512msgstr ""
17513
17514#: builtin/tag.c:410 builtin/tag.c:412
17515msgid "print only tags that don't contain the commit"
17516msgstr ""
17517
17518#: builtin/tag.c:413
17519msgid "print only tags that are merged"
17520msgstr ""
17521
17522#: builtin/tag.c:414
17523msgid "print only tags that are not merged"
17524msgstr ""
17525
17526#: builtin/tag.c:419
17527msgid "print only tags of the object"
17528msgstr ""
17529
17530#: builtin/tag.c:463
17531msgid "--column and -n are incompatible"
17532msgstr ""
17533
17534#: builtin/tag.c:485
17535msgid "-n option is only allowed in list mode"
17536msgstr ""
17537
17538#: builtin/tag.c:487
17539msgid "--contains option is only allowed in list mode"
17540msgstr ""
17541
17542#: builtin/tag.c:489
17543msgid "--no-contains option is only allowed in list mode"
17544msgstr ""
17545
17546#: builtin/tag.c:491
17547msgid "--points-at option is only allowed in list mode"
17548msgstr ""
17549
17550#: builtin/tag.c:493
17551msgid "--merged and --no-merged options are only allowed in list mode"
17552msgstr ""
17553
17554#: builtin/tag.c:504
17555msgid "only one -F or -m option is allowed."
17556msgstr ""
17557
17558#: builtin/tag.c:523
17559msgid "too many params"
17560msgstr ""
17561
17562#: builtin/tag.c:529
17563#, c-format
17564msgid "'%s' is not a valid tag name."
17565msgstr ""
17566
17567#: builtin/tag.c:534
17568#, c-format
17569msgid "tag '%s' already exists"
17570msgstr ""
17571
17572#: builtin/tag.c:565
17573#, c-format
17574msgid "Updated tag '%s' (was %s)\n"
17575msgstr ""
17576
17577#: builtin/unpack-objects.c:500
17578msgid "Unpacking objects"
17579msgstr ""
17580
17581#: builtin/update-index.c:83
17582#, c-format
17583msgid "failed to create directory %s"
17584msgstr ""
17585
17586#: builtin/update-index.c:99
17587#, c-format
17588msgid "failed to create file %s"
17589msgstr ""
17590
17591#: builtin/update-index.c:107
17592#, c-format
17593msgid "failed to delete file %s"
17594msgstr ""
17595
17596#: builtin/update-index.c:114 builtin/update-index.c:220
17597#, c-format
17598msgid "failed to delete directory %s"
17599msgstr ""
17600
17601#: builtin/update-index.c:139
17602#, c-format
17603msgid "Testing mtime in '%s' "
17604msgstr ""
17605
17606#: builtin/update-index.c:153
17607msgid "directory stat info does not change after adding a new file"
17608msgstr ""
17609
17610#: builtin/update-index.c:166
17611msgid "directory stat info does not change after adding a new directory"
17612msgstr ""
17613
17614#: builtin/update-index.c:179
17615msgid "directory stat info changes after updating a file"
17616msgstr ""
17617
17618#: builtin/update-index.c:190
17619msgid "directory stat info changes after adding a file inside subdirectory"
17620msgstr ""
17621
17622#: builtin/update-index.c:201
17623msgid "directory stat info does not change after deleting a file"
17624msgstr ""
17625
17626#: builtin/update-index.c:214
17627msgid "directory stat info does not change after deleting a directory"
17628msgstr ""
17629
17630#: builtin/update-index.c:221
17631msgid " OK"
17632msgstr ""
17633
17634#: builtin/update-index.c:589
17635msgid "git update-index [<options>] [--] [<file>...]"
17636msgstr ""
17637
17638#: builtin/update-index.c:962
17639msgid "continue refresh even when index needs update"
17640msgstr ""
17641
17642#: builtin/update-index.c:965
17643msgid "refresh: ignore submodules"
17644msgstr ""
17645
17646#: builtin/update-index.c:968
17647msgid "do not ignore new files"
17648msgstr ""
17649
17650#: builtin/update-index.c:970
17651msgid "let files replace directories and vice-versa"
17652msgstr ""
17653
17654#: builtin/update-index.c:972
17655msgid "notice files missing from worktree"
17656msgstr ""
17657
17658#: builtin/update-index.c:974
17659msgid "refresh even if index contains unmerged entries"
17660msgstr ""
17661
17662#: builtin/update-index.c:977
17663msgid "refresh stat information"
17664msgstr ""
17665
17666#: builtin/update-index.c:981
17667msgid "like --refresh, but ignore assume-unchanged setting"
17668msgstr ""
17669
17670#: builtin/update-index.c:985
17671msgid "<mode>,<object>,<path>"
17672msgstr ""
17673
17674#: builtin/update-index.c:986
17675msgid "add the specified entry to the index"
17676msgstr ""
17677
17678#: builtin/update-index.c:995
17679msgid "mark files as \"not changing\""
17680msgstr ""
17681
17682#: builtin/update-index.c:998
17683msgid "clear assumed-unchanged bit"
17684msgstr ""
17685
17686#: builtin/update-index.c:1001
17687msgid "mark files as \"index-only\""
17688msgstr ""
17689
17690#: builtin/update-index.c:1004
17691msgid "clear skip-worktree bit"
17692msgstr ""
17693
17694#: builtin/update-index.c:1007
17695msgid "add to index only; do not add content to object database"
17696msgstr ""
17697
17698#: builtin/update-index.c:1009
17699msgid "remove named paths even if present in worktree"
17700msgstr ""
17701
17702#: builtin/update-index.c:1011
17703msgid "with --stdin: input lines are terminated by null bytes"
17704msgstr ""
17705
17706#: builtin/update-index.c:1013
17707msgid "read list of paths to be updated from standard input"
17708msgstr ""
17709
17710#: builtin/update-index.c:1017
17711msgid "add entries from standard input to the index"
17712msgstr ""
17713
17714#: builtin/update-index.c:1021
17715msgid "repopulate stages #2 and #3 for the listed paths"
17716msgstr ""
17717
17718#: builtin/update-index.c:1025
17719msgid "only update entries that differ from HEAD"
17720msgstr ""
17721
17722#: builtin/update-index.c:1029
17723msgid "ignore files missing from worktree"
17724msgstr ""
17725
17726#: builtin/update-index.c:1032
17727msgid "report actions to standard output"
17728msgstr ""
17729
17730#: builtin/update-index.c:1034
17731msgid "(for porcelains) forget saved unresolved conflicts"
17732msgstr ""
17733
17734#: builtin/update-index.c:1038
17735msgid "write index in this format"
17736msgstr ""
17737
17738#: builtin/update-index.c:1040
17739msgid "enable or disable split index"
17740msgstr ""
17741
17742#: builtin/update-index.c:1042
17743msgid "enable/disable untracked cache"
17744msgstr ""
17745
17746#: builtin/update-index.c:1044
17747msgid "test if the filesystem supports untracked cache"
17748msgstr ""
17749
17750#: builtin/update-index.c:1046
17751msgid "enable untracked cache without testing the filesystem"
17752msgstr ""
17753
17754#: builtin/update-index.c:1048
17755msgid "write out the index even if is not flagged as changed"
17756msgstr ""
17757
17758#: builtin/update-index.c:1050
17759msgid "enable or disable file system monitor"
17760msgstr ""
17761
17762#: builtin/update-index.c:1052
17763msgid "mark files as fsmonitor valid"
17764msgstr ""
17765
17766#: builtin/update-index.c:1055
17767msgid "clear fsmonitor valid bit"
17768msgstr ""
17769
17770#: builtin/update-index.c:1156
17771msgid ""
17772"core.splitIndex is set to false; remove or change it, if you really want to "
17773"enable split index"
17774msgstr ""
17775
17776#: builtin/update-index.c:1165
17777msgid ""
17778"core.splitIndex is set to true; remove or change it, if you really want to "
17779"disable split index"
17780msgstr ""
17781
17782#: builtin/update-index.c:1176
17783msgid ""
17784"core.untrackedCache is set to true; remove or change it, if you really want "
17785"to disable the untracked cache"
17786msgstr ""
17787
17788#: builtin/update-index.c:1180
17789msgid "Untracked cache disabled"
17790msgstr ""
17791
17792#: builtin/update-index.c:1188
17793msgid ""
17794"core.untrackedCache is set to false; remove or change it, if you really want "
17795"to enable the untracked cache"
17796msgstr ""
17797
17798#: builtin/update-index.c:1192
17799#, c-format
17800msgid "Untracked cache enabled for '%s'"
17801msgstr ""
17802
17803#: builtin/update-index.c:1200
17804msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
17805msgstr ""
17806
17807#: builtin/update-index.c:1204
17808msgid "fsmonitor enabled"
17809msgstr ""
17810
17811#: builtin/update-index.c:1207
17812msgid ""
17813"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
17814msgstr ""
17815
17816#: builtin/update-index.c:1211
17817msgid "fsmonitor disabled"
17818msgstr ""
17819
17820#: builtin/update-ref.c:10
17821msgid "git update-ref [<options>] -d <refname> [<old-val>]"
17822msgstr ""
17823
17824#: builtin/update-ref.c:11
17825msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
17826msgstr ""
17827
17828#: builtin/update-ref.c:12
17829msgid "git update-ref [<options>] --stdin [-z]"
17830msgstr ""
17831
17832#: builtin/update-ref.c:364
17833msgid "delete the reference"
17834msgstr ""
17835
17836#: builtin/update-ref.c:366
17837msgid "update <refname> not the one it points to"
17838msgstr ""
17839
17840#: builtin/update-ref.c:367
17841msgid "stdin has NUL-terminated arguments"
17842msgstr ""
17843
17844#: builtin/update-ref.c:368
17845msgid "read updates from stdin"
17846msgstr ""
17847
17848#: builtin/update-server-info.c:7
17849msgid "git update-server-info [--force]"
17850msgstr ""
17851
17852#: builtin/update-server-info.c:15
17853msgid "update the info files from scratch"
17854msgstr ""
17855
17856#: builtin/upload-pack.c:11
17857msgid "git upload-pack [<options>] <dir>"
17858msgstr ""
17859
17860#: builtin/upload-pack.c:25
17861msgid "exit immediately after initial ref advertisement"
17862msgstr ""
17863
17864#: builtin/upload-pack.c:27
17865msgid "do not try <directory>/.git/ if <directory> is no Git directory"
17866msgstr ""
17867
17868#: builtin/upload-pack.c:29
17869msgid "interrupt transfer after <n> seconds of inactivity"
17870msgstr ""
17871
17872#: builtin/verify-commit.c:20
17873msgid "git verify-commit [-v | --verbose] <commit>..."
17874msgstr ""
17875
17876#: builtin/verify-commit.c:76
17877msgid "print commit contents"
17878msgstr ""
17879
17880#: builtin/verify-commit.c:77 builtin/verify-tag.c:38
17881msgid "print raw gpg status output"
17882msgstr ""
17883
17884#: builtin/verify-pack.c:55
17885msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
17886msgstr ""
17887
17888#: builtin/verify-pack.c:65
17889msgid "verbose"
17890msgstr ""
17891
17892#: builtin/verify-pack.c:67
17893msgid "show statistics only"
17894msgstr ""
17895
17896#: builtin/verify-tag.c:19
17897msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
17898msgstr ""
17899
17900#: builtin/verify-tag.c:37
17901msgid "print tag contents"
17902msgstr ""
17903
17904#: builtin/worktree.c:18
17905msgid "git worktree add [<options>] <path> [<commit-ish>]"
17906msgstr ""
17907
17908#: builtin/worktree.c:19
17909msgid "git worktree list [<options>]"
17910msgstr ""
17911
17912#: builtin/worktree.c:20
17913msgid "git worktree lock [<options>] <path>"
17914msgstr ""
17915
17916#: builtin/worktree.c:21
17917msgid "git worktree move <worktree> <new-path>"
17918msgstr ""
17919
17920#: builtin/worktree.c:22
17921msgid "git worktree prune [<options>]"
17922msgstr ""
17923
17924#: builtin/worktree.c:23
17925msgid "git worktree remove [<options>] <worktree>"
17926msgstr ""
17927
17928#: builtin/worktree.c:24
17929msgid "git worktree unlock <path>"
17930msgstr ""
17931
17932#: builtin/worktree.c:61 builtin/worktree.c:888
17933#, c-format
17934msgid "failed to delete '%s'"
17935msgstr ""
17936
17937#: builtin/worktree.c:80
17938#, c-format
17939msgid "Removing worktrees/%s: not a valid directory"
17940msgstr ""
17941
17942#: builtin/worktree.c:86
17943#, c-format
17944msgid "Removing worktrees/%s: gitdir file does not exist"
17945msgstr ""
17946
17947#: builtin/worktree.c:91 builtin/worktree.c:100
17948#, c-format
17949msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
17950msgstr ""
17951
17952#: builtin/worktree.c:110
17953#, c-format
17954msgid ""
17955"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
17956"%<PRIuMAX>)"
17957msgstr ""
17958
17959#: builtin/worktree.c:118
17960#, c-format
17961msgid "Removing worktrees/%s: invalid gitdir file"
17962msgstr ""
17963
17964#: builtin/worktree.c:127
17965#, c-format
17966msgid "Removing worktrees/%s: gitdir file points to non-existent location"
17967msgstr ""
17968
17969#: builtin/worktree.c:166
17970msgid "report pruned working trees"
17971msgstr ""
17972
17973#: builtin/worktree.c:168
17974msgid "expire working trees older than <time>"
17975msgstr ""
17976
17977#: builtin/worktree.c:235
17978#, c-format
17979msgid "'%s' already exists"
17980msgstr ""
17981
17982#: builtin/worktree.c:252
17983#, c-format
17984msgid "unable to re-add worktree '%s'"
17985msgstr ""
17986
17987#: builtin/worktree.c:257
17988#, c-format
17989msgid ""
17990"'%s' is a missing but locked worktree;\n"
17991"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
17992msgstr ""
17993
17994#: builtin/worktree.c:259
17995#, c-format
17996msgid ""
17997"'%s' is a missing but already registered worktree;\n"
17998"use 'add -f' to override, or 'prune' or 'remove' to clear"
17999msgstr ""
18000
18001#: builtin/worktree.c:310
18002#, c-format
18003msgid "could not create directory of '%s'"
18004msgstr ""
18005
18006#: builtin/worktree.c:429 builtin/worktree.c:435
18007#, c-format
18008msgid "Preparing worktree (new branch '%s')"
18009msgstr ""
18010
18011#: builtin/worktree.c:431
18012#, c-format
18013msgid "Preparing worktree (resetting branch '%s'; was at %s)"
18014msgstr ""
18015
18016#: builtin/worktree.c:440
18017#, c-format
18018msgid "Preparing worktree (checking out '%s')"
18019msgstr ""
18020
18021#: builtin/worktree.c:446
18022#, c-format
18023msgid "Preparing worktree (detached HEAD %s)"
18024msgstr ""
18025
18026#: builtin/worktree.c:487
18027msgid "checkout <branch> even if already checked out in other worktree"
18028msgstr ""
18029
18030#: builtin/worktree.c:490
18031msgid "create a new branch"
18032msgstr ""
18033
18034#: builtin/worktree.c:492
18035msgid "create or reset a branch"
18036msgstr ""
18037
18038#: builtin/worktree.c:494
18039msgid "populate the new working tree"
18040msgstr ""
18041
18042#: builtin/worktree.c:495
18043msgid "keep the new working tree locked"
18044msgstr ""
18045
18046#: builtin/worktree.c:498
18047msgid "set up tracking mode (see git-branch(1))"
18048msgstr ""
18049
18050#: builtin/worktree.c:501
18051msgid "try to match the new branch name with a remote-tracking branch"
18052msgstr ""
18053
18054#: builtin/worktree.c:509
18055msgid "-b, -B, and --detach are mutually exclusive"
18056msgstr ""
18057
18058#: builtin/worktree.c:570
18059msgid "--[no-]track can only be used if a new branch is created"
18060msgstr ""
18061
18062#: builtin/worktree.c:670
18063msgid "reason for locking"
18064msgstr ""
18065
18066#: builtin/worktree.c:682 builtin/worktree.c:715 builtin/worktree.c:789
18067#: builtin/worktree.c:916
18068#, c-format
18069msgid "'%s' is not a working tree"
18070msgstr ""
18071
18072#: builtin/worktree.c:684 builtin/worktree.c:717
18073msgid "The main working tree cannot be locked or unlocked"
18074msgstr ""
18075
18076#: builtin/worktree.c:689
18077#, c-format
18078msgid "'%s' is already locked, reason: %s"
18079msgstr ""
18080
18081#: builtin/worktree.c:691
18082#, c-format
18083msgid "'%s' is already locked"
18084msgstr ""
18085
18086#: builtin/worktree.c:719
18087#, c-format
18088msgid "'%s' is not locked"
18089msgstr ""
18090
18091#: builtin/worktree.c:760
18092msgid "working trees containing submodules cannot be moved or removed"
18093msgstr ""
18094
18095#: builtin/worktree.c:768
18096msgid "force move even if worktree is dirty or locked"
18097msgstr ""
18098
18099#: builtin/worktree.c:791 builtin/worktree.c:918
18100#, c-format
18101msgid "'%s' is a main working tree"
18102msgstr ""
18103
18104#: builtin/worktree.c:796
18105#, c-format
18106msgid "could not figure out destination name from '%s'"
18107msgstr ""
18108
18109#: builtin/worktree.c:802
18110#, c-format
18111msgid "target '%s' already exists"
18112msgstr ""
18113
18114#: builtin/worktree.c:810
18115#, c-format
18116msgid ""
18117"cannot move a locked working tree, lock reason: %s\n"
18118"use 'move -f -f' to override or unlock first"
18119msgstr ""
18120
18121#: builtin/worktree.c:812
18122msgid ""
18123"cannot move a locked working tree;\n"
18124"use 'move -f -f' to override or unlock first"
18125msgstr ""
18126
18127#: builtin/worktree.c:815
18128#, c-format
18129msgid "validation failed, cannot move working tree: %s"
18130msgstr ""
18131
18132#: builtin/worktree.c:820
18133#, c-format
18134msgid "failed to move '%s' to '%s'"
18135msgstr ""
18136
18137#: builtin/worktree.c:868
18138#, c-format
18139msgid "failed to run 'git status' on '%s'"
18140msgstr ""
18141
18142#: builtin/worktree.c:872
18143#, c-format
18144msgid "'%s' is dirty, use --force to delete it"
18145msgstr ""
18146
18147#: builtin/worktree.c:877
18148#, c-format
18149msgid "failed to run 'git status' on '%s', code %d"
18150msgstr ""
18151
18152#: builtin/worktree.c:900
18153msgid "force removal even if worktree is dirty or locked"
18154msgstr ""
18155
18156#: builtin/worktree.c:923
18157#, c-format
18158msgid ""
18159"cannot remove a locked working tree, lock reason: %s\n"
18160"use 'remove -f -f' to override or unlock first"
18161msgstr ""
18162
18163#: builtin/worktree.c:925
18164msgid ""
18165"cannot remove a locked working tree;\n"
18166"use 'remove -f -f' to override or unlock first"
18167msgstr ""
18168
18169#: builtin/worktree.c:928
18170#, c-format
18171msgid "validation failed, cannot remove working tree: %s"
18172msgstr ""
18173
18174#: builtin/write-tree.c:15
18175msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
18176msgstr ""
18177
18178#: builtin/write-tree.c:28
18179msgid "<prefix>/"
18180msgstr ""
18181
18182#: builtin/write-tree.c:29
18183msgid "write tree object for a subdirectory <prefix>"
18184msgstr ""
18185
18186#: builtin/write-tree.c:31
18187msgid "only useful for debugging"
18188msgstr ""
18189
18190#: credential-cache--daemon.c:223
18191#, c-format
18192msgid ""
18193"The permissions on your socket directory are too loose; other\n"
18194"users may be able to read your cached credentials. Consider running:\n"
18195"\n"
18196"\tchmod 0700 %s"
18197msgstr ""
18198
18199#: credential-cache--daemon.c:272
18200msgid "print debugging messages to stderr"
18201msgstr ""
18202
18203#: t/helper/test-reach.c:152
18204#, c-format
18205msgid "commit %s is not marked reachable"
18206msgstr ""
18207
18208#: t/helper/test-reach.c:162
18209msgid "too many commits marked reachable"
18210msgstr ""
18211
18212#: git.c:27
18213msgid ""
18214"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
18215"           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
18216"           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
18217"bare]\n"
18218"           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
18219"           <command> [<args>]"
18220msgstr ""
18221
18222#: git.c:34
18223msgid ""
18224"'git help -a' and 'git help -g' list available subcommands and some\n"
18225"concept guides. See 'git help <command>' or 'git help <concept>'\n"
18226"to read about a specific subcommand or concept."
18227msgstr ""
18228
18229#: git.c:174
18230#, c-format
18231msgid "no directory given for --git-dir\n"
18232msgstr ""
18233
18234#: git.c:188
18235#, c-format
18236msgid "no namespace given for --namespace\n"
18237msgstr ""
18238
18239#: git.c:202
18240#, c-format
18241msgid "no directory given for --work-tree\n"
18242msgstr ""
18243
18244#: git.c:216
18245#, c-format
18246msgid "no prefix given for --super-prefix\n"
18247msgstr ""
18248
18249#: git.c:238
18250#, c-format
18251msgid "-c expects a configuration string\n"
18252msgstr ""
18253
18254#: git.c:276
18255#, c-format
18256msgid "no directory given for -C\n"
18257msgstr ""
18258
18259#: git.c:301
18260#, c-format
18261msgid "unknown option: %s\n"
18262msgstr ""
18263
18264#: git.c:342
18265#, c-format
18266msgid "while expanding alias '%s': '%s'"
18267msgstr ""
18268
18269#: git.c:351
18270#, c-format
18271msgid ""
18272"alias '%s' changes environment variables.\n"
18273"You can use '!git' in the alias to do this"
18274msgstr ""
18275
18276#: git.c:359
18277#, c-format
18278msgid "empty alias for %s"
18279msgstr ""
18280
18281#: git.c:362
18282#, c-format
18283msgid "recursive alias: %s"
18284msgstr ""
18285
18286#: git.c:437
18287msgid "write failure on standard output"
18288msgstr ""
18289
18290#: git.c:439
18291msgid "unknown write failure on standard output"
18292msgstr ""
18293
18294#: git.c:441
18295msgid "close failed on standard output"
18296msgstr ""
18297
18298#: git.c:720
18299#, c-format
18300msgid "alias loop detected: expansion of '%s' does not terminate:%s"
18301msgstr ""
18302
18303#: git.c:770
18304#, c-format
18305msgid "cannot handle %s as a builtin"
18306msgstr ""
18307
18308#: git.c:783
18309#, c-format
18310msgid ""
18311"usage: %s\n"
18312"\n"
18313msgstr ""
18314
18315#: git.c:803
18316#, c-format
18317msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
18318msgstr ""
18319
18320#: git.c:815
18321#, c-format
18322msgid "failed to run command '%s': %s\n"
18323msgstr ""
18324
18325#: http.c:378
18326#, c-format
18327msgid "negative value for http.postbuffer; defaulting to %d"
18328msgstr ""
18329
18330#: http.c:399
18331msgid "Delegation control is not supported with cURL < 7.22.0"
18332msgstr ""
18333
18334#: http.c:408
18335msgid "Public key pinning not supported with cURL < 7.44.0"
18336msgstr ""
18337
18338#: http.c:876
18339msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
18340msgstr ""
18341
18342#: http.c:949
18343msgid "Protocol restrictions not supported with cURL < 7.19.4"
18344msgstr ""
18345
18346#: http.c:1085
18347#, c-format
18348msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
18349msgstr ""
18350
18351#: http.c:1092
18352#, c-format
18353msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
18354msgstr ""
18355
18356#: http.c:1096
18357#, c-format
18358msgid "Could not set SSL backend to '%s': already set"
18359msgstr ""
18360
18361#: http.c:1959
18362#, c-format
18363msgid ""
18364"unable to update url base from redirection:\n"
18365"  asked for: %s\n"
18366"   redirect: %s"
18367msgstr ""
18368
18369#: remote-curl.c:455
18370#, c-format
18371msgid "redirecting to %s"
18372msgstr ""
18373
18374#: parse-options.h:154
18375msgid "expiry-date"
18376msgstr ""
18377
18378#: parse-options.h:169
18379msgid "no-op (backward compatibility)"
18380msgstr ""
18381
18382#: parse-options.h:259
18383msgid "be more verbose"
18384msgstr ""
18385
18386#: parse-options.h:261
18387msgid "be more quiet"
18388msgstr ""
18389
18390#: parse-options.h:267
18391msgid "use <n> digits to display SHA-1s"
18392msgstr ""
18393
18394#: command-list.h:50
18395msgid "Add file contents to the index"
18396msgstr ""
18397
18398#: command-list.h:51
18399msgid "Apply a series of patches from a mailbox"
18400msgstr ""
18401
18402#: command-list.h:52
18403msgid "Annotate file lines with commit information"
18404msgstr ""
18405
18406#: command-list.h:53
18407msgid "Apply a patch to files and/or to the index"
18408msgstr ""
18409
18410#: command-list.h:54
18411msgid "Import a GNU Arch repository into Git"
18412msgstr ""
18413
18414#: command-list.h:55
18415msgid "Create an archive of files from a named tree"
18416msgstr ""
18417
18418#: command-list.h:56
18419msgid "Use binary search to find the commit that introduced a bug"
18420msgstr ""
18421
18422#: command-list.h:57
18423msgid "Show what revision and author last modified each line of a file"
18424msgstr ""
18425
18426#: command-list.h:58
18427msgid "List, create, or delete branches"
18428msgstr ""
18429
18430#: command-list.h:59
18431msgid "Move objects and refs by archive"
18432msgstr ""
18433
18434#: command-list.h:60
18435msgid "Provide content or type and size information for repository objects"
18436msgstr ""
18437
18438#: command-list.h:61
18439msgid "Display gitattributes information"
18440msgstr ""
18441
18442#: command-list.h:62
18443msgid "Debug gitignore / exclude files"
18444msgstr ""
18445
18446#: command-list.h:63
18447msgid "Show canonical names and email addresses of contacts"
18448msgstr ""
18449
18450#: command-list.h:64
18451msgid "Switch branches or restore working tree files"
18452msgstr ""
18453
18454#: command-list.h:65
18455msgid "Copy files from the index to the working tree"
18456msgstr ""
18457
18458#: command-list.h:66
18459msgid "Ensures that a reference name is well formed"
18460msgstr ""
18461
18462#: command-list.h:67
18463msgid "Find commits yet to be applied to upstream"
18464msgstr ""
18465
18466#: command-list.h:68
18467msgid "Apply the changes introduced by some existing commits"
18468msgstr ""
18469
18470#: command-list.h:69
18471msgid "Graphical alternative to git-commit"
18472msgstr ""
18473
18474#: command-list.h:70
18475msgid "Remove untracked files from the working tree"
18476msgstr ""
18477
18478#: command-list.h:71
18479msgid "Clone a repository into a new directory"
18480msgstr ""
18481
18482#: command-list.h:72
18483msgid "Display data in columns"
18484msgstr ""
18485
18486#: command-list.h:73
18487msgid "Record changes to the repository"
18488msgstr ""
18489
18490#: command-list.h:74
18491msgid "Write and verify Git commit-graph files"
18492msgstr ""
18493
18494#: command-list.h:75
18495msgid "Create a new commit object"
18496msgstr ""
18497
18498#: command-list.h:76
18499msgid "Get and set repository or global options"
18500msgstr ""
18501
18502#: command-list.h:77
18503msgid "Count unpacked number of objects and their disk consumption"
18504msgstr ""
18505
18506#: command-list.h:78
18507msgid "Retrieve and store user credentials"
18508msgstr ""
18509
18510#: command-list.h:79
18511msgid "Helper to temporarily store passwords in memory"
18512msgstr ""
18513
18514#: command-list.h:80
18515msgid "Helper to store credentials on disk"
18516msgstr ""
18517
18518#: command-list.h:81
18519msgid "Export a single commit to a CVS checkout"
18520msgstr ""
18521
18522#: command-list.h:82
18523msgid "Salvage your data out of another SCM people love to hate"
18524msgstr ""
18525
18526#: command-list.h:83
18527msgid "A CVS server emulator for Git"
18528msgstr ""
18529
18530#: command-list.h:84
18531msgid "A really simple server for Git repositories"
18532msgstr ""
18533
18534#: command-list.h:85
18535msgid "Give an object a human readable name based on an available ref"
18536msgstr ""
18537
18538#: command-list.h:86
18539msgid "Show changes between commits, commit and working tree, etc"
18540msgstr ""
18541
18542#: command-list.h:87
18543msgid "Compares files in the working tree and the index"
18544msgstr ""
18545
18546#: command-list.h:88
18547msgid "Compare a tree to the working tree or index"
18548msgstr ""
18549
18550#: command-list.h:89
18551msgid "Compares the content and mode of blobs found via two tree objects"
18552msgstr ""
18553
18554#: command-list.h:90
18555msgid "Show changes using common diff tools"
18556msgstr ""
18557
18558#: command-list.h:91
18559msgid "Git data exporter"
18560msgstr ""
18561
18562#: command-list.h:92
18563msgid "Backend for fast Git data importers"
18564msgstr ""
18565
18566#: command-list.h:93
18567msgid "Download objects and refs from another repository"
18568msgstr ""
18569
18570#: command-list.h:94
18571msgid "Receive missing objects from another repository"
18572msgstr ""
18573
18574#: command-list.h:95
18575msgid "Rewrite branches"
18576msgstr ""
18577
18578#: command-list.h:96
18579msgid "Produce a merge commit message"
18580msgstr ""
18581
18582#: command-list.h:97
18583msgid "Output information on each ref"
18584msgstr ""
18585
18586#: command-list.h:98
18587msgid "Prepare patches for e-mail submission"
18588msgstr ""
18589
18590#: command-list.h:99
18591msgid "Verifies the connectivity and validity of the objects in the database"
18592msgstr ""
18593
18594#: command-list.h:100
18595msgid "Cleanup unnecessary files and optimize the local repository"
18596msgstr ""
18597
18598#: command-list.h:101
18599msgid "Extract commit ID from an archive created using git-archive"
18600msgstr ""
18601
18602#: command-list.h:102
18603msgid "Print lines matching a pattern"
18604msgstr ""
18605
18606#: command-list.h:103
18607msgid "A portable graphical interface to Git"
18608msgstr ""
18609
18610#: command-list.h:104
18611msgid "Compute object ID and optionally creates a blob from a file"
18612msgstr ""
18613
18614#: command-list.h:105
18615msgid "Display help information about Git"
18616msgstr ""
18617
18618#: command-list.h:106
18619msgid "Server side implementation of Git over HTTP"
18620msgstr ""
18621
18622#: command-list.h:107
18623msgid "Download from a remote Git repository via HTTP"
18624msgstr ""
18625
18626#: command-list.h:108
18627msgid "Push objects over HTTP/DAV to another repository"
18628msgstr ""
18629
18630#: command-list.h:109
18631msgid "Send a collection of patches from stdin to an IMAP folder"
18632msgstr ""
18633
18634#: command-list.h:110
18635msgid "Build pack index file for an existing packed archive"
18636msgstr ""
18637
18638#: command-list.h:111
18639msgid "Create an empty Git repository or reinitialize an existing one"
18640msgstr ""
18641
18642#: command-list.h:112
18643msgid "Instantly browse your working repository in gitweb"
18644msgstr ""
18645
18646#: command-list.h:113
18647msgid "add or parse structured information in commit messages"
18648msgstr ""
18649
18650#: command-list.h:114
18651msgid "The Git repository browser"
18652msgstr ""
18653
18654#: command-list.h:115
18655msgid "Show commit logs"
18656msgstr ""
18657
18658#: command-list.h:116
18659msgid "Show information about files in the index and the working tree"
18660msgstr ""
18661
18662#: command-list.h:117
18663msgid "List references in a remote repository"
18664msgstr ""
18665
18666#: command-list.h:118
18667msgid "List the contents of a tree object"
18668msgstr ""
18669
18670#: command-list.h:119
18671msgid "Extracts patch and authorship from a single e-mail message"
18672msgstr ""
18673
18674#: command-list.h:120
18675msgid "Simple UNIX mbox splitter program"
18676msgstr ""
18677
18678#: command-list.h:121
18679msgid "Join two or more development histories together"
18680msgstr ""
18681
18682#: command-list.h:122
18683msgid "Find as good common ancestors as possible for a merge"
18684msgstr ""
18685
18686#: command-list.h:123
18687msgid "Run a three-way file merge"
18688msgstr ""
18689
18690#: command-list.h:124
18691msgid "Run a merge for files needing merging"
18692msgstr ""
18693
18694#: command-list.h:125
18695msgid "The standard helper program to use with git-merge-index"
18696msgstr ""
18697
18698#: command-list.h:126
18699msgid "Run merge conflict resolution tools to resolve merge conflicts"
18700msgstr ""
18701
18702#: command-list.h:127
18703msgid "Show three-way merge without touching index"
18704msgstr ""
18705
18706#: command-list.h:128
18707msgid "Write and verify multi-pack-indexes"
18708msgstr ""
18709
18710#: command-list.h:129
18711msgid "Creates a tag object"
18712msgstr ""
18713
18714#: command-list.h:130
18715msgid "Build a tree-object from ls-tree formatted text"
18716msgstr ""
18717
18718#: command-list.h:131
18719msgid "Move or rename a file, a directory, or a symlink"
18720msgstr ""
18721
18722#: command-list.h:132
18723msgid "Find symbolic names for given revs"
18724msgstr ""
18725
18726#: command-list.h:133
18727msgid "Add or inspect object notes"
18728msgstr ""
18729
18730#: command-list.h:134
18731msgid "Import from and submit to Perforce repositories"
18732msgstr ""
18733
18734#: command-list.h:135
18735msgid "Create a packed archive of objects"
18736msgstr ""
18737
18738#: command-list.h:136
18739msgid "Find redundant pack files"
18740msgstr ""
18741
18742#: command-list.h:137
18743msgid "Pack heads and tags for efficient repository access"
18744msgstr ""
18745
18746#: command-list.h:138
18747msgid "Routines to help parsing remote repository access parameters"
18748msgstr ""
18749
18750#: command-list.h:139
18751msgid "Compute unique ID for a patch"
18752msgstr ""
18753
18754#: command-list.h:140
18755msgid "Prune all unreachable objects from the object database"
18756msgstr ""
18757
18758#: command-list.h:141
18759msgid "Remove extra objects that are already in pack files"
18760msgstr ""
18761
18762#: command-list.h:142
18763msgid "Fetch from and integrate with another repository or a local branch"
18764msgstr ""
18765
18766#: command-list.h:143
18767msgid "Update remote refs along with associated objects"
18768msgstr ""
18769
18770#: command-list.h:144
18771msgid "Applies a quilt patchset onto the current branch"
18772msgstr ""
18773
18774#: command-list.h:145
18775msgid "Compare two commit ranges (e.g. two versions of a branch)"
18776msgstr ""
18777
18778#: command-list.h:146
18779msgid "Reads tree information into the index"
18780msgstr ""
18781
18782#: command-list.h:147
18783msgid "Reapply commits on top of another base tip"
18784msgstr ""
18785
18786#: command-list.h:148
18787msgid "Receive what is pushed into the repository"
18788msgstr ""
18789
18790#: command-list.h:149
18791msgid "Manage reflog information"
18792msgstr ""
18793
18794#: command-list.h:150
18795msgid "Manage set of tracked repositories"
18796msgstr ""
18797
18798#: command-list.h:151
18799msgid "Pack unpacked objects in a repository"
18800msgstr ""
18801
18802#: command-list.h:152
18803msgid "Create, list, delete refs to replace objects"
18804msgstr ""
18805
18806#: command-list.h:153
18807msgid "Generates a summary of pending changes"
18808msgstr ""
18809
18810#: command-list.h:154
18811msgid "Reuse recorded resolution of conflicted merges"
18812msgstr ""
18813
18814#: command-list.h:155
18815msgid "Reset current HEAD to the specified state"
18816msgstr ""
18817
18818#: command-list.h:156
18819msgid "Revert some existing commits"
18820msgstr ""
18821
18822#: command-list.h:157
18823msgid "Lists commit objects in reverse chronological order"
18824msgstr ""
18825
18826#: command-list.h:158
18827msgid "Pick out and massage parameters"
18828msgstr ""
18829
18830#: command-list.h:159
18831msgid "Remove files from the working tree and from the index"
18832msgstr ""
18833
18834#: command-list.h:160
18835msgid "Send a collection of patches as emails"
18836msgstr ""
18837
18838#: command-list.h:161
18839msgid "Push objects over Git protocol to another repository"
18840msgstr ""
18841
18842#: command-list.h:162
18843msgid "Restricted login shell for Git-only SSH access"
18844msgstr ""
18845
18846#: command-list.h:163
18847msgid "Summarize 'git log' output"
18848msgstr ""
18849
18850#: command-list.h:164
18851msgid "Show various types of objects"
18852msgstr ""
18853
18854#: command-list.h:165
18855msgid "Show branches and their commits"
18856msgstr ""
18857
18858#: command-list.h:166
18859msgid "Show packed archive index"
18860msgstr ""
18861
18862#: command-list.h:167
18863msgid "List references in a local repository"
18864msgstr ""
18865
18866#: command-list.h:168
18867msgid "Git's i18n setup code for shell scripts"
18868msgstr ""
18869
18870#: command-list.h:169
18871msgid "Common Git shell script setup code"
18872msgstr ""
18873
18874#: command-list.h:170
18875msgid "Stash the changes in a dirty working directory away"
18876msgstr ""
18877
18878#: command-list.h:171
18879msgid "Add file contents to the staging area"
18880msgstr ""
18881
18882#: command-list.h:172
18883msgid "Show the working tree status"
18884msgstr ""
18885
18886#: command-list.h:173
18887msgid "Remove unnecessary whitespace"
18888msgstr ""
18889
18890#: command-list.h:174
18891msgid "Initialize, update or inspect submodules"
18892msgstr ""
18893
18894#: command-list.h:175
18895msgid "Bidirectional operation between a Subversion repository and Git"
18896msgstr ""
18897
18898#: command-list.h:176
18899msgid "Read, modify and delete symbolic refs"
18900msgstr ""
18901
18902#: command-list.h:177
18903msgid "Create, list, delete or verify a tag object signed with GPG"
18904msgstr ""
18905
18906#: command-list.h:178
18907msgid "Creates a temporary file with a blob's contents"
18908msgstr ""
18909
18910#: command-list.h:179
18911msgid "Unpack objects from a packed archive"
18912msgstr ""
18913
18914#: command-list.h:180
18915msgid "Register file contents in the working tree to the index"
18916msgstr ""
18917
18918#: command-list.h:181
18919msgid "Update the object name stored in a ref safely"
18920msgstr ""
18921
18922#: command-list.h:182
18923msgid "Update auxiliary info file to help dumb servers"
18924msgstr ""
18925
18926#: command-list.h:183
18927msgid "Send archive back to git-archive"
18928msgstr ""
18929
18930#: command-list.h:184
18931msgid "Send objects packed back to git-fetch-pack"
18932msgstr ""
18933
18934#: command-list.h:185
18935msgid "Show a Git logical variable"
18936msgstr ""
18937
18938#: command-list.h:186
18939msgid "Check the GPG signature of commits"
18940msgstr ""
18941
18942#: command-list.h:187
18943msgid "Validate packed Git archive files"
18944msgstr ""
18945
18946#: command-list.h:188
18947msgid "Check the GPG signature of tags"
18948msgstr ""
18949
18950#: command-list.h:189
18951msgid "Git web interface (web frontend to Git repositories)"
18952msgstr ""
18953
18954#: command-list.h:190
18955msgid "Show logs with difference each commit introduces"
18956msgstr ""
18957
18958#: command-list.h:191
18959msgid "Manage multiple working trees"
18960msgstr ""
18961
18962#: command-list.h:192
18963msgid "Create a tree object from the current index"
18964msgstr ""
18965
18966#: command-list.h:193
18967msgid "Defining attributes per path"
18968msgstr ""
18969
18970#: command-list.h:194
18971msgid "Git command-line interface and conventions"
18972msgstr ""
18973
18974#: command-list.h:195
18975msgid "A Git core tutorial for developers"
18976msgstr ""
18977
18978#: command-list.h:196
18979msgid "Git for CVS users"
18980msgstr ""
18981
18982#: command-list.h:197
18983msgid "Tweaking diff output"
18984msgstr ""
18985
18986#: command-list.h:198
18987msgid "A useful minimum set of commands for Everyday Git"
18988msgstr ""
18989
18990#: command-list.h:199
18991msgid "A Git Glossary"
18992msgstr ""
18993
18994#: command-list.h:200
18995msgid "Hooks used by Git"
18996msgstr ""
18997
18998#: command-list.h:201
18999msgid "Specifies intentionally untracked files to ignore"
19000msgstr ""
19001
19002#: command-list.h:202
19003msgid "Defining submodule properties"
19004msgstr ""
19005
19006#: command-list.h:203
19007msgid "Git namespaces"
19008msgstr ""
19009
19010#: command-list.h:204
19011msgid "Git Repository Layout"
19012msgstr ""
19013
19014#: command-list.h:205
19015msgid "Specifying revisions and ranges for Git"
19016msgstr ""
19017
19018#: command-list.h:206
19019msgid "A tutorial introduction to Git: part two"
19020msgstr ""
19021
19022#: command-list.h:207
19023msgid "A tutorial introduction to Git"
19024msgstr ""
19025
19026#: command-list.h:208
19027msgid "An overview of recommended workflows with Git"
19028msgstr ""
19029
19030#: list-objects-filter-options.h:63
19031msgid "args"
19032msgstr ""
19033
19034#: list-objects-filter-options.h:64
19035msgid "object filtering"
19036msgstr ""
19037
19038#: rerere.h:44
19039msgid "update the index with reused conflict resolution if possible"
19040msgstr ""
19041
19042#: git-bisect.sh:54
19043msgid "You need to start by \"git bisect start\""
19044msgstr ""
19045
19046#. TRANSLATORS: Make sure to include [Y] and [n] in your
19047#. translation. The program will only accept English input
19048#. at this point.
19049#: git-bisect.sh:60
19050msgid "Do you want me to do it for you [Y/n]? "
19051msgstr ""
19052
19053#: git-bisect.sh:101
19054#, sh-format
19055msgid "Bad rev input: $arg"
19056msgstr ""
19057
19058#: git-bisect.sh:121
19059#, sh-format
19060msgid "Bad rev input: $bisected_head"
19061msgstr ""
19062
19063#: git-bisect.sh:130
19064#, sh-format
19065msgid "Bad rev input: $rev"
19066msgstr ""
19067
19068#: git-bisect.sh:139
19069#, sh-format
19070msgid "'git bisect $TERM_BAD' can take only one argument."
19071msgstr ""
19072
19073#: git-bisect.sh:209
19074msgid "No logfile given"
19075msgstr ""
19076
19077#: git-bisect.sh:210
19078#, sh-format
19079msgid "cannot read $file for replaying"
19080msgstr ""
19081
19082#: git-bisect.sh:232
19083msgid "?? what are you talking about?"
19084msgstr ""
19085
19086#: git-bisect.sh:241
19087msgid "bisect run failed: no command provided."
19088msgstr ""
19089
19090#: git-bisect.sh:246
19091#, sh-format
19092msgid "running $command"
19093msgstr ""
19094
19095#: git-bisect.sh:253
19096#, sh-format
19097msgid ""
19098"bisect run failed:\n"
19099"exit code $res from '$command' is < 0 or >= 128"
19100msgstr ""
19101
19102#: git-bisect.sh:279
19103msgid "bisect run cannot continue any more"
19104msgstr ""
19105
19106#: git-bisect.sh:285
19107#, sh-format
19108msgid ""
19109"bisect run failed:\n"
19110"'bisect_state $state' exited with error code $res"
19111msgstr ""
19112
19113#: git-bisect.sh:292
19114msgid "bisect run success"
19115msgstr ""
19116
19117#: git-bisect.sh:300
19118msgid "We are not bisecting."
19119msgstr ""
19120
19121#: git-merge-octopus.sh:46
19122msgid ""
19123"Error: Your local changes to the following files would be overwritten by "
19124"merge"
19125msgstr ""
19126
19127#: git-merge-octopus.sh:61
19128msgid "Automated merge did not work."
19129msgstr ""
19130
19131#: git-merge-octopus.sh:62
19132msgid "Should not be doing an octopus."
19133msgstr ""
19134
19135#: git-merge-octopus.sh:73
19136#, sh-format
19137msgid "Unable to find common commit with $pretty_name"
19138msgstr ""
19139
19140#: git-merge-octopus.sh:77
19141#, sh-format
19142msgid "Already up to date with $pretty_name"
19143msgstr ""
19144
19145#: git-merge-octopus.sh:89
19146#, sh-format
19147msgid "Fast-forwarding to: $pretty_name"
19148msgstr ""
19149
19150#: git-merge-octopus.sh:97
19151#, sh-format
19152msgid "Trying simple merge with $pretty_name"
19153msgstr ""
19154
19155#: git-merge-octopus.sh:102
19156msgid "Simple merge did not work, trying automatic merge."
19157msgstr ""
19158
19159#: git-legacy-rebase.sh:445
19160#, sh-format
19161msgid "Could not move back to $head_name"
19162msgstr ""
19163
19164#: git-legacy-rebase.sh:471
19165#, sh-format
19166msgid ""
19167"It seems that there is already a $state_dir_base directory, and\n"
19168"I wonder if you are in the middle of another rebase.  If that is the\n"
19169"case, please try\n"
19170"\t$cmd_live_rebase\n"
19171"If that is not the case, please\n"
19172"\t$cmd_clear_stale_rebase\n"
19173"and run me again.  I am stopping in case you still have something\n"
19174"valuable there."
19175msgstr ""
19176
19177#: git-legacy-rebase.sh:523
19178msgid ""
19179"fatal: cannot combine am options with either interactive or merge options"
19180msgstr ""
19181
19182#: git-legacy-rebase.sh:530
19183msgid "fatal: cannot combine '--signoff' with '--preserve-merges'"
19184msgstr ""
19185
19186#: git-legacy-rebase.sh:541
19187msgid "fatal: cannot combine '--preserve-merges' with '--rebase-merges'"
19188msgstr ""
19189
19190#: git-legacy-rebase.sh:550
19191msgid "fatal: cannot combine '--rebase-merges' with '--strategy-option'"
19192msgstr ""
19193
19194#: git-legacy-rebase.sh:552
19195msgid "fatal: cannot combine '--rebase-merges' with '--strategy'"
19196msgstr ""
19197
19198#: git-legacy-rebase.sh:578
19199#, sh-format
19200msgid "invalid upstream '$upstream_name'"
19201msgstr ""
19202
19203#: git-legacy-rebase.sh:602
19204#, sh-format
19205msgid "$onto_name: there are more than one merge bases"
19206msgstr ""
19207
19208#: git-legacy-rebase.sh:605 git-legacy-rebase.sh:609
19209#, sh-format
19210msgid "$onto_name: there is no merge base"
19211msgstr ""
19212
19213#: git-legacy-rebase.sh:614
19214#, sh-format
19215msgid "Does not point to a valid commit: $onto_name"
19216msgstr ""
19217
19218#: git-legacy-rebase.sh:640
19219#, sh-format
19220msgid "fatal: no such branch/commit '$branch_name'"
19221msgstr ""
19222
19223#: git-legacy-rebase.sh:678
19224#, sh-format
19225msgid "Created autostash: $stash_abbrev"
19226msgstr ""
19227
19228#: git-legacy-rebase.sh:707
19229#, sh-format
19230msgid "Current branch $branch_name is up to date."
19231msgstr ""
19232
19233#: git-legacy-rebase.sh:717
19234#, sh-format
19235msgid "Current branch $branch_name is up to date, rebase forced."
19236msgstr ""
19237
19238#: git-legacy-rebase.sh:731
19239#, sh-format
19240msgid "Changes to $onto:"
19241msgstr ""
19242
19243#: git-legacy-rebase.sh:733
19244#, sh-format
19245msgid "Changes from $mb to $onto:"
19246msgstr ""
19247
19248#: git-legacy-rebase.sh:743
19249#, sh-format
19250msgid "Fast-forwarded $branch_name to $onto_name."
19251msgstr ""
19252
19253#: git-legacy-rebase.sh:757
19254msgid "First, rewinding head to replay your work on top of it..."
19255msgstr ""
19256
19257#: git-stash.sh:75
19258msgid "git stash clear with parameters is unimplemented"
19259msgstr ""
19260
19261#: git-stash.sh:125
19262msgid "You do not have the initial commit yet"
19263msgstr ""
19264
19265#: git-stash.sh:140
19266msgid "Cannot save the current index state"
19267msgstr ""
19268
19269#: git-stash.sh:155
19270msgid "Cannot save the untracked files"
19271msgstr ""
19272
19273#: git-stash.sh:175 git-stash.sh:188
19274msgid "Cannot save the current worktree state"
19275msgstr ""
19276
19277#: git-stash.sh:192
19278msgid "No changes selected"
19279msgstr ""
19280
19281#: git-stash.sh:195
19282msgid "Cannot remove temporary index (can't happen)"
19283msgstr ""
19284
19285#: git-stash.sh:208
19286msgid "Cannot record working tree state"
19287msgstr ""
19288
19289#: git-stash.sh:246
19290#, sh-format
19291msgid "Cannot update $ref_stash with $w_commit"
19292msgstr ""
19293
19294#: git-stash.sh:298
19295#, sh-format
19296msgid "error: unknown option for 'stash push': $option"
19297msgstr ""
19298
19299#: git-stash.sh:312
19300msgid "Can't use --patch and --include-untracked or --all at the same time"
19301msgstr ""
19302
19303#: git-stash.sh:320
19304msgid "No local changes to save"
19305msgstr ""
19306
19307#: git-stash.sh:325
19308msgid "Cannot initialize stash"
19309msgstr ""
19310
19311#: git-stash.sh:329
19312msgid "Cannot save the current status"
19313msgstr ""
19314
19315#: git-stash.sh:330
19316#, sh-format
19317msgid "Saved working directory and index state $stash_msg"
19318msgstr ""
19319
19320#: git-stash.sh:359
19321msgid "Cannot remove worktree changes"
19322msgstr ""
19323
19324#: git-stash.sh:507
19325#, sh-format
19326msgid "unknown option: $opt"
19327msgstr ""
19328
19329#: git-stash.sh:520
19330msgid "No stash entries found."
19331msgstr ""
19332
19333#: git-stash.sh:527
19334#, sh-format
19335msgid "Too many revisions specified: $REV"
19336msgstr ""
19337
19338#: git-stash.sh:542
19339#, sh-format
19340msgid "$reference is not a valid reference"
19341msgstr ""
19342
19343#: git-stash.sh:570
19344#, sh-format
19345msgid "'$args' is not a stash-like commit"
19346msgstr ""
19347
19348#: git-stash.sh:581
19349#, sh-format
19350msgid "'$args' is not a stash reference"
19351msgstr ""
19352
19353#: git-stash.sh:589
19354msgid "unable to refresh index"
19355msgstr ""
19356
19357#: git-stash.sh:593
19358msgid "Cannot apply a stash in the middle of a merge"
19359msgstr ""
19360
19361#: git-stash.sh:601
19362msgid "Conflicts in index. Try without --index."
19363msgstr ""
19364
19365#: git-stash.sh:603
19366msgid "Could not save index tree"
19367msgstr ""
19368
19369#: git-stash.sh:612
19370msgid "Could not restore untracked files from stash entry"
19371msgstr ""
19372
19373#: git-stash.sh:637
19374msgid "Cannot unstage modified files"
19375msgstr ""
19376
19377#: git-stash.sh:652
19378msgid "Index was not unstashed."
19379msgstr ""
19380
19381#: git-stash.sh:666
19382msgid "The stash entry is kept in case you need it again."
19383msgstr ""
19384
19385#: git-stash.sh:675
19386#, sh-format
19387msgid "Dropped ${REV} ($s)"
19388msgstr ""
19389
19390#: git-stash.sh:676
19391#, sh-format
19392msgid "${REV}: Could not drop stash entry"
19393msgstr ""
19394
19395#: git-stash.sh:684
19396msgid "No branch name specified"
19397msgstr ""
19398
19399#: git-stash.sh:763
19400msgid "(To restore them type \"git stash apply\")"
19401msgstr ""
19402
19403#: git-submodule.sh:198
19404msgid "Relative path can only be used from the toplevel of the working tree"
19405msgstr ""
19406
19407#: git-submodule.sh:208
19408#, sh-format
19409msgid "repo URL: '$repo' must be absolute or begin with ./|../"
19410msgstr ""
19411
19412#: git-submodule.sh:227
19413#, sh-format
19414msgid "'$sm_path' already exists in the index"
19415msgstr ""
19416
19417#: git-submodule.sh:230
19418#, sh-format
19419msgid "'$sm_path' already exists in the index and is not a submodule"
19420msgstr ""
19421
19422#: git-submodule.sh:236
19423#, sh-format
19424msgid ""
19425"The following path is ignored by one of your .gitignore files:\n"
19426"$sm_path\n"
19427"Use -f if you really want to add it."
19428msgstr ""
19429
19430#: git-submodule.sh:259
19431#, sh-format
19432msgid "Adding existing repo at '$sm_path' to the index"
19433msgstr ""
19434
19435#: git-submodule.sh:261
19436#, sh-format
19437msgid "'$sm_path' already exists and is not a valid git repo"
19438msgstr ""
19439
19440#: git-submodule.sh:269
19441#, sh-format
19442msgid "A git directory for '$sm_name' is found locally with remote(s):"
19443msgstr ""
19444
19445#: git-submodule.sh:271
19446#, sh-format
19447msgid ""
19448"If you want to reuse this local git directory instead of cloning again from\n"
19449"  $realrepo\n"
19450"use the '--force' option. If the local git directory is not the correct "
19451"repo\n"
19452"or you are unsure what this means choose another name with the '--name' "
19453"option."
19454msgstr ""
19455
19456#: git-submodule.sh:277
19457#, sh-format
19458msgid "Reactivating local git directory for submodule '$sm_name'."
19459msgstr ""
19460
19461#: git-submodule.sh:289
19462#, sh-format
19463msgid "Unable to checkout submodule '$sm_path'"
19464msgstr ""
19465
19466#: git-submodule.sh:294
19467#, sh-format
19468msgid "Failed to add submodule '$sm_path'"
19469msgstr ""
19470
19471#: git-submodule.sh:303
19472#, sh-format
19473msgid "Failed to register submodule '$sm_path'"
19474msgstr ""
19475
19476#: git-submodule.sh:563
19477#, sh-format
19478msgid "Unable to find current revision in submodule path '$displaypath'"
19479msgstr ""
19480
19481#: git-submodule.sh:573
19482#, sh-format
19483msgid "Unable to fetch in submodule path '$sm_path'"
19484msgstr ""
19485
19486#: git-submodule.sh:578
19487#, sh-format
19488msgid ""
19489"Unable to find current ${remote_name}/${branch} revision in submodule path "
19490"'$sm_path'"
19491msgstr ""
19492
19493#: git-submodule.sh:596
19494#, sh-format
19495msgid "Unable to fetch in submodule path '$displaypath'"
19496msgstr ""
19497
19498#: git-submodule.sh:602
19499#, sh-format
19500msgid ""
19501"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
19502"Direct fetching of that commit failed."
19503msgstr ""
19504
19505#: git-submodule.sh:609
19506#, sh-format
19507msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
19508msgstr ""
19509
19510#: git-submodule.sh:610
19511#, sh-format
19512msgid "Submodule path '$displaypath': checked out '$sha1'"
19513msgstr ""
19514
19515#: git-submodule.sh:614
19516#, sh-format
19517msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
19518msgstr ""
19519
19520#: git-submodule.sh:615
19521#, sh-format
19522msgid "Submodule path '$displaypath': rebased into '$sha1'"
19523msgstr ""
19524
19525#: git-submodule.sh:620
19526#, sh-format
19527msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
19528msgstr ""
19529
19530#: git-submodule.sh:621
19531#, sh-format
19532msgid "Submodule path '$displaypath': merged in '$sha1'"
19533msgstr ""
19534
19535#: git-submodule.sh:626
19536#, sh-format
19537msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
19538msgstr ""
19539
19540#: git-submodule.sh:627
19541#, sh-format
19542msgid "Submodule path '$displaypath': '$command $sha1'"
19543msgstr ""
19544
19545#: git-submodule.sh:658
19546#, sh-format
19547msgid "Failed to recurse into submodule path '$displaypath'"
19548msgstr ""
19549
19550#: git-submodule.sh:754
19551msgid "The --cached option cannot be used with the --files option"
19552msgstr ""
19553
19554#: git-submodule.sh:806
19555#, sh-format
19556msgid "unexpected mode $mod_dst"
19557msgstr ""
19558
19559#: git-submodule.sh:826
19560#, sh-format
19561msgid "  Warn: $display_name doesn't contain commit $sha1_src"
19562msgstr ""
19563
19564#: git-submodule.sh:829
19565#, sh-format
19566msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
19567msgstr ""
19568
19569#: git-submodule.sh:832
19570#, sh-format
19571msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
19572msgstr ""
19573
19574#: git-parse-remote.sh:89
19575#, sh-format
19576msgid "See git-${cmd}(1) for details."
19577msgstr ""
19578
19579#: git-rebase--preserve-merges.sh:136
19580#, sh-format
19581msgid "Rebasing ($new_count/$total)"
19582msgstr ""
19583
19584#: git-rebase--preserve-merges.sh:152
19585msgid ""
19586"\n"
19587"Commands:\n"
19588"p, pick <commit> = use commit\n"
19589"r, reword <commit> = use commit, but edit the commit message\n"
19590"e, edit <commit> = use commit, but stop for amending\n"
19591"s, squash <commit> = use commit, but meld into previous commit\n"
19592"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
19593"x, exec <commit> = run command (the rest of the line) using shell\n"
19594"d, drop <commit> = remove commit\n"
19595"l, label <label> = label current HEAD with a name\n"
19596"t, reset <label> = reset HEAD to a label\n"
19597"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
19598".       create a merge commit using the original merge commit's\n"
19599".       message (or the oneline, if no original merge commit was\n"
19600".       specified). Use -c <commit> to reword the commit message.\n"
19601"\n"
19602"These lines can be re-ordered; they are executed from top to bottom.\n"
19603msgstr ""
19604
19605#: git-rebase--preserve-merges.sh:215
19606#, sh-format
19607msgid ""
19608"You can amend the commit now, with\n"
19609"\n"
19610"\tgit commit --amend $gpg_sign_opt_quoted\n"
19611"\n"
19612"Once you are satisfied with your changes, run\n"
19613"\n"
19614"\tgit rebase --continue"
19615msgstr ""
19616
19617#: git-rebase--preserve-merges.sh:240
19618#, sh-format
19619msgid "$sha1: not a commit that can be picked"
19620msgstr ""
19621
19622#: git-rebase--preserve-merges.sh:279
19623#, sh-format
19624msgid "Invalid commit name: $sha1"
19625msgstr ""
19626
19627#: git-rebase--preserve-merges.sh:309
19628msgid "Cannot write current commit's replacement sha1"
19629msgstr ""
19630
19631#: git-rebase--preserve-merges.sh:360
19632#, sh-format
19633msgid "Fast-forward to $sha1"
19634msgstr ""
19635
19636#: git-rebase--preserve-merges.sh:362
19637#, sh-format
19638msgid "Cannot fast-forward to $sha1"
19639msgstr ""
19640
19641#: git-rebase--preserve-merges.sh:371
19642#, sh-format
19643msgid "Cannot move HEAD to $first_parent"
19644msgstr ""
19645
19646#: git-rebase--preserve-merges.sh:376
19647#, sh-format
19648msgid "Refusing to squash a merge: $sha1"
19649msgstr ""
19650
19651#: git-rebase--preserve-merges.sh:394
19652#, sh-format
19653msgid "Error redoing merge $sha1"
19654msgstr ""
19655
19656#: git-rebase--preserve-merges.sh:403
19657#, sh-format
19658msgid "Could not pick $sha1"
19659msgstr ""
19660
19661#: git-rebase--preserve-merges.sh:412
19662#, sh-format
19663msgid "This is the commit message #${n}:"
19664msgstr ""
19665
19666#: git-rebase--preserve-merges.sh:417
19667#, sh-format
19668msgid "The commit message #${n} will be skipped:"
19669msgstr ""
19670
19671#: git-rebase--preserve-merges.sh:428
19672#, sh-format
19673msgid "This is a combination of $count commit."
19674msgid_plural "This is a combination of $count commits."
19675msgstr[0] ""
19676msgstr[1] ""
19677
19678#: git-rebase--preserve-merges.sh:437
19679#, sh-format
19680msgid "Cannot write $fixup_msg"
19681msgstr ""
19682
19683#: git-rebase--preserve-merges.sh:440
19684msgid "This is a combination of 2 commits."
19685msgstr ""
19686
19687#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
19688#: git-rebase--preserve-merges.sh:527
19689#, sh-format
19690msgid "Could not apply $sha1... $rest"
19691msgstr ""
19692
19693#: git-rebase--preserve-merges.sh:556
19694#, sh-format
19695msgid ""
19696"Could not amend commit after successfully picking $sha1... $rest\n"
19697"This is most likely due to an empty commit message, or the pre-commit hook\n"
19698"failed. If the pre-commit hook failed, you may need to resolve the issue "
19699"before\n"
19700"you are able to reword the commit."
19701msgstr ""
19702
19703#: git-rebase--preserve-merges.sh:571
19704#, sh-format
19705msgid "Stopped at $sha1_abbrev... $rest"
19706msgstr ""
19707
19708#: git-rebase--preserve-merges.sh:586
19709#, sh-format
19710msgid "Cannot '$squash_style' without a previous commit"
19711msgstr ""
19712
19713#: git-rebase--preserve-merges.sh:628
19714#, sh-format
19715msgid "Executing: $rest"
19716msgstr ""
19717
19718#: git-rebase--preserve-merges.sh:636
19719#, sh-format
19720msgid "Execution failed: $rest"
19721msgstr ""
19722
19723#: git-rebase--preserve-merges.sh:638
19724msgid "and made changes to the index and/or the working tree"
19725msgstr ""
19726
19727#: git-rebase--preserve-merges.sh:640
19728msgid ""
19729"You can fix the problem, and then run\n"
19730"\n"
19731"\tgit rebase --continue"
19732msgstr ""
19733
19734#. TRANSLATORS: after these lines is a command to be issued by the user
19735#: git-rebase--preserve-merges.sh:653
19736#, sh-format
19737msgid ""
19738"Execution succeeded: $rest\n"
19739"but left changes to the index and/or the working tree\n"
19740"Commit or stash your changes, and then run\n"
19741"\n"
19742"\tgit rebase --continue"
19743msgstr ""
19744
19745#: git-rebase--preserve-merges.sh:664
19746#, sh-format
19747msgid "Unknown command: $command $sha1 $rest"
19748msgstr ""
19749
19750#: git-rebase--preserve-merges.sh:665
19751msgid "Please fix this using 'git rebase --edit-todo'."
19752msgstr ""
19753
19754#: git-rebase--preserve-merges.sh:700
19755#, sh-format
19756msgid "Successfully rebased and updated $head_name."
19757msgstr ""
19758
19759#: git-rebase--preserve-merges.sh:757
19760msgid "Could not remove CHERRY_PICK_HEAD"
19761msgstr ""
19762
19763#: git-rebase--preserve-merges.sh:762
19764#, sh-format
19765msgid ""
19766"You have staged changes in your working tree.\n"
19767"If these changes are meant to be\n"
19768"squashed into the previous commit, run:\n"
19769"\n"
19770"  git commit --amend $gpg_sign_opt_quoted\n"
19771"\n"
19772"If they are meant to go into a new commit, run:\n"
19773"\n"
19774"  git commit $gpg_sign_opt_quoted\n"
19775"\n"
19776"In both cases, once you're done, continue with:\n"
19777"\n"
19778"  git rebase --continue\n"
19779msgstr ""
19780
19781#: git-rebase--preserve-merges.sh:779
19782msgid "Error trying to find the author identity to amend commit"
19783msgstr ""
19784
19785#: git-rebase--preserve-merges.sh:784
19786msgid ""
19787"You have uncommitted changes in your working tree. Please commit them\n"
19788"first and then run 'git rebase --continue' again."
19789msgstr ""
19790
19791#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
19792msgid "Could not commit staged changes."
19793msgstr ""
19794
19795#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
19796msgid "Could not execute editor"
19797msgstr ""
19798
19799#: git-rebase--preserve-merges.sh:845
19800#, sh-format
19801msgid "Could not checkout $switch_to"
19802msgstr ""
19803
19804#: git-rebase--preserve-merges.sh:852
19805msgid "No HEAD?"
19806msgstr ""
19807
19808#: git-rebase--preserve-merges.sh:853
19809#, sh-format
19810msgid "Could not create temporary $state_dir"
19811msgstr ""
19812
19813#: git-rebase--preserve-merges.sh:856
19814msgid "Could not mark as interactive"
19815msgstr ""
19816
19817#: git-rebase--preserve-merges.sh:888
19818#, sh-format
19819msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
19820msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
19821msgstr[0] ""
19822msgstr[1] ""
19823
19824#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
19825msgid "Could not init rewritten commits"
19826msgstr ""
19827
19828#: git-sh-setup.sh:89 git-sh-setup.sh:94
19829#, sh-format
19830msgid "usage: $dashless $USAGE"
19831msgstr ""
19832
19833#: git-sh-setup.sh:190
19834#, sh-format
19835msgid "Cannot chdir to $cdup, the toplevel of the working tree"
19836msgstr ""
19837
19838#: git-sh-setup.sh:199 git-sh-setup.sh:206
19839#, sh-format
19840msgid "fatal: $program_name cannot be used without a working tree."
19841msgstr ""
19842
19843#: git-sh-setup.sh:220
19844msgid "Cannot rebase: You have unstaged changes."
19845msgstr ""
19846
19847#: git-sh-setup.sh:223
19848msgid "Cannot rewrite branches: You have unstaged changes."
19849msgstr ""
19850
19851#: git-sh-setup.sh:226
19852msgid "Cannot pull with rebase: You have unstaged changes."
19853msgstr ""
19854
19855#: git-sh-setup.sh:229
19856#, sh-format
19857msgid "Cannot $action: You have unstaged changes."
19858msgstr ""
19859
19860#: git-sh-setup.sh:242
19861msgid "Cannot rebase: Your index contains uncommitted changes."
19862msgstr ""
19863
19864#: git-sh-setup.sh:245
19865msgid "Cannot pull with rebase: Your index contains uncommitted changes."
19866msgstr ""
19867
19868#: git-sh-setup.sh:248
19869#, sh-format
19870msgid "Cannot $action: Your index contains uncommitted changes."
19871msgstr ""
19872
19873#: git-sh-setup.sh:252
19874msgid "Additionally, your index contains uncommitted changes."
19875msgstr ""
19876
19877#: git-sh-setup.sh:372
19878msgid "You need to run this command from the toplevel of the working tree."
19879msgstr ""
19880
19881#: git-sh-setup.sh:377
19882msgid "Unable to determine absolute path of git directory"
19883msgstr ""
19884
19885#. TRANSLATORS: you can adjust this to align "git add -i" status menu
19886#: git-add--interactive.perl:196
19887#, perl-format
19888msgid "%12s %12s %s"
19889msgstr ""
19890
19891#: git-add--interactive.perl:197
19892msgid "staged"
19893msgstr ""
19894
19895#: git-add--interactive.perl:197
19896msgid "unstaged"
19897msgstr ""
19898
19899#: git-add--interactive.perl:253 git-add--interactive.perl:278
19900msgid "binary"
19901msgstr ""
19902
19903#: git-add--interactive.perl:262 git-add--interactive.perl:316
19904msgid "nothing"
19905msgstr ""
19906
19907#: git-add--interactive.perl:298 git-add--interactive.perl:313
19908msgid "unchanged"
19909msgstr ""
19910
19911#: git-add--interactive.perl:609
19912#, perl-format
19913msgid "added %d path\n"
19914msgid_plural "added %d paths\n"
19915msgstr[0] ""
19916msgstr[1] ""
19917
19918#: git-add--interactive.perl:612
19919#, perl-format
19920msgid "updated %d path\n"
19921msgid_plural "updated %d paths\n"
19922msgstr[0] ""
19923msgstr[1] ""
19924
19925#: git-add--interactive.perl:615
19926#, perl-format
19927msgid "reverted %d path\n"
19928msgid_plural "reverted %d paths\n"
19929msgstr[0] ""
19930msgstr[1] ""
19931
19932#: git-add--interactive.perl:618
19933#, perl-format
19934msgid "touched %d path\n"
19935msgid_plural "touched %d paths\n"
19936msgstr[0] ""
19937msgstr[1] ""
19938
19939#: git-add--interactive.perl:627
19940msgid "Update"
19941msgstr ""
19942
19943#: git-add--interactive.perl:639
19944msgid "Revert"
19945msgstr ""
19946
19947#: git-add--interactive.perl:662
19948#, perl-format
19949msgid "note: %s is untracked now.\n"
19950msgstr ""
19951
19952#: git-add--interactive.perl:673
19953msgid "Add untracked"
19954msgstr ""
19955
19956#: git-add--interactive.perl:679
19957msgid "No untracked files.\n"
19958msgstr ""
19959
19960#: git-add--interactive.perl:1033
19961msgid ""
19962"If the patch applies cleanly, the edited hunk will immediately be\n"
19963"marked for staging."
19964msgstr ""
19965
19966#: git-add--interactive.perl:1036
19967msgid ""
19968"If the patch applies cleanly, the edited hunk will immediately be\n"
19969"marked for stashing."
19970msgstr ""
19971
19972#: git-add--interactive.perl:1039
19973msgid ""
19974"If the patch applies cleanly, the edited hunk will immediately be\n"
19975"marked for unstaging."
19976msgstr ""
19977
19978#: git-add--interactive.perl:1042 git-add--interactive.perl:1051
19979msgid ""
19980"If the patch applies cleanly, the edited hunk will immediately be\n"
19981"marked for applying."
19982msgstr ""
19983
19984#: git-add--interactive.perl:1045 git-add--interactive.perl:1048
19985msgid ""
19986"If the patch applies cleanly, the edited hunk will immediately be\n"
19987"marked for discarding."
19988msgstr ""
19989
19990#: git-add--interactive.perl:1085
19991#, perl-format
19992msgid "failed to open hunk edit file for writing: %s"
19993msgstr ""
19994
19995#: git-add--interactive.perl:1086
19996msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
19997msgstr ""
19998
19999#: git-add--interactive.perl:1092
20000#, perl-format
20001msgid ""
20002"---\n"
20003"To remove '%s' lines, make them ' ' lines (context).\n"
20004"To remove '%s' lines, delete them.\n"
20005"Lines starting with %s will be removed.\n"
20006msgstr ""
20007
20008#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
20009#: git-add--interactive.perl:1100
20010msgid ""
20011"If it does not apply cleanly, you will be given an opportunity to\n"
20012"edit again.  If all lines of the hunk are removed, then the edit is\n"
20013"aborted and the hunk is left unchanged.\n"
20014msgstr ""
20015
20016#: git-add--interactive.perl:1114
20017#, perl-format
20018msgid "failed to open hunk edit file for reading: %s"
20019msgstr ""
20020
20021#. TRANSLATORS: do not translate [y/n]
20022#. The program will only accept that input
20023#. at this point.
20024#. Consider translating (saying "no" discards!) as
20025#. (saying "n" for "no" discards!) if the translation
20026#. of the word "no" does not start with n.
20027#: git-add--interactive.perl:1213
20028msgid ""
20029"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
20030msgstr ""
20031
20032#: git-add--interactive.perl:1222
20033msgid ""
20034"y - stage this hunk\n"
20035"n - do not stage this hunk\n"
20036"q - quit; do not stage this hunk or any of the remaining ones\n"
20037"a - stage this hunk and all later hunks in the file\n"
20038"d - do not stage this hunk or any of the later hunks in the file"
20039msgstr ""
20040
20041#: git-add--interactive.perl:1228
20042msgid ""
20043"y - stash this hunk\n"
20044"n - do not stash this hunk\n"
20045"q - quit; do not stash this hunk or any of the remaining ones\n"
20046"a - stash this hunk and all later hunks in the file\n"
20047"d - do not stash this hunk or any of the later hunks in the file"
20048msgstr ""
20049
20050#: git-add--interactive.perl:1234
20051msgid ""
20052"y - unstage this hunk\n"
20053"n - do not unstage this hunk\n"
20054"q - quit; do not unstage this hunk or any of the remaining ones\n"
20055"a - unstage this hunk and all later hunks in the file\n"
20056"d - do not unstage this hunk or any of the later hunks in the file"
20057msgstr ""
20058
20059#: git-add--interactive.perl:1240
20060msgid ""
20061"y - apply this hunk to index\n"
20062"n - do not apply this hunk to index\n"
20063"q - quit; do not apply this hunk or any of the remaining ones\n"
20064"a - apply this hunk and all later hunks in the file\n"
20065"d - do not apply this hunk or any of the later hunks in the file"
20066msgstr ""
20067
20068#: git-add--interactive.perl:1246
20069msgid ""
20070"y - discard this hunk from worktree\n"
20071"n - do not discard this hunk from worktree\n"
20072"q - quit; do not discard this hunk or any of the remaining ones\n"
20073"a - discard this hunk and all later hunks in the file\n"
20074"d - do not discard this hunk or any of the later hunks in the file"
20075msgstr ""
20076
20077#: git-add--interactive.perl:1252
20078msgid ""
20079"y - discard this hunk from index and worktree\n"
20080"n - do not discard this hunk from index and worktree\n"
20081"q - quit; do not discard this hunk or any of the remaining ones\n"
20082"a - discard this hunk and all later hunks in the file\n"
20083"d - do not discard this hunk or any of the later hunks in the file"
20084msgstr ""
20085
20086#: git-add--interactive.perl:1258
20087msgid ""
20088"y - apply this hunk to index and worktree\n"
20089"n - do not apply this hunk to index and worktree\n"
20090"q - quit; do not apply this hunk or any of the remaining ones\n"
20091"a - apply this hunk and all later hunks in the file\n"
20092"d - do not apply this hunk or any of the later hunks in the file"
20093msgstr ""
20094
20095#: git-add--interactive.perl:1273
20096msgid ""
20097"g - select a hunk to go to\n"
20098"/ - search for a hunk matching the given regex\n"
20099"j - leave this hunk undecided, see next undecided hunk\n"
20100"J - leave this hunk undecided, see next hunk\n"
20101"k - leave this hunk undecided, see previous undecided hunk\n"
20102"K - leave this hunk undecided, see previous hunk\n"
20103"s - split the current hunk into smaller hunks\n"
20104"e - manually edit the current hunk\n"
20105"? - print help\n"
20106msgstr ""
20107
20108#: git-add--interactive.perl:1304
20109msgid "The selected hunks do not apply to the index!\n"
20110msgstr ""
20111
20112#: git-add--interactive.perl:1305
20113msgid "Apply them to the worktree anyway? "
20114msgstr ""
20115
20116#: git-add--interactive.perl:1308
20117msgid "Nothing was applied.\n"
20118msgstr ""
20119
20120#: git-add--interactive.perl:1319
20121#, perl-format
20122msgid "ignoring unmerged: %s\n"
20123msgstr ""
20124
20125#: git-add--interactive.perl:1328
20126msgid "Only binary files changed.\n"
20127msgstr ""
20128
20129#: git-add--interactive.perl:1330
20130msgid "No changes.\n"
20131msgstr ""
20132
20133#: git-add--interactive.perl:1338
20134msgid "Patch update"
20135msgstr ""
20136
20137#: git-add--interactive.perl:1390
20138#, perl-format
20139msgid "Stage mode change [y,n,q,a,d%s,?]? "
20140msgstr ""
20141
20142#: git-add--interactive.perl:1391
20143#, perl-format
20144msgid "Stage deletion [y,n,q,a,d%s,?]? "
20145msgstr ""
20146
20147#: git-add--interactive.perl:1392
20148#, perl-format
20149msgid "Stage this hunk [y,n,q,a,d%s,?]? "
20150msgstr ""
20151
20152#: git-add--interactive.perl:1395
20153#, perl-format
20154msgid "Stash mode change [y,n,q,a,d%s,?]? "
20155msgstr ""
20156
20157#: git-add--interactive.perl:1396
20158#, perl-format
20159msgid "Stash deletion [y,n,q,a,d%s,?]? "
20160msgstr ""
20161
20162#: git-add--interactive.perl:1397
20163#, perl-format
20164msgid "Stash this hunk [y,n,q,a,d%s,?]? "
20165msgstr ""
20166
20167#: git-add--interactive.perl:1400
20168#, perl-format
20169msgid "Unstage mode change [y,n,q,a,d%s,?]? "
20170msgstr ""
20171
20172#: git-add--interactive.perl:1401
20173#, perl-format
20174msgid "Unstage deletion [y,n,q,a,d%s,?]? "
20175msgstr ""
20176
20177#: git-add--interactive.perl:1402
20178#, perl-format
20179msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
20180msgstr ""
20181
20182#: git-add--interactive.perl:1405
20183#, perl-format
20184msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
20185msgstr ""
20186
20187#: git-add--interactive.perl:1406
20188#, perl-format
20189msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
20190msgstr ""
20191
20192#: git-add--interactive.perl:1407
20193#, perl-format
20194msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
20195msgstr ""
20196
20197#: git-add--interactive.perl:1410
20198#, perl-format
20199msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
20200msgstr ""
20201
20202#: git-add--interactive.perl:1411
20203#, perl-format
20204msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
20205msgstr ""
20206
20207#: git-add--interactive.perl:1412
20208#, perl-format
20209msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
20210msgstr ""
20211
20212#: git-add--interactive.perl:1415
20213#, perl-format
20214msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
20215msgstr ""
20216
20217#: git-add--interactive.perl:1416
20218#, perl-format
20219msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
20220msgstr ""
20221
20222#: git-add--interactive.perl:1417
20223#, perl-format
20224msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
20225msgstr ""
20226
20227#: git-add--interactive.perl:1420
20228#, perl-format
20229msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
20230msgstr ""
20231
20232#: git-add--interactive.perl:1421
20233#, perl-format
20234msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
20235msgstr ""
20236
20237#: git-add--interactive.perl:1422
20238#, perl-format
20239msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
20240msgstr ""
20241
20242#: git-add--interactive.perl:1522
20243msgid "No other hunks to goto\n"
20244msgstr ""
20245
20246#: git-add--interactive.perl:1529
20247msgid "go to which hunk (<ret> to see more)? "
20248msgstr ""
20249
20250#: git-add--interactive.perl:1531
20251msgid "go to which hunk? "
20252msgstr ""
20253
20254#: git-add--interactive.perl:1540
20255#, perl-format
20256msgid "Invalid number: '%s'\n"
20257msgstr ""
20258
20259#: git-add--interactive.perl:1545
20260#, perl-format
20261msgid "Sorry, only %d hunk available.\n"
20262msgid_plural "Sorry, only %d hunks available.\n"
20263msgstr[0] ""
20264msgstr[1] ""
20265
20266#: git-add--interactive.perl:1571
20267msgid "No other hunks to search\n"
20268msgstr ""
20269
20270#: git-add--interactive.perl:1575
20271msgid "search for regex? "
20272msgstr ""
20273
20274#: git-add--interactive.perl:1588
20275#, perl-format
20276msgid "Malformed search regexp %s: %s\n"
20277msgstr ""
20278
20279#: git-add--interactive.perl:1598
20280msgid "No hunk matches the given pattern\n"
20281msgstr ""
20282
20283#: git-add--interactive.perl:1610 git-add--interactive.perl:1632
20284msgid "No previous hunk\n"
20285msgstr ""
20286
20287#: git-add--interactive.perl:1619 git-add--interactive.perl:1638
20288msgid "No next hunk\n"
20289msgstr ""
20290
20291#: git-add--interactive.perl:1644
20292msgid "Sorry, cannot split this hunk\n"
20293msgstr ""
20294
20295#: git-add--interactive.perl:1650
20296#, perl-format
20297msgid "Split into %d hunk.\n"
20298msgid_plural "Split into %d hunks.\n"
20299msgstr[0] ""
20300msgstr[1] ""
20301
20302#: git-add--interactive.perl:1660
20303msgid "Sorry, cannot edit this hunk\n"
20304msgstr ""
20305
20306#: git-add--interactive.perl:1706
20307msgid "Review diff"
20308msgstr ""
20309
20310#. TRANSLATORS: please do not translate the command names
20311#. 'status', 'update', 'revert', etc.
20312#: git-add--interactive.perl:1725
20313msgid ""
20314"status        - show paths with changes\n"
20315"update        - add working tree state to the staged set of changes\n"
20316"revert        - revert staged set of changes back to the HEAD version\n"
20317"patch         - pick hunks and update selectively\n"
20318"diff          - view diff between HEAD and index\n"
20319"add untracked - add contents of untracked files to the staged set of "
20320"changes\n"
20321msgstr ""
20322
20323#: git-add--interactive.perl:1742 git-add--interactive.perl:1747
20324#: git-add--interactive.perl:1750 git-add--interactive.perl:1757
20325#: git-add--interactive.perl:1761 git-add--interactive.perl:1767
20326msgid "missing --"
20327msgstr ""
20328
20329#: git-add--interactive.perl:1763
20330#, perl-format
20331msgid "unknown --patch mode: %s"
20332msgstr ""
20333
20334#: git-add--interactive.perl:1769 git-add--interactive.perl:1775
20335#, perl-format
20336msgid "invalid argument %s, expecting --"
20337msgstr ""
20338
20339#: git-send-email.perl:138
20340msgid "local zone differs from GMT by a non-minute interval\n"
20341msgstr ""
20342
20343#: git-send-email.perl:145 git-send-email.perl:151
20344msgid "local time offset greater than or equal to 24 hours\n"
20345msgstr ""
20346
20347#: git-send-email.perl:219 git-send-email.perl:225
20348msgid "the editor exited uncleanly, aborting everything"
20349msgstr ""
20350
20351#: git-send-email.perl:302
20352#, perl-format
20353msgid ""
20354"'%s' contains an intermediate version of the email you were composing.\n"
20355msgstr ""
20356
20357#: git-send-email.perl:307
20358#, perl-format
20359msgid "'%s.final' contains the composed email.\n"
20360msgstr ""
20361
20362#: git-send-email.perl:326
20363msgid "--dump-aliases incompatible with other options\n"
20364msgstr ""
20365
20366#: git-send-email.perl:395 git-send-email.perl:650
20367msgid "Cannot run git format-patch from outside a repository\n"
20368msgstr ""
20369
20370#: git-send-email.perl:398
20371msgid ""
20372"`batch-size` and `relogin` must be specified together (via command-line or "
20373"configuration option)\n"
20374msgstr ""
20375
20376#: git-send-email.perl:468
20377#, perl-format
20378msgid "Unknown --suppress-cc field: '%s'\n"
20379msgstr ""
20380
20381#: git-send-email.perl:497
20382#, perl-format
20383msgid "Unknown --confirm setting: '%s'\n"
20384msgstr ""
20385
20386#: git-send-email.perl:525
20387#, perl-format
20388msgid "warning: sendmail alias with quotes is not supported: %s\n"
20389msgstr ""
20390
20391#: git-send-email.perl:527
20392#, perl-format
20393msgid "warning: `:include:` not supported: %s\n"
20394msgstr ""
20395
20396#: git-send-email.perl:529
20397#, perl-format
20398msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
20399msgstr ""
20400
20401#: git-send-email.perl:534
20402#, perl-format
20403msgid "warning: sendmail line is not recognized: %s\n"
20404msgstr ""
20405
20406#: git-send-email.perl:616
20407#, perl-format
20408msgid ""
20409"File '%s' exists but it could also be the range of commits\n"
20410"to produce patches for.  Please disambiguate by...\n"
20411"\n"
20412"    * Saying \"./%s\" if you mean a file; or\n"
20413"    * Giving --format-patch option if you mean a range.\n"
20414msgstr ""
20415
20416#: git-send-email.perl:637
20417#, perl-format
20418msgid "Failed to opendir %s: %s"
20419msgstr ""
20420
20421#: git-send-email.perl:661
20422#, perl-format
20423msgid ""
20424"fatal: %s: %s\n"
20425"warning: no patches were sent\n"
20426msgstr ""
20427
20428#: git-send-email.perl:672
20429msgid ""
20430"\n"
20431"No patch files specified!\n"
20432"\n"
20433msgstr ""
20434
20435#: git-send-email.perl:685
20436#, perl-format
20437msgid "No subject line in %s?"
20438msgstr ""
20439
20440#: git-send-email.perl:695
20441#, perl-format
20442msgid "Failed to open for writing %s: %s"
20443msgstr ""
20444
20445#: git-send-email.perl:706
20446msgid ""
20447"Lines beginning in \"GIT:\" will be removed.\n"
20448"Consider including an overall diffstat or table of contents\n"
20449"for the patch you are writing.\n"
20450"\n"
20451"Clear the body content if you don't wish to send a summary.\n"
20452msgstr ""
20453
20454#: git-send-email.perl:730
20455#, perl-format
20456msgid "Failed to open %s: %s"
20457msgstr ""
20458
20459#: git-send-email.perl:747
20460#, perl-format
20461msgid "Failed to open %s.final: %s"
20462msgstr ""
20463
20464#: git-send-email.perl:790
20465msgid "Summary email is empty, skipping it\n"
20466msgstr ""
20467
20468#. TRANSLATORS: please keep [y/N] as is.
20469#: git-send-email.perl:825
20470#, perl-format
20471msgid "Are you sure you want to use <%s> [y/N]? "
20472msgstr ""
20473
20474#: git-send-email.perl:880
20475msgid ""
20476"The following files are 8bit, but do not declare a Content-Transfer-"
20477"Encoding.\n"
20478msgstr ""
20479
20480#: git-send-email.perl:885
20481msgid "Which 8bit encoding should I declare [UTF-8]? "
20482msgstr ""
20483
20484#: git-send-email.perl:893
20485#, perl-format
20486msgid ""
20487"Refusing to send because the patch\n"
20488"\t%s\n"
20489"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
20490"want to send.\n"
20491msgstr ""
20492
20493#: git-send-email.perl:912
20494msgid "To whom should the emails be sent (if anyone)?"
20495msgstr ""
20496
20497#: git-send-email.perl:930
20498#, perl-format
20499msgid "fatal: alias '%s' expands to itself\n"
20500msgstr ""
20501
20502#: git-send-email.perl:942
20503msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
20504msgstr ""
20505
20506#: git-send-email.perl:1000 git-send-email.perl:1008
20507#, perl-format
20508msgid "error: unable to extract a valid address from: %s\n"
20509msgstr ""
20510
20511#. TRANSLATORS: Make sure to include [q] [d] [e] in your
20512#. translation. The program will only accept English input
20513#. at this point.
20514#: git-send-email.perl:1012
20515msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
20516msgstr ""
20517
20518#: git-send-email.perl:1329
20519#, perl-format
20520msgid "CA path \"%s\" does not exist"
20521msgstr ""
20522
20523#: git-send-email.perl:1412
20524msgid ""
20525"    The Cc list above has been expanded by additional\n"
20526"    addresses found in the patch commit message. By default\n"
20527"    send-email prompts before sending whenever this occurs.\n"
20528"    This behavior is controlled by the sendemail.confirm\n"
20529"    configuration setting.\n"
20530"\n"
20531"    For additional information, run 'git send-email --help'.\n"
20532"    To retain the current behavior, but squelch this message,\n"
20533"    run 'git config --global sendemail.confirm auto'.\n"
20534"\n"
20535msgstr ""
20536
20537#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
20538#. translation. The program will only accept English input
20539#. at this point.
20540#: git-send-email.perl:1427
20541msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
20542msgstr ""
20543
20544#: git-send-email.perl:1430
20545msgid "Send this email reply required"
20546msgstr ""
20547
20548#: git-send-email.perl:1458
20549msgid "The required SMTP server is not properly defined."
20550msgstr ""
20551
20552#: git-send-email.perl:1505
20553#, perl-format
20554msgid "Server does not support STARTTLS! %s"
20555msgstr ""
20556
20557#: git-send-email.perl:1510 git-send-email.perl:1514
20558#, perl-format
20559msgid "STARTTLS failed! %s"
20560msgstr ""
20561
20562#: git-send-email.perl:1523
20563msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
20564msgstr ""
20565
20566#: git-send-email.perl:1541
20567#, perl-format
20568msgid "Failed to send %s\n"
20569msgstr ""
20570
20571#: git-send-email.perl:1544
20572#, perl-format
20573msgid "Dry-Sent %s\n"
20574msgstr ""
20575
20576#: git-send-email.perl:1544
20577#, perl-format
20578msgid "Sent %s\n"
20579msgstr ""
20580
20581#: git-send-email.perl:1546
20582msgid "Dry-OK. Log says:\n"
20583msgstr ""
20584
20585#: git-send-email.perl:1546
20586msgid "OK. Log says:\n"
20587msgstr ""
20588
20589#: git-send-email.perl:1558
20590msgid "Result: "
20591msgstr ""
20592
20593#: git-send-email.perl:1561
20594msgid "Result: OK\n"
20595msgstr ""
20596
20597#: git-send-email.perl:1579
20598#, perl-format
20599msgid "can't open file %s"
20600msgstr ""
20601
20602#: git-send-email.perl:1626 git-send-email.perl:1646
20603#, perl-format
20604msgid "(mbox) Adding cc: %s from line '%s'\n"
20605msgstr ""
20606
20607#: git-send-email.perl:1632
20608#, perl-format
20609msgid "(mbox) Adding to: %s from line '%s'\n"
20610msgstr ""
20611
20612#: git-send-email.perl:1685
20613#, perl-format
20614msgid "(non-mbox) Adding cc: %s from line '%s'\n"
20615msgstr ""
20616
20617#: git-send-email.perl:1720
20618#, perl-format
20619msgid "(body) Adding cc: %s from line '%s'\n"
20620msgstr ""
20621
20622#: git-send-email.perl:1831
20623#, perl-format
20624msgid "(%s) Could not execute '%s'"
20625msgstr ""
20626
20627#: git-send-email.perl:1838
20628#, perl-format
20629msgid "(%s) Adding %s: %s from: '%s'\n"
20630msgstr ""
20631
20632#: git-send-email.perl:1842
20633#, perl-format
20634msgid "(%s) failed to close pipe to '%s'"
20635msgstr ""
20636
20637#: git-send-email.perl:1872
20638msgid "cannot send message as 7bit"
20639msgstr ""
20640
20641#: git-send-email.perl:1880
20642msgid "invalid transfer encoding"
20643msgstr ""
20644
20645#: git-send-email.perl:1921 git-send-email.perl:1973 git-send-email.perl:1983
20646#, perl-format
20647msgid "unable to open %s: %s\n"
20648msgstr ""
20649
20650#: git-send-email.perl:1924
20651#, perl-format
20652msgid "%s: patch contains a line longer than 998 characters"
20653msgstr ""
20654
20655#: git-send-email.perl:1941
20656#, perl-format
20657msgid "Skipping %s with backup suffix '%s'.\n"
20658msgstr ""
20659
20660#. TRANSLATORS: please keep "[y|N]" as is.
20661#: git-send-email.perl:1945
20662#, perl-format
20663msgid "Do you really want to send %s? [y|N]: "
20664msgstr ""