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