po / git.poton commit t3300-*.sh: Fix a TAP parse error (46d9847)
   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: 2012-08-06 23:47+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:40
  22#, c-format
  23msgid "hint: %.*s\n"
  24msgstr ""
  25
  26#.
  27#. * Message used both when 'git commit' fails and when
  28#. * other commands doing a merge do.
  29#.
  30#: advice.c:70
  31msgid ""
  32"Fix them up in the work tree,\n"
  33"and then use 'git add/rm <file>' as\n"
  34"appropriate to mark resolution and make a commit,\n"
  35"or use 'git commit -a'."
  36msgstr ""
  37
  38#: bundle.c:36
  39#, c-format
  40msgid "'%s' does not look like a v2 bundle file"
  41msgstr ""
  42
  43#: bundle.c:63
  44#, c-format
  45msgid "unrecognized header: %s%s (%d)"
  46msgstr ""
  47
  48#: bundle.c:89 builtin/commit.c:699
  49#, c-format
  50msgid "could not open '%s'"
  51msgstr ""
  52
  53#: bundle.c:140
  54msgid "Repository lacks these prerequisite commits:"
  55msgstr ""
  56
  57#: bundle.c:164 sequencer.c:550 sequencer.c:982 builtin/log.c:290
  58#: builtin/log.c:726 builtin/log.c:1316 builtin/log.c:1535 builtin/merge.c:347
  59#: builtin/shortlog.c:181
  60msgid "revision walk setup failed"
  61msgstr ""
  62
  63#: bundle.c:186
  64#, c-format
  65msgid "The bundle contains %d ref"
  66msgid_plural "The bundle contains %d refs"
  67msgstr[0] ""
  68msgstr[1] ""
  69
  70#: bundle.c:192
  71msgid "The bundle records a complete history."
  72msgstr ""
  73
  74#: bundle.c:195
  75#, c-format
  76msgid "The bundle requires this ref"
  77msgid_plural "The bundle requires these %d refs"
  78msgstr[0] ""
  79msgstr[1] ""
  80
  81#: bundle.c:294
  82msgid "rev-list died"
  83msgstr ""
  84
  85#: bundle.c:300 builtin/log.c:1212 builtin/shortlog.c:284
  86#, c-format
  87msgid "unrecognized argument: %s"
  88msgstr ""
  89
  90#: bundle.c:335
  91#, c-format
  92msgid "ref '%s' is excluded by the rev-list options"
  93msgstr ""
  94
  95#: bundle.c:380
  96msgid "Refusing to create empty bundle."
  97msgstr ""
  98
  99#: bundle.c:398
 100msgid "Could not spawn pack-objects"
 101msgstr ""
 102
 103#: bundle.c:416
 104msgid "pack-objects died"
 105msgstr ""
 106
 107#: bundle.c:419
 108#, c-format
 109msgid "cannot create '%s'"
 110msgstr ""
 111
 112#: bundle.c:441
 113msgid "index-pack died"
 114msgstr ""
 115
 116#: commit.c:48
 117#, c-format
 118msgid "could not parse %s"
 119msgstr ""
 120
 121#: commit.c:50
 122#, c-format
 123msgid "%s %s is not a commit!"
 124msgstr ""
 125
 126#: compat/obstack.c:406 compat/obstack.c:408
 127msgid "memory exhausted"
 128msgstr ""
 129
 130#: connected.c:39
 131msgid "Could not run 'git rev-list'"
 132msgstr ""
 133
 134#: connected.c:48
 135#, c-format
 136msgid "failed write to rev-list: %s"
 137msgstr ""
 138
 139#: connected.c:56
 140#, c-format
 141msgid "failed to close rev-list's stdin: %s"
 142msgstr ""
 143
 144#: date.c:95
 145msgid "in the future"
 146msgstr ""
 147
 148#: date.c:101
 149#, c-format
 150msgid "%lu second ago"
 151msgid_plural "%lu seconds ago"
 152msgstr[0] ""
 153msgstr[1] ""
 154
 155#: date.c:108
 156#, c-format
 157msgid "%lu minute ago"
 158msgid_plural "%lu minutes ago"
 159msgstr[0] ""
 160msgstr[1] ""
 161
 162#: date.c:115
 163#, c-format
 164msgid "%lu hour ago"
 165msgid_plural "%lu hours ago"
 166msgstr[0] ""
 167msgstr[1] ""
 168
 169#: date.c:122
 170#, c-format
 171msgid "%lu day ago"
 172msgid_plural "%lu days ago"
 173msgstr[0] ""
 174msgstr[1] ""
 175
 176#: date.c:128
 177#, c-format
 178msgid "%lu week ago"
 179msgid_plural "%lu weeks ago"
 180msgstr[0] ""
 181msgstr[1] ""
 182
 183#: date.c:135
 184#, c-format
 185msgid "%lu month ago"
 186msgid_plural "%lu months ago"
 187msgstr[0] ""
 188msgstr[1] ""
 189
 190#: date.c:146
 191#, c-format
 192msgid "%lu year"
 193msgid_plural "%lu years"
 194msgstr[0] ""
 195msgstr[1] ""
 196
 197#: date.c:149
 198#, c-format
 199msgid "%s, %lu month ago"
 200msgid_plural "%s, %lu months ago"
 201msgstr[0] ""
 202msgstr[1] ""
 203
 204#: date.c:154 date.c:159
 205#, c-format
 206msgid "%lu year ago"
 207msgid_plural "%lu years ago"
 208msgstr[0] ""
 209msgstr[1] ""
 210
 211#: diff.c:105
 212#, c-format
 213msgid "  Failed to parse dirstat cut-off percentage '%.*s'\n"
 214msgstr ""
 215
 216#: diff.c:110
 217#, c-format
 218msgid "  Unknown dirstat parameter '%.*s'\n"
 219msgstr ""
 220
 221#: diff.c:210
 222#, c-format
 223msgid ""
 224"Found errors in 'diff.dirstat' config variable:\n"
 225"%s"
 226msgstr ""
 227
 228#: diff.c:1400
 229msgid " 0 files changed"
 230msgstr ""
 231
 232#: diff.c:1404
 233#, c-format
 234msgid " %d file changed"
 235msgid_plural " %d files changed"
 236msgstr[0] ""
 237msgstr[1] ""
 238
 239#: diff.c:1421
 240#, c-format
 241msgid ", %d insertion(+)"
 242msgid_plural ", %d insertions(+)"
 243msgstr[0] ""
 244msgstr[1] ""
 245
 246#: diff.c:1432
 247#, c-format
 248msgid ", %d deletion(-)"
 249msgid_plural ", %d deletions(-)"
 250msgstr[0] ""
 251msgstr[1] ""
 252
 253#: diff.c:3461
 254#, c-format
 255msgid ""
 256"Failed to parse --dirstat/-X option parameter:\n"
 257"%s"
 258msgstr ""
 259
 260#: gpg-interface.c:59
 261msgid "could not run gpg."
 262msgstr ""
 263
 264#: gpg-interface.c:71
 265msgid "gpg did not accept the data"
 266msgstr ""
 267
 268#: gpg-interface.c:82
 269msgid "gpg failed to sign the data"
 270msgstr ""
 271
 272#: grep.c:1320
 273#, c-format
 274msgid "'%s': unable to read %s"
 275msgstr ""
 276
 277#: grep.c:1337
 278#, c-format
 279msgid "'%s': %s"
 280msgstr ""
 281
 282#: grep.c:1348
 283#, c-format
 284msgid "'%s': short read %s"
 285msgstr ""
 286
 287#: help.c:212
 288#, c-format
 289msgid "available git commands in '%s'"
 290msgstr ""
 291
 292#: help.c:219
 293msgid "git commands available from elsewhere on your $PATH"
 294msgstr ""
 295
 296#: help.c:275
 297#, c-format
 298msgid ""
 299"'%s' appears to be a git command, but we were not\n"
 300"able to execute it. Maybe git-%s is broken?"
 301msgstr ""
 302
 303#: help.c:332
 304msgid "Uh oh. Your system reports no Git commands at all."
 305msgstr ""
 306
 307#: help.c:354
 308#, c-format
 309msgid ""
 310"WARNING: You called a Git command named '%s', which does not exist.\n"
 311"Continuing under the assumption that you meant '%s'"
 312msgstr ""
 313
 314#: help.c:359
 315#, c-format
 316msgid "in %0.1f seconds automatically..."
 317msgstr ""
 318
 319#: help.c:366
 320#, c-format
 321msgid "git: '%s' is not a git command. See 'git --help'."
 322msgstr ""
 323
 324#: help.c:370
 325msgid ""
 326"\n"
 327"Did you mean this?"
 328msgid_plural ""
 329"\n"
 330"Did you mean one of these?"
 331msgstr[0] ""
 332msgstr[1] ""
 333
 334#: merge-recursive.c:190
 335#, c-format
 336msgid "(bad commit)\n"
 337msgstr ""
 338
 339#: merge-recursive.c:206
 340#, c-format
 341msgid "addinfo_cache failed for path '%s'"
 342msgstr ""
 343
 344#: merge-recursive.c:268
 345msgid "error building trees"
 346msgstr ""
 347
 348#: merge-recursive.c:497
 349msgid "diff setup failed"
 350msgstr ""
 351
 352#: merge-recursive.c:627
 353msgid "merge-recursive: disk full?"
 354msgstr ""
 355
 356#: merge-recursive.c:690
 357#, c-format
 358msgid "failed to create path '%s'%s"
 359msgstr ""
 360
 361#: merge-recursive.c:701
 362#, c-format
 363msgid "Removing %s to make room for subdirectory\n"
 364msgstr ""
 365
 366#. something else exists
 367#. .. but not some other error (who really cares what?)
 368#: merge-recursive.c:715 merge-recursive.c:736
 369msgid ": perhaps a D/F conflict?"
 370msgstr ""
 371
 372#: merge-recursive.c:726
 373#, c-format
 374msgid "refusing to lose untracked file at '%s'"
 375msgstr ""
 376
 377#: merge-recursive.c:766
 378#, c-format
 379msgid "cannot read object %s '%s'"
 380msgstr ""
 381
 382#: merge-recursive.c:768
 383#, c-format
 384msgid "blob expected for %s '%s'"
 385msgstr ""
 386
 387#: merge-recursive.c:791 builtin/clone.c:302
 388#, c-format
 389msgid "failed to open '%s'"
 390msgstr ""
 391
 392#: merge-recursive.c:799
 393#, c-format
 394msgid "failed to symlink '%s'"
 395msgstr ""
 396
 397#: merge-recursive.c:802
 398#, c-format
 399msgid "do not know what to do with %06o %s '%s'"
 400msgstr ""
 401
 402#: merge-recursive.c:939
 403msgid "Failed to execute internal merge"
 404msgstr ""
 405
 406#: merge-recursive.c:943
 407#, c-format
 408msgid "Unable to add %s to database"
 409msgstr ""
 410
 411#: merge-recursive.c:959
 412msgid "unsupported object type in the tree"
 413msgstr ""
 414
 415#: merge-recursive.c:1038 merge-recursive.c:1052
 416#, c-format
 417msgid ""
 418"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 419"in tree."
 420msgstr ""
 421
 422#: merge-recursive.c:1044 merge-recursive.c:1057
 423#, c-format
 424msgid ""
 425"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 426"in tree at %s."
 427msgstr ""
 428
 429#: merge-recursive.c:1098
 430msgid "rename"
 431msgstr ""
 432
 433#: merge-recursive.c:1098
 434msgid "renamed"
 435msgstr ""
 436
 437#: merge-recursive.c:1154
 438#, c-format
 439msgid "%s is a directory in %s adding as %s instead"
 440msgstr ""
 441
 442#: merge-recursive.c:1176
 443#, c-format
 444msgid ""
 445"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
 446"\"->\"%s\" in \"%s\"%s"
 447msgstr ""
 448
 449#: merge-recursive.c:1181
 450msgid " (left unresolved)"
 451msgstr ""
 452
 453#: merge-recursive.c:1235
 454#, c-format
 455msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
 456msgstr ""
 457
 458#: merge-recursive.c:1265
 459#, c-format
 460msgid "Renaming %s to %s and %s to %s instead"
 461msgstr ""
 462
 463#: merge-recursive.c:1464
 464#, c-format
 465msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
 466msgstr ""
 467
 468#: merge-recursive.c:1474
 469#, c-format
 470msgid "Adding merged %s"
 471msgstr ""
 472
 473#: merge-recursive.c:1479 merge-recursive.c:1677
 474#, c-format
 475msgid "Adding as %s instead"
 476msgstr ""
 477
 478#: merge-recursive.c:1530
 479#, c-format
 480msgid "cannot read object %s"
 481msgstr ""
 482
 483#: merge-recursive.c:1533
 484#, c-format
 485msgid "object %s is not a blob"
 486msgstr ""
 487
 488#: merge-recursive.c:1581
 489msgid "modify"
 490msgstr ""
 491
 492#: merge-recursive.c:1581
 493msgid "modified"
 494msgstr ""
 495
 496#: merge-recursive.c:1591
 497msgid "content"
 498msgstr ""
 499
 500#: merge-recursive.c:1598
 501msgid "add/add"
 502msgstr ""
 503
 504#: merge-recursive.c:1632
 505#, c-format
 506msgid "Skipped %s (merged same as existing)"
 507msgstr ""
 508
 509#: merge-recursive.c:1646
 510#, c-format
 511msgid "Auto-merging %s"
 512msgstr ""
 513
 514#: merge-recursive.c:1650 git-submodule.sh:844
 515msgid "submodule"
 516msgstr ""
 517
 518#: merge-recursive.c:1651
 519#, c-format
 520msgid "CONFLICT (%s): Merge conflict in %s"
 521msgstr ""
 522
 523#: merge-recursive.c:1741
 524#, c-format
 525msgid "Removing %s"
 526msgstr ""
 527
 528#: merge-recursive.c:1766
 529msgid "file/directory"
 530msgstr ""
 531
 532#: merge-recursive.c:1772
 533msgid "directory/file"
 534msgstr ""
 535
 536#: merge-recursive.c:1777
 537#, c-format
 538msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
 539msgstr ""
 540
 541#: merge-recursive.c:1787
 542#, c-format
 543msgid "Adding %s"
 544msgstr ""
 545
 546#: merge-recursive.c:1804
 547msgid "Fatal merge failure, shouldn't happen."
 548msgstr ""
 549
 550#: merge-recursive.c:1823
 551msgid "Already up-to-date!"
 552msgstr ""
 553
 554#: merge-recursive.c:1832
 555#, c-format
 556msgid "merging of trees %s and %s failed"
 557msgstr ""
 558
 559#: merge-recursive.c:1862
 560#, c-format
 561msgid "Unprocessed path??? %s"
 562msgstr ""
 563
 564#: merge-recursive.c:1907
 565msgid "Merging:"
 566msgstr ""
 567
 568#: merge-recursive.c:1920
 569#, c-format
 570msgid "found %u common ancestor:"
 571msgid_plural "found %u common ancestors:"
 572msgstr[0] ""
 573msgstr[1] ""
 574
 575#: merge-recursive.c:1957
 576msgid "merge returned no commit"
 577msgstr ""
 578
 579#: merge-recursive.c:2014
 580#, c-format
 581msgid "Could not parse object '%s'"
 582msgstr ""
 583
 584#: merge-recursive.c:2026 builtin/merge.c:697
 585msgid "Unable to write index."
 586msgstr ""
 587
 588#: parse-options.c:494
 589msgid "..."
 590msgstr ""
 591
 592#: parse-options.c:512
 593#, c-format
 594msgid "usage: %s"
 595msgstr ""
 596
 597#. TRANSLATORS: the colon here should align with the
 598#. one in "usage: %s" translation
 599#: parse-options.c:516
 600#, c-format
 601msgid "   or: %s"
 602msgstr ""
 603
 604#: parse-options.c:519
 605#, c-format
 606msgid "    %s"
 607msgstr ""
 608
 609#: remote.c:1632
 610#, c-format
 611msgid "Your branch is ahead of '%s' by %d commit.\n"
 612msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
 613msgstr[0] ""
 614msgstr[1] ""
 615
 616#: remote.c:1638
 617#, c-format
 618msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
 619msgid_plural ""
 620"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
 621msgstr[0] ""
 622msgstr[1] ""
 623
 624#: remote.c:1646
 625#, c-format
 626msgid ""
 627"Your branch and '%s' have diverged,\n"
 628"and have %d and %d different commit each, respectively.\n"
 629msgid_plural ""
 630"Your branch and '%s' have diverged,\n"
 631"and have %d and %d different commits each, respectively.\n"
 632msgstr[0] ""
 633msgstr[1] ""
 634
 635#: sequencer.c:121 builtin/merge.c:865 builtin/merge.c:978
 636#: builtin/merge.c:1088 builtin/merge.c:1098
 637#, c-format
 638msgid "Could not open '%s' for writing"
 639msgstr ""
 640
 641#: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:868
 642#: builtin/merge.c:1090 builtin/merge.c:1103
 643#, c-format
 644msgid "Could not write to '%s'"
 645msgstr ""
 646
 647#: sequencer.c:144
 648msgid ""
 649"after resolving the conflicts, mark the corrected paths\n"
 650"with 'git add <paths>' or 'git rm <paths>'"
 651msgstr ""
 652
 653#: sequencer.c:147
 654msgid ""
 655"after resolving the conflicts, mark the corrected paths\n"
 656"with 'git add <paths>' or 'git rm <paths>'\n"
 657"and commit the result with 'git commit'"
 658msgstr ""
 659
 660#: sequencer.c:160 sequencer.c:758 sequencer.c:841
 661#, c-format
 662msgid "Could not write to %s"
 663msgstr ""
 664
 665#: sequencer.c:163
 666#, c-format
 667msgid "Error wrapping up %s"
 668msgstr ""
 669
 670#: sequencer.c:178
 671msgid "Your local changes would be overwritten by cherry-pick."
 672msgstr ""
 673
 674#: sequencer.c:180
 675msgid "Your local changes would be overwritten by revert."
 676msgstr ""
 677
 678#: sequencer.c:183
 679msgid "Commit your changes or stash them to proceed."
 680msgstr ""
 681
 682#. TRANSLATORS: %s will be "revert" or "cherry-pick"
 683#: sequencer.c:233
 684#, c-format
 685msgid "%s: Unable to write new index file"
 686msgstr ""
 687
 688#: sequencer.c:261
 689msgid "Could not resolve HEAD commit\n"
 690msgstr ""
 691
 692#: sequencer.c:282
 693msgid "Unable to update cache tree\n"
 694msgstr ""
 695
 696#: sequencer.c:324
 697#, c-format
 698msgid "Could not parse commit %s\n"
 699msgstr ""
 700
 701#: sequencer.c:329
 702#, c-format
 703msgid "Could not parse parent commit %s\n"
 704msgstr ""
 705
 706#: sequencer.c:395
 707msgid "Your index file is unmerged."
 708msgstr ""
 709
 710#: sequencer.c:398
 711msgid "You do not have a valid HEAD"
 712msgstr ""
 713
 714#: sequencer.c:413
 715#, c-format
 716msgid "Commit %s is a merge but no -m option was given."
 717msgstr ""
 718
 719#: sequencer.c:421
 720#, c-format
 721msgid "Commit %s does not have parent %d"
 722msgstr ""
 723
 724#: sequencer.c:425
 725#, c-format
 726msgid "Mainline was specified but commit %s is not a merge."
 727msgstr ""
 728
 729#. TRANSLATORS: The first %s will be "revert" or
 730#. "cherry-pick", the second %s a SHA1
 731#: sequencer.c:436
 732#, c-format
 733msgid "%s: cannot parse parent commit %s"
 734msgstr ""
 735
 736#: sequencer.c:440
 737#, c-format
 738msgid "Cannot get commit message for %s"
 739msgstr ""
 740
 741#: sequencer.c:524
 742#, c-format
 743msgid "could not revert %s... %s"
 744msgstr ""
 745
 746#: sequencer.c:525
 747#, c-format
 748msgid "could not apply %s... %s"
 749msgstr ""
 750
 751#: sequencer.c:553
 752msgid "empty commit set passed"
 753msgstr ""
 754
 755#: sequencer.c:561
 756#, c-format
 757msgid "git %s: failed to read the index"
 758msgstr ""
 759
 760#: sequencer.c:566
 761#, c-format
 762msgid "git %s: failed to refresh the index"
 763msgstr ""
 764
 765#: sequencer.c:624
 766#, c-format
 767msgid "Cannot %s during a %s"
 768msgstr ""
 769
 770#: sequencer.c:646
 771#, c-format
 772msgid "Could not parse line %d."
 773msgstr ""
 774
 775#: sequencer.c:651
 776msgid "No commits parsed."
 777msgstr ""
 778
 779#: sequencer.c:664
 780#, c-format
 781msgid "Could not open %s"
 782msgstr ""
 783
 784#: sequencer.c:668
 785#, c-format
 786msgid "Could not read %s."
 787msgstr ""
 788
 789#: sequencer.c:675
 790#, c-format
 791msgid "Unusable instruction sheet: %s"
 792msgstr ""
 793
 794#: sequencer.c:703
 795#, c-format
 796msgid "Invalid key: %s"
 797msgstr ""
 798
 799#: sequencer.c:706
 800#, c-format
 801msgid "Invalid value for %s: %s"
 802msgstr ""
 803
 804#: sequencer.c:718
 805#, c-format
 806msgid "Malformed options sheet: %s"
 807msgstr ""
 808
 809#: sequencer.c:739
 810msgid "a cherry-pick or revert is already in progress"
 811msgstr ""
 812
 813#: sequencer.c:740
 814msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
 815msgstr ""
 816
 817#: sequencer.c:744
 818#, c-format
 819msgid "Could not create sequencer directory %s"
 820msgstr ""
 821
 822#: sequencer.c:760 sequencer.c:845
 823#, c-format
 824msgid "Error wrapping up %s."
 825msgstr ""
 826
 827#: sequencer.c:779 sequencer.c:913
 828msgid "no cherry-pick or revert in progress"
 829msgstr ""
 830
 831#: sequencer.c:781
 832msgid "cannot resolve HEAD"
 833msgstr ""
 834
 835#: sequencer.c:783
 836msgid "cannot abort from a branch yet to be born"
 837msgstr ""
 838
 839#: sequencer.c:805 builtin/apply.c:3988
 840#, c-format
 841msgid "cannot open %s: %s"
 842msgstr ""
 843
 844#: sequencer.c:808
 845#, c-format
 846msgid "cannot read %s: %s"
 847msgstr ""
 848
 849#: sequencer.c:809
 850msgid "unexpected end of file"
 851msgstr ""
 852
 853#: sequencer.c:815
 854#, c-format
 855msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
 856msgstr ""
 857
 858#: sequencer.c:838
 859#, c-format
 860msgid "Could not format %s."
 861msgstr ""
 862
 863#: sequencer.c:1000
 864msgid "Can't revert as initial commit"
 865msgstr ""
 866
 867#: sequencer.c:1001
 868msgid "Can't cherry-pick into empty head"
 869msgstr ""
 870
 871#: sha1_name.c:1044
 872msgid "HEAD does not point to a branch"
 873msgstr ""
 874
 875#: sha1_name.c:1047
 876#, c-format
 877msgid "No such branch: '%s'"
 878msgstr ""
 879
 880#: sha1_name.c:1049
 881#, c-format
 882msgid "No upstream configured for branch '%s'"
 883msgstr ""
 884
 885#: sha1_name.c:1052
 886#, c-format
 887msgid "Upstream branch '%s' not stored as a remote-tracking branch"
 888msgstr ""
 889
 890#: wrapper.c:413
 891#, c-format
 892msgid "unable to look up current user in the passwd file: %s"
 893msgstr ""
 894
 895#: wrapper.c:414
 896msgid "no such user"
 897msgstr ""
 898
 899#: wt-status.c:140
 900msgid "Unmerged paths:"
 901msgstr ""
 902
 903#: wt-status.c:167 wt-status.c:194
 904#, c-format
 905msgid "  (use \"git reset %s <file>...\" to unstage)"
 906msgstr ""
 907
 908#: wt-status.c:169 wt-status.c:196
 909msgid "  (use \"git rm --cached <file>...\" to unstage)"
 910msgstr ""
 911
 912#: wt-status.c:173
 913msgid "  (use \"git add <file>...\" to mark resolution)"
 914msgstr ""
 915
 916#: wt-status.c:175 wt-status.c:179
 917msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
 918msgstr ""
 919
 920#: wt-status.c:177
 921msgid "  (use \"git rm <file>...\" to mark resolution)"
 922msgstr ""
 923
 924#: wt-status.c:188
 925msgid "Changes to be committed:"
 926msgstr ""
 927
 928#: wt-status.c:206
 929msgid "Changes not staged for commit:"
 930msgstr ""
 931
 932#: wt-status.c:210
 933msgid "  (use \"git add <file>...\" to update what will be committed)"
 934msgstr ""
 935
 936#: wt-status.c:212
 937msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
 938msgstr ""
 939
 940#: wt-status.c:213
 941msgid ""
 942"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
 943msgstr ""
 944
 945#: wt-status.c:215
 946msgid "  (commit or discard the untracked or modified content in submodules)"
 947msgstr ""
 948
 949#: wt-status.c:224
 950#, c-format
 951msgid "%s files:"
 952msgstr ""
 953
 954#: wt-status.c:227
 955#, c-format
 956msgid "  (use \"git %s <file>...\" to include in what will be committed)"
 957msgstr ""
 958
 959#: wt-status.c:244
 960msgid "bug"
 961msgstr ""
 962
 963#: wt-status.c:249
 964msgid "both deleted:"
 965msgstr ""
 966
 967#: wt-status.c:250
 968msgid "added by us:"
 969msgstr ""
 970
 971#: wt-status.c:251
 972msgid "deleted by them:"
 973msgstr ""
 974
 975#: wt-status.c:252
 976msgid "added by them:"
 977msgstr ""
 978
 979#: wt-status.c:253
 980msgid "deleted by us:"
 981msgstr ""
 982
 983#: wt-status.c:254
 984msgid "both added:"
 985msgstr ""
 986
 987#: wt-status.c:255
 988msgid "both modified:"
 989msgstr ""
 990
 991#: wt-status.c:285
 992msgid "new commits, "
 993msgstr ""
 994
 995#: wt-status.c:287
 996msgid "modified content, "
 997msgstr ""
 998
 999#: wt-status.c:289
1000msgid "untracked content, "
1001msgstr ""
1002
1003#: wt-status.c:303
1004#, c-format
1005msgid "new file:   %s"
1006msgstr ""
1007
1008#: wt-status.c:306
1009#, c-format
1010msgid "copied:     %s -> %s"
1011msgstr ""
1012
1013#: wt-status.c:309
1014#, c-format
1015msgid "deleted:    %s"
1016msgstr ""
1017
1018#: wt-status.c:312
1019#, c-format
1020msgid "modified:   %s"
1021msgstr ""
1022
1023#: wt-status.c:315
1024#, c-format
1025msgid "renamed:    %s -> %s"
1026msgstr ""
1027
1028#: wt-status.c:318
1029#, c-format
1030msgid "typechange: %s"
1031msgstr ""
1032
1033#: wt-status.c:321
1034#, c-format
1035msgid "unknown:    %s"
1036msgstr ""
1037
1038#: wt-status.c:324
1039#, c-format
1040msgid "unmerged:   %s"
1041msgstr ""
1042
1043#: wt-status.c:327
1044#, c-format
1045msgid "bug: unhandled diff status %c"
1046msgstr ""
1047
1048#: wt-status.c:785
1049msgid "You have unmerged paths."
1050msgstr ""
1051
1052#: wt-status.c:788 wt-status.c:912
1053msgid "  (fix conflicts and run \"git commit\")"
1054msgstr ""
1055
1056#: wt-status.c:791
1057msgid "All conflicts fixed but you are still merging."
1058msgstr ""
1059
1060#: wt-status.c:794
1061msgid "  (use \"git commit\" to conclude merge)"
1062msgstr ""
1063
1064#: wt-status.c:804
1065msgid "You are in the middle of an am session."
1066msgstr ""
1067
1068#: wt-status.c:807
1069msgid "The current patch is empty."
1070msgstr ""
1071
1072#: wt-status.c:811
1073msgid "  (fix conflicts and then run \"git am --resolved\")"
1074msgstr ""
1075
1076#: wt-status.c:813
1077msgid "  (use \"git am --skip\" to skip this patch)"
1078msgstr ""
1079
1080#: wt-status.c:815
1081msgid "  (use \"git am --abort\" to restore the original branch)"
1082msgstr ""
1083
1084#: wt-status.c:873 wt-status.c:883
1085msgid "You are currently rebasing."
1086msgstr ""
1087
1088#: wt-status.c:876
1089msgid "  (fix conflicts and then run \"git rebase --continue\")"
1090msgstr ""
1091
1092#: wt-status.c:878
1093msgid "  (use \"git rebase --skip\" to skip this patch)"
1094msgstr ""
1095
1096#: wt-status.c:880
1097msgid "  (use \"git rebase --abort\" to check out the original branch)"
1098msgstr ""
1099
1100#: wt-status.c:886
1101msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1102msgstr ""
1103
1104#: wt-status.c:888
1105msgid "You are currently splitting a commit during a rebase."
1106msgstr ""
1107
1108#: wt-status.c:891
1109msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1110msgstr ""
1111
1112#: wt-status.c:893
1113msgid "You are currently editing a commit during a rebase."
1114msgstr ""
1115
1116#: wt-status.c:896
1117msgid "  (use \"git commit --amend\" to amend the current commit)"
1118msgstr ""
1119
1120#: wt-status.c:898
1121msgid ""
1122"  (use \"git rebase --continue\" once you are satisfied with your changes)"
1123msgstr ""
1124
1125#: wt-status.c:908
1126msgid "You are currently cherry-picking."
1127msgstr ""
1128
1129#: wt-status.c:915
1130msgid "  (all conflicts fixed: run \"git commit\")"
1131msgstr ""
1132
1133#: wt-status.c:924
1134msgid "You are currently bisecting."
1135msgstr ""
1136
1137#: wt-status.c:927
1138msgid "  (use \"git bisect reset\" to get back to the original branch)"
1139msgstr ""
1140
1141#: wt-status.c:978
1142msgid "On branch "
1143msgstr ""
1144
1145#: wt-status.c:985
1146msgid "Not currently on any branch."
1147msgstr ""
1148
1149#: wt-status.c:997
1150msgid "Initial commit"
1151msgstr ""
1152
1153#: wt-status.c:1011
1154msgid "Untracked"
1155msgstr ""
1156
1157#: wt-status.c:1013
1158msgid "Ignored"
1159msgstr ""
1160
1161#: wt-status.c:1015
1162#, c-format
1163msgid "Untracked files not listed%s"
1164msgstr ""
1165
1166#: wt-status.c:1017
1167msgid " (use -u option to show untracked files)"
1168msgstr ""
1169
1170#: wt-status.c:1023
1171msgid "No changes"
1172msgstr ""
1173
1174#: wt-status.c:1027
1175#, c-format
1176msgid "no changes added to commit%s\n"
1177msgstr ""
1178
1179#: wt-status.c:1029
1180msgid " (use \"git add\" and/or \"git commit -a\")"
1181msgstr ""
1182
1183#: wt-status.c:1031
1184#, c-format
1185msgid "nothing added to commit but untracked files present%s\n"
1186msgstr ""
1187
1188#: wt-status.c:1033
1189msgid " (use \"git add\" to track)"
1190msgstr ""
1191
1192#: wt-status.c:1035 wt-status.c:1038 wt-status.c:1041
1193#, c-format
1194msgid "nothing to commit%s\n"
1195msgstr ""
1196
1197#: wt-status.c:1036
1198msgid " (create/copy files and use \"git add\" to track)"
1199msgstr ""
1200
1201#: wt-status.c:1039
1202msgid " (use -u to show untracked files)"
1203msgstr ""
1204
1205#: wt-status.c:1042
1206msgid " (working directory clean)"
1207msgstr ""
1208
1209#: wt-status.c:1150
1210msgid "HEAD (no branch)"
1211msgstr ""
1212
1213#: wt-status.c:1156
1214msgid "Initial commit on "
1215msgstr ""
1216
1217#: wt-status.c:1171
1218msgid "behind "
1219msgstr ""
1220
1221#: wt-status.c:1174 wt-status.c:1177
1222msgid "ahead "
1223msgstr ""
1224
1225#: wt-status.c:1179
1226msgid ", behind "
1227msgstr ""
1228
1229#: builtin/add.c:62
1230#, c-format
1231msgid "unexpected diff status %c"
1232msgstr ""
1233
1234#: builtin/add.c:67 builtin/commit.c:229
1235msgid "updating files failed"
1236msgstr ""
1237
1238#: builtin/add.c:77
1239#, c-format
1240msgid "remove '%s'\n"
1241msgstr ""
1242
1243#: builtin/add.c:176
1244#, c-format
1245msgid "Path '%s' is in submodule '%.*s'"
1246msgstr ""
1247
1248#: builtin/add.c:192
1249msgid "Unstaged changes after refreshing the index:"
1250msgstr ""
1251
1252#: builtin/add.c:195 builtin/add.c:459 builtin/rm.c:186
1253#, c-format
1254msgid "pathspec '%s' did not match any files"
1255msgstr ""
1256
1257#: builtin/add.c:209
1258#, c-format
1259msgid "'%s' is beyond a symbolic link"
1260msgstr ""
1261
1262#: builtin/add.c:276
1263msgid "Could not read the index"
1264msgstr ""
1265
1266#: builtin/add.c:286
1267#, c-format
1268msgid "Could not open '%s' for writing."
1269msgstr ""
1270
1271#: builtin/add.c:290
1272msgid "Could not write patch"
1273msgstr ""
1274
1275#: builtin/add.c:295
1276#, c-format
1277msgid "Could not stat '%s'"
1278msgstr ""
1279
1280#: builtin/add.c:297
1281msgid "Empty patch. Aborted."
1282msgstr ""
1283
1284#: builtin/add.c:303
1285#, c-format
1286msgid "Could not apply '%s'"
1287msgstr ""
1288
1289#: builtin/add.c:312
1290msgid "The following paths are ignored by one of your .gitignore files:\n"
1291msgstr ""
1292
1293#: builtin/add.c:352
1294#, c-format
1295msgid "Use -f if you really want to add them.\n"
1296msgstr ""
1297
1298#: builtin/add.c:353
1299msgid "no files added"
1300msgstr ""
1301
1302#: builtin/add.c:359
1303msgid "adding files failed"
1304msgstr ""
1305
1306#: builtin/add.c:391
1307msgid "-A and -u are mutually incompatible"
1308msgstr ""
1309
1310#: builtin/add.c:393
1311msgid "Option --ignore-missing can only be used together with --dry-run"
1312msgstr ""
1313
1314#: builtin/add.c:413
1315#, c-format
1316msgid "Nothing specified, nothing added.\n"
1317msgstr ""
1318
1319#: builtin/add.c:414
1320#, c-format
1321msgid "Maybe you wanted to say 'git add .'?\n"
1322msgstr ""
1323
1324#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:289 builtin/mv.c:82
1325#: builtin/rm.c:162
1326msgid "index file corrupt"
1327msgstr ""
1328
1329#: builtin/add.c:480 builtin/apply.c:4433 builtin/mv.c:229 builtin/rm.c:260
1330msgid "Unable to write new index file"
1331msgstr ""
1332
1333#: builtin/apply.c:57
1334msgid "git apply [options] [<patch>...]"
1335msgstr ""
1336
1337#: builtin/apply.c:110
1338#, c-format
1339msgid "unrecognized whitespace option '%s'"
1340msgstr ""
1341
1342#: builtin/apply.c:125
1343#, c-format
1344msgid "unrecognized whitespace ignore option '%s'"
1345msgstr ""
1346
1347#: builtin/apply.c:824
1348#, c-format
1349msgid "Cannot prepare timestamp regexp %s"
1350msgstr ""
1351
1352#: builtin/apply.c:833
1353#, c-format
1354msgid "regexec returned %d for input: %s"
1355msgstr ""
1356
1357#: builtin/apply.c:914
1358#, c-format
1359msgid "unable to find filename in patch at line %d"
1360msgstr ""
1361
1362#: builtin/apply.c:946
1363#, c-format
1364msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1365msgstr ""
1366
1367#: builtin/apply.c:950
1368#, c-format
1369msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1370msgstr ""
1371
1372#: builtin/apply.c:951
1373#, c-format
1374msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1375msgstr ""
1376
1377#: builtin/apply.c:958
1378#, c-format
1379msgid "git apply: bad git-diff - expected /dev/null on line %d"
1380msgstr ""
1381
1382#: builtin/apply.c:1403
1383#, c-format
1384msgid "recount: unexpected line: %.*s"
1385msgstr ""
1386
1387#: builtin/apply.c:1460
1388#, c-format
1389msgid "patch fragment without header at line %d: %.*s"
1390msgstr ""
1391
1392#: builtin/apply.c:1477
1393#, c-format
1394msgid ""
1395"git diff header lacks filename information when removing %d leading pathname "
1396"component (line %d)"
1397msgid_plural ""
1398"git diff header lacks filename information when removing %d leading pathname "
1399"components (line %d)"
1400msgstr[0] ""
1401msgstr[1] ""
1402
1403#: builtin/apply.c:1637
1404msgid "new file depends on old contents"
1405msgstr ""
1406
1407#: builtin/apply.c:1639
1408msgid "deleted file still has contents"
1409msgstr ""
1410
1411#: builtin/apply.c:1665
1412#, c-format
1413msgid "corrupt patch at line %d"
1414msgstr ""
1415
1416#: builtin/apply.c:1701
1417#, c-format
1418msgid "new file %s depends on old contents"
1419msgstr ""
1420
1421#: builtin/apply.c:1703
1422#, c-format
1423msgid "deleted file %s still has contents"
1424msgstr ""
1425
1426#: builtin/apply.c:1706
1427#, c-format
1428msgid "** warning: file %s becomes empty but is not deleted"
1429msgstr ""
1430
1431#: builtin/apply.c:1852
1432#, c-format
1433msgid "corrupt binary patch at line %d: %.*s"
1434msgstr ""
1435
1436#. there has to be one hunk (forward hunk)
1437#: builtin/apply.c:1881
1438#, c-format
1439msgid "unrecognized binary patch at line %d"
1440msgstr ""
1441
1442#: builtin/apply.c:1967
1443#, c-format
1444msgid "patch with only garbage at line %d"
1445msgstr ""
1446
1447#: builtin/apply.c:2057
1448#, c-format
1449msgid "unable to read symlink %s"
1450msgstr ""
1451
1452#: builtin/apply.c:2061
1453#, c-format
1454msgid "unable to open or read %s"
1455msgstr ""
1456
1457#: builtin/apply.c:2132
1458msgid "oops"
1459msgstr ""
1460
1461#: builtin/apply.c:2654
1462#, c-format
1463msgid "invalid start of line: '%c'"
1464msgstr ""
1465
1466#: builtin/apply.c:2772
1467#, c-format
1468msgid "Hunk #%d succeeded at %d (offset %d line)."
1469msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1470msgstr[0] ""
1471msgstr[1] ""
1472
1473#: builtin/apply.c:2784
1474#, c-format
1475msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1476msgstr ""
1477
1478#: builtin/apply.c:2790
1479#, c-format
1480msgid ""
1481"while searching for:\n"
1482"%.*s"
1483msgstr ""
1484
1485#: builtin/apply.c:2809
1486#, c-format
1487msgid "missing binary patch data for '%s'"
1488msgstr ""
1489
1490#: builtin/apply.c:2912
1491#, c-format
1492msgid "binary patch does not apply to '%s'"
1493msgstr ""
1494
1495#: builtin/apply.c:2918
1496#, c-format
1497msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1498msgstr ""
1499
1500#: builtin/apply.c:2939
1501#, c-format
1502msgid "patch failed: %s:%ld"
1503msgstr ""
1504
1505#: builtin/apply.c:3061
1506#, c-format
1507msgid "cannot checkout %s"
1508msgstr ""
1509
1510#: builtin/apply.c:3106 builtin/apply.c:3115 builtin/apply.c:3159
1511#, c-format
1512msgid "read of %s failed"
1513msgstr ""
1514
1515#: builtin/apply.c:3139 builtin/apply.c:3361
1516#, c-format
1517msgid "path %s has been renamed/deleted"
1518msgstr ""
1519
1520#: builtin/apply.c:3220 builtin/apply.c:3375
1521#, c-format
1522msgid "%s: does not exist in index"
1523msgstr ""
1524
1525#: builtin/apply.c:3224 builtin/apply.c:3367 builtin/apply.c:3389
1526#, c-format
1527msgid "%s: %s"
1528msgstr ""
1529
1530#: builtin/apply.c:3229 builtin/apply.c:3383
1531#, c-format
1532msgid "%s: does not match index"
1533msgstr ""
1534
1535#: builtin/apply.c:3331
1536msgid "removal patch leaves file contents"
1537msgstr ""
1538
1539#: builtin/apply.c:3400
1540#, c-format
1541msgid "%s: wrong type"
1542msgstr ""
1543
1544#: builtin/apply.c:3402
1545#, c-format
1546msgid "%s has type %o, expected %o"
1547msgstr ""
1548
1549#: builtin/apply.c:3503
1550#, c-format
1551msgid "%s: already exists in index"
1552msgstr ""
1553
1554#: builtin/apply.c:3506
1555#, c-format
1556msgid "%s: already exists in working directory"
1557msgstr ""
1558
1559#: builtin/apply.c:3526
1560#, c-format
1561msgid "new mode (%o) of %s does not match old mode (%o)"
1562msgstr ""
1563
1564#: builtin/apply.c:3531
1565#, c-format
1566msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1567msgstr ""
1568
1569#: builtin/apply.c:3539
1570#, c-format
1571msgid "%s: patch does not apply"
1572msgstr ""
1573
1574#: builtin/apply.c:3552
1575#, c-format
1576msgid "Checking patch %s..."
1577msgstr ""
1578
1579#: builtin/apply.c:3607 builtin/checkout.c:213 builtin/reset.c:158
1580#, c-format
1581msgid "make_cache_entry failed for path '%s'"
1582msgstr ""
1583
1584#: builtin/apply.c:3750
1585#, c-format
1586msgid "unable to remove %s from index"
1587msgstr ""
1588
1589#: builtin/apply.c:3778
1590#, c-format
1591msgid "corrupt patch for subproject %s"
1592msgstr ""
1593
1594#: builtin/apply.c:3782
1595#, c-format
1596msgid "unable to stat newly created file '%s'"
1597msgstr ""
1598
1599#: builtin/apply.c:3787
1600#, c-format
1601msgid "unable to create backing store for newly created file %s"
1602msgstr ""
1603
1604#: builtin/apply.c:3790 builtin/apply.c:3898
1605#, c-format
1606msgid "unable to add cache entry for %s"
1607msgstr ""
1608
1609#: builtin/apply.c:3823
1610#, c-format
1611msgid "closing file '%s'"
1612msgstr ""
1613
1614#: builtin/apply.c:3872
1615#, c-format
1616msgid "unable to write file '%s' mode %o"
1617msgstr ""
1618
1619#: builtin/apply.c:3959
1620#, c-format
1621msgid "Applied patch %s cleanly."
1622msgstr ""
1623
1624#: builtin/apply.c:3967
1625msgid "internal error"
1626msgstr ""
1627
1628#. Say this even without --verbose
1629#: builtin/apply.c:3970
1630#, c-format
1631msgid "Applying patch %%s with %d reject..."
1632msgid_plural "Applying patch %%s with %d rejects..."
1633msgstr[0] ""
1634msgstr[1] ""
1635
1636#: builtin/apply.c:3980
1637#, c-format
1638msgid "truncating .rej filename to %.*s.rej"
1639msgstr ""
1640
1641#: builtin/apply.c:4001
1642#, c-format
1643msgid "Hunk #%d applied cleanly."
1644msgstr ""
1645
1646#: builtin/apply.c:4004
1647#, c-format
1648msgid "Rejected hunk #%d."
1649msgstr ""
1650
1651#: builtin/apply.c:4154
1652msgid "unrecognized input"
1653msgstr ""
1654
1655#: builtin/apply.c:4165
1656msgid "unable to read index file"
1657msgstr ""
1658
1659#: builtin/apply.c:4284 builtin/apply.c:4287
1660msgid "path"
1661msgstr ""
1662
1663#: builtin/apply.c:4285
1664msgid "don't apply changes matching the given path"
1665msgstr ""
1666
1667#: builtin/apply.c:4288
1668msgid "apply changes matching the given path"
1669msgstr ""
1670
1671#: builtin/apply.c:4290
1672msgid "num"
1673msgstr ""
1674
1675#: builtin/apply.c:4291
1676msgid "remove <num> leading slashes from traditional diff paths"
1677msgstr ""
1678
1679#: builtin/apply.c:4294
1680msgid "ignore additions made by the patch"
1681msgstr ""
1682
1683#: builtin/apply.c:4296
1684msgid "instead of applying the patch, output diffstat for the input"
1685msgstr ""
1686
1687#: builtin/apply.c:4300
1688msgid "shows number of added and deleted lines in decimal notation"
1689msgstr ""
1690
1691#: builtin/apply.c:4302
1692msgid "instead of applying the patch, output a summary for the input"
1693msgstr ""
1694
1695#: builtin/apply.c:4304
1696msgid "instead of applying the patch, see if the patch is applicable"
1697msgstr ""
1698
1699#: builtin/apply.c:4306
1700msgid "make sure the patch is applicable to the current index"
1701msgstr ""
1702
1703#: builtin/apply.c:4308
1704msgid "apply a patch without touching the working tree"
1705msgstr ""
1706
1707#: builtin/apply.c:4310
1708msgid "also apply the patch (use with --stat/--summary/--check)"
1709msgstr ""
1710
1711#: builtin/apply.c:4312
1712msgid "attempt three-way merge if a patch does not apply"
1713msgstr ""
1714
1715#: builtin/apply.c:4314
1716msgid "build a temporary index based on embedded index information"
1717msgstr ""
1718
1719#: builtin/apply.c:4316
1720msgid "paths are separated with NUL character"
1721msgstr ""
1722
1723#: builtin/apply.c:4319
1724msgid "ensure at least <n> lines of context match"
1725msgstr ""
1726
1727#: builtin/apply.c:4320
1728msgid "action"
1729msgstr ""
1730
1731#: builtin/apply.c:4321
1732msgid "detect new or modified lines that have whitespace errors"
1733msgstr ""
1734
1735#: builtin/apply.c:4324 builtin/apply.c:4327
1736msgid "ignore changes in whitespace when finding context"
1737msgstr ""
1738
1739#: builtin/apply.c:4330
1740msgid "apply the patch in reverse"
1741msgstr ""
1742
1743#: builtin/apply.c:4332
1744msgid "don't expect at least one line of context"
1745msgstr ""
1746
1747#: builtin/apply.c:4334
1748msgid "leave the rejected hunks in corresponding *.rej files"
1749msgstr ""
1750
1751#: builtin/apply.c:4336
1752msgid "allow overlapping hunks"
1753msgstr ""
1754
1755#: builtin/apply.c:4337
1756msgid "be verbose"
1757msgstr ""
1758
1759#: builtin/apply.c:4339
1760msgid "tolerate incorrectly detected missing new-line at the end of file"
1761msgstr ""
1762
1763#: builtin/apply.c:4342
1764msgid "do not trust the line counts in the hunk headers"
1765msgstr ""
1766
1767#: builtin/apply.c:4344
1768msgid "root"
1769msgstr ""
1770
1771#: builtin/apply.c:4345
1772msgid "prepend <root> to all filenames"
1773msgstr ""
1774
1775#: builtin/apply.c:4367
1776msgid "--3way outside a repository"
1777msgstr ""
1778
1779#: builtin/apply.c:4375
1780msgid "--index outside a repository"
1781msgstr ""
1782
1783#: builtin/apply.c:4378
1784msgid "--cached outside a repository"
1785msgstr ""
1786
1787#: builtin/apply.c:4394
1788#, c-format
1789msgid "can't open patch '%s'"
1790msgstr ""
1791
1792#: builtin/apply.c:4408
1793#, c-format
1794msgid "squelched %d whitespace error"
1795msgid_plural "squelched %d whitespace errors"
1796msgstr[0] ""
1797msgstr[1] ""
1798
1799#: builtin/apply.c:4414 builtin/apply.c:4424
1800#, c-format
1801msgid "%d line adds whitespace errors."
1802msgid_plural "%d lines add whitespace errors."
1803msgstr[0] ""
1804msgstr[1] ""
1805
1806#: builtin/archive.c:17
1807#, c-format
1808msgid "could not create archive file '%s'"
1809msgstr ""
1810
1811#: builtin/archive.c:20
1812msgid "could not redirect output"
1813msgstr ""
1814
1815#: builtin/archive.c:37
1816msgid "git archive: Remote with no URL"
1817msgstr ""
1818
1819#: builtin/archive.c:58
1820msgid "git archive: expected ACK/NAK, got EOF"
1821msgstr ""
1822
1823#: builtin/archive.c:63
1824#, c-format
1825msgid "git archive: NACK %s"
1826msgstr ""
1827
1828#: builtin/archive.c:65
1829#, c-format
1830msgid "remote error: %s"
1831msgstr ""
1832
1833#: builtin/archive.c:66
1834msgid "git archive: protocol error"
1835msgstr ""
1836
1837#: builtin/archive.c:71
1838msgid "git archive: expected a flush"
1839msgstr ""
1840
1841#: builtin/branch.c:144
1842#, c-format
1843msgid ""
1844"deleting branch '%s' that has been merged to\n"
1845"         '%s', but not yet merged to HEAD."
1846msgstr ""
1847
1848#: builtin/branch.c:148
1849#, c-format
1850msgid ""
1851"not deleting branch '%s' that is not yet merged to\n"
1852"         '%s', even though it is merged to HEAD."
1853msgstr ""
1854
1855#: builtin/branch.c:180
1856msgid "cannot use -a with -d"
1857msgstr ""
1858
1859#: builtin/branch.c:186
1860msgid "Couldn't look up commit object for HEAD"
1861msgstr ""
1862
1863#: builtin/branch.c:191
1864#, c-format
1865msgid "Cannot delete the branch '%s' which you are currently on."
1866msgstr ""
1867
1868#: builtin/branch.c:202
1869#, c-format
1870msgid "remote branch '%s' not found."
1871msgstr ""
1872
1873#: builtin/branch.c:203
1874#, c-format
1875msgid "branch '%s' not found."
1876msgstr ""
1877
1878#: builtin/branch.c:210
1879#, c-format
1880msgid "Couldn't look up commit object for '%s'"
1881msgstr ""
1882
1883#: builtin/branch.c:216
1884#, c-format
1885msgid ""
1886"The branch '%s' is not fully merged.\n"
1887"If you are sure you want to delete it, run 'git branch -D %s'."
1888msgstr ""
1889
1890#: builtin/branch.c:225
1891#, c-format
1892msgid "Error deleting remote branch '%s'"
1893msgstr ""
1894
1895#: builtin/branch.c:226
1896#, c-format
1897msgid "Error deleting branch '%s'"
1898msgstr ""
1899
1900#: builtin/branch.c:233
1901#, c-format
1902msgid "Deleted remote branch %s (was %s).\n"
1903msgstr ""
1904
1905#: builtin/branch.c:234
1906#, c-format
1907msgid "Deleted branch %s (was %s).\n"
1908msgstr ""
1909
1910#: builtin/branch.c:239
1911msgid "Update of config-file failed"
1912msgstr ""
1913
1914#: builtin/branch.c:337
1915#, c-format
1916msgid "branch '%s' does not point at a commit"
1917msgstr ""
1918
1919#: builtin/branch.c:409
1920#, c-format
1921msgid "[%s: behind %d]"
1922msgstr ""
1923
1924#: builtin/branch.c:411
1925#, c-format
1926msgid "[behind %d]"
1927msgstr ""
1928
1929#: builtin/branch.c:415
1930#, c-format
1931msgid "[%s: ahead %d]"
1932msgstr ""
1933
1934#: builtin/branch.c:417
1935#, c-format
1936msgid "[ahead %d]"
1937msgstr ""
1938
1939#: builtin/branch.c:420
1940#, c-format
1941msgid "[%s: ahead %d, behind %d]"
1942msgstr ""
1943
1944#: builtin/branch.c:423
1945#, c-format
1946msgid "[ahead %d, behind %d]"
1947msgstr ""
1948
1949#: builtin/branch.c:535
1950msgid "(no branch)"
1951msgstr ""
1952
1953#: builtin/branch.c:600
1954msgid "some refs could not be read"
1955msgstr ""
1956
1957#: builtin/branch.c:613
1958msgid "cannot rename the current branch while not on any."
1959msgstr ""
1960
1961#: builtin/branch.c:623
1962#, c-format
1963msgid "Invalid branch name: '%s'"
1964msgstr ""
1965
1966#: builtin/branch.c:638
1967msgid "Branch rename failed"
1968msgstr ""
1969
1970#: builtin/branch.c:642
1971#, c-format
1972msgid "Renamed a misnamed branch '%s' away"
1973msgstr ""
1974
1975#: builtin/branch.c:646
1976#, c-format
1977msgid "Branch renamed to %s, but HEAD is not updated!"
1978msgstr ""
1979
1980#: builtin/branch.c:653
1981msgid "Branch is renamed, but update of config-file failed"
1982msgstr ""
1983
1984#: builtin/branch.c:668
1985#, c-format
1986msgid "malformed object name %s"
1987msgstr ""
1988
1989#: builtin/branch.c:692
1990#, c-format
1991msgid "could not write branch description template: %s"
1992msgstr ""
1993
1994#: builtin/branch.c:783
1995msgid "Failed to resolve HEAD as a valid ref."
1996msgstr ""
1997
1998#: builtin/branch.c:788 builtin/clone.c:561
1999msgid "HEAD not found below refs/heads!"
2000msgstr ""
2001
2002#: builtin/branch.c:808
2003msgid "--column and --verbose are incompatible"
2004msgstr ""
2005
2006#: builtin/branch.c:857
2007msgid "-a and -r options to 'git branch' do not make sense with a branch name"
2008msgstr ""
2009
2010#: builtin/bundle.c:47
2011#, c-format
2012msgid "%s is okay\n"
2013msgstr ""
2014
2015#: builtin/bundle.c:56
2016msgid "Need a repository to create a bundle."
2017msgstr ""
2018
2019#: builtin/bundle.c:60
2020msgid "Need a repository to unbundle."
2021msgstr ""
2022
2023#: builtin/checkout.c:114 builtin/checkout.c:147
2024#, c-format
2025msgid "path '%s' does not have our version"
2026msgstr ""
2027
2028#: builtin/checkout.c:116 builtin/checkout.c:149
2029#, c-format
2030msgid "path '%s' does not have their version"
2031msgstr ""
2032
2033#: builtin/checkout.c:132
2034#, c-format
2035msgid "path '%s' does not have all necessary versions"
2036msgstr ""
2037
2038#: builtin/checkout.c:176
2039#, c-format
2040msgid "path '%s' does not have necessary versions"
2041msgstr ""
2042
2043#: builtin/checkout.c:193
2044#, c-format
2045msgid "path '%s': cannot merge"
2046msgstr ""
2047
2048#: builtin/checkout.c:210
2049#, c-format
2050msgid "Unable to add merge result for '%s'"
2051msgstr ""
2052
2053#: builtin/checkout.c:235 builtin/checkout.c:393
2054msgid "corrupt index file"
2055msgstr ""
2056
2057#: builtin/checkout.c:265 builtin/checkout.c:272
2058#, c-format
2059msgid "path '%s' is unmerged"
2060msgstr ""
2061
2062#: builtin/checkout.c:303 builtin/checkout.c:499 builtin/clone.c:586
2063#: builtin/merge.c:812
2064msgid "unable to write new index file"
2065msgstr ""
2066
2067#: builtin/checkout.c:320 builtin/diff.c:302 builtin/merge.c:408
2068msgid "diff_setup_done failed"
2069msgstr ""
2070
2071#: builtin/checkout.c:415
2072msgid "you need to resolve your current index first"
2073msgstr ""
2074
2075#: builtin/checkout.c:534
2076#, c-format
2077msgid "Can not do reflog for '%s'\n"
2078msgstr ""
2079
2080#: builtin/checkout.c:567
2081msgid "HEAD is now at"
2082msgstr ""
2083
2084#: builtin/checkout.c:574
2085#, c-format
2086msgid "Reset branch '%s'\n"
2087msgstr ""
2088
2089#: builtin/checkout.c:577
2090#, c-format
2091msgid "Already on '%s'\n"
2092msgstr ""
2093
2094#: builtin/checkout.c:581
2095#, c-format
2096msgid "Switched to and reset branch '%s'\n"
2097msgstr ""
2098
2099#: builtin/checkout.c:583
2100#, c-format
2101msgid "Switched to a new branch '%s'\n"
2102msgstr ""
2103
2104#: builtin/checkout.c:585
2105#, c-format
2106msgid "Switched to branch '%s'\n"
2107msgstr ""
2108
2109#: builtin/checkout.c:641
2110#, c-format
2111msgid " ... and %d more.\n"
2112msgstr ""
2113
2114#. The singular version
2115#: builtin/checkout.c:647
2116#, c-format
2117msgid ""
2118"Warning: you are leaving %d commit behind, not connected to\n"
2119"any of your branches:\n"
2120"\n"
2121"%s\n"
2122msgid_plural ""
2123"Warning: you are leaving %d commits behind, not connected to\n"
2124"any of your branches:\n"
2125"\n"
2126"%s\n"
2127msgstr[0] ""
2128msgstr[1] ""
2129
2130#: builtin/checkout.c:665
2131#, c-format
2132msgid ""
2133"If you want to keep them by creating a new branch, this may be a good time\n"
2134"to do so with:\n"
2135"\n"
2136" git branch new_branch_name %s\n"
2137"\n"
2138msgstr ""
2139
2140#: builtin/checkout.c:695
2141msgid "internal error in revision walk"
2142msgstr ""
2143
2144#: builtin/checkout.c:699
2145msgid "Previous HEAD position was"
2146msgstr ""
2147
2148#: builtin/checkout.c:725 builtin/checkout.c:920
2149msgid "You are on a branch yet to be born"
2150msgstr ""
2151
2152#. case (1)
2153#: builtin/checkout.c:856
2154#, c-format
2155msgid "invalid reference: %s"
2156msgstr ""
2157
2158#. case (1): want a tree
2159#: builtin/checkout.c:895
2160#, c-format
2161msgid "reference is not a tree: %s"
2162msgstr ""
2163
2164#: builtin/checkout.c:977
2165msgid "-B cannot be used with -b"
2166msgstr ""
2167
2168#: builtin/checkout.c:986
2169msgid "--patch is incompatible with all other options"
2170msgstr ""
2171
2172#: builtin/checkout.c:989
2173msgid "--detach cannot be used with -b/-B/--orphan"
2174msgstr ""
2175
2176#: builtin/checkout.c:991
2177msgid "--detach cannot be used with -t"
2178msgstr ""
2179
2180#: builtin/checkout.c:997
2181msgid "--track needs a branch name"
2182msgstr ""
2183
2184#: builtin/checkout.c:1004
2185msgid "Missing branch name; try -b"
2186msgstr ""
2187
2188#: builtin/checkout.c:1010
2189msgid "--orphan and -b|-B are mutually exclusive"
2190msgstr ""
2191
2192#: builtin/checkout.c:1012
2193msgid "--orphan cannot be used with -t"
2194msgstr ""
2195
2196#: builtin/checkout.c:1022
2197msgid "git checkout: -f and -m are incompatible"
2198msgstr ""
2199
2200#: builtin/checkout.c:1056
2201msgid "invalid path specification"
2202msgstr ""
2203
2204#: builtin/checkout.c:1064
2205#, c-format
2206msgid ""
2207"git checkout: updating paths is incompatible with switching branches.\n"
2208"Did you intend to checkout '%s' which can not be resolved as commit?"
2209msgstr ""
2210
2211#: builtin/checkout.c:1066
2212msgid "git checkout: updating paths is incompatible with switching branches."
2213msgstr ""
2214
2215#: builtin/checkout.c:1071
2216msgid "git checkout: --detach does not take a path argument"
2217msgstr ""
2218
2219#: builtin/checkout.c:1074
2220msgid ""
2221"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
2222"checking out of the index."
2223msgstr ""
2224
2225#: builtin/checkout.c:1093
2226msgid "Cannot switch branch to a non-commit."
2227msgstr ""
2228
2229#: builtin/checkout.c:1096
2230msgid "--ours/--theirs is incompatible with switching branches."
2231msgstr ""
2232
2233#: builtin/clean.c:78
2234msgid "-x and -X cannot be used together"
2235msgstr ""
2236
2237#: builtin/clean.c:82
2238msgid ""
2239"clean.requireForce set to true and neither -n nor -f given; refusing to clean"
2240msgstr ""
2241
2242#: builtin/clean.c:85
2243msgid ""
2244"clean.requireForce defaults to true and neither -n nor -f given; refusing to "
2245"clean"
2246msgstr ""
2247
2248#: builtin/clean.c:155 builtin/clean.c:176
2249#, c-format
2250msgid "Would remove %s\n"
2251msgstr ""
2252
2253#: builtin/clean.c:159 builtin/clean.c:179
2254#, c-format
2255msgid "Removing %s\n"
2256msgstr ""
2257
2258#: builtin/clean.c:162 builtin/clean.c:182
2259#, c-format
2260msgid "failed to remove %s"
2261msgstr ""
2262
2263#: builtin/clean.c:166
2264#, c-format
2265msgid "Would not remove %s\n"
2266msgstr ""
2267
2268#: builtin/clean.c:168
2269#, c-format
2270msgid "Not removing %s\n"
2271msgstr ""
2272
2273#: builtin/clone.c:243
2274#, c-format
2275msgid "reference repository '%s' is not a local directory."
2276msgstr ""
2277
2278#: builtin/clone.c:306
2279#, c-format
2280msgid "failed to create directory '%s'"
2281msgstr ""
2282
2283#: builtin/clone.c:308 builtin/diff.c:75
2284#, c-format
2285msgid "failed to stat '%s'"
2286msgstr ""
2287
2288#: builtin/clone.c:310
2289#, c-format
2290msgid "%s exists and is not a directory"
2291msgstr ""
2292
2293#: builtin/clone.c:324
2294#, c-format
2295msgid "failed to stat %s\n"
2296msgstr ""
2297
2298#: builtin/clone.c:341
2299#, c-format
2300msgid "failed to unlink '%s'"
2301msgstr ""
2302
2303#: builtin/clone.c:346
2304#, c-format
2305msgid "failed to create link '%s'"
2306msgstr ""
2307
2308#: builtin/clone.c:350
2309#, c-format
2310msgid "failed to copy file to '%s'"
2311msgstr ""
2312
2313#: builtin/clone.c:373
2314#, c-format
2315msgid "done.\n"
2316msgstr ""
2317
2318#: builtin/clone.c:443
2319#, c-format
2320msgid "Could not find remote branch %s to clone."
2321msgstr ""
2322
2323#: builtin/clone.c:552
2324msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
2325msgstr ""
2326
2327#: builtin/clone.c:642
2328msgid "Too many arguments."
2329msgstr ""
2330
2331#: builtin/clone.c:646
2332msgid "You must specify a repository to clone."
2333msgstr ""
2334
2335#: builtin/clone.c:657
2336#, c-format
2337msgid "--bare and --origin %s options are incompatible."
2338msgstr ""
2339
2340#: builtin/clone.c:671
2341#, c-format
2342msgid "repository '%s' does not exist"
2343msgstr ""
2344
2345#: builtin/clone.c:676
2346msgid "--depth is ignored in local clones; use file:// instead."
2347msgstr ""
2348
2349#: builtin/clone.c:686
2350#, c-format
2351msgid "destination path '%s' already exists and is not an empty directory."
2352msgstr ""
2353
2354#: builtin/clone.c:696
2355#, c-format
2356msgid "working tree '%s' already exists."
2357msgstr ""
2358
2359#: builtin/clone.c:709 builtin/clone.c:723
2360#, c-format
2361msgid "could not create leading directories of '%s'"
2362msgstr ""
2363
2364#: builtin/clone.c:712
2365#, c-format
2366msgid "could not create work tree dir '%s'."
2367msgstr ""
2368
2369#: builtin/clone.c:731
2370#, c-format
2371msgid "Cloning into bare repository '%s'...\n"
2372msgstr ""
2373
2374#: builtin/clone.c:733
2375#, c-format
2376msgid "Cloning into '%s'...\n"
2377msgstr ""
2378
2379#: builtin/clone.c:789
2380#, c-format
2381msgid "Don't know how to clone %s"
2382msgstr ""
2383
2384#: builtin/clone.c:838
2385#, c-format
2386msgid "Remote branch %s not found in upstream %s"
2387msgstr ""
2388
2389#: builtin/clone.c:845
2390msgid "You appear to have cloned an empty repository."
2391msgstr ""
2392
2393#: builtin/column.c:51
2394msgid "--command must be the first argument"
2395msgstr ""
2396
2397#: builtin/commit.c:43
2398msgid ""
2399"Your name and email address were configured automatically based\n"
2400"on your username and hostname. Please check that they are accurate.\n"
2401"You can suppress this message by setting them explicitly:\n"
2402"\n"
2403"    git config --global user.name \"Your Name\"\n"
2404"    git config --global user.email you@example.com\n"
2405"\n"
2406"After doing this, you may fix the identity used for this commit with:\n"
2407"\n"
2408"    git commit --amend --reset-author\n"
2409msgstr ""
2410
2411#: builtin/commit.c:55
2412msgid ""
2413"You asked to amend the most recent commit, but doing so would make\n"
2414"it empty. You can repeat your command with --allow-empty, or you can\n"
2415"remove the commit entirely with \"git reset HEAD^\".\n"
2416msgstr ""
2417
2418#: builtin/commit.c:60
2419msgid ""
2420"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
2421"If you wish to commit it anyway, use:\n"
2422"\n"
2423"    git commit --allow-empty\n"
2424"\n"
2425"Otherwise, please use 'git reset'\n"
2426msgstr ""
2427
2428#: builtin/commit.c:256
2429msgid "failed to unpack HEAD tree object"
2430msgstr ""
2431
2432#: builtin/commit.c:298
2433msgid "unable to create temporary index"
2434msgstr ""
2435
2436#: builtin/commit.c:304
2437msgid "interactive add failed"
2438msgstr ""
2439
2440#: builtin/commit.c:337 builtin/commit.c:358 builtin/commit.c:408
2441msgid "unable to write new_index file"
2442msgstr ""
2443
2444#: builtin/commit.c:389
2445msgid "cannot do a partial commit during a merge."
2446msgstr ""
2447
2448#: builtin/commit.c:391
2449msgid "cannot do a partial commit during a cherry-pick."
2450msgstr ""
2451
2452#: builtin/commit.c:401
2453msgid "cannot read the index"
2454msgstr ""
2455
2456#: builtin/commit.c:421
2457msgid "unable to write temporary index file"
2458msgstr ""
2459
2460#: builtin/commit.c:496 builtin/commit.c:502
2461#, c-format
2462msgid "invalid commit: %s"
2463msgstr ""
2464
2465#: builtin/commit.c:525
2466msgid "malformed --author parameter"
2467msgstr ""
2468
2469#: builtin/commit.c:585
2470#, c-format
2471msgid "Malformed ident string: '%s'"
2472msgstr ""
2473
2474#: builtin/commit.c:623 builtin/commit.c:656 builtin/commit.c:970
2475#, c-format
2476msgid "could not lookup commit %s"
2477msgstr ""
2478
2479#: builtin/commit.c:635 builtin/shortlog.c:296
2480#, c-format
2481msgid "(reading log message from standard input)\n"
2482msgstr ""
2483
2484#: builtin/commit.c:637
2485msgid "could not read log from standard input"
2486msgstr ""
2487
2488#: builtin/commit.c:641
2489#, c-format
2490msgid "could not read log file '%s'"
2491msgstr ""
2492
2493#: builtin/commit.c:647
2494msgid "commit has empty message"
2495msgstr ""
2496
2497#: builtin/commit.c:663
2498msgid "could not read MERGE_MSG"
2499msgstr ""
2500
2501#: builtin/commit.c:667
2502msgid "could not read SQUASH_MSG"
2503msgstr ""
2504
2505#: builtin/commit.c:671
2506#, c-format
2507msgid "could not read '%s'"
2508msgstr ""
2509
2510#: builtin/commit.c:723
2511msgid "could not write commit template"
2512msgstr ""
2513
2514#: builtin/commit.c:734
2515#, c-format
2516msgid ""
2517"\n"
2518"It looks like you may be committing a merge.\n"
2519"If this is not correct, please remove the file\n"
2520"\t%s\n"
2521"and try again.\n"
2522msgstr ""
2523
2524#: builtin/commit.c:739
2525#, c-format
2526msgid ""
2527"\n"
2528"It looks like you may be committing a cherry-pick.\n"
2529"If this is not correct, please remove the file\n"
2530"\t%s\n"
2531"and try again.\n"
2532msgstr ""
2533
2534#: builtin/commit.c:751
2535msgid ""
2536"Please enter the commit message for your changes. Lines starting\n"
2537"with '#' will be ignored, and an empty message aborts the commit.\n"
2538msgstr ""
2539
2540#: builtin/commit.c:756
2541msgid ""
2542"Please enter the commit message for your changes. Lines starting\n"
2543"with '#' will be kept; you may remove them yourself if you want to.\n"
2544"An empty message aborts the commit.\n"
2545msgstr ""
2546
2547#: builtin/commit.c:769
2548#, c-format
2549msgid "%sAuthor:    %s"
2550msgstr ""
2551
2552#: builtin/commit.c:776
2553#, c-format
2554msgid "%sCommitter: %s"
2555msgstr ""
2556
2557#: builtin/commit.c:796
2558msgid "Cannot read index"
2559msgstr ""
2560
2561#: builtin/commit.c:833
2562msgid "Error building trees"
2563msgstr ""
2564
2565#: builtin/commit.c:848 builtin/tag.c:361
2566#, c-format
2567msgid "Please supply the message using either -m or -F option.\n"
2568msgstr ""
2569
2570#: builtin/commit.c:945
2571#, c-format
2572msgid "No existing author found with '%s'"
2573msgstr ""
2574
2575#: builtin/commit.c:960 builtin/commit.c:1160
2576#, c-format
2577msgid "Invalid untracked files mode '%s'"
2578msgstr ""
2579
2580#: builtin/commit.c:1000
2581msgid "Using both --reset-author and --author does not make sense"
2582msgstr ""
2583
2584#: builtin/commit.c:1011
2585msgid "You have nothing to amend."
2586msgstr ""
2587
2588#: builtin/commit.c:1014
2589msgid "You are in the middle of a merge -- cannot amend."
2590msgstr ""
2591
2592#: builtin/commit.c:1016
2593msgid "You are in the middle of a cherry-pick -- cannot amend."
2594msgstr ""
2595
2596#: builtin/commit.c:1019
2597msgid "Options --squash and --fixup cannot be used together"
2598msgstr ""
2599
2600#: builtin/commit.c:1029
2601msgid "Only one of -c/-C/-F/--fixup can be used."
2602msgstr ""
2603
2604#: builtin/commit.c:1031
2605msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
2606msgstr ""
2607
2608#: builtin/commit.c:1039
2609msgid "--reset-author can be used only with -C, -c or --amend."
2610msgstr ""
2611
2612#: builtin/commit.c:1056
2613msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
2614msgstr ""
2615
2616#: builtin/commit.c:1058
2617msgid "No paths with --include/--only does not make sense."
2618msgstr ""
2619
2620#: builtin/commit.c:1060
2621msgid "Clever... amending the last one with dirty index."
2622msgstr ""
2623
2624#: builtin/commit.c:1062
2625msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
2626msgstr ""
2627
2628#: builtin/commit.c:1072 builtin/tag.c:577
2629#, c-format
2630msgid "Invalid cleanup mode %s"
2631msgstr ""
2632
2633#: builtin/commit.c:1077
2634msgid "Paths with -a does not make sense."
2635msgstr ""
2636
2637#: builtin/commit.c:1260
2638msgid "couldn't look up newly created commit"
2639msgstr ""
2640
2641#: builtin/commit.c:1262
2642msgid "could not parse newly created commit"
2643msgstr ""
2644
2645#: builtin/commit.c:1303
2646msgid "detached HEAD"
2647msgstr ""
2648
2649#: builtin/commit.c:1305
2650msgid " (root-commit)"
2651msgstr ""
2652
2653#: builtin/commit.c:1449
2654msgid "could not parse HEAD commit"
2655msgstr ""
2656
2657#: builtin/commit.c:1487 builtin/merge.c:509
2658#, c-format
2659msgid "could not open '%s' for reading"
2660msgstr ""
2661
2662#: builtin/commit.c:1494
2663#, c-format
2664msgid "Corrupt MERGE_HEAD file (%s)"
2665msgstr ""
2666
2667#: builtin/commit.c:1501
2668msgid "could not read MERGE_MODE"
2669msgstr ""
2670
2671#: builtin/commit.c:1520
2672#, c-format
2673msgid "could not read commit message: %s"
2674msgstr ""
2675
2676#: builtin/commit.c:1534
2677#, c-format
2678msgid "Aborting commit; you did not edit the message.\n"
2679msgstr ""
2680
2681#: builtin/commit.c:1539
2682#, c-format
2683msgid "Aborting commit due to empty commit message.\n"
2684msgstr ""
2685
2686#: builtin/commit.c:1554 builtin/merge.c:936 builtin/merge.c:961
2687msgid "failed to write commit object"
2688msgstr ""
2689
2690#: builtin/commit.c:1575
2691msgid "cannot lock HEAD ref"
2692msgstr ""
2693
2694#: builtin/commit.c:1579
2695msgid "cannot update HEAD ref"
2696msgstr ""
2697
2698#: builtin/commit.c:1590
2699msgid ""
2700"Repository has been updated, but unable to write\n"
2701"new_index file. Check that disk is not full or quota is\n"
2702"not exceeded, and then \"git reset HEAD\" to recover."
2703msgstr ""
2704
2705#: builtin/describe.c:234
2706#, c-format
2707msgid "annotated tag %s not available"
2708msgstr ""
2709
2710#: builtin/describe.c:238
2711#, c-format
2712msgid "annotated tag %s has no embedded name"
2713msgstr ""
2714
2715#: builtin/describe.c:240
2716#, c-format
2717msgid "tag '%s' is really '%s' here"
2718msgstr ""
2719
2720#: builtin/describe.c:267
2721#, c-format
2722msgid "Not a valid object name %s"
2723msgstr ""
2724
2725#: builtin/describe.c:270
2726#, c-format
2727msgid "%s is not a valid '%s' object"
2728msgstr ""
2729
2730#: builtin/describe.c:287
2731#, c-format
2732msgid "no tag exactly matches '%s'"
2733msgstr ""
2734
2735#: builtin/describe.c:289
2736#, c-format
2737msgid "searching to describe %s\n"
2738msgstr ""
2739
2740#: builtin/describe.c:329
2741#, c-format
2742msgid "finished search at %s\n"
2743msgstr ""
2744
2745#: builtin/describe.c:353
2746#, c-format
2747msgid ""
2748"No annotated tags can describe '%s'.\n"
2749"However, there were unannotated tags: try --tags."
2750msgstr ""
2751
2752#: builtin/describe.c:357
2753#, c-format
2754msgid ""
2755"No tags can describe '%s'.\n"
2756"Try --always, or create some tags."
2757msgstr ""
2758
2759#: builtin/describe.c:378
2760#, c-format
2761msgid "traversed %lu commits\n"
2762msgstr ""
2763
2764#: builtin/describe.c:381
2765#, c-format
2766msgid ""
2767"more than %i tags found; listed %i most recent\n"
2768"gave up search at %s\n"
2769msgstr ""
2770
2771#: builtin/describe.c:436
2772msgid "--long is incompatible with --abbrev=0"
2773msgstr ""
2774
2775#: builtin/describe.c:462
2776msgid "No names found, cannot describe anything."
2777msgstr ""
2778
2779#: builtin/describe.c:482
2780msgid "--dirty is incompatible with committishes"
2781msgstr ""
2782
2783#: builtin/diff.c:77
2784#, c-format
2785msgid "'%s': not a regular file or symlink"
2786msgstr ""
2787
2788#: builtin/diff.c:220
2789#, c-format
2790msgid "invalid option: %s"
2791msgstr ""
2792
2793#: builtin/diff.c:297
2794msgid "Not a git repository"
2795msgstr ""
2796
2797#: builtin/diff.c:341
2798#, c-format
2799msgid "invalid object '%s' given."
2800msgstr ""
2801
2802#: builtin/diff.c:346
2803#, c-format
2804msgid "more than %d trees given: '%s'"
2805msgstr ""
2806
2807#: builtin/diff.c:356
2808#, c-format
2809msgid "more than two blobs given: '%s'"
2810msgstr ""
2811
2812#: builtin/diff.c:364
2813#, c-format
2814msgid "unhandled object '%s' given."
2815msgstr ""
2816
2817#: builtin/fetch.c:200
2818msgid "Couldn't find remote ref HEAD"
2819msgstr ""
2820
2821#: builtin/fetch.c:253
2822#, c-format
2823msgid "object %s not found"
2824msgstr ""
2825
2826#: builtin/fetch.c:259
2827msgid "[up to date]"
2828msgstr ""
2829
2830#: builtin/fetch.c:273
2831#, c-format
2832msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
2833msgstr ""
2834
2835#: builtin/fetch.c:274 builtin/fetch.c:360
2836msgid "[rejected]"
2837msgstr ""
2838
2839#: builtin/fetch.c:285
2840msgid "[tag update]"
2841msgstr ""
2842
2843#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:340
2844msgid "  (unable to update local ref)"
2845msgstr ""
2846
2847#: builtin/fetch.c:305
2848msgid "[new tag]"
2849msgstr ""
2850
2851#: builtin/fetch.c:308
2852msgid "[new branch]"
2853msgstr ""
2854
2855#: builtin/fetch.c:311
2856msgid "[new ref]"
2857msgstr ""
2858
2859#: builtin/fetch.c:356
2860msgid "unable to update local ref"
2861msgstr ""
2862
2863#: builtin/fetch.c:356
2864msgid "forced update"
2865msgstr ""
2866
2867#: builtin/fetch.c:362
2868msgid "(non-fast-forward)"
2869msgstr ""
2870
2871#: builtin/fetch.c:393 builtin/fetch.c:685
2872#, c-format
2873msgid "cannot open %s: %s\n"
2874msgstr ""
2875
2876#: builtin/fetch.c:402
2877#, c-format
2878msgid "%s did not send all necessary objects\n"
2879msgstr ""
2880
2881#: builtin/fetch.c:488
2882#, c-format
2883msgid "From %.*s\n"
2884msgstr ""
2885
2886#: builtin/fetch.c:499
2887#, c-format
2888msgid ""
2889"some local refs could not be updated; try running\n"
2890" 'git remote prune %s' to remove any old, conflicting branches"
2891msgstr ""
2892
2893#: builtin/fetch.c:549
2894#, c-format
2895msgid "   (%s will become dangling)"
2896msgstr ""
2897
2898#: builtin/fetch.c:550
2899#, c-format
2900msgid "   (%s has become dangling)"
2901msgstr ""
2902
2903#: builtin/fetch.c:557
2904msgid "[deleted]"
2905msgstr ""
2906
2907#: builtin/fetch.c:558 builtin/remote.c:1055
2908msgid "(none)"
2909msgstr ""
2910
2911#: builtin/fetch.c:675
2912#, c-format
2913msgid "Refusing to fetch into current branch %s of non-bare repository"
2914msgstr ""
2915
2916#: builtin/fetch.c:709
2917#, c-format
2918msgid "Don't know how to fetch from %s"
2919msgstr ""
2920
2921#: builtin/fetch.c:786
2922#, c-format
2923msgid "Option \"%s\" value \"%s\" is not valid for %s"
2924msgstr ""
2925
2926#: builtin/fetch.c:789
2927#, c-format
2928msgid "Option \"%s\" is ignored for %s\n"
2929msgstr ""
2930
2931#: builtin/fetch.c:888
2932#, c-format
2933msgid "Fetching %s\n"
2934msgstr ""
2935
2936#: builtin/fetch.c:890 builtin/remote.c:100
2937#, c-format
2938msgid "Could not fetch %s"
2939msgstr ""
2940
2941#: builtin/fetch.c:907
2942msgid ""
2943"No remote repository specified.  Please, specify either a URL or a\n"
2944"remote name from which new revisions should be fetched."
2945msgstr ""
2946
2947#: builtin/fetch.c:927
2948msgid "You need to specify a tag name."
2949msgstr ""
2950
2951#: builtin/fetch.c:979
2952msgid "fetch --all does not take a repository argument"
2953msgstr ""
2954
2955#: builtin/fetch.c:981
2956msgid "fetch --all does not make sense with refspecs"
2957msgstr ""
2958
2959#: builtin/fetch.c:992
2960#, c-format
2961msgid "No such remote or remote group: %s"
2962msgstr ""
2963
2964#: builtin/fetch.c:1000
2965msgid "Fetching a group and specifying refspecs does not make sense"
2966msgstr ""
2967
2968#: builtin/gc.c:63
2969#, c-format
2970msgid "Invalid %s: '%s'"
2971msgstr ""
2972
2973#: builtin/gc.c:90
2974#, c-format
2975msgid "insanely long object directory %.*s"
2976msgstr ""
2977
2978#: builtin/gc.c:221
2979#, c-format
2980msgid "Auto packing the repository for optimum performance.\n"
2981msgstr ""
2982
2983#: builtin/gc.c:224
2984#, c-format
2985msgid ""
2986"Auto packing the repository for optimum performance. You may also\n"
2987"run \"git gc\" manually. See \"git help gc\" for more information.\n"
2988msgstr ""
2989
2990#: builtin/gc.c:251
2991msgid ""
2992"There are too many unreachable loose objects; run 'git prune' to remove them."
2993msgstr ""
2994
2995#: builtin/grep.c:216
2996#, c-format
2997msgid "grep: failed to create thread: %s"
2998msgstr ""
2999
3000#: builtin/grep.c:402
3001#, c-format
3002msgid "Failed to chdir: %s"
3003msgstr ""
3004
3005#: builtin/grep.c:478 builtin/grep.c:512
3006#, c-format
3007msgid "unable to read tree (%s)"
3008msgstr ""
3009
3010#: builtin/grep.c:526
3011#, c-format
3012msgid "unable to grep from object of type %s"
3013msgstr ""
3014
3015#: builtin/grep.c:584
3016#, c-format
3017msgid "switch `%c' expects a numerical value"
3018msgstr ""
3019
3020#: builtin/grep.c:601
3021#, c-format
3022msgid "cannot open '%s'"
3023msgstr ""
3024
3025#: builtin/grep.c:885
3026msgid "no pattern given."
3027msgstr ""
3028
3029#: builtin/grep.c:899
3030#, c-format
3031msgid "bad object %s"
3032msgstr ""
3033
3034#: builtin/grep.c:940
3035msgid "--open-files-in-pager only works on the worktree"
3036msgstr ""
3037
3038#: builtin/grep.c:963
3039msgid "--cached or --untracked cannot be used with --no-index."
3040msgstr ""
3041
3042#: builtin/grep.c:968
3043msgid "--no-index or --untracked cannot be used with revs."
3044msgstr ""
3045
3046#: builtin/grep.c:971
3047msgid "--[no-]exclude-standard cannot be used for tracked contents."
3048msgstr ""
3049
3050#: builtin/grep.c:979
3051msgid "both --cached and trees are given."
3052msgstr ""
3053
3054#: builtin/help.c:65
3055#, c-format
3056msgid "unrecognized help format '%s'"
3057msgstr ""
3058
3059#: builtin/help.c:93
3060msgid "Failed to start emacsclient."
3061msgstr ""
3062
3063#: builtin/help.c:106
3064msgid "Failed to parse emacsclient version."
3065msgstr ""
3066
3067#: builtin/help.c:114
3068#, c-format
3069msgid "emacsclient version '%d' too old (< 22)."
3070msgstr ""
3071
3072#: builtin/help.c:132 builtin/help.c:160 builtin/help.c:169 builtin/help.c:177
3073#, c-format
3074msgid "failed to exec '%s': %s"
3075msgstr ""
3076
3077#: builtin/help.c:217
3078#, c-format
3079msgid ""
3080"'%s': path for unsupported man viewer.\n"
3081"Please consider using 'man.<tool>.cmd' instead."
3082msgstr ""
3083
3084#: builtin/help.c:229
3085#, c-format
3086msgid ""
3087"'%s': cmd for supported man viewer.\n"
3088"Please consider using 'man.<tool>.path' instead."
3089msgstr ""
3090
3091#: builtin/help.c:299
3092msgid "The most commonly used git commands are:"
3093msgstr ""
3094
3095#: builtin/help.c:367
3096#, c-format
3097msgid "'%s': unknown man viewer."
3098msgstr ""
3099
3100#: builtin/help.c:384
3101msgid "no man viewer handled the request"
3102msgstr ""
3103
3104#: builtin/help.c:392
3105msgid "no info viewer handled the request"
3106msgstr ""
3107
3108#: builtin/help.c:447 builtin/help.c:454
3109#, c-format
3110msgid "usage: %s%s"
3111msgstr ""
3112
3113#: builtin/help.c:470
3114#, c-format
3115msgid "`git %s' is aliased to `%s'"
3116msgstr ""
3117
3118#: builtin/index-pack.c:170
3119#, c-format
3120msgid "object type mismatch at %s"
3121msgstr ""
3122
3123#: builtin/index-pack.c:190
3124msgid "object of unexpected type"
3125msgstr ""
3126
3127#: builtin/index-pack.c:227
3128#, c-format
3129msgid "cannot fill %d byte"
3130msgid_plural "cannot fill %d bytes"
3131msgstr[0] ""
3132msgstr[1] ""
3133
3134#: builtin/index-pack.c:237
3135msgid "early EOF"
3136msgstr ""
3137
3138#: builtin/index-pack.c:238
3139msgid "read error on input"
3140msgstr ""
3141
3142#: builtin/index-pack.c:250
3143msgid "used more bytes than were available"
3144msgstr ""
3145
3146#: builtin/index-pack.c:257
3147msgid "pack too large for current definition of off_t"
3148msgstr ""
3149
3150#: builtin/index-pack.c:273
3151#, c-format
3152msgid "unable to create '%s'"
3153msgstr ""
3154
3155#: builtin/index-pack.c:278
3156#, c-format
3157msgid "cannot open packfile '%s'"
3158msgstr ""
3159
3160#: builtin/index-pack.c:292
3161msgid "pack signature mismatch"
3162msgstr ""
3163
3164#: builtin/index-pack.c:312
3165#, c-format
3166msgid "pack has bad object at offset %lu: %s"
3167msgstr ""
3168
3169#: builtin/index-pack.c:434
3170#, c-format
3171msgid "inflate returned %d"
3172msgstr ""
3173
3174#: builtin/index-pack.c:483
3175msgid "offset value overflow for delta base object"
3176msgstr ""
3177
3178#: builtin/index-pack.c:491
3179msgid "delta base offset is out of bound"
3180msgstr ""
3181
3182#: builtin/index-pack.c:499
3183#, c-format
3184msgid "unknown object type %d"
3185msgstr ""
3186
3187#: builtin/index-pack.c:530
3188msgid "cannot pread pack file"
3189msgstr ""
3190
3191#: builtin/index-pack.c:532
3192#, c-format
3193msgid "premature end of pack file, %lu byte missing"
3194msgid_plural "premature end of pack file, %lu bytes missing"
3195msgstr[0] ""
3196msgstr[1] ""
3197
3198#: builtin/index-pack.c:558
3199msgid "serious inflate inconsistency"
3200msgstr ""
3201
3202#: builtin/index-pack.c:649 builtin/index-pack.c:655 builtin/index-pack.c:678
3203#: builtin/index-pack.c:712 builtin/index-pack.c:721
3204#, c-format
3205msgid "SHA1 COLLISION FOUND WITH %s !"
3206msgstr ""
3207
3208#: builtin/index-pack.c:652 builtin/pack-objects.c:170
3209#: builtin/pack-objects.c:262
3210#, c-format
3211msgid "unable to read %s"
3212msgstr ""
3213
3214#: builtin/index-pack.c:718
3215#, c-format
3216msgid "cannot read existing object %s"
3217msgstr ""
3218
3219#: builtin/index-pack.c:732
3220#, c-format
3221msgid "invalid blob object %s"
3222msgstr ""
3223
3224#: builtin/index-pack.c:747
3225#, c-format
3226msgid "invalid %s"
3227msgstr ""
3228
3229#: builtin/index-pack.c:749
3230msgid "Error in object"
3231msgstr ""
3232
3233#: builtin/index-pack.c:751
3234#, c-format
3235msgid "Not all child objects of %s are reachable"
3236msgstr ""
3237
3238#: builtin/index-pack.c:821 builtin/index-pack.c:847
3239msgid "failed to apply delta"
3240msgstr ""
3241
3242#: builtin/index-pack.c:986
3243msgid "Receiving objects"
3244msgstr ""
3245
3246#: builtin/index-pack.c:986
3247msgid "Indexing objects"
3248msgstr ""
3249
3250#: builtin/index-pack.c:1012
3251msgid "pack is corrupted (SHA1 mismatch)"
3252msgstr ""
3253
3254#: builtin/index-pack.c:1017
3255msgid "cannot fstat packfile"
3256msgstr ""
3257
3258#: builtin/index-pack.c:1020
3259msgid "pack has junk at the end"
3260msgstr ""
3261
3262#: builtin/index-pack.c:1031
3263msgid "confusion beyond insanity in parse_pack_objects()"
3264msgstr ""
3265
3266#: builtin/index-pack.c:1054
3267msgid "Resolving deltas"
3268msgstr ""
3269
3270#: builtin/index-pack.c:1105
3271msgid "confusion beyond insanity"
3272msgstr ""
3273
3274#: builtin/index-pack.c:1124
3275#, c-format
3276msgid "pack has %d unresolved delta"
3277msgid_plural "pack has %d unresolved deltas"
3278msgstr[0] ""
3279msgstr[1] ""
3280
3281#: builtin/index-pack.c:1149
3282#, c-format
3283msgid "unable to deflate appended object (%d)"
3284msgstr ""
3285
3286#: builtin/index-pack.c:1228
3287#, c-format
3288msgid "local object %s is corrupt"
3289msgstr ""
3290
3291#: builtin/index-pack.c:1252
3292msgid "error while closing pack file"
3293msgstr ""
3294
3295#: builtin/index-pack.c:1265
3296#, c-format
3297msgid "cannot write keep file '%s'"
3298msgstr ""
3299
3300#: builtin/index-pack.c:1273
3301#, c-format
3302msgid "cannot close written keep file '%s'"
3303msgstr ""
3304
3305#: builtin/index-pack.c:1286
3306msgid "cannot store pack file"
3307msgstr ""
3308
3309#: builtin/index-pack.c:1297
3310msgid "cannot store index file"
3311msgstr ""
3312
3313#: builtin/index-pack.c:1398
3314#, c-format
3315msgid "Cannot open existing pack file '%s'"
3316msgstr ""
3317
3318#: builtin/index-pack.c:1400
3319#, c-format
3320msgid "Cannot open existing pack idx file for '%s'"
3321msgstr ""
3322
3323#: builtin/index-pack.c:1447
3324#, c-format
3325msgid "non delta: %d object"
3326msgid_plural "non delta: %d objects"
3327msgstr[0] ""
3328msgstr[1] ""
3329
3330#: builtin/index-pack.c:1454
3331#, c-format
3332msgid "chain length = %d: %lu object"
3333msgid_plural "chain length = %d: %lu objects"
3334msgstr[0] ""
3335msgstr[1] ""
3336
3337#: builtin/index-pack.c:1481
3338msgid "Cannot come back to cwd"
3339msgstr ""
3340
3341#: builtin/index-pack.c:1525 builtin/index-pack.c:1528
3342#: builtin/index-pack.c:1540 builtin/index-pack.c:1544
3343#, c-format
3344msgid "bad %s"
3345msgstr ""
3346
3347#: builtin/index-pack.c:1558
3348msgid "--fix-thin cannot be used without --stdin"
3349msgstr ""
3350
3351#: builtin/index-pack.c:1562 builtin/index-pack.c:1572
3352#, c-format
3353msgid "packfile name '%s' does not end with '.pack'"
3354msgstr ""
3355
3356#: builtin/index-pack.c:1581
3357msgid "--verify with no packfile name given"
3358msgstr ""
3359
3360#: builtin/init-db.c:35
3361#, c-format
3362msgid "Could not make %s writable by group"
3363msgstr ""
3364
3365#: builtin/init-db.c:62
3366#, c-format
3367msgid "insanely long template name %s"
3368msgstr ""
3369
3370#: builtin/init-db.c:67
3371#, c-format
3372msgid "cannot stat '%s'"
3373msgstr ""
3374
3375#: builtin/init-db.c:73
3376#, c-format
3377msgid "cannot stat template '%s'"
3378msgstr ""
3379
3380#: builtin/init-db.c:80
3381#, c-format
3382msgid "cannot opendir '%s'"
3383msgstr ""
3384
3385#: builtin/init-db.c:97
3386#, c-format
3387msgid "cannot readlink '%s'"
3388msgstr ""
3389
3390#: builtin/init-db.c:99
3391#, c-format
3392msgid "insanely long symlink %s"
3393msgstr ""
3394
3395#: builtin/init-db.c:102
3396#, c-format
3397msgid "cannot symlink '%s' '%s'"
3398msgstr ""
3399
3400#: builtin/init-db.c:106
3401#, c-format
3402msgid "cannot copy '%s' to '%s'"
3403msgstr ""
3404
3405#: builtin/init-db.c:110
3406#, c-format
3407msgid "ignoring template %s"
3408msgstr ""
3409
3410#: builtin/init-db.c:133
3411#, c-format
3412msgid "insanely long template path %s"
3413msgstr ""
3414
3415#: builtin/init-db.c:141
3416#, c-format
3417msgid "templates not found %s"
3418msgstr ""
3419
3420#: builtin/init-db.c:154
3421#, c-format
3422msgid "not copying templates of a wrong format version %d from '%s'"
3423msgstr ""
3424
3425#: builtin/init-db.c:192
3426#, c-format
3427msgid "insane git directory %s"
3428msgstr ""
3429
3430#: builtin/init-db.c:323 builtin/init-db.c:326
3431#, c-format
3432msgid "%s already exists"
3433msgstr ""
3434
3435#: builtin/init-db.c:355
3436#, c-format
3437msgid "unable to handle file type %d"
3438msgstr ""
3439
3440#: builtin/init-db.c:358
3441#, c-format
3442msgid "unable to move %s to %s"
3443msgstr ""
3444
3445#: builtin/init-db.c:363
3446#, c-format
3447msgid "Could not create git link %s"
3448msgstr ""
3449
3450#.
3451#. * TRANSLATORS: The first '%s' is either "Reinitialized
3452#. * existing" or "Initialized empty", the second " shared" or
3453#. * "", and the last '%s%s' is the verbatim directory name.
3454#.
3455#: builtin/init-db.c:420
3456#, c-format
3457msgid "%s%s Git repository in %s%s\n"
3458msgstr ""
3459
3460#: builtin/init-db.c:421
3461msgid "Reinitialized existing"
3462msgstr ""
3463
3464#: builtin/init-db.c:421
3465msgid "Initialized empty"
3466msgstr ""
3467
3468#: builtin/init-db.c:422
3469msgid " shared"
3470msgstr ""
3471
3472#: builtin/init-db.c:441
3473msgid "cannot tell cwd"
3474msgstr ""
3475
3476#: builtin/init-db.c:522 builtin/init-db.c:529
3477#, c-format
3478msgid "cannot mkdir %s"
3479msgstr ""
3480
3481#: builtin/init-db.c:533
3482#, c-format
3483msgid "cannot chdir to %s"
3484msgstr ""
3485
3486#: builtin/init-db.c:555
3487#, c-format
3488msgid ""
3489"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
3490"dir=<directory>)"
3491msgstr ""
3492
3493#: builtin/init-db.c:579
3494msgid "Cannot access current working directory"
3495msgstr ""
3496
3497#: builtin/init-db.c:586
3498#, c-format
3499msgid "Cannot access work tree '%s'"
3500msgstr ""
3501
3502#: builtin/log.c:189
3503#, c-format
3504msgid "Final output: %d %s\n"
3505msgstr ""
3506
3507#: builtin/log.c:403 builtin/log.c:494
3508#, c-format
3509msgid "Could not read object %s"
3510msgstr ""
3511
3512#: builtin/log.c:518
3513#, c-format
3514msgid "Unknown type: %d"
3515msgstr ""
3516
3517#: builtin/log.c:608
3518msgid "format.headers without value"
3519msgstr ""
3520
3521#: builtin/log.c:682
3522msgid "name of output directory is too long"
3523msgstr ""
3524
3525#: builtin/log.c:693
3526#, c-format
3527msgid "Cannot open patch file %s"
3528msgstr ""
3529
3530#: builtin/log.c:707
3531msgid "Need exactly one range."
3532msgstr ""
3533
3534#: builtin/log.c:715
3535msgid "Not a range."
3536msgstr ""
3537
3538#: builtin/log.c:792
3539msgid "Cover letter needs email format"
3540msgstr ""
3541
3542#: builtin/log.c:865
3543#, c-format
3544msgid "insane in-reply-to: %s"
3545msgstr ""
3546
3547#: builtin/log.c:938
3548msgid "Two output directories?"
3549msgstr ""
3550
3551#: builtin/log.c:1160
3552#, c-format
3553msgid "bogus committer info %s"
3554msgstr ""
3555
3556#: builtin/log.c:1205
3557msgid "-n and -k are mutually exclusive."
3558msgstr ""
3559
3560#: builtin/log.c:1207
3561msgid "--subject-prefix and -k are mutually exclusive."
3562msgstr ""
3563
3564#: builtin/log.c:1215
3565msgid "--name-only does not make sense"
3566msgstr ""
3567
3568#: builtin/log.c:1217
3569msgid "--name-status does not make sense"
3570msgstr ""
3571
3572#: builtin/log.c:1219
3573msgid "--check does not make sense"
3574msgstr ""
3575
3576#: builtin/log.c:1242
3577msgid "standard output, or directory, which one?"
3578msgstr ""
3579
3580#: builtin/log.c:1244
3581#, c-format
3582msgid "Could not create directory '%s'"
3583msgstr ""
3584
3585#: builtin/log.c:1397
3586msgid "Failed to create output files"
3587msgstr ""
3588
3589#: builtin/log.c:1501
3590#, c-format
3591msgid ""
3592"Could not find a tracked remote branch, please specify <upstream> manually.\n"
3593msgstr ""
3594
3595#: builtin/log.c:1517 builtin/log.c:1519 builtin/log.c:1531
3596#, c-format
3597msgid "Unknown commit %s"
3598msgstr ""
3599
3600#: builtin/merge.c:90
3601msgid "switch `m' requires a value"
3602msgstr ""
3603
3604#: builtin/merge.c:127
3605#, c-format
3606msgid "Could not find merge strategy '%s'.\n"
3607msgstr ""
3608
3609#: builtin/merge.c:128
3610#, c-format
3611msgid "Available strategies are:"
3612msgstr ""
3613
3614#: builtin/merge.c:133
3615#, c-format
3616msgid "Available custom strategies are:"
3617msgstr ""
3618
3619#: builtin/merge.c:240
3620msgid "could not run stash."
3621msgstr ""
3622
3623#: builtin/merge.c:245
3624msgid "stash failed"
3625msgstr ""
3626
3627#: builtin/merge.c:250
3628#, c-format
3629msgid "not a valid object: %s"
3630msgstr ""
3631
3632#: builtin/merge.c:269 builtin/merge.c:286
3633msgid "read-tree failed"
3634msgstr ""
3635
3636#: builtin/merge.c:316
3637msgid " (nothing to squash)"
3638msgstr ""
3639
3640#: builtin/merge.c:329
3641#, c-format
3642msgid "Squash commit -- not updating HEAD\n"
3643msgstr ""
3644
3645#: builtin/merge.c:361
3646msgid "Writing SQUASH_MSG"
3647msgstr ""
3648
3649#: builtin/merge.c:363
3650msgid "Finishing SQUASH_MSG"
3651msgstr ""
3652
3653#: builtin/merge.c:386
3654#, c-format
3655msgid "No merge message -- not updating HEAD\n"
3656msgstr ""
3657
3658#: builtin/merge.c:437
3659#, c-format
3660msgid "'%s' does not point to a commit"
3661msgstr ""
3662
3663#: builtin/merge.c:536
3664#, c-format
3665msgid "Bad branch.%s.mergeoptions string: %s"
3666msgstr ""
3667
3668#: builtin/merge.c:629
3669msgid "git write-tree failed to write a tree"
3670msgstr ""
3671
3672#: builtin/merge.c:679
3673msgid "failed to read the cache"
3674msgstr ""
3675
3676#: builtin/merge.c:710
3677msgid "Not handling anything other than two heads merge."
3678msgstr ""
3679
3680#: builtin/merge.c:724
3681#, c-format
3682msgid "Unknown option for merge-recursive: -X%s"
3683msgstr ""
3684
3685#: builtin/merge.c:738
3686#, c-format
3687msgid "unable to write %s"
3688msgstr ""
3689
3690#: builtin/merge.c:877
3691#, c-format
3692msgid "Could not read from '%s'"
3693msgstr ""
3694
3695#: builtin/merge.c:886
3696#, c-format
3697msgid "Not committing merge; use 'git commit' to complete the merge.\n"
3698msgstr ""
3699
3700#: builtin/merge.c:892
3701msgid ""
3702"Please enter a commit message to explain why this merge is necessary,\n"
3703"especially if it merges an updated upstream into a topic branch.\n"
3704"\n"
3705"Lines starting with '#' will be ignored, and an empty message aborts\n"
3706"the commit.\n"
3707msgstr ""
3708
3709#: builtin/merge.c:916
3710msgid "Empty commit message."
3711msgstr ""
3712
3713#: builtin/merge.c:928
3714#, c-format
3715msgid "Wonderful.\n"
3716msgstr ""
3717
3718#: builtin/merge.c:993
3719#, c-format
3720msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
3721msgstr ""
3722
3723#: builtin/merge.c:1009
3724#, c-format
3725msgid "'%s' is not a commit"
3726msgstr ""
3727
3728#: builtin/merge.c:1050
3729msgid "No current branch."
3730msgstr ""
3731
3732#: builtin/merge.c:1052
3733msgid "No remote for the current branch."
3734msgstr ""
3735
3736#: builtin/merge.c:1054
3737msgid "No default upstream defined for the current branch."
3738msgstr ""
3739
3740#: builtin/merge.c:1059
3741#, c-format
3742msgid "No remote tracking branch for %s from %s"
3743msgstr ""
3744
3745#: builtin/merge.c:1146 builtin/merge.c:1303
3746#, c-format
3747msgid "%s - not something we can merge"
3748msgstr ""
3749
3750#: builtin/merge.c:1214
3751msgid "There is no merge to abort (MERGE_HEAD missing)."
3752msgstr ""
3753
3754#: builtin/merge.c:1230 git-pull.sh:31
3755msgid ""
3756"You have not concluded your merge (MERGE_HEAD exists).\n"
3757"Please, commit your changes before you can merge."
3758msgstr ""
3759
3760#: builtin/merge.c:1233 git-pull.sh:34
3761msgid "You have not concluded your merge (MERGE_HEAD exists)."
3762msgstr ""
3763
3764#: builtin/merge.c:1237
3765msgid ""
3766"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
3767"Please, commit your changes before you can merge."
3768msgstr ""
3769
3770#: builtin/merge.c:1240
3771msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
3772msgstr ""
3773
3774#: builtin/merge.c:1249
3775msgid "You cannot combine --squash with --no-ff."
3776msgstr ""
3777
3778#: builtin/merge.c:1254
3779msgid "You cannot combine --no-ff with --ff-only."
3780msgstr ""
3781
3782#: builtin/merge.c:1261
3783msgid "No commit specified and merge.defaultToUpstream not set."
3784msgstr ""
3785
3786#: builtin/merge.c:1293
3787msgid "Can merge only exactly one commit into empty head"
3788msgstr ""
3789
3790#: builtin/merge.c:1296
3791msgid "Squash commit into empty head not supported yet"
3792msgstr ""
3793
3794#: builtin/merge.c:1298
3795msgid "Non-fast-forward commit does not make sense into an empty head"
3796msgstr ""
3797
3798#: builtin/merge.c:1413
3799#, c-format
3800msgid "Updating %s..%s\n"
3801msgstr ""
3802
3803#: builtin/merge.c:1451
3804#, c-format
3805msgid "Trying really trivial in-index merge...\n"
3806msgstr ""
3807
3808#: builtin/merge.c:1458
3809#, c-format
3810msgid "Nope.\n"
3811msgstr ""
3812
3813#: builtin/merge.c:1490
3814msgid "Not possible to fast-forward, aborting."
3815msgstr ""
3816
3817#: builtin/merge.c:1513 builtin/merge.c:1592
3818#, c-format
3819msgid "Rewinding the tree to pristine...\n"
3820msgstr ""
3821
3822#: builtin/merge.c:1517
3823#, c-format
3824msgid "Trying merge strategy %s...\n"
3825msgstr ""
3826
3827#: builtin/merge.c:1583
3828#, c-format
3829msgid "No merge strategy handled the merge.\n"
3830msgstr ""
3831
3832#: builtin/merge.c:1585
3833#, c-format
3834msgid "Merge with strategy %s failed.\n"
3835msgstr ""
3836
3837#: builtin/merge.c:1594
3838#, c-format
3839msgid "Using the %s to prepare resolving by hand.\n"
3840msgstr ""
3841
3842#: builtin/merge.c:1606
3843#, c-format
3844msgid "Automatic merge went well; stopped before committing as requested\n"
3845msgstr ""
3846
3847#: builtin/mv.c:108
3848#, c-format
3849msgid "Checking rename of '%s' to '%s'\n"
3850msgstr ""
3851
3852#: builtin/mv.c:112
3853msgid "bad source"
3854msgstr ""
3855
3856#: builtin/mv.c:115
3857msgid "can not move directory into itself"
3858msgstr ""
3859
3860#: builtin/mv.c:118
3861msgid "cannot move directory over file"
3862msgstr ""
3863
3864#: builtin/mv.c:128
3865#, c-format
3866msgid "Huh? %.*s is in index?"
3867msgstr ""
3868
3869#: builtin/mv.c:140
3870msgid "source directory is empty"
3871msgstr ""
3872
3873#: builtin/mv.c:171
3874msgid "not under version control"
3875msgstr ""
3876
3877#: builtin/mv.c:173
3878msgid "destination exists"
3879msgstr ""
3880
3881#: builtin/mv.c:181
3882#, c-format
3883msgid "overwriting '%s'"
3884msgstr ""
3885
3886#: builtin/mv.c:184
3887msgid "Cannot overwrite"
3888msgstr ""
3889
3890#: builtin/mv.c:187
3891msgid "multiple sources for the same target"
3892msgstr ""
3893
3894#: builtin/mv.c:202
3895#, c-format
3896msgid "%s, source=%s, destination=%s"
3897msgstr ""
3898
3899#: builtin/mv.c:212
3900#, c-format
3901msgid "Renaming %s to %s\n"
3902msgstr ""
3903
3904#: builtin/mv.c:215 builtin/remote.c:731
3905#, c-format
3906msgid "renaming '%s' failed"
3907msgstr ""
3908
3909#: builtin/notes.c:139
3910#, c-format
3911msgid "unable to start 'show' for object '%s'"
3912msgstr ""
3913
3914#: builtin/notes.c:145
3915msgid "can't fdopen 'show' output fd"
3916msgstr ""
3917
3918#: builtin/notes.c:155
3919#, c-format
3920msgid "failed to close pipe to 'show' for object '%s'"
3921msgstr ""
3922
3923#: builtin/notes.c:158
3924#, c-format
3925msgid "failed to finish 'show' for object '%s'"
3926msgstr ""
3927
3928#: builtin/notes.c:175 builtin/tag.c:347
3929#, c-format
3930msgid "could not create file '%s'"
3931msgstr ""
3932
3933#: builtin/notes.c:189
3934msgid "Please supply the note contents using either -m or -F option"
3935msgstr ""
3936
3937#: builtin/notes.c:210 builtin/notes.c:973
3938#, c-format
3939msgid "Removing note for object %s\n"
3940msgstr ""
3941
3942#: builtin/notes.c:215
3943msgid "unable to write note object"
3944msgstr ""
3945
3946#: builtin/notes.c:217
3947#, c-format
3948msgid "The note contents has been left in %s"
3949msgstr ""
3950
3951#: builtin/notes.c:251 builtin/tag.c:542
3952#, c-format
3953msgid "cannot read '%s'"
3954msgstr ""
3955
3956#: builtin/notes.c:253 builtin/tag.c:545
3957#, c-format
3958msgid "could not open or read '%s'"
3959msgstr ""
3960
3961#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
3962#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
3963#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
3964#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:558
3965#, c-format
3966msgid "Failed to resolve '%s' as a valid ref."
3967msgstr ""
3968
3969#: builtin/notes.c:275
3970#, c-format
3971msgid "Failed to read object '%s'."
3972msgstr ""
3973
3974#: builtin/notes.c:299
3975msgid "Cannot commit uninitialized/unreferenced notes tree"
3976msgstr ""
3977
3978#: builtin/notes.c:340
3979#, c-format
3980msgid "Bad notes.rewriteMode value: '%s'"
3981msgstr ""
3982
3983#: builtin/notes.c:350
3984#, c-format
3985msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3986msgstr ""
3987
3988#. TRANSLATORS: The first %s is the name of the
3989#. environment variable, the second %s is its value
3990#: builtin/notes.c:377
3991#, c-format
3992msgid "Bad %s value: '%s'"
3993msgstr ""
3994
3995#: builtin/notes.c:441
3996#, c-format
3997msgid "Malformed input line: '%s'."
3998msgstr ""
3999
4000#: builtin/notes.c:456
4001#, c-format
4002msgid "Failed to copy notes from '%s' to '%s'"
4003msgstr ""
4004
4005#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
4006#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
4007#: builtin/notes.c:1033
4008msgid "too many parameters"
4009msgstr ""
4010
4011#: builtin/notes.c:513 builtin/notes.c:772
4012#, c-format
4013msgid "No note found for object %s."
4014msgstr ""
4015
4016#: builtin/notes.c:580
4017#, c-format
4018msgid ""
4019"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
4020"existing notes"
4021msgstr ""
4022
4023#: builtin/notes.c:585 builtin/notes.c:662
4024#, c-format
4025msgid "Overwriting existing notes for object %s\n"
4026msgstr ""
4027
4028#: builtin/notes.c:635
4029msgid "too few parameters"
4030msgstr ""
4031
4032#: builtin/notes.c:656
4033#, c-format
4034msgid ""
4035"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
4036"existing notes"
4037msgstr ""
4038
4039#: builtin/notes.c:668
4040#, c-format
4041msgid "Missing notes on source object %s. Cannot copy."
4042msgstr ""
4043
4044#: builtin/notes.c:717
4045#, c-format
4046msgid ""
4047"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
4048"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
4049msgstr ""
4050
4051#: builtin/notes.c:971
4052#, c-format
4053msgid "Object %s has no note\n"
4054msgstr ""
4055
4056#: builtin/notes.c:1103 builtin/remote.c:1598
4057#, c-format
4058msgid "Unknown subcommand: %s"
4059msgstr ""
4060
4061#: builtin/pack-objects.c:183 builtin/pack-objects.c:186
4062#, c-format
4063msgid "deflate error (%d)"
4064msgstr ""
4065
4066#: builtin/pack-objects.c:2398
4067#, c-format
4068msgid "unsupported index version %s"
4069msgstr ""
4070
4071#: builtin/pack-objects.c:2402
4072#, c-format
4073msgid "bad index version '%s'"
4074msgstr ""
4075
4076#: builtin/pack-objects.c:2425
4077#, c-format
4078msgid "option %s does not accept negative form"
4079msgstr ""
4080
4081#: builtin/pack-objects.c:2429
4082#, c-format
4083msgid "unable to parse value '%s' for option %s"
4084msgstr ""
4085
4086#: builtin/push.c:45
4087msgid "tag shorthand without <tag>"
4088msgstr ""
4089
4090#: builtin/push.c:64
4091msgid "--delete only accepts plain target ref names"
4092msgstr ""
4093
4094#: builtin/push.c:99
4095msgid ""
4096"\n"
4097"To choose either option permanently, see push.default in 'git help config'."
4098msgstr ""
4099
4100#: builtin/push.c:102
4101#, c-format
4102msgid ""
4103"The upstream branch of your current branch does not match\n"
4104"the name of your current branch.  To push to the upstream branch\n"
4105"on the remote, use\n"
4106"\n"
4107"    git push %s HEAD:%s\n"
4108"\n"
4109"To push to the branch of the same name on the remote, use\n"
4110"\n"
4111"    git push %s %s\n"
4112"%s"
4113msgstr ""
4114
4115#: builtin/push.c:121
4116#, c-format
4117msgid ""
4118"You are not currently on a branch.\n"
4119"To push the history leading to the current (detached HEAD)\n"
4120"state now, use\n"
4121"\n"
4122"    git push %s HEAD:<name-of-remote-branch>\n"
4123msgstr ""
4124
4125#: builtin/push.c:128
4126#, c-format
4127msgid ""
4128"The current branch %s has no upstream branch.\n"
4129"To push the current branch and set the remote as upstream, use\n"
4130"\n"
4131"    git push --set-upstream %s %s\n"
4132msgstr ""
4133
4134#: builtin/push.c:136
4135#, c-format
4136msgid "The current branch %s has multiple upstream branches, refusing to push."
4137msgstr ""
4138
4139#: builtin/push.c:139
4140#, c-format
4141msgid ""
4142"You are pushing to remote '%s', which is not the upstream of\n"
4143"your current branch '%s', without telling me what to push\n"
4144"to update which remote branch."
4145msgstr ""
4146
4147#: builtin/push.c:174
4148msgid ""
4149"You didn't specify any refspecs to push, and push.default is \"nothing\"."
4150msgstr ""
4151
4152#: builtin/push.c:181
4153msgid ""
4154"Updates were rejected because the tip of your current branch is behind\n"
4155"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"
4156"before pushing again.\n"
4157"See the 'Note about fast-forwards' in 'git push --help' for details."
4158msgstr ""
4159
4160#: builtin/push.c:187
4161msgid ""
4162"Updates were rejected because a pushed branch tip is behind its remote\n"
4163"counterpart. If you did not intend to push that branch, you may want to\n"
4164"specify branches to push or set the 'push.default' configuration\n"
4165"variable to 'current' or 'upstream' to push only the current branch."
4166msgstr ""
4167
4168#: builtin/push.c:193
4169msgid ""
4170"Updates were rejected because a pushed branch tip is behind its remote\n"
4171"counterpart. Check out this branch and merge the remote changes\n"
4172"(e.g. 'git pull') before pushing again.\n"
4173"See the 'Note about fast-forwards' in 'git push --help' for details."
4174msgstr ""
4175
4176#: builtin/push.c:233
4177#, c-format
4178msgid "Pushing to %s\n"
4179msgstr ""
4180
4181#: builtin/push.c:237
4182#, c-format
4183msgid "failed to push some refs to '%s'"
4184msgstr ""
4185
4186#: builtin/push.c:269
4187#, c-format
4188msgid "bad repository '%s'"
4189msgstr ""
4190
4191#: builtin/push.c:270
4192msgid ""
4193"No configured push destination.\n"
4194"Either specify the URL from the command-line or configure a remote "
4195"repository using\n"
4196"\n"
4197"    git remote add <name> <url>\n"
4198"\n"
4199"and then push using the remote name\n"
4200"\n"
4201"    git push <name>\n"
4202msgstr ""
4203
4204#: builtin/push.c:285
4205msgid "--all and --tags are incompatible"
4206msgstr ""
4207
4208#: builtin/push.c:286
4209msgid "--all can't be combined with refspecs"
4210msgstr ""
4211
4212#: builtin/push.c:291
4213msgid "--mirror and --tags are incompatible"
4214msgstr ""
4215
4216#: builtin/push.c:292
4217msgid "--mirror can't be combined with refspecs"
4218msgstr ""
4219
4220#: builtin/push.c:297
4221msgid "--all and --mirror are incompatible"
4222msgstr ""
4223
4224#: builtin/push.c:385
4225msgid "--delete is incompatible with --all, --mirror and --tags"
4226msgstr ""
4227
4228#: builtin/push.c:387
4229msgid "--delete doesn't make sense without any refs"
4230msgstr ""
4231
4232#: builtin/remote.c:98
4233#, c-format
4234msgid "Updating %s"
4235msgstr ""
4236
4237#: builtin/remote.c:130
4238msgid ""
4239"--mirror is dangerous and deprecated; please\n"
4240"\t use --mirror=fetch or --mirror=push instead"
4241msgstr ""
4242
4243#: builtin/remote.c:147
4244#, c-format
4245msgid "unknown mirror argument: %s"
4246msgstr ""
4247
4248#: builtin/remote.c:185
4249msgid "specifying a master branch makes no sense with --mirror"
4250msgstr ""
4251
4252#: builtin/remote.c:187
4253msgid "specifying branches to track makes sense only with fetch mirrors"
4254msgstr ""
4255
4256#: builtin/remote.c:195 builtin/remote.c:646
4257#, c-format
4258msgid "remote %s already exists."
4259msgstr ""
4260
4261#: builtin/remote.c:199 builtin/remote.c:650
4262#, c-format
4263msgid "'%s' is not a valid remote name"
4264msgstr ""
4265
4266#: builtin/remote.c:243
4267#, c-format
4268msgid "Could not setup master '%s'"
4269msgstr ""
4270
4271#: builtin/remote.c:299
4272#, c-format
4273msgid "more than one %s"
4274msgstr ""
4275
4276#: builtin/remote.c:339
4277#, c-format
4278msgid "Could not get fetch map for refspec %s"
4279msgstr ""
4280
4281#: builtin/remote.c:440 builtin/remote.c:448
4282msgid "(matching)"
4283msgstr ""
4284
4285#: builtin/remote.c:452
4286msgid "(delete)"
4287msgstr ""
4288
4289#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:607
4290#, c-format
4291msgid "Could not append '%s' to '%s'"
4292msgstr ""
4293
4294#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:890
4295#, c-format
4296msgid "No such remote: %s"
4297msgstr ""
4298
4299#: builtin/remote.c:656
4300#, c-format
4301msgid "Could not rename config section '%s' to '%s'"
4302msgstr ""
4303
4304#: builtin/remote.c:662 builtin/remote.c:799
4305#, c-format
4306msgid "Could not remove config section '%s'"
4307msgstr ""
4308
4309#: builtin/remote.c:677
4310#, c-format
4311msgid ""
4312"Not updating non-default fetch refspec\n"
4313"\t%s\n"
4314"\tPlease update the configuration manually if necessary."
4315msgstr ""
4316
4317#: builtin/remote.c:683
4318#, c-format
4319msgid "Could not append '%s'"
4320msgstr ""
4321
4322#: builtin/remote.c:694
4323#, c-format
4324msgid "Could not set '%s'"
4325msgstr ""
4326
4327#: builtin/remote.c:716
4328#, c-format
4329msgid "deleting '%s' failed"
4330msgstr ""
4331
4332#: builtin/remote.c:750
4333#, c-format
4334msgid "creating '%s' failed"
4335msgstr ""
4336
4337#: builtin/remote.c:764
4338#, c-format
4339msgid "Could not remove branch %s"
4340msgstr ""
4341
4342#: builtin/remote.c:834
4343msgid ""
4344"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
4345"to delete it, use:"
4346msgid_plural ""
4347"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
4348"to delete them, use:"
4349msgstr[0] ""
4350msgstr[1] ""
4351
4352#: builtin/remote.c:943
4353#, c-format
4354msgid " new (next fetch will store in remotes/%s)"
4355msgstr ""
4356
4357#: builtin/remote.c:946
4358msgid " tracked"
4359msgstr ""
4360
4361#: builtin/remote.c:948
4362msgid " stale (use 'git remote prune' to remove)"
4363msgstr ""
4364
4365#: builtin/remote.c:950
4366msgid " ???"
4367msgstr ""
4368
4369#: builtin/remote.c:991
4370#, c-format
4371msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
4372msgstr ""
4373
4374#: builtin/remote.c:998
4375#, c-format
4376msgid "rebases onto remote %s"
4377msgstr ""
4378
4379#: builtin/remote.c:1001
4380#, c-format
4381msgid " merges with remote %s"
4382msgstr ""
4383
4384#: builtin/remote.c:1002
4385msgid "    and with remote"
4386msgstr ""
4387
4388#: builtin/remote.c:1004
4389#, c-format
4390msgid "merges with remote %s"
4391msgstr ""
4392
4393#: builtin/remote.c:1005
4394msgid "   and with remote"
4395msgstr ""
4396
4397#: builtin/remote.c:1051
4398msgid "create"
4399msgstr ""
4400
4401#: builtin/remote.c:1054
4402msgid "delete"
4403msgstr ""
4404
4405#: builtin/remote.c:1058
4406msgid "up to date"
4407msgstr ""
4408
4409#: builtin/remote.c:1061
4410msgid "fast-forwardable"
4411msgstr ""
4412
4413#: builtin/remote.c:1064
4414msgid "local out of date"
4415msgstr ""
4416
4417#: builtin/remote.c:1071
4418#, c-format
4419msgid "    %-*s forces to %-*s (%s)"
4420msgstr ""
4421
4422#: builtin/remote.c:1074
4423#, c-format
4424msgid "    %-*s pushes to %-*s (%s)"
4425msgstr ""
4426
4427#: builtin/remote.c:1078
4428#, c-format
4429msgid "    %-*s forces to %s"
4430msgstr ""
4431
4432#: builtin/remote.c:1081
4433#, c-format
4434msgid "    %-*s pushes to %s"
4435msgstr ""
4436
4437#: builtin/remote.c:1118
4438#, c-format
4439msgid "* remote %s"
4440msgstr ""
4441
4442#: builtin/remote.c:1119
4443#, c-format
4444msgid "  Fetch URL: %s"
4445msgstr ""
4446
4447#: builtin/remote.c:1120 builtin/remote.c:1285
4448msgid "(no URL)"
4449msgstr ""
4450
4451#: builtin/remote.c:1129 builtin/remote.c:1131
4452#, c-format
4453msgid "  Push  URL: %s"
4454msgstr ""
4455
4456#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:1137
4457#, c-format
4458msgid "  HEAD branch: %s"
4459msgstr ""
4460
4461#: builtin/remote.c:1139
4462#, c-format
4463msgid ""
4464"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
4465msgstr ""
4466
4467#: builtin/remote.c:1151
4468#, c-format
4469msgid "  Remote branch:%s"
4470msgid_plural "  Remote branches:%s"
4471msgstr[0] ""
4472msgstr[1] ""
4473
4474#: builtin/remote.c:1154 builtin/remote.c:1181
4475msgid " (status not queried)"
4476msgstr ""
4477
4478#: builtin/remote.c:1163
4479msgid "  Local branch configured for 'git pull':"
4480msgid_plural "  Local branches configured for 'git pull':"
4481msgstr[0] ""
4482msgstr[1] ""
4483
4484#: builtin/remote.c:1171
4485msgid "  Local refs will be mirrored by 'git push'"
4486msgstr ""
4487
4488#: builtin/remote.c:1178
4489#, c-format
4490msgid "  Local ref configured for 'git push'%s:"
4491msgid_plural "  Local refs configured for 'git push'%s:"
4492msgstr[0] ""
4493msgstr[1] ""
4494
4495#: builtin/remote.c:1216
4496msgid "Cannot determine remote HEAD"
4497msgstr ""
4498
4499#: builtin/remote.c:1218
4500msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
4501msgstr ""
4502
4503#: builtin/remote.c:1228
4504#, c-format
4505msgid "Could not delete %s"
4506msgstr ""
4507
4508#: builtin/remote.c:1236
4509#, c-format
4510msgid "Not a valid ref: %s"
4511msgstr ""
4512
4513#: builtin/remote.c:1238
4514#, c-format
4515msgid "Could not setup %s"
4516msgstr ""
4517
4518#: builtin/remote.c:1274
4519#, c-format
4520msgid " %s will become dangling!"
4521msgstr ""
4522
4523#: builtin/remote.c:1275
4524#, c-format
4525msgid " %s has become dangling!"
4526msgstr ""
4527
4528#: builtin/remote.c:1281
4529#, c-format
4530msgid "Pruning %s"
4531msgstr ""
4532
4533#: builtin/remote.c:1282
4534#, c-format
4535msgid "URL: %s"
4536msgstr ""
4537
4538#: builtin/remote.c:1295
4539#, c-format
4540msgid " * [would prune] %s"
4541msgstr ""
4542
4543#: builtin/remote.c:1298
4544#, c-format
4545msgid " * [pruned] %s"
4546msgstr ""
4547
4548#: builtin/remote.c:1387 builtin/remote.c:1461
4549#, c-format
4550msgid "No such remote '%s'"
4551msgstr ""
4552
4553#: builtin/remote.c:1414
4554msgid "no remote specified"
4555msgstr ""
4556
4557#: builtin/remote.c:1447
4558msgid "--add --delete doesn't make sense"
4559msgstr ""
4560
4561#: builtin/remote.c:1487
4562#, c-format
4563msgid "Invalid old URL pattern: %s"
4564msgstr ""
4565
4566#: builtin/remote.c:1495
4567#, c-format
4568msgid "No such URL found: %s"
4569msgstr ""
4570
4571#: builtin/remote.c:1497
4572msgid "Will not delete all non-push URLs"
4573msgstr ""
4574
4575#: builtin/reset.c:33
4576msgid "mixed"
4577msgstr ""
4578
4579#: builtin/reset.c:33
4580msgid "soft"
4581msgstr ""
4582
4583#: builtin/reset.c:33
4584msgid "hard"
4585msgstr ""
4586
4587#: builtin/reset.c:33
4588msgid "merge"
4589msgstr ""
4590
4591#: builtin/reset.c:33
4592msgid "keep"
4593msgstr ""
4594
4595#: builtin/reset.c:77
4596msgid "You do not have a valid HEAD."
4597msgstr ""
4598
4599#: builtin/reset.c:79
4600msgid "Failed to find tree of HEAD."
4601msgstr ""
4602
4603#: builtin/reset.c:85
4604#, c-format
4605msgid "Failed to find tree of %s."
4606msgstr ""
4607
4608#: builtin/reset.c:96
4609msgid "Could not write new index file."
4610msgstr ""
4611
4612#: builtin/reset.c:106
4613#, c-format
4614msgid "HEAD is now at %s"
4615msgstr ""
4616
4617#: builtin/reset.c:130
4618msgid "Could not read index"
4619msgstr ""
4620
4621#: builtin/reset.c:133
4622msgid "Unstaged changes after reset:"
4623msgstr ""
4624
4625#: builtin/reset.c:223
4626#, c-format
4627msgid "Cannot do a %s reset in the middle of a merge."
4628msgstr ""
4629
4630#: builtin/reset.c:303
4631#, c-format
4632msgid "Could not parse object '%s'."
4633msgstr ""
4634
4635#: builtin/reset.c:308
4636msgid "--patch is incompatible with --{hard,mixed,soft}"
4637msgstr ""
4638
4639#: builtin/reset.c:317
4640msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
4641msgstr ""
4642
4643#: builtin/reset.c:319
4644#, c-format
4645msgid "Cannot do %s reset with paths."
4646msgstr ""
4647
4648#: builtin/reset.c:331
4649#, c-format
4650msgid "%s reset is not allowed in a bare repository"
4651msgstr ""
4652
4653#: builtin/reset.c:347
4654#, c-format
4655msgid "Could not reset index file to revision '%s'."
4656msgstr ""
4657
4658#: builtin/revert.c:70 builtin/revert.c:92
4659#, c-format
4660msgid "%s: %s cannot be used with %s"
4661msgstr ""
4662
4663#: builtin/revert.c:131
4664msgid "program error"
4665msgstr ""
4666
4667#: builtin/revert.c:221
4668msgid "revert failed"
4669msgstr ""
4670
4671#: builtin/revert.c:236
4672msgid "cherry-pick failed"
4673msgstr ""
4674
4675#: builtin/rm.c:109
4676#, c-format
4677msgid ""
4678"'%s' has staged content different from both the file and the HEAD\n"
4679"(use -f to force removal)"
4680msgstr ""
4681
4682#: builtin/rm.c:115
4683#, c-format
4684msgid ""
4685"'%s' has changes staged in the index\n"
4686"(use --cached to keep the file, or -f to force removal)"
4687msgstr ""
4688
4689#: builtin/rm.c:119
4690#, c-format
4691msgid ""
4692"'%s' has local modifications\n"
4693"(use --cached to keep the file, or -f to force removal)"
4694msgstr ""
4695
4696#: builtin/rm.c:194
4697#, c-format
4698msgid "not removing '%s' recursively without -r"
4699msgstr ""
4700
4701#: builtin/rm.c:230
4702#, c-format
4703msgid "git rm: unable to remove %s"
4704msgstr ""
4705
4706#: builtin/shortlog.c:157
4707#, c-format
4708msgid "Missing author: %s"
4709msgstr ""
4710
4711#: builtin/tag.c:60
4712#, c-format
4713msgid "malformed object at '%s'"
4714msgstr ""
4715
4716#: builtin/tag.c:207
4717#, c-format
4718msgid "tag name too long: %.*s..."
4719msgstr ""
4720
4721#: builtin/tag.c:212
4722#, c-format
4723msgid "tag '%s' not found."
4724msgstr ""
4725
4726#: builtin/tag.c:227
4727#, c-format
4728msgid "Deleted tag '%s' (was %s)\n"
4729msgstr ""
4730
4731#: builtin/tag.c:239
4732#, c-format
4733msgid "could not verify the tag '%s'"
4734msgstr ""
4735
4736#: builtin/tag.c:249
4737msgid ""
4738"\n"
4739"#\n"
4740"# Write a tag message\n"
4741"# Lines starting with '#' will be ignored.\n"
4742"#\n"
4743msgstr ""
4744
4745#: builtin/tag.c:256
4746msgid ""
4747"\n"
4748"#\n"
4749"# Write a tag message\n"
4750"# Lines starting with '#' will be kept; you may remove them yourself if you "
4751"want to.\n"
4752"#\n"
4753msgstr ""
4754
4755#: builtin/tag.c:298
4756msgid "unable to sign the tag"
4757msgstr ""
4758
4759#: builtin/tag.c:300
4760msgid "unable to write tag file"
4761msgstr ""
4762
4763#: builtin/tag.c:325
4764msgid "bad object type."
4765msgstr ""
4766
4767#: builtin/tag.c:338
4768msgid "tag header too big."
4769msgstr ""
4770
4771#: builtin/tag.c:370
4772msgid "no tag message?"
4773msgstr ""
4774
4775#: builtin/tag.c:376
4776#, c-format
4777msgid "The tag message has been left in %s\n"
4778msgstr ""
4779
4780#: builtin/tag.c:425
4781msgid "switch 'points-at' requires an object"
4782msgstr ""
4783
4784#: builtin/tag.c:427
4785#, c-format
4786msgid "malformed object name '%s'"
4787msgstr ""
4788
4789#: builtin/tag.c:506
4790msgid "--column and -n are incompatible"
4791msgstr ""
4792
4793#: builtin/tag.c:523
4794msgid "-n option is only allowed with -l."
4795msgstr ""
4796
4797#: builtin/tag.c:525
4798msgid "--contains option is only allowed with -l."
4799msgstr ""
4800
4801#: builtin/tag.c:527
4802msgid "--points-at option is only allowed with -l."
4803msgstr ""
4804
4805#: builtin/tag.c:535
4806msgid "only one -F or -m option is allowed."
4807msgstr ""
4808
4809#: builtin/tag.c:555
4810msgid "too many params"
4811msgstr ""
4812
4813#: builtin/tag.c:561
4814#, c-format
4815msgid "'%s' is not a valid tag name."
4816msgstr ""
4817
4818#: builtin/tag.c:566
4819#, c-format
4820msgid "tag '%s' already exists"
4821msgstr ""
4822
4823#: builtin/tag.c:584
4824#, c-format
4825msgid "%s: cannot lock the ref"
4826msgstr ""
4827
4828#: builtin/tag.c:586
4829#, c-format
4830msgid "%s: cannot update the ref"
4831msgstr ""
4832
4833#: builtin/tag.c:588
4834#, c-format
4835msgid "Updated tag '%s' (was %s)\n"
4836msgstr ""
4837
4838#: git.c:16
4839msgid "See 'git help <command>' for more information on a specific command."
4840msgstr ""
4841
4842#: parse-options.h:133 parse-options.h:235
4843msgid "n"
4844msgstr ""
4845
4846#: parse-options.h:141
4847msgid "time"
4848msgstr ""
4849
4850#: parse-options.h:149
4851msgid "file"
4852msgstr ""
4853
4854#: parse-options.h:151
4855msgid "when"
4856msgstr ""
4857
4858#: parse-options.h:156
4859msgid "no-op (backward compatibility)"
4860msgstr ""
4861
4862#: parse-options.h:228
4863msgid "be more verbose"
4864msgstr ""
4865
4866#: parse-options.h:230
4867msgid "be more quiet"
4868msgstr ""
4869
4870#: parse-options.h:236
4871msgid "use <n> digits to display SHA-1s"
4872msgstr ""
4873
4874#: common-cmds.h:8
4875msgid "Add file contents to the index"
4876msgstr ""
4877
4878#: common-cmds.h:9
4879msgid "Find by binary search the change that introduced a bug"
4880msgstr ""
4881
4882#: common-cmds.h:10
4883msgid "List, create, or delete branches"
4884msgstr ""
4885
4886#: common-cmds.h:11
4887msgid "Checkout a branch or paths to the working tree"
4888msgstr ""
4889
4890#: common-cmds.h:12
4891msgid "Clone a repository into a new directory"
4892msgstr ""
4893
4894#: common-cmds.h:13
4895msgid "Record changes to the repository"
4896msgstr ""
4897
4898#: common-cmds.h:14
4899msgid "Show changes between commits, commit and working tree, etc"
4900msgstr ""
4901
4902#: common-cmds.h:15
4903msgid "Download objects and refs from another repository"
4904msgstr ""
4905
4906#: common-cmds.h:16
4907msgid "Print lines matching a pattern"
4908msgstr ""
4909
4910#: common-cmds.h:17
4911msgid "Create an empty git repository or reinitialize an existing one"
4912msgstr ""
4913
4914#: common-cmds.h:18
4915msgid "Show commit logs"
4916msgstr ""
4917
4918#: common-cmds.h:19
4919msgid "Join two or more development histories together"
4920msgstr ""
4921
4922#: common-cmds.h:20
4923msgid "Move or rename a file, a directory, or a symlink"
4924msgstr ""
4925
4926#: common-cmds.h:21
4927msgid "Fetch from and merge with another repository or a local branch"
4928msgstr ""
4929
4930#: common-cmds.h:22
4931msgid "Update remote refs along with associated objects"
4932msgstr ""
4933
4934#: common-cmds.h:23
4935msgid "Forward-port local commits to the updated upstream head"
4936msgstr ""
4937
4938#: common-cmds.h:24
4939msgid "Reset current HEAD to the specified state"
4940msgstr ""
4941
4942#: common-cmds.h:25
4943msgid "Remove files from the working tree and from the index"
4944msgstr ""
4945
4946#: common-cmds.h:26
4947msgid "Show various types of objects"
4948msgstr ""
4949
4950#: common-cmds.h:27
4951msgid "Show the working tree status"
4952msgstr ""
4953
4954#: common-cmds.h:28
4955msgid "Create, list, delete or verify a tag object signed with GPG"
4956msgstr ""
4957
4958#: git-am.sh:50
4959msgid "You need to set your committer info first"
4960msgstr ""
4961
4962#: git-am.sh:95
4963msgid ""
4964"You seem to have moved HEAD since the last 'am' failure.\n"
4965"Not rewinding to ORIG_HEAD"
4966msgstr ""
4967
4968#: git-am.sh:105
4969#, sh-format
4970msgid ""
4971"When you have resolved this problem, run \"$cmdline --resolved\".\n"
4972"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
4973"To restore the original branch and stop patching, run \"$cmdline --abort\"."
4974msgstr ""
4975
4976#: git-am.sh:121
4977msgid "Cannot fall back to three-way merge."
4978msgstr ""
4979
4980#: git-am.sh:137
4981msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4982msgstr ""
4983
4984#: git-am.sh:139
4985msgid "Using index info to reconstruct a base tree..."
4986msgstr ""
4987
4988#: git-am.sh:154
4989msgid ""
4990"Did you hand edit your patch?\n"
4991"It does not apply to blobs recorded in its index."
4992msgstr ""
4993
4994#: git-am.sh:163
4995msgid "Falling back to patching base and 3-way merge..."
4996msgstr ""
4997
4998#: git-am.sh:179
4999msgid "Failed to merge in the changes."
5000msgstr ""
5001
5002#: git-am.sh:274
5003msgid "Only one StGIT patch series can be applied at once"
5004msgstr ""
5005
5006#: git-am.sh:361
5007#, sh-format
5008msgid "Patch format $patch_format is not supported."
5009msgstr ""
5010
5011#: git-am.sh:363
5012msgid "Patch format detection failed."
5013msgstr ""
5014
5015#: git-am.sh:389
5016msgid ""
5017"The -b/--binary option has been a no-op for long time, and\n"
5018"it will be removed. Please do not use it anymore."
5019msgstr ""
5020
5021#: git-am.sh:477
5022#, sh-format
5023msgid "previous rebase directory $dotest still exists but mbox given."
5024msgstr ""
5025
5026#: git-am.sh:482
5027msgid "Please make up your mind. --skip or --abort?"
5028msgstr ""
5029
5030#: git-am.sh:509
5031msgid "Resolve operation not in progress, we are not resuming."
5032msgstr ""
5033
5034#: git-am.sh:575
5035#, sh-format
5036msgid "Dirty index: cannot apply patches (dirty: $files)"
5037msgstr ""
5038
5039#: git-am.sh:679
5040#, sh-format
5041msgid ""
5042"Patch is empty.  Was it split wrong?\n"
5043"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
5044"To restore the original branch and stop patching run \"$cmdline --abort\"."
5045msgstr ""
5046
5047#: git-am.sh:706
5048msgid "Patch does not have a valid e-mail address."
5049msgstr ""
5050
5051#: git-am.sh:753
5052msgid "cannot be interactive without stdin connected to a terminal."
5053msgstr ""
5054
5055#: git-am.sh:757
5056msgid "Commit Body is:"
5057msgstr ""
5058
5059#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
5060#. in your translation. The program will only accept English
5061#. input at this point.
5062#: git-am.sh:764
5063msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
5064msgstr ""
5065
5066#: git-am.sh:800
5067#, sh-format
5068msgid "Applying: $FIRSTLINE"
5069msgstr ""
5070
5071#: git-am.sh:821
5072msgid ""
5073"No changes - did you forget to use 'git add'?\n"
5074"If there is nothing left to stage, chances are that something else\n"
5075"already introduced the same changes; you might want to skip this patch."
5076msgstr ""
5077
5078#: git-am.sh:829
5079msgid ""
5080"You still have unmerged paths in your index\n"
5081"did you forget to use 'git add'?"
5082msgstr ""
5083
5084#: git-am.sh:845
5085msgid "No changes -- Patch already applied."
5086msgstr ""
5087
5088#: git-am.sh:855
5089#, sh-format
5090msgid "Patch failed at $msgnum $FIRSTLINE"
5091msgstr ""
5092
5093#: git-am.sh:876
5094msgid "applying to an empty history"
5095msgstr ""
5096
5097#: git-bisect.sh:48
5098msgid "You need to start by \"git bisect start\""
5099msgstr ""
5100
5101#. TRANSLATORS: Make sure to include [Y] and [n] in your
5102#. translation. The program will only accept English input
5103#. at this point.
5104#: git-bisect.sh:54
5105msgid "Do you want me to do it for you [Y/n]? "
5106msgstr ""
5107
5108#: git-bisect.sh:95
5109#, sh-format
5110msgid "unrecognised option: '$arg'"
5111msgstr ""
5112
5113#: git-bisect.sh:99
5114#, sh-format
5115msgid "'$arg' does not appear to be a valid revision"
5116msgstr ""
5117
5118#: git-bisect.sh:117
5119msgid "Bad HEAD - I need a HEAD"
5120msgstr ""
5121
5122#: git-bisect.sh:130
5123#, sh-format
5124msgid ""
5125"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
5126msgstr ""
5127
5128#: git-bisect.sh:140
5129msgid "won't bisect on seeked tree"
5130msgstr ""
5131
5132#: git-bisect.sh:144
5133msgid "Bad HEAD - strange symbolic ref"
5134msgstr ""
5135
5136#: git-bisect.sh:189
5137#, sh-format
5138msgid "Bad bisect_write argument: $state"
5139msgstr ""
5140
5141#: git-bisect.sh:218
5142#, sh-format
5143msgid "Bad rev input: $arg"
5144msgstr ""
5145
5146#: git-bisect.sh:232
5147msgid "Please call 'bisect_state' with at least one argument."
5148msgstr ""
5149
5150#: git-bisect.sh:244
5151#, sh-format
5152msgid "Bad rev input: $rev"
5153msgstr ""
5154
5155#: git-bisect.sh:250
5156msgid "'git bisect bad' can take only one argument."
5157msgstr ""
5158
5159#. have bad but not good.  we could bisect although
5160#. this is less optimum.
5161#: git-bisect.sh:273
5162msgid "Warning: bisecting only with a bad commit."
5163msgstr ""
5164
5165#. TRANSLATORS: Make sure to include [Y] and [n] in your
5166#. translation. The program will only accept English input
5167#. at this point.
5168#: git-bisect.sh:279
5169msgid "Are you sure [Y/n]? "
5170msgstr ""
5171
5172#: git-bisect.sh:289
5173msgid ""
5174"You need to give me at least one good and one bad revisions.\n"
5175"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
5176msgstr ""
5177
5178#: git-bisect.sh:292
5179msgid ""
5180"You need to start by \"git bisect start\".\n"
5181"You then need to give me at least one good and one bad revisions.\n"
5182"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
5183msgstr ""
5184
5185#: git-bisect.sh:347 git-bisect.sh:474
5186msgid "We are not bisecting."
5187msgstr ""
5188
5189#: git-bisect.sh:354
5190#, sh-format
5191msgid "'$invalid' is not a valid commit"
5192msgstr ""
5193
5194#: git-bisect.sh:363
5195#, sh-format
5196msgid ""
5197"Could not check out original HEAD '$branch'.\n"
5198"Try 'git bisect reset <commit>'."
5199msgstr ""
5200
5201#: git-bisect.sh:390
5202msgid "No logfile given"
5203msgstr ""
5204
5205#: git-bisect.sh:391
5206#, sh-format
5207msgid "cannot read $file for replaying"
5208msgstr ""
5209
5210#: git-bisect.sh:408
5211msgid "?? what are you talking about?"
5212msgstr ""
5213
5214#: git-bisect.sh:420
5215#, sh-format
5216msgid "running $command"
5217msgstr ""
5218
5219#: git-bisect.sh:427
5220#, sh-format
5221msgid ""
5222"bisect run failed:\n"
5223"exit code $res from '$command' is < 0 or >= 128"
5224msgstr ""
5225
5226#: git-bisect.sh:453
5227msgid "bisect run cannot continue any more"
5228msgstr ""
5229
5230#: git-bisect.sh:459
5231#, sh-format
5232msgid ""
5233"bisect run failed:\n"
5234"'bisect_state $state' exited with error code $res"
5235msgstr ""
5236
5237#: git-bisect.sh:466
5238msgid "bisect run success"
5239msgstr ""
5240
5241#: git-pull.sh:21
5242msgid ""
5243"Pull is not possible because you have unmerged files.\n"
5244"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
5245"as appropriate to mark resolution, or use 'git commit -a'."
5246msgstr ""
5247
5248#: git-pull.sh:25
5249msgid "Pull is not possible because you have unmerged files."
5250msgstr ""
5251
5252#: git-pull.sh:197
5253msgid "updating an unborn branch with changes added to the index"
5254msgstr ""
5255
5256#. The fetch involved updating the current branch.
5257#. The working tree and the index file is still based on the
5258#. $orig_head commit, but we are merging into $curr_head.
5259#. First update the working tree to match $curr_head.
5260#: git-pull.sh:228
5261#, sh-format
5262msgid ""
5263"Warning: fetch updated the current branch head.\n"
5264"Warning: fast-forwarding your working tree from\n"
5265"Warning: commit $orig_head."
5266msgstr ""
5267
5268#: git-pull.sh:253
5269msgid "Cannot merge multiple branches into empty head"
5270msgstr ""
5271
5272#: git-pull.sh:257
5273msgid "Cannot rebase onto multiple branches"
5274msgstr ""
5275
5276#: git-rebase.sh:52
5277msgid ""
5278"When you have resolved this problem, run \"git rebase --continue\".\n"
5279"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
5280"To check out the original branch and stop rebasing, run \"git rebase --abort"
5281"\"."
5282msgstr ""
5283
5284#: git-rebase.sh:159
5285msgid "The pre-rebase hook refused to rebase."
5286msgstr ""
5287
5288#: git-rebase.sh:164
5289msgid "It looks like git-am is in progress. Cannot rebase."
5290msgstr ""
5291
5292#: git-rebase.sh:295
5293msgid "The --exec option must be used with the --interactive option"
5294msgstr ""
5295
5296#: git-rebase.sh:300
5297msgid "No rebase in progress?"
5298msgstr ""
5299
5300#: git-rebase.sh:313
5301msgid "Cannot read HEAD"
5302msgstr ""
5303
5304#: git-rebase.sh:316
5305msgid ""
5306"You must edit all merge conflicts and then\n"
5307"mark them as resolved using git add"
5308msgstr ""
5309
5310#: git-rebase.sh:334
5311#, sh-format
5312msgid "Could not move back to $head_name"
5313msgstr ""
5314
5315#: git-rebase.sh:350
5316#, sh-format
5317msgid ""
5318"It seems that there is already a $state_dir_base directory, and\n"
5319"I wonder if you are in the middle of another rebase.  If that is the\n"
5320"case, please try\n"
5321"\t$cmd_live_rebase\n"
5322"If that is not the case, please\n"
5323"\t$cmd_clear_stale_rebase\n"
5324"and run me again.  I am stopping in case you still have something\n"
5325"valuable there."
5326msgstr ""
5327
5328#: git-rebase.sh:395
5329#, sh-format
5330msgid "invalid upstream $upstream_name"
5331msgstr ""
5332
5333#: git-rebase.sh:419
5334#, sh-format
5335msgid "$onto_name: there are more than one merge bases"
5336msgstr ""
5337
5338#: git-rebase.sh:422 git-rebase.sh:426
5339#, sh-format
5340msgid "$onto_name: there is no merge base"
5341msgstr ""
5342
5343#: git-rebase.sh:431
5344#, sh-format
5345msgid "Does not point to a valid commit: $onto_name"
5346msgstr ""
5347
5348#: git-rebase.sh:454
5349#, sh-format
5350msgid "fatal: no such branch: $branch_name"
5351msgstr ""
5352
5353#: git-rebase.sh:474
5354msgid "Please commit or stash them."
5355msgstr ""
5356
5357#: git-rebase.sh:492
5358#, sh-format
5359msgid "Current branch $branch_name is up to date."
5360msgstr ""
5361
5362#: git-rebase.sh:495
5363#, sh-format
5364msgid "Current branch $branch_name is up to date, rebase forced."
5365msgstr ""
5366
5367#: git-rebase.sh:506
5368#, sh-format
5369msgid "Changes from $mb to $onto:"
5370msgstr ""
5371
5372#. Detach HEAD and reset the tree
5373#: git-rebase.sh:515
5374msgid "First, rewinding head to replay your work on top of it..."
5375msgstr ""
5376
5377#: git-rebase.sh:523
5378#, sh-format
5379msgid "Fast-forwarded $branch_name to $onto_name."
5380msgstr ""
5381
5382#: git-stash.sh:51
5383msgid "git stash clear with parameters is unimplemented"
5384msgstr ""
5385
5386#: git-stash.sh:74
5387msgid "You do not have the initial commit yet"
5388msgstr ""
5389
5390#: git-stash.sh:89
5391msgid "Cannot save the current index state"
5392msgstr ""
5393
5394#: git-stash.sh:123 git-stash.sh:136
5395msgid "Cannot save the current worktree state"
5396msgstr ""
5397
5398#: git-stash.sh:140
5399msgid "No changes selected"
5400msgstr ""
5401
5402#: git-stash.sh:143
5403msgid "Cannot remove temporary index (can't happen)"
5404msgstr ""
5405
5406#: git-stash.sh:156
5407msgid "Cannot record working tree state"
5408msgstr ""
5409
5410#. TRANSLATORS: $option is an invalid option, like
5411#. `--blah-blah'. The 7 spaces at the beginning of the
5412#. second line correspond to "error: ". So you should line
5413#. up the second line with however many characters the
5414#. translation of "error: " takes in your language. E.g. in
5415#. English this is:
5416#.
5417#. $ git stash save --blah-blah 2>&1 | head -n 2
5418#. error: unknown option for 'stash save': --blah-blah
5419#. To provide a message, use git stash save -- '--blah-blah'
5420#: git-stash.sh:202
5421#, sh-format
5422msgid ""
5423"error: unknown option for 'stash save': $option\n"
5424"       To provide a message, use git stash save -- '$option'"
5425msgstr ""
5426
5427#: git-stash.sh:223
5428msgid "No local changes to save"
5429msgstr ""
5430
5431#: git-stash.sh:227
5432msgid "Cannot initialize stash"
5433msgstr ""
5434
5435#: git-stash.sh:235
5436msgid "Cannot save the current status"
5437msgstr ""
5438
5439#: git-stash.sh:253
5440msgid "Cannot remove worktree changes"
5441msgstr ""
5442
5443#: git-stash.sh:352
5444msgid "No stash found."
5445msgstr ""
5446
5447#: git-stash.sh:359
5448#, sh-format
5449msgid "Too many revisions specified: $REV"
5450msgstr ""
5451
5452#: git-stash.sh:365
5453#, sh-format
5454msgid "$reference is not valid reference"
5455msgstr ""
5456
5457#: git-stash.sh:393
5458#, sh-format
5459msgid "'$args' is not a stash-like commit"
5460msgstr ""
5461
5462#: git-stash.sh:404
5463#, sh-format
5464msgid "'$args' is not a stash reference"
5465msgstr ""
5466
5467#: git-stash.sh:412
5468msgid "unable to refresh index"
5469msgstr ""
5470
5471#: git-stash.sh:416
5472msgid "Cannot apply a stash in the middle of a merge"
5473msgstr ""
5474
5475#: git-stash.sh:424
5476msgid "Conflicts in index. Try without --index."
5477msgstr ""
5478
5479#: git-stash.sh:426
5480msgid "Could not save index tree"
5481msgstr ""
5482
5483#: git-stash.sh:460
5484msgid "Cannot unstage modified files"
5485msgstr ""
5486
5487#: git-stash.sh:474
5488msgid "Index was not unstashed."
5489msgstr ""
5490
5491#: git-stash.sh:491
5492#, sh-format
5493msgid "Dropped ${REV} ($s)"
5494msgstr ""
5495
5496#: git-stash.sh:492
5497#, sh-format
5498msgid "${REV}: Could not drop stash entry"
5499msgstr ""
5500
5501#: git-stash.sh:499
5502msgid "No branch name specified"
5503msgstr ""
5504
5505#: git-stash.sh:570
5506msgid "(To restore them type \"git stash apply\")"
5507msgstr ""
5508
5509#: git-submodule.sh:88
5510#, sh-format
5511msgid "cannot strip one component off url '$remoteurl'"
5512msgstr ""
5513
5514#: git-submodule.sh:145
5515#, sh-format
5516msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
5517msgstr ""
5518
5519#: git-submodule.sh:189
5520#, sh-format
5521msgid "Clone of '$url' into submodule path '$sm_path' failed"
5522msgstr ""
5523
5524#: git-submodule.sh:201
5525#, sh-format
5526msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
5527msgstr ""
5528
5529#: git-submodule.sh:290
5530#, sh-format
5531msgid "repo URL: '$repo' must be absolute or begin with ./|../"
5532msgstr ""
5533
5534#: git-submodule.sh:307
5535#, sh-format
5536msgid "'$sm_path' already exists in the index"
5537msgstr ""
5538
5539#: git-submodule.sh:311
5540#, sh-format
5541msgid ""
5542"The following path is ignored by one of your .gitignore files:\n"
5543"$sm_path\n"
5544"Use -f if you really want to add it."
5545msgstr ""
5546
5547#: git-submodule.sh:322
5548#, sh-format
5549msgid "Adding existing repo at '$sm_path' to the index"
5550msgstr ""
5551
5552#: git-submodule.sh:324
5553#, sh-format
5554msgid "'$sm_path' already exists and is not a valid git repo"
5555msgstr ""
5556
5557#: git-submodule.sh:338
5558#, sh-format
5559msgid "Unable to checkout submodule '$sm_path'"
5560msgstr ""
5561
5562#: git-submodule.sh:343
5563#, sh-format
5564msgid "Failed to add submodule '$sm_path'"
5565msgstr ""
5566
5567#: git-submodule.sh:348
5568#, sh-format
5569msgid "Failed to register submodule '$sm_path'"
5570msgstr ""
5571
5572#: git-submodule.sh:390
5573#, sh-format
5574msgid "Entering '$prefix$sm_path'"
5575msgstr ""
5576
5577#: git-submodule.sh:404
5578#, sh-format
5579msgid "Stopping at '$sm_path'; script returned non-zero status."
5580msgstr ""
5581
5582#: git-submodule.sh:447
5583#, sh-format
5584msgid "No url found for submodule path '$sm_path' in .gitmodules"
5585msgstr ""
5586
5587#: git-submodule.sh:456
5588#, sh-format
5589msgid "Failed to register url for submodule path '$sm_path'"
5590msgstr ""
5591
5592#: git-submodule.sh:458
5593#, sh-format
5594msgid "Submodule '$name' ($url) registered for path '$sm_path'"
5595msgstr ""
5596
5597#: git-submodule.sh:466
5598#, sh-format
5599msgid "Failed to register update mode for submodule path '$sm_path'"
5600msgstr ""
5601
5602#: git-submodule.sh:565
5603#, sh-format
5604msgid ""
5605"Submodule path '$sm_path' not initialized\n"
5606"Maybe you want to use 'update --init'?"
5607msgstr ""
5608
5609#: git-submodule.sh:578
5610#, sh-format
5611msgid "Unable to find current revision in submodule path '$sm_path'"
5612msgstr ""
5613
5614#: git-submodule.sh:597
5615#, sh-format
5616msgid "Unable to fetch in submodule path '$sm_path'"
5617msgstr ""
5618
5619#: git-submodule.sh:611
5620#, sh-format
5621msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"
5622msgstr ""
5623
5624#: git-submodule.sh:612
5625#, sh-format
5626msgid "Submodule path '$sm_path': rebased into '$sha1'"
5627msgstr ""
5628
5629#: git-submodule.sh:617
5630#, sh-format
5631msgid "Unable to merge '$sha1' in submodule path '$sm_path'"
5632msgstr ""
5633
5634#: git-submodule.sh:618
5635#, sh-format
5636msgid "Submodule path '$sm_path': merged in '$sha1'"
5637msgstr ""
5638
5639#: git-submodule.sh:623
5640#, sh-format
5641msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"
5642msgstr ""
5643
5644#: git-submodule.sh:624
5645#, sh-format
5646msgid "Submodule path '$sm_path': checked out '$sha1'"
5647msgstr ""
5648
5649#: git-submodule.sh:646 git-submodule.sh:969
5650#, sh-format
5651msgid "Failed to recurse into submodule path '$sm_path'"
5652msgstr ""
5653
5654#: git-submodule.sh:754
5655msgid "The --cached option cannot be used with the --files option"
5656msgstr ""
5657
5658#. unexpected type
5659#: git-submodule.sh:794
5660#, sh-format
5661msgid "unexpected mode $mod_dst"
5662msgstr ""
5663
5664#: git-submodule.sh:812
5665#, sh-format
5666msgid "  Warn: $name doesn't contain commit $sha1_src"
5667msgstr ""
5668
5669#: git-submodule.sh:815
5670#, sh-format
5671msgid "  Warn: $name doesn't contain commit $sha1_dst"
5672msgstr ""
5673
5674#: git-submodule.sh:818
5675#, sh-format
5676msgid "  Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
5677msgstr ""
5678
5679#: git-submodule.sh:843
5680msgid "blob"
5681msgstr ""
5682
5683#: git-submodule.sh:881
5684msgid "# Submodules changed but not updated:"
5685msgstr ""
5686
5687#: git-submodule.sh:883
5688msgid "# Submodule changes to be committed:"
5689msgstr ""
5690
5691#: git-submodule.sh:1027
5692#, sh-format
5693msgid "Synchronizing submodule url for '$name'"
5694msgstr ""