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