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