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