po / git.poton commit Merge branch 'jk/doc-asciidoc-inline-literal' into maint (badabc0)
   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-04-28 20:33+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:34
  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:64
  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#: commit.c:47
  39#, c-format
  40msgid "could not parse %s"
  41msgstr ""
  42
  43#: commit.c:49
  44#, c-format
  45msgid "%s %s is not a commit!"
  46msgstr ""
  47
  48#: compat/obstack.c:406 compat/obstack.c:408
  49msgid "memory exhausted"
  50msgstr ""
  51
  52#: connected.c:39
  53msgid "Could not run 'git rev-list'"
  54msgstr ""
  55
  56#: connected.c:48
  57#, c-format
  58msgid "failed write to rev-list: %s"
  59msgstr ""
  60
  61#: connected.c:56
  62#, c-format
  63msgid "failed to close rev-list's stdin: %s"
  64msgstr ""
  65
  66#: diff.c:105
  67#, c-format
  68msgid "  Failed to parse dirstat cut-off percentage '%.*s'\n"
  69msgstr ""
  70
  71#: diff.c:110
  72#, c-format
  73msgid "  Unknown dirstat parameter '%.*s'\n"
  74msgstr ""
  75
  76#: diff.c:210
  77#, c-format
  78msgid ""
  79"Found errors in 'diff.dirstat' config variable:\n"
  80"%s"
  81msgstr ""
  82
  83#: diff.c:1400
  84msgid " 0 files changed\n"
  85msgstr ""
  86
  87#: diff.c:1404
  88#, c-format
  89msgid " %d file changed"
  90msgid_plural " %d files changed"
  91msgstr[0] ""
  92msgstr[1] ""
  93
  94#: diff.c:1421
  95#, c-format
  96msgid ", %d insertion(+)"
  97msgid_plural ", %d insertions(+)"
  98msgstr[0] ""
  99msgstr[1] ""
 100
 101#: diff.c:1432
 102#, c-format
 103msgid ", %d deletion(-)"
 104msgid_plural ", %d deletions(-)"
 105msgstr[0] ""
 106msgstr[1] ""
 107
 108#: diff.c:3435
 109#, c-format
 110msgid ""
 111"Failed to parse --dirstat/-X option parameter:\n"
 112"%s"
 113msgstr ""
 114
 115#: gpg-interface.c:59
 116msgid "could not run gpg."
 117msgstr ""
 118
 119#: gpg-interface.c:71
 120msgid "gpg did not accept the data"
 121msgstr ""
 122
 123#: gpg-interface.c:82
 124msgid "gpg failed to sign the data"
 125msgstr ""
 126
 127#: grep.c:1280
 128#, c-format
 129msgid "'%s': unable to read %s"
 130msgstr ""
 131
 132#: grep.c:1297
 133#, c-format
 134msgid "'%s': %s"
 135msgstr ""
 136
 137#: grep.c:1308
 138#, c-format
 139msgid "'%s': short read %s"
 140msgstr ""
 141
 142#: help.c:287
 143#, c-format
 144msgid ""
 145"'%s' appears to be a git command, but we were not\n"
 146"able to execute it. Maybe git-%s is broken?"
 147msgstr ""
 148
 149#: remote.c:1607
 150#, c-format
 151msgid "Your branch is ahead of '%s' by %d commit.\n"
 152msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
 153msgstr[0] ""
 154msgstr[1] ""
 155
 156#: remote.c:1613
 157#, c-format
 158msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
 159msgid_plural ""
 160"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
 161msgstr[0] ""
 162msgstr[1] ""
 163
 164#: remote.c:1621
 165#, c-format
 166msgid ""
 167"Your branch and '%s' have diverged,\n"
 168"and have %d and %d different commit each, respectively.\n"
 169msgid_plural ""
 170"Your branch and '%s' have diverged,\n"
 171"and have %d and %d different commits each, respectively.\n"
 172msgstr[0] ""
 173msgstr[1] ""
 174
 175#: sequencer.c:120 builtin/merge.c:864 builtin/merge.c:985
 176#: builtin/merge.c:1095 builtin/merge.c:1105
 177#, c-format
 178msgid "Could not open '%s' for writing"
 179msgstr ""
 180
 181#: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:867
 182#: builtin/merge.c:1097 builtin/merge.c:1110
 183#, c-format
 184msgid "Could not write to '%s'"
 185msgstr ""
 186
 187#: sequencer.c:143
 188msgid ""
 189"after resolving the conflicts, mark the corrected paths\n"
 190"with 'git add <paths>' or 'git rm <paths>'"
 191msgstr ""
 192
 193#: sequencer.c:146
 194msgid ""
 195"after resolving the conflicts, mark the corrected paths\n"
 196"with 'git add <paths>' or 'git rm <paths>'\n"
 197"and commit the result with 'git commit'"
 198msgstr ""
 199
 200#: sequencer.c:159 sequencer.c:685 sequencer.c:768
 201#, c-format
 202msgid "Could not write to %s"
 203msgstr ""
 204
 205#: sequencer.c:162
 206#, c-format
 207msgid "Error wrapping up %s"
 208msgstr ""
 209
 210#: sequencer.c:177
 211msgid "Your local changes would be overwritten by cherry-pick."
 212msgstr ""
 213
 214#: sequencer.c:179
 215msgid "Your local changes would be overwritten by revert."
 216msgstr ""
 217
 218#: sequencer.c:182
 219msgid "Commit your changes or stash them to proceed."
 220msgstr ""
 221
 222#. TRANSLATORS: %s will be "revert" or "cherry-pick"
 223#: sequencer.c:232
 224#, c-format
 225msgid "%s: Unable to write new index file"
 226msgstr ""
 227
 228#: sequencer.c:298
 229msgid "Your index file is unmerged."
 230msgstr ""
 231
 232#: sequencer.c:301
 233msgid "You do not have a valid HEAD"
 234msgstr ""
 235
 236#: sequencer.c:316
 237#, c-format
 238msgid "Commit %s is a merge but no -m option was given."
 239msgstr ""
 240
 241#: sequencer.c:324
 242#, c-format
 243msgid "Commit %s does not have parent %d"
 244msgstr ""
 245
 246#: sequencer.c:328
 247#, c-format
 248msgid "Mainline was specified but commit %s is not a merge."
 249msgstr ""
 250
 251#. TRANSLATORS: The first %s will be "revert" or
 252#. "cherry-pick", the second %s a SHA1
 253#: sequencer.c:339
 254#, c-format
 255msgid "%s: cannot parse parent commit %s"
 256msgstr ""
 257
 258#: sequencer.c:343
 259#, c-format
 260msgid "Cannot get commit message for %s"
 261msgstr ""
 262
 263#: sequencer.c:427
 264#, c-format
 265msgid "could not revert %s... %s"
 266msgstr ""
 267
 268#: sequencer.c:428
 269#, c-format
 270msgid "could not apply %s... %s"
 271msgstr ""
 272
 273#: sequencer.c:450 sequencer.c:909 builtin/log.c:288 builtin/log.c:713
 274#: builtin/log.c:1329 builtin/log.c:1548 builtin/merge.c:348
 275#: builtin/shortlog.c:181
 276msgid "revision walk setup failed"
 277msgstr ""
 278
 279#: sequencer.c:453
 280msgid "empty commit set passed"
 281msgstr ""
 282
 283#: sequencer.c:461
 284#, c-format
 285msgid "git %s: failed to read the index"
 286msgstr ""
 287
 288#: sequencer.c:466
 289#, c-format
 290msgid "git %s: failed to refresh the index"
 291msgstr ""
 292
 293#: sequencer.c:551
 294#, c-format
 295msgid "Cannot %s during a %s"
 296msgstr ""
 297
 298#: sequencer.c:573
 299#, c-format
 300msgid "Could not parse line %d."
 301msgstr ""
 302
 303#: sequencer.c:578
 304msgid "No commits parsed."
 305msgstr ""
 306
 307#: sequencer.c:591
 308#, c-format
 309msgid "Could not open %s"
 310msgstr ""
 311
 312#: sequencer.c:595
 313#, c-format
 314msgid "Could not read %s."
 315msgstr ""
 316
 317#: sequencer.c:602
 318#, c-format
 319msgid "Unusable instruction sheet: %s"
 320msgstr ""
 321
 322#: sequencer.c:630
 323#, c-format
 324msgid "Invalid key: %s"
 325msgstr ""
 326
 327#: sequencer.c:633
 328#, c-format
 329msgid "Invalid value for %s: %s"
 330msgstr ""
 331
 332#: sequencer.c:645
 333#, c-format
 334msgid "Malformed options sheet: %s"
 335msgstr ""
 336
 337#: sequencer.c:666
 338msgid "a cherry-pick or revert is already in progress"
 339msgstr ""
 340
 341#: sequencer.c:667
 342msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
 343msgstr ""
 344
 345#: sequencer.c:671
 346#, c-format
 347msgid "Could not create sequencer directory %s"
 348msgstr ""
 349
 350#: sequencer.c:687 sequencer.c:772
 351#, c-format
 352msgid "Error wrapping up %s."
 353msgstr ""
 354
 355#: sequencer.c:706 sequencer.c:840
 356msgid "no cherry-pick or revert in progress"
 357msgstr ""
 358
 359#: sequencer.c:708
 360msgid "cannot resolve HEAD"
 361msgstr ""
 362
 363#: sequencer.c:710
 364msgid "cannot abort from a branch yet to be born"
 365msgstr ""
 366
 367#: sequencer.c:732
 368#, c-format
 369msgid "cannot open %s: %s"
 370msgstr ""
 371
 372#: sequencer.c:735
 373#, c-format
 374msgid "cannot read %s: %s"
 375msgstr ""
 376
 377#: sequencer.c:736
 378msgid "unexpected end of file"
 379msgstr ""
 380
 381#: sequencer.c:742
 382#, c-format
 383msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
 384msgstr ""
 385
 386#: sequencer.c:765
 387#, c-format
 388msgid "Could not format %s."
 389msgstr ""
 390
 391#: sequencer.c:927
 392msgid "Can't revert as initial commit"
 393msgstr ""
 394
 395#: sequencer.c:928
 396msgid "Can't cherry-pick into empty head"
 397msgstr ""
 398
 399#: wt-status.c:134
 400msgid "Unmerged paths:"
 401msgstr ""
 402
 403#: wt-status.c:140 wt-status.c:157
 404#, c-format
 405msgid "  (use \"git reset %s <file>...\" to unstage)"
 406msgstr ""
 407
 408#: wt-status.c:142 wt-status.c:159
 409msgid "  (use \"git rm --cached <file>...\" to unstage)"
 410msgstr ""
 411
 412#: wt-status.c:143
 413msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
 414msgstr ""
 415
 416#: wt-status.c:151
 417msgid "Changes to be committed:"
 418msgstr ""
 419
 420#: wt-status.c:169
 421msgid "Changes not staged for commit:"
 422msgstr ""
 423
 424#: wt-status.c:173
 425msgid "  (use \"git add <file>...\" to update what will be committed)"
 426msgstr ""
 427
 428#: wt-status.c:175
 429msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
 430msgstr ""
 431
 432#: wt-status.c:176
 433msgid ""
 434"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
 435msgstr ""
 436
 437#: wt-status.c:178
 438msgid "  (commit or discard the untracked or modified content in submodules)"
 439msgstr ""
 440
 441#: wt-status.c:187
 442#, c-format
 443msgid "%s files:"
 444msgstr ""
 445
 446#: wt-status.c:190
 447#, c-format
 448msgid "  (use \"git %s <file>...\" to include in what will be committed)"
 449msgstr ""
 450
 451#: wt-status.c:207
 452msgid "bug"
 453msgstr ""
 454
 455#: wt-status.c:212
 456msgid "both deleted:"
 457msgstr ""
 458
 459#: wt-status.c:213
 460msgid "added by us:"
 461msgstr ""
 462
 463#: wt-status.c:214
 464msgid "deleted by them:"
 465msgstr ""
 466
 467#: wt-status.c:215
 468msgid "added by them:"
 469msgstr ""
 470
 471#: wt-status.c:216
 472msgid "deleted by us:"
 473msgstr ""
 474
 475#: wt-status.c:217
 476msgid "both added:"
 477msgstr ""
 478
 479#: wt-status.c:218
 480msgid "both modified:"
 481msgstr ""
 482
 483#: wt-status.c:248
 484msgid "new commits, "
 485msgstr ""
 486
 487#: wt-status.c:250
 488msgid "modified content, "
 489msgstr ""
 490
 491#: wt-status.c:252
 492msgid "untracked content, "
 493msgstr ""
 494
 495#: wt-status.c:266
 496#, c-format
 497msgid "new file:   %s"
 498msgstr ""
 499
 500#: wt-status.c:269
 501#, c-format
 502msgid "copied:     %s -> %s"
 503msgstr ""
 504
 505#: wt-status.c:272
 506#, c-format
 507msgid "deleted:    %s"
 508msgstr ""
 509
 510#: wt-status.c:275
 511#, c-format
 512msgid "modified:   %s"
 513msgstr ""
 514
 515#: wt-status.c:278
 516#, c-format
 517msgid "renamed:    %s -> %s"
 518msgstr ""
 519
 520#: wt-status.c:281
 521#, c-format
 522msgid "typechange: %s"
 523msgstr ""
 524
 525#: wt-status.c:284
 526#, c-format
 527msgid "unknown:    %s"
 528msgstr ""
 529
 530#: wt-status.c:287
 531#, c-format
 532msgid "unmerged:   %s"
 533msgstr ""
 534
 535#: wt-status.c:290
 536#, c-format
 537msgid "bug: unhandled diff status %c"
 538msgstr ""
 539
 540#: wt-status.c:713
 541msgid "On branch "
 542msgstr ""
 543
 544#: wt-status.c:720
 545msgid "Not currently on any branch."
 546msgstr ""
 547
 548#: wt-status.c:731
 549msgid "Initial commit"
 550msgstr ""
 551
 552#: wt-status.c:745
 553msgid "Untracked"
 554msgstr ""
 555
 556#: wt-status.c:747
 557msgid "Ignored"
 558msgstr ""
 559
 560#: wt-status.c:749
 561#, c-format
 562msgid "Untracked files not listed%s"
 563msgstr ""
 564
 565#: wt-status.c:751
 566msgid " (use -u option to show untracked files)"
 567msgstr ""
 568
 569#: wt-status.c:757
 570msgid "No changes"
 571msgstr ""
 572
 573#: wt-status.c:761
 574#, c-format
 575msgid "no changes added to commit%s\n"
 576msgstr ""
 577
 578#: wt-status.c:763
 579msgid " (use \"git add\" and/or \"git commit -a\")"
 580msgstr ""
 581
 582#: wt-status.c:765
 583#, c-format
 584msgid "nothing added to commit but untracked files present%s\n"
 585msgstr ""
 586
 587#: wt-status.c:767
 588msgid " (use \"git add\" to track)"
 589msgstr ""
 590
 591#: wt-status.c:769 wt-status.c:772 wt-status.c:775
 592#, c-format
 593msgid "nothing to commit%s\n"
 594msgstr ""
 595
 596#: wt-status.c:770
 597msgid " (create/copy files and use \"git add\" to track)"
 598msgstr ""
 599
 600#: wt-status.c:773
 601msgid " (use -u to show untracked files)"
 602msgstr ""
 603
 604#: wt-status.c:776
 605msgid " (working directory clean)"
 606msgstr ""
 607
 608#: wt-status.c:884
 609msgid "HEAD (no branch)"
 610msgstr ""
 611
 612#: wt-status.c:890
 613msgid "Initial commit on "
 614msgstr ""
 615
 616#: wt-status.c:905
 617msgid "behind "
 618msgstr ""
 619
 620#: wt-status.c:908 wt-status.c:911
 621msgid "ahead "
 622msgstr ""
 623
 624#: wt-status.c:913
 625msgid ", behind "
 626msgstr ""
 627
 628#: builtin/add.c:62
 629#, c-format
 630msgid "unexpected diff status %c"
 631msgstr ""
 632
 633#: builtin/add.c:67 builtin/commit.c:298
 634msgid "updating files failed"
 635msgstr ""
 636
 637#: builtin/add.c:77
 638#, c-format
 639msgid "remove '%s'\n"
 640msgstr ""
 641
 642#: builtin/add.c:176
 643#, c-format
 644msgid "Path '%s' is in submodule '%.*s'"
 645msgstr ""
 646
 647#: builtin/add.c:192
 648msgid "Unstaged changes after refreshing the index:"
 649msgstr ""
 650
 651#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186
 652#, c-format
 653msgid "pathspec '%s' did not match any files"
 654msgstr ""
 655
 656#: builtin/add.c:209
 657#, c-format
 658msgid "'%s' is beyond a symbolic link"
 659msgstr ""
 660
 661#: builtin/add.c:276
 662msgid "Could not read the index"
 663msgstr ""
 664
 665#: builtin/add.c:286
 666#, c-format
 667msgid "Could not open '%s' for writing."
 668msgstr ""
 669
 670#: builtin/add.c:290
 671msgid "Could not write patch"
 672msgstr ""
 673
 674#: builtin/add.c:295
 675#, c-format
 676msgid "Could not stat '%s'"
 677msgstr ""
 678
 679#: builtin/add.c:297
 680msgid "Empty patch. Aborted."
 681msgstr ""
 682
 683#: builtin/add.c:303
 684#, c-format
 685msgid "Could not apply '%s'"
 686msgstr ""
 687
 688#: builtin/add.c:312
 689msgid "The following paths are ignored by one of your .gitignore files:\n"
 690msgstr ""
 691
 692#: builtin/add.c:352
 693#, c-format
 694msgid "Use -f if you really want to add them.\n"
 695msgstr ""
 696
 697#: builtin/add.c:353
 698msgid "no files added"
 699msgstr ""
 700
 701#: builtin/add.c:359
 702msgid "adding files failed"
 703msgstr ""
 704
 705#: builtin/add.c:391
 706msgid "-A and -u are mutually incompatible"
 707msgstr ""
 708
 709#: builtin/add.c:393
 710msgid "Option --ignore-missing can only be used together with --dry-run"
 711msgstr ""
 712
 713#: builtin/add.c:413
 714#, c-format
 715msgid "Nothing specified, nothing added.\n"
 716msgstr ""
 717
 718#: builtin/add.c:414
 719#, c-format
 720msgid "Maybe you wanted to say 'git add .'?\n"
 721msgstr ""
 722
 723#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82
 724#: builtin/rm.c:162
 725msgid "index file corrupt"
 726msgstr ""
 727
 728#: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260
 729msgid "Unable to write new index file"
 730msgstr ""
 731
 732#: builtin/archive.c:17
 733#, c-format
 734msgid "could not create archive file '%s'"
 735msgstr ""
 736
 737#: builtin/archive.c:20
 738msgid "could not redirect output"
 739msgstr ""
 740
 741#: builtin/archive.c:37
 742msgid "git archive: Remote with no URL"
 743msgstr ""
 744
 745#: builtin/archive.c:58
 746msgid "git archive: expected ACK/NAK, got EOF"
 747msgstr ""
 748
 749#: builtin/archive.c:63
 750#, c-format
 751msgid "git archive: NACK %s"
 752msgstr ""
 753
 754#: builtin/archive.c:65
 755#, c-format
 756msgid "remote error: %s"
 757msgstr ""
 758
 759#: builtin/archive.c:66
 760msgid "git archive: protocol error"
 761msgstr ""
 762
 763#: builtin/archive.c:71
 764msgid "git archive: expected a flush"
 765msgstr ""
 766
 767#: builtin/branch.c:137
 768#, c-format
 769msgid ""
 770"deleting branch '%s' that has been merged to\n"
 771"         '%s', but not yet merged to HEAD."
 772msgstr ""
 773
 774#: builtin/branch.c:141
 775#, c-format
 776msgid ""
 777"not deleting branch '%s' that is not yet merged to\n"
 778"         '%s', even though it is merged to HEAD."
 779msgstr ""
 780
 781#. TRANSLATORS: This is "remote " in "remote branch '%s' not found"
 782#: builtin/branch.c:163
 783msgid "remote "
 784msgstr ""
 785
 786#: builtin/branch.c:171
 787msgid "cannot use -a with -d"
 788msgstr ""
 789
 790#: builtin/branch.c:177
 791msgid "Couldn't look up commit object for HEAD"
 792msgstr ""
 793
 794#: builtin/branch.c:182
 795#, c-format
 796msgid "Cannot delete the branch '%s' which you are currently on."
 797msgstr ""
 798
 799#: builtin/branch.c:192
 800#, c-format
 801msgid "%sbranch '%s' not found."
 802msgstr ""
 803
 804#: builtin/branch.c:200
 805#, c-format
 806msgid "Couldn't look up commit object for '%s'"
 807msgstr ""
 808
 809#: builtin/branch.c:206
 810#, c-format
 811msgid ""
 812"The branch '%s' is not fully merged.\n"
 813"If you are sure you want to delete it, run 'git branch -D %s'."
 814msgstr ""
 815
 816#: builtin/branch.c:214
 817#, c-format
 818msgid "Error deleting %sbranch '%s'"
 819msgstr ""
 820
 821#: builtin/branch.c:219
 822#, c-format
 823msgid "Deleted %sbranch %s (was %s).\n"
 824msgstr ""
 825
 826#: builtin/branch.c:224
 827msgid "Update of config-file failed"
 828msgstr ""
 829
 830#: builtin/branch.c:322
 831#, c-format
 832msgid "branch '%s' does not point at a commit"
 833msgstr ""
 834
 835#: builtin/branch.c:394
 836#, c-format
 837msgid "behind %d] "
 838msgstr ""
 839
 840#: builtin/branch.c:396
 841#, c-format
 842msgid "ahead %d] "
 843msgstr ""
 844
 845#: builtin/branch.c:398
 846#, c-format
 847msgid "ahead %d, behind %d] "
 848msgstr ""
 849
 850#: builtin/branch.c:501
 851msgid "(no branch)"
 852msgstr ""
 853
 854#: builtin/branch.c:566
 855msgid "some refs could not be read"
 856msgstr ""
 857
 858#: builtin/branch.c:579
 859msgid "cannot rename the current branch while not on any."
 860msgstr ""
 861
 862#: builtin/branch.c:589
 863#, c-format
 864msgid "Invalid branch name: '%s'"
 865msgstr ""
 866
 867#: builtin/branch.c:604
 868msgid "Branch rename failed"
 869msgstr ""
 870
 871#: builtin/branch.c:608
 872#, c-format
 873msgid "Renamed a misnamed branch '%s' away"
 874msgstr ""
 875
 876#: builtin/branch.c:612
 877#, c-format
 878msgid "Branch renamed to %s, but HEAD is not updated!"
 879msgstr ""
 880
 881#: builtin/branch.c:619
 882msgid "Branch is renamed, but update of config-file failed"
 883msgstr ""
 884
 885#: builtin/branch.c:634
 886#, c-format
 887msgid "malformed object name %s"
 888msgstr ""
 889
 890#: builtin/branch.c:658
 891#, c-format
 892msgid "could not write branch description template: %s\n"
 893msgstr ""
 894
 895#: builtin/branch.c:746
 896msgid "Failed to resolve HEAD as a valid ref."
 897msgstr ""
 898
 899#: builtin/branch.c:751 builtin/clone.c:558
 900msgid "HEAD not found below refs/heads!"
 901msgstr ""
 902
 903#: builtin/branch.c:809
 904msgid "-a and -r options to 'git branch' do not make sense with a branch name"
 905msgstr ""
 906
 907#: builtin/bundle.c:47
 908#, c-format
 909msgid "%s is okay\n"
 910msgstr ""
 911
 912#: builtin/bundle.c:56
 913msgid "Need a repository to create a bundle."
 914msgstr ""
 915
 916#: builtin/bundle.c:60
 917msgid "Need a repository to unbundle."
 918msgstr ""
 919
 920#: builtin/checkout.c:113 builtin/checkout.c:146
 921#, c-format
 922msgid "path '%s' does not have our version"
 923msgstr ""
 924
 925#: builtin/checkout.c:115 builtin/checkout.c:148
 926#, c-format
 927msgid "path '%s' does not have their version"
 928msgstr ""
 929
 930#: builtin/checkout.c:131
 931#, c-format
 932msgid "path '%s' does not have all necessary versions"
 933msgstr ""
 934
 935#: builtin/checkout.c:175
 936#, c-format
 937msgid "path '%s' does not have necessary versions"
 938msgstr ""
 939
 940#: builtin/checkout.c:192
 941#, c-format
 942msgid "path '%s': cannot merge"
 943msgstr ""
 944
 945#: builtin/checkout.c:209
 946#, c-format
 947msgid "Unable to add merge result for '%s'"
 948msgstr ""
 949
 950#: builtin/checkout.c:212 builtin/reset.c:158
 951#, c-format
 952msgid "make_cache_entry failed for path '%s'"
 953msgstr ""
 954
 955#: builtin/checkout.c:234 builtin/checkout.c:392
 956msgid "corrupt index file"
 957msgstr ""
 958
 959#: builtin/checkout.c:264 builtin/checkout.c:271
 960#, c-format
 961msgid "path '%s' is unmerged"
 962msgstr ""
 963
 964#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583
 965#: builtin/merge.c:811
 966msgid "unable to write new index file"
 967msgstr ""
 968
 969#: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:408
 970msgid "diff_setup_done failed"
 971msgstr ""
 972
 973#: builtin/checkout.c:414
 974msgid "you need to resolve your current index first"
 975msgstr ""
 976
 977#: builtin/checkout.c:533
 978#, c-format
 979msgid "Can not do reflog for '%s'\n"
 980msgstr ""
 981
 982#: builtin/checkout.c:565
 983msgid "HEAD is now at"
 984msgstr ""
 985
 986#: builtin/checkout.c:572
 987#, c-format
 988msgid "Reset branch '%s'\n"
 989msgstr ""
 990
 991#: builtin/checkout.c:575
 992#, c-format
 993msgid "Already on '%s'\n"
 994msgstr ""
 995
 996#: builtin/checkout.c:579
 997#, c-format
 998msgid "Switched to and reset branch '%s'\n"
 999msgstr ""
1000
1001#: builtin/checkout.c:581
1002#, c-format
1003msgid "Switched to a new branch '%s'\n"
1004msgstr ""
1005
1006#: builtin/checkout.c:583
1007#, c-format
1008msgid "Switched to branch '%s'\n"
1009msgstr ""
1010
1011#: builtin/checkout.c:639
1012#, c-format
1013msgid " ... and %d more.\n"
1014msgstr ""
1015
1016#. The singular version
1017#: builtin/checkout.c:645
1018#, c-format
1019msgid ""
1020"Warning: you are leaving %d commit behind, not connected to\n"
1021"any of your branches:\n"
1022"\n"
1023"%s\n"
1024msgid_plural ""
1025"Warning: you are leaving %d commits behind, not connected to\n"
1026"any of your branches:\n"
1027"\n"
1028"%s\n"
1029msgstr[0] ""
1030msgstr[1] ""
1031
1032#: builtin/checkout.c:663
1033#, c-format
1034msgid ""
1035"If you want to keep them by creating a new branch, this may be a good time\n"
1036"to do so with:\n"
1037"\n"
1038" git branch new_branch_name %s\n"
1039"\n"
1040msgstr ""
1041
1042#: builtin/checkout.c:692
1043msgid "internal error in revision walk"
1044msgstr ""
1045
1046#: builtin/checkout.c:696
1047msgid "Previous HEAD position was"
1048msgstr ""
1049
1050#: builtin/checkout.c:722
1051msgid "You are on a branch yet to be born"
1052msgstr ""
1053
1054#. case (1)
1055#: builtin/checkout.c:853
1056#, c-format
1057msgid "invalid reference: %s"
1058msgstr ""
1059
1060#. case (1): want a tree
1061#: builtin/checkout.c:892
1062#, c-format
1063msgid "reference is not a tree: %s"
1064msgstr ""
1065
1066#: builtin/checkout.c:972
1067msgid "-B cannot be used with -b"
1068msgstr ""
1069
1070#: builtin/checkout.c:981
1071msgid "--patch is incompatible with all other options"
1072msgstr ""
1073
1074#: builtin/checkout.c:984
1075msgid "--detach cannot be used with -b/-B/--orphan"
1076msgstr ""
1077
1078#: builtin/checkout.c:986
1079msgid "--detach cannot be used with -t"
1080msgstr ""
1081
1082#: builtin/checkout.c:992
1083msgid "--track needs a branch name"
1084msgstr ""
1085
1086#: builtin/checkout.c:999
1087msgid "Missing branch name; try -b"
1088msgstr ""
1089
1090#: builtin/checkout.c:1005
1091msgid "--orphan and -b|-B are mutually exclusive"
1092msgstr ""
1093
1094#: builtin/checkout.c:1007
1095msgid "--orphan cannot be used with -t"
1096msgstr ""
1097
1098#: builtin/checkout.c:1017
1099msgid "git checkout: -f and -m are incompatible"
1100msgstr ""
1101
1102#: builtin/checkout.c:1051
1103msgid "invalid path specification"
1104msgstr ""
1105
1106#: builtin/checkout.c:1059
1107#, c-format
1108msgid ""
1109"git checkout: updating paths is incompatible with switching branches.\n"
1110"Did you intend to checkout '%s' which can not be resolved as commit?"
1111msgstr ""
1112
1113#: builtin/checkout.c:1061
1114msgid "git checkout: updating paths is incompatible with switching branches."
1115msgstr ""
1116
1117#: builtin/checkout.c:1066
1118msgid "git checkout: --detach does not take a path argument"
1119msgstr ""
1120
1121#: builtin/checkout.c:1069
1122msgid ""
1123"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1124"checking out of the index."
1125msgstr ""
1126
1127#: builtin/checkout.c:1088
1128msgid "Cannot switch branch to a non-commit."
1129msgstr ""
1130
1131#: builtin/checkout.c:1091
1132msgid "--ours/--theirs is incompatible with switching branches."
1133msgstr ""
1134
1135#: builtin/clean.c:78
1136msgid "-x and -X cannot be used together"
1137msgstr ""
1138
1139#: builtin/clean.c:82
1140msgid ""
1141"clean.requireForce set to true and neither -n nor -f given; refusing to clean"
1142msgstr ""
1143
1144#: builtin/clean.c:85
1145msgid ""
1146"clean.requireForce defaults to true and neither -n nor -f given; refusing to "
1147"clean"
1148msgstr ""
1149
1150#: builtin/clean.c:155 builtin/clean.c:176
1151#, c-format
1152msgid "Would remove %s\n"
1153msgstr ""
1154
1155#: builtin/clean.c:159 builtin/clean.c:179
1156#, c-format
1157msgid "Removing %s\n"
1158msgstr ""
1159
1160#: builtin/clean.c:162 builtin/clean.c:182
1161#, c-format
1162msgid "failed to remove %s"
1163msgstr ""
1164
1165#: builtin/clean.c:166
1166#, c-format
1167msgid "Would not remove %s\n"
1168msgstr ""
1169
1170#: builtin/clean.c:168
1171#, c-format
1172msgid "Not removing %s\n"
1173msgstr ""
1174
1175#: builtin/clone.c:243
1176#, c-format
1177msgid "reference repository '%s' is not a local directory."
1178msgstr ""
1179
1180#: builtin/clone.c:302
1181#, c-format
1182msgid "failed to open '%s'"
1183msgstr ""
1184
1185#: builtin/clone.c:306
1186#, c-format
1187msgid "failed to create directory '%s'"
1188msgstr ""
1189
1190#: builtin/clone.c:308 builtin/diff.c:75
1191#, c-format
1192msgid "failed to stat '%s'"
1193msgstr ""
1194
1195#: builtin/clone.c:310
1196#, c-format
1197msgid "%s exists and is not a directory"
1198msgstr ""
1199
1200#: builtin/clone.c:324
1201#, c-format
1202msgid "failed to stat %s\n"
1203msgstr ""
1204
1205#: builtin/clone.c:341
1206#, c-format
1207msgid "failed to unlink '%s'"
1208msgstr ""
1209
1210#: builtin/clone.c:346
1211#, c-format
1212msgid "failed to create link '%s'"
1213msgstr ""
1214
1215#: builtin/clone.c:350
1216#, c-format
1217msgid "failed to copy file to '%s'"
1218msgstr ""
1219
1220#: builtin/clone.c:373
1221#, c-format
1222msgid "done.\n"
1223msgstr ""
1224
1225#: builtin/clone.c:440
1226#, c-format
1227msgid "Could not find remote branch %s to clone."
1228msgstr ""
1229
1230#: builtin/clone.c:549
1231msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
1232msgstr ""
1233
1234#: builtin/clone.c:639
1235msgid "Too many arguments."
1236msgstr ""
1237
1238#: builtin/clone.c:643
1239msgid "You must specify a repository to clone."
1240msgstr ""
1241
1242#: builtin/clone.c:654
1243#, c-format
1244msgid "--bare and --origin %s options are incompatible."
1245msgstr ""
1246
1247#: builtin/clone.c:668
1248#, c-format
1249msgid "repository '%s' does not exist"
1250msgstr ""
1251
1252#: builtin/clone.c:673
1253msgid "--depth is ignored in local clones; use file:// instead."
1254msgstr ""
1255
1256#: builtin/clone.c:683
1257#, c-format
1258msgid "destination path '%s' already exists and is not an empty directory."
1259msgstr ""
1260
1261#: builtin/clone.c:693
1262#, c-format
1263msgid "working tree '%s' already exists."
1264msgstr ""
1265
1266#: builtin/clone.c:706 builtin/clone.c:720
1267#, c-format
1268msgid "could not create leading directories of '%s'"
1269msgstr ""
1270
1271#: builtin/clone.c:709
1272#, c-format
1273msgid "could not create work tree dir '%s'."
1274msgstr ""
1275
1276#: builtin/clone.c:728
1277#, c-format
1278msgid "Cloning into bare repository '%s'...\n"
1279msgstr ""
1280
1281#: builtin/clone.c:730
1282#, c-format
1283msgid "Cloning into '%s'...\n"
1284msgstr ""
1285
1286#: builtin/clone.c:786
1287#, c-format
1288msgid "Don't know how to clone %s"
1289msgstr ""
1290
1291#: builtin/clone.c:835
1292#, c-format
1293msgid "Remote branch %s not found in upstream %s"
1294msgstr ""
1295
1296#: builtin/clone.c:842
1297msgid "You appear to have cloned an empty repository."
1298msgstr ""
1299
1300#: builtin/commit.c:42
1301msgid ""
1302"Your name and email address were configured automatically based\n"
1303"on your username and hostname. Please check that they are accurate.\n"
1304"You can suppress this message by setting them explicitly:\n"
1305"\n"
1306"    git config --global user.name \"Your Name\"\n"
1307"    git config --global user.email you@example.com\n"
1308"\n"
1309"After doing this, you may fix the identity used for this commit with:\n"
1310"\n"
1311"    git commit --amend --reset-author\n"
1312msgstr ""
1313
1314#: builtin/commit.c:54
1315msgid ""
1316"You asked to amend the most recent commit, but doing so would make\n"
1317"it empty. You can repeat your command with --allow-empty, or you can\n"
1318"remove the commit entirely with \"git reset HEAD^\".\n"
1319msgstr ""
1320
1321#: builtin/commit.c:59
1322msgid ""
1323"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
1324"If you wish to commit it anyway, use:\n"
1325"\n"
1326"    git commit --allow-empty\n"
1327"\n"
1328"Otherwise, please use 'git reset'\n"
1329msgstr ""
1330
1331#: builtin/commit.c:205 builtin/reset.c:33
1332msgid "merge"
1333msgstr ""
1334
1335#: builtin/commit.c:208
1336msgid "cherry-pick"
1337msgstr ""
1338
1339#: builtin/commit.c:325
1340msgid "failed to unpack HEAD tree object"
1341msgstr ""
1342
1343#: builtin/commit.c:367
1344msgid "unable to create temporary index"
1345msgstr ""
1346
1347#: builtin/commit.c:373
1348msgid "interactive add failed"
1349msgstr ""
1350
1351#: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:473
1352msgid "unable to write new_index file"
1353msgstr ""
1354
1355#: builtin/commit.c:457
1356#, c-format
1357msgid "cannot do a partial commit during a %s."
1358msgstr ""
1359
1360#: builtin/commit.c:466
1361msgid "cannot read the index"
1362msgstr ""
1363
1364#: builtin/commit.c:486
1365msgid "unable to write temporary index file"
1366msgstr ""
1367
1368#: builtin/commit.c:561 builtin/commit.c:567
1369#, c-format
1370msgid "invalid commit: %s"
1371msgstr ""
1372
1373#: builtin/commit.c:590
1374msgid "malformed --author parameter"
1375msgstr ""
1376
1377#: builtin/commit.c:651
1378#, c-format
1379msgid "Malformed ident string: '%s'"
1380msgstr ""
1381
1382#: builtin/commit.c:689 builtin/commit.c:722 builtin/commit.c:1033
1383#, c-format
1384msgid "could not lookup commit %s"
1385msgstr ""
1386
1387#: builtin/commit.c:701 builtin/shortlog.c:296
1388#, c-format
1389msgid "(reading log message from standard input)\n"
1390msgstr ""
1391
1392#: builtin/commit.c:703
1393msgid "could not read log from standard input"
1394msgstr ""
1395
1396#: builtin/commit.c:707
1397#, c-format
1398msgid "could not read log file '%s'"
1399msgstr ""
1400
1401#: builtin/commit.c:713
1402msgid "commit has empty message"
1403msgstr ""
1404
1405#: builtin/commit.c:729
1406msgid "could not read MERGE_MSG"
1407msgstr ""
1408
1409#: builtin/commit.c:733
1410msgid "could not read SQUASH_MSG"
1411msgstr ""
1412
1413#: builtin/commit.c:737
1414#, c-format
1415msgid "could not read '%s'"
1416msgstr ""
1417
1418#: builtin/commit.c:765
1419#, c-format
1420msgid "could not open '%s'"
1421msgstr ""
1422
1423#: builtin/commit.c:789
1424msgid "could not write commit template"
1425msgstr ""
1426
1427#: builtin/commit.c:799
1428#, c-format
1429msgid ""
1430"\n"
1431"It looks like you may be committing a %s.\n"
1432"If this is not correct, please remove the file\n"
1433"\t%s\n"
1434"and try again.\n"
1435msgstr ""
1436
1437#: builtin/commit.c:812
1438msgid "Please enter the commit message for your changes."
1439msgstr ""
1440
1441#: builtin/commit.c:815
1442msgid ""
1443" Lines starting\n"
1444"with '#' will be ignored, and an empty message aborts the commit.\n"
1445msgstr ""
1446
1447#: builtin/commit.c:820
1448msgid ""
1449" Lines starting\n"
1450"with '#' will be kept; you may remove them yourself if you want to.\n"
1451"An empty message aborts the commit.\n"
1452msgstr ""
1453
1454#: builtin/commit.c:832
1455#, c-format
1456msgid "%sAuthor:    %s"
1457msgstr ""
1458
1459#: builtin/commit.c:839
1460#, c-format
1461msgid "%sCommitter: %s"
1462msgstr ""
1463
1464#: builtin/commit.c:859
1465msgid "Cannot read index"
1466msgstr ""
1467
1468#: builtin/commit.c:896
1469msgid "Error building trees"
1470msgstr ""
1471
1472#: builtin/commit.c:911 builtin/tag.c:357
1473#, c-format
1474msgid "Please supply the message using either -m or -F option.\n"
1475msgstr ""
1476
1477#: builtin/commit.c:1008
1478#, c-format
1479msgid "No existing author found with '%s'"
1480msgstr ""
1481
1482#: builtin/commit.c:1023 builtin/commit.c:1217
1483#, c-format
1484msgid "Invalid untracked files mode '%s'"
1485msgstr ""
1486
1487#: builtin/commit.c:1063
1488msgid "Using both --reset-author and --author does not make sense"
1489msgstr ""
1490
1491#: builtin/commit.c:1074
1492msgid "You have nothing to amend."
1493msgstr ""
1494
1495#: builtin/commit.c:1076
1496#, c-format
1497msgid "You are in the middle of a %s -- cannot amend."
1498msgstr ""
1499
1500#: builtin/commit.c:1078
1501msgid "Options --squash and --fixup cannot be used together"
1502msgstr ""
1503
1504#: builtin/commit.c:1088
1505msgid "Only one of -c/-C/-F/--fixup can be used."
1506msgstr ""
1507
1508#: builtin/commit.c:1090
1509msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
1510msgstr ""
1511
1512#: builtin/commit.c:1098
1513msgid "--reset-author can be used only with -C, -c or --amend."
1514msgstr ""
1515
1516#: builtin/commit.c:1115
1517msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
1518msgstr ""
1519
1520#: builtin/commit.c:1117
1521msgid "No paths with --include/--only does not make sense."
1522msgstr ""
1523
1524#: builtin/commit.c:1119
1525msgid "Clever... amending the last one with dirty index."
1526msgstr ""
1527
1528#: builtin/commit.c:1121
1529msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
1530msgstr ""
1531
1532#: builtin/commit.c:1131 builtin/tag.c:556
1533#, c-format
1534msgid "Invalid cleanup mode %s"
1535msgstr ""
1536
1537#: builtin/commit.c:1136
1538msgid "Paths with -a does not make sense."
1539msgstr ""
1540
1541#: builtin/commit.c:1315
1542msgid "couldn't look up newly created commit"
1543msgstr ""
1544
1545#: builtin/commit.c:1317
1546msgid "could not parse newly created commit"
1547msgstr ""
1548
1549#: builtin/commit.c:1358
1550msgid "detached HEAD"
1551msgstr ""
1552
1553#: builtin/commit.c:1360
1554msgid " (root-commit)"
1555msgstr ""
1556
1557#: builtin/commit.c:1450
1558msgid "could not parse HEAD commit"
1559msgstr ""
1560
1561#: builtin/commit.c:1487 builtin/merge.c:509
1562#, c-format
1563msgid "could not open '%s' for reading"
1564msgstr ""
1565
1566#: builtin/commit.c:1494
1567#, c-format
1568msgid "Corrupt MERGE_HEAD file (%s)"
1569msgstr ""
1570
1571#: builtin/commit.c:1501
1572msgid "could not read MERGE_MODE"
1573msgstr ""
1574
1575#: builtin/commit.c:1520
1576#, c-format
1577msgid "could not read commit message: %s"
1578msgstr ""
1579
1580#: builtin/commit.c:1534
1581#, c-format
1582msgid "Aborting commit; you did not edit the message.\n"
1583msgstr ""
1584
1585#: builtin/commit.c:1539
1586#, c-format
1587msgid "Aborting commit due to empty commit message.\n"
1588msgstr ""
1589
1590#: builtin/commit.c:1554 builtin/merge.c:935 builtin/merge.c:968
1591msgid "failed to write commit object"
1592msgstr ""
1593
1594#: builtin/commit.c:1575
1595msgid "cannot lock HEAD ref"
1596msgstr ""
1597
1598#: builtin/commit.c:1579
1599msgid "cannot update HEAD ref"
1600msgstr ""
1601
1602#: builtin/commit.c:1590
1603msgid ""
1604"Repository has been updated, but unable to write\n"
1605"new_index file. Check that disk is not full or quota is\n"
1606"not exceeded, and then \"git reset HEAD\" to recover."
1607msgstr ""
1608
1609#: builtin/describe.c:234
1610#, c-format
1611msgid "annotated tag %s not available"
1612msgstr ""
1613
1614#: builtin/describe.c:238
1615#, c-format
1616msgid "annotated tag %s has no embedded name"
1617msgstr ""
1618
1619#: builtin/describe.c:240
1620#, c-format
1621msgid "tag '%s' is really '%s' here"
1622msgstr ""
1623
1624#: builtin/describe.c:267
1625#, c-format
1626msgid "Not a valid object name %s"
1627msgstr ""
1628
1629#: builtin/describe.c:270
1630#, c-format
1631msgid "%s is not a valid '%s' object"
1632msgstr ""
1633
1634#: builtin/describe.c:287
1635#, c-format
1636msgid "no tag exactly matches '%s'"
1637msgstr ""
1638
1639#: builtin/describe.c:289
1640#, c-format
1641msgid "searching to describe %s\n"
1642msgstr ""
1643
1644#: builtin/describe.c:329
1645#, c-format
1646msgid "finished search at %s\n"
1647msgstr ""
1648
1649#: builtin/describe.c:353
1650#, c-format
1651msgid ""
1652"No annotated tags can describe '%s'.\n"
1653"However, there were unannotated tags: try --tags."
1654msgstr ""
1655
1656#: builtin/describe.c:357
1657#, c-format
1658msgid ""
1659"No tags can describe '%s'.\n"
1660"Try --always, or create some tags."
1661msgstr ""
1662
1663#: builtin/describe.c:378
1664#, c-format
1665msgid "traversed %lu commits\n"
1666msgstr ""
1667
1668#: builtin/describe.c:381
1669#, c-format
1670msgid ""
1671"more than %i tags found; listed %i most recent\n"
1672"gave up search at %s\n"
1673msgstr ""
1674
1675#: builtin/describe.c:436
1676msgid "--long is incompatible with --abbrev=0"
1677msgstr ""
1678
1679#: builtin/describe.c:462
1680msgid "No names found, cannot describe anything."
1681msgstr ""
1682
1683#: builtin/describe.c:482
1684msgid "--dirty is incompatible with committishes"
1685msgstr ""
1686
1687#: builtin/diff.c:77
1688#, c-format
1689msgid "'%s': not a regular file or symlink"
1690msgstr ""
1691
1692#: builtin/diff.c:220
1693#, c-format
1694msgid "invalid option: %s"
1695msgstr ""
1696
1697#: builtin/diff.c:297
1698msgid "Not a git repository"
1699msgstr ""
1700
1701#: builtin/diff.c:347
1702#, c-format
1703msgid "invalid object '%s' given."
1704msgstr ""
1705
1706#: builtin/diff.c:352
1707#, c-format
1708msgid "more than %d trees given: '%s'"
1709msgstr ""
1710
1711#: builtin/diff.c:362
1712#, c-format
1713msgid "more than two blobs given: '%s'"
1714msgstr ""
1715
1716#: builtin/diff.c:370
1717#, c-format
1718msgid "unhandled object '%s' given."
1719msgstr ""
1720
1721#: builtin/fetch.c:200
1722msgid "Couldn't find remote ref HEAD"
1723msgstr ""
1724
1725#: builtin/fetch.c:252
1726#, c-format
1727msgid "object %s not found"
1728msgstr ""
1729
1730#: builtin/fetch.c:258
1731msgid "[up to date]"
1732msgstr ""
1733
1734#: builtin/fetch.c:272
1735#, c-format
1736msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
1737msgstr ""
1738
1739#: builtin/fetch.c:273 builtin/fetch.c:351
1740msgid "[rejected]"
1741msgstr ""
1742
1743#: builtin/fetch.c:284
1744msgid "[tag update]"
1745msgstr ""
1746
1747#: builtin/fetch.c:286 builtin/fetch.c:313 builtin/fetch.c:331
1748msgid "  (unable to update local ref)"
1749msgstr ""
1750
1751#: builtin/fetch.c:298
1752msgid "[new tag]"
1753msgstr ""
1754
1755#: builtin/fetch.c:302
1756msgid "[new branch]"
1757msgstr ""
1758
1759#: builtin/fetch.c:347
1760msgid "unable to update local ref"
1761msgstr ""
1762
1763#: builtin/fetch.c:347
1764msgid "forced update"
1765msgstr ""
1766
1767#: builtin/fetch.c:353
1768msgid "(non-fast-forward)"
1769msgstr ""
1770
1771#: builtin/fetch.c:384 builtin/fetch.c:676
1772#, c-format
1773msgid "cannot open %s: %s\n"
1774msgstr ""
1775
1776#: builtin/fetch.c:393
1777#, c-format
1778msgid "%s did not send all necessary objects\n"
1779msgstr ""
1780
1781#: builtin/fetch.c:479
1782#, c-format
1783msgid "From %.*s\n"
1784msgstr ""
1785
1786#: builtin/fetch.c:490
1787#, c-format
1788msgid ""
1789"some local refs could not be updated; try running\n"
1790" 'git remote prune %s' to remove any old, conflicting branches"
1791msgstr ""
1792
1793#: builtin/fetch.c:540
1794#, c-format
1795msgid "   (%s will become dangling)\n"
1796msgstr ""
1797
1798#: builtin/fetch.c:541
1799#, c-format
1800msgid "   (%s has become dangling)\n"
1801msgstr ""
1802
1803#: builtin/fetch.c:548
1804msgid "[deleted]"
1805msgstr ""
1806
1807#: builtin/fetch.c:549
1808msgid "(none)"
1809msgstr ""
1810
1811#: builtin/fetch.c:666
1812#, c-format
1813msgid "Refusing to fetch into current branch %s of non-bare repository"
1814msgstr ""
1815
1816#: builtin/fetch.c:700
1817#, c-format
1818msgid "Don't know how to fetch from %s"
1819msgstr ""
1820
1821#: builtin/fetch.c:777
1822#, c-format
1823msgid "Option \"%s\" value \"%s\" is not valid for %s"
1824msgstr ""
1825
1826#: builtin/fetch.c:780
1827#, c-format
1828msgid "Option \"%s\" is ignored for %s\n"
1829msgstr ""
1830
1831#: builtin/fetch.c:879
1832#, c-format
1833msgid "Fetching %s\n"
1834msgstr ""
1835
1836#: builtin/fetch.c:881
1837#, c-format
1838msgid "Could not fetch %s"
1839msgstr ""
1840
1841#: builtin/fetch.c:898
1842msgid ""
1843"No remote repository specified.  Please, specify either a URL or a\n"
1844"remote name from which new revisions should be fetched."
1845msgstr ""
1846
1847#: builtin/fetch.c:918
1848msgid "You need to specify a tag name."
1849msgstr ""
1850
1851#: builtin/fetch.c:970
1852msgid "fetch --all does not take a repository argument"
1853msgstr ""
1854
1855#: builtin/fetch.c:972
1856msgid "fetch --all does not make sense with refspecs"
1857msgstr ""
1858
1859#: builtin/fetch.c:983
1860#, c-format
1861msgid "No such remote or remote group: %s"
1862msgstr ""
1863
1864#: builtin/fetch.c:991
1865msgid "Fetching a group and specifying refspecs does not make sense"
1866msgstr ""
1867
1868#: builtin/gc.c:63
1869#, c-format
1870msgid "Invalid %s: '%s'"
1871msgstr ""
1872
1873#: builtin/gc.c:78
1874msgid "Too many options specified"
1875msgstr ""
1876
1877#: builtin/gc.c:103
1878#, c-format
1879msgid "insanely long object directory %.*s"
1880msgstr ""
1881
1882#: builtin/gc.c:223
1883#, c-format
1884msgid "Auto packing the repository for optimum performance.\n"
1885msgstr ""
1886
1887#: builtin/gc.c:226
1888#, c-format
1889msgid ""
1890"Auto packing the repository for optimum performance. You may also\n"
1891"run \"git gc\" manually. See \"git help gc\" for more information.\n"
1892msgstr ""
1893
1894#: builtin/gc.c:256
1895msgid ""
1896"There are too many unreachable loose objects; run 'git prune' to remove them."
1897msgstr ""
1898
1899#: builtin/grep.c:216
1900#, c-format
1901msgid "grep: failed to create thread: %s"
1902msgstr ""
1903
1904#: builtin/grep.c:402
1905#, c-format
1906msgid "Failed to chdir: %s"
1907msgstr ""
1908
1909#: builtin/grep.c:478 builtin/grep.c:512
1910#, c-format
1911msgid "unable to read tree (%s)"
1912msgstr ""
1913
1914#: builtin/grep.c:526
1915#, c-format
1916msgid "unable to grep from object of type %s"
1917msgstr ""
1918
1919#: builtin/grep.c:584
1920#, c-format
1921msgid "switch `%c' expects a numerical value"
1922msgstr ""
1923
1924#: builtin/grep.c:601
1925#, c-format
1926msgid "cannot open '%s'"
1927msgstr ""
1928
1929#: builtin/grep.c:888
1930msgid "no pattern given."
1931msgstr ""
1932
1933#: builtin/grep.c:902
1934#, c-format
1935msgid "bad object %s"
1936msgstr ""
1937
1938#: builtin/grep.c:943
1939msgid "--open-files-in-pager only works on the worktree"
1940msgstr ""
1941
1942#: builtin/grep.c:966
1943msgid "--cached or --untracked cannot be used with --no-index."
1944msgstr ""
1945
1946#: builtin/grep.c:971
1947msgid "--no-index or --untracked cannot be used with revs."
1948msgstr ""
1949
1950#: builtin/grep.c:974
1951msgid "--[no-]exclude-standard cannot be used for tracked contents."
1952msgstr ""
1953
1954#: builtin/grep.c:982
1955msgid "both --cached and trees are given."
1956msgstr ""
1957
1958#: builtin/init-db.c:35
1959#, c-format
1960msgid "Could not make %s writable by group"
1961msgstr ""
1962
1963#: builtin/init-db.c:62
1964#, c-format
1965msgid "insanely long template name %s"
1966msgstr ""
1967
1968#: builtin/init-db.c:67
1969#, c-format
1970msgid "cannot stat '%s'"
1971msgstr ""
1972
1973#: builtin/init-db.c:73
1974#, c-format
1975msgid "cannot stat template '%s'"
1976msgstr ""
1977
1978#: builtin/init-db.c:80
1979#, c-format
1980msgid "cannot opendir '%s'"
1981msgstr ""
1982
1983#: builtin/init-db.c:97
1984#, c-format
1985msgid "cannot readlink '%s'"
1986msgstr ""
1987
1988#: builtin/init-db.c:99
1989#, c-format
1990msgid "insanely long symlink %s"
1991msgstr ""
1992
1993#: builtin/init-db.c:102
1994#, c-format
1995msgid "cannot symlink '%s' '%s'"
1996msgstr ""
1997
1998#: builtin/init-db.c:106
1999#, c-format
2000msgid "cannot copy '%s' to '%s'"
2001msgstr ""
2002
2003#: builtin/init-db.c:110
2004#, c-format
2005msgid "ignoring template %s"
2006msgstr ""
2007
2008#: builtin/init-db.c:133
2009#, c-format
2010msgid "insanely long template path %s"
2011msgstr ""
2012
2013#: builtin/init-db.c:141
2014#, c-format
2015msgid "templates not found %s"
2016msgstr ""
2017
2018#: builtin/init-db.c:154
2019#, c-format
2020msgid "not copying templates of a wrong format version %d from '%s'"
2021msgstr ""
2022
2023#: builtin/init-db.c:192
2024#, c-format
2025msgid "insane git directory %s"
2026msgstr ""
2027
2028#: builtin/init-db.c:322 builtin/init-db.c:325
2029#, c-format
2030msgid "%s already exists"
2031msgstr ""
2032
2033#: builtin/init-db.c:354
2034#, c-format
2035msgid "unable to handle file type %d"
2036msgstr ""
2037
2038#: builtin/init-db.c:357
2039#, c-format
2040msgid "unable to move %s to %s"
2041msgstr ""
2042
2043#: builtin/init-db.c:362
2044#, c-format
2045msgid "Could not create git link %s"
2046msgstr ""
2047
2048#.
2049#. * TRANSLATORS: The first '%s' is either "Reinitialized
2050#. * existing" or "Initialized empty", the second " shared" or
2051#. * "", and the last '%s%s' is the verbatim directory name.
2052#.
2053#: builtin/init-db.c:419
2054#, c-format
2055msgid "%s%s Git repository in %s%s\n"
2056msgstr ""
2057
2058#: builtin/init-db.c:420
2059msgid "Reinitialized existing"
2060msgstr ""
2061
2062#: builtin/init-db.c:420
2063msgid "Initialized empty"
2064msgstr ""
2065
2066#: builtin/init-db.c:421
2067msgid " shared"
2068msgstr ""
2069
2070#: builtin/init-db.c:440
2071msgid "cannot tell cwd"
2072msgstr ""
2073
2074#: builtin/init-db.c:521 builtin/init-db.c:528
2075#, c-format
2076msgid "cannot mkdir %s"
2077msgstr ""
2078
2079#: builtin/init-db.c:532
2080#, c-format
2081msgid "cannot chdir to %s"
2082msgstr ""
2083
2084#: builtin/init-db.c:554
2085#, c-format
2086msgid ""
2087"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
2088"dir=<directory>)"
2089msgstr ""
2090
2091#: builtin/init-db.c:578
2092msgid "Cannot access current working directory"
2093msgstr ""
2094
2095#: builtin/init-db.c:585
2096#, c-format
2097msgid "Cannot access work tree '%s'"
2098msgstr ""
2099
2100#: builtin/log.c:187
2101#, c-format
2102msgid "Final output: %d %s\n"
2103msgstr ""
2104
2105#: builtin/log.c:395 builtin/log.c:483
2106#, c-format
2107msgid "Could not read object %s"
2108msgstr ""
2109
2110#: builtin/log.c:507
2111#, c-format
2112msgid "Unknown type: %d"
2113msgstr ""
2114
2115#: builtin/log.c:596
2116msgid "format.headers without value"
2117msgstr ""
2118
2119#: builtin/log.c:669
2120msgid "name of output directory is too long"
2121msgstr ""
2122
2123#: builtin/log.c:680
2124#, c-format
2125msgid "Cannot open patch file %s"
2126msgstr ""
2127
2128#: builtin/log.c:694
2129msgid "Need exactly one range."
2130msgstr ""
2131
2132#: builtin/log.c:702
2133msgid "Not a range."
2134msgstr ""
2135
2136#: builtin/log.c:739
2137msgid "Could not extract email from committer identity."
2138msgstr ""
2139
2140#: builtin/log.c:785
2141msgid "Cover letter needs email format"
2142msgstr ""
2143
2144#: builtin/log.c:879
2145#, c-format
2146msgid "insane in-reply-to: %s"
2147msgstr ""
2148
2149#: builtin/log.c:952
2150msgid "Two output directories?"
2151msgstr ""
2152
2153#: builtin/log.c:1173
2154#, c-format
2155msgid "bogus committer info %s"
2156msgstr ""
2157
2158#: builtin/log.c:1218
2159msgid "-n and -k are mutually exclusive."
2160msgstr ""
2161
2162#: builtin/log.c:1220
2163msgid "--subject-prefix and -k are mutually exclusive."
2164msgstr ""
2165
2166#: builtin/log.c:1225 builtin/shortlog.c:284
2167#, c-format
2168msgid "unrecognized argument: %s"
2169msgstr ""
2170
2171#: builtin/log.c:1228
2172msgid "--name-only does not make sense"
2173msgstr ""
2174
2175#: builtin/log.c:1230
2176msgid "--name-status does not make sense"
2177msgstr ""
2178
2179#: builtin/log.c:1232
2180msgid "--check does not make sense"
2181msgstr ""
2182
2183#: builtin/log.c:1255
2184msgid "standard output, or directory, which one?"
2185msgstr ""
2186
2187#: builtin/log.c:1257
2188#, c-format
2189msgid "Could not create directory '%s'"
2190msgstr ""
2191
2192#: builtin/log.c:1410
2193msgid "Failed to create output files"
2194msgstr ""
2195
2196#: builtin/log.c:1514
2197#, c-format
2198msgid ""
2199"Could not find a tracked remote branch, please specify <upstream> manually.\n"
2200msgstr ""
2201
2202#: builtin/log.c:1530 builtin/log.c:1532 builtin/log.c:1544
2203#, c-format
2204msgid "Unknown commit %s"
2205msgstr ""
2206
2207#: builtin/merge.c:91
2208msgid "switch `m' requires a value"
2209msgstr ""
2210
2211#: builtin/merge.c:128
2212#, c-format
2213msgid "Could not find merge strategy '%s'.\n"
2214msgstr ""
2215
2216#: builtin/merge.c:129
2217#, c-format
2218msgid "Available strategies are:"
2219msgstr ""
2220
2221#: builtin/merge.c:134
2222#, c-format
2223msgid "Available custom strategies are:"
2224msgstr ""
2225
2226#: builtin/merge.c:241
2227msgid "could not run stash."
2228msgstr ""
2229
2230#: builtin/merge.c:246
2231msgid "stash failed"
2232msgstr ""
2233
2234#: builtin/merge.c:251
2235#, c-format
2236msgid "not a valid object: %s"
2237msgstr ""
2238
2239#: builtin/merge.c:270 builtin/merge.c:287
2240msgid "read-tree failed"
2241msgstr ""
2242
2243#: builtin/merge.c:317
2244msgid " (nothing to squash)"
2245msgstr ""
2246
2247#: builtin/merge.c:330
2248#, c-format
2249msgid "Squash commit -- not updating HEAD\n"
2250msgstr ""
2251
2252#: builtin/merge.c:362
2253msgid "Writing SQUASH_MSG"
2254msgstr ""
2255
2256#: builtin/merge.c:364
2257msgid "Finishing SQUASH_MSG"
2258msgstr ""
2259
2260#: builtin/merge.c:386
2261#, c-format
2262msgid "No merge message -- not updating HEAD\n"
2263msgstr ""
2264
2265#: builtin/merge.c:437
2266#, c-format
2267msgid "'%s' does not point to a commit"
2268msgstr ""
2269
2270#: builtin/merge.c:536
2271#, c-format
2272msgid "Bad branch.%s.mergeoptions string: %s"
2273msgstr ""
2274
2275#: builtin/merge.c:629
2276msgid "git write-tree failed to write a tree"
2277msgstr ""
2278
2279#: builtin/merge.c:679
2280msgid "failed to read the cache"
2281msgstr ""
2282
2283#: builtin/merge.c:696
2284msgid "Unable to write index."
2285msgstr ""
2286
2287#: builtin/merge.c:709
2288msgid "Not handling anything other than two heads merge."
2289msgstr ""
2290
2291#: builtin/merge.c:723
2292#, c-format
2293msgid "Unknown option for merge-recursive: -X%s"
2294msgstr ""
2295
2296#: builtin/merge.c:737
2297#, c-format
2298msgid "unable to write %s"
2299msgstr ""
2300
2301#: builtin/merge.c:876
2302#, c-format
2303msgid "Could not read from '%s'"
2304msgstr ""
2305
2306#: builtin/merge.c:885
2307#, c-format
2308msgid "Not committing merge; use 'git commit' to complete the merge.\n"
2309msgstr ""
2310
2311#: builtin/merge.c:891
2312msgid ""
2313"Please enter a commit message to explain why this merge is necessary,\n"
2314"especially if it merges an updated upstream into a topic branch.\n"
2315"\n"
2316"Lines starting with '#' will be ignored, and an empty message aborts\n"
2317"the commit.\n"
2318msgstr ""
2319
2320#: builtin/merge.c:915
2321msgid "Empty commit message."
2322msgstr ""
2323
2324#: builtin/merge.c:927
2325#, c-format
2326msgid "Wonderful.\n"
2327msgstr ""
2328
2329#: builtin/merge.c:1000
2330#, c-format
2331msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
2332msgstr ""
2333
2334#: builtin/merge.c:1016
2335#, c-format
2336msgid "'%s' is not a commit"
2337msgstr ""
2338
2339#: builtin/merge.c:1057
2340msgid "No current branch."
2341msgstr ""
2342
2343#: builtin/merge.c:1059
2344msgid "No remote for the current branch."
2345msgstr ""
2346
2347#: builtin/merge.c:1061
2348msgid "No default upstream defined for the current branch."
2349msgstr ""
2350
2351#: builtin/merge.c:1066
2352#, c-format
2353msgid "No remote tracking branch for %s from %s"
2354msgstr ""
2355
2356#: builtin/merge.c:1188
2357msgid "There is no merge to abort (MERGE_HEAD missing)."
2358msgstr ""
2359
2360#: builtin/merge.c:1204 git-pull.sh:31
2361msgid ""
2362"You have not concluded your merge (MERGE_HEAD exists).\n"
2363"Please, commit your changes before you can merge."
2364msgstr ""
2365
2366#: builtin/merge.c:1207 git-pull.sh:34
2367msgid "You have not concluded your merge (MERGE_HEAD exists)."
2368msgstr ""
2369
2370#: builtin/merge.c:1211
2371msgid ""
2372"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
2373"Please, commit your changes before you can merge."
2374msgstr ""
2375
2376#: builtin/merge.c:1214
2377msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
2378msgstr ""
2379
2380#: builtin/merge.c:1223
2381msgid "You cannot combine --squash with --no-ff."
2382msgstr ""
2383
2384#: builtin/merge.c:1228
2385msgid "You cannot combine --no-ff with --ff-only."
2386msgstr ""
2387
2388#: builtin/merge.c:1235
2389msgid "No commit specified and merge.defaultToUpstream not set."
2390msgstr ""
2391
2392#: builtin/merge.c:1266
2393msgid "Can merge only exactly one commit into empty head"
2394msgstr ""
2395
2396#: builtin/merge.c:1269
2397msgid "Squash commit into empty head not supported yet"
2398msgstr ""
2399
2400#: builtin/merge.c:1271
2401msgid "Non-fast-forward commit does not make sense into an empty head"
2402msgstr ""
2403
2404#: builtin/merge.c:1275 builtin/merge.c:1319
2405#, c-format
2406msgid "%s - not something we can merge"
2407msgstr ""
2408
2409#: builtin/merge.c:1382
2410#, c-format
2411msgid "Updating %s..%s\n"
2412msgstr ""
2413
2414#: builtin/merge.c:1420
2415#, c-format
2416msgid "Trying really trivial in-index merge...\n"
2417msgstr ""
2418
2419#: builtin/merge.c:1427
2420#, c-format
2421msgid "Nope.\n"
2422msgstr ""
2423
2424#: builtin/merge.c:1459
2425msgid "Not possible to fast-forward, aborting."
2426msgstr ""
2427
2428#: builtin/merge.c:1482 builtin/merge.c:1559
2429#, c-format
2430msgid "Rewinding the tree to pristine...\n"
2431msgstr ""
2432
2433#: builtin/merge.c:1486
2434#, c-format
2435msgid "Trying merge strategy %s...\n"
2436msgstr ""
2437
2438#: builtin/merge.c:1550
2439#, c-format
2440msgid "No merge strategy handled the merge.\n"
2441msgstr ""
2442
2443#: builtin/merge.c:1552
2444#, c-format
2445msgid "Merge with strategy %s failed.\n"
2446msgstr ""
2447
2448#: builtin/merge.c:1561
2449#, c-format
2450msgid "Using the %s to prepare resolving by hand.\n"
2451msgstr ""
2452
2453#: builtin/merge.c:1572
2454#, c-format
2455msgid "Automatic merge went well; stopped before committing as requested\n"
2456msgstr ""
2457
2458#: builtin/mv.c:108
2459#, c-format
2460msgid "Checking rename of '%s' to '%s'\n"
2461msgstr ""
2462
2463#: builtin/mv.c:112
2464msgid "bad source"
2465msgstr ""
2466
2467#: builtin/mv.c:115
2468msgid "can not move directory into itself"
2469msgstr ""
2470
2471#: builtin/mv.c:118
2472msgid "cannot move directory over file"
2473msgstr ""
2474
2475#: builtin/mv.c:128
2476#, c-format
2477msgid "Huh? %.*s is in index?"
2478msgstr ""
2479
2480#: builtin/mv.c:140
2481msgid "source directory is empty"
2482msgstr ""
2483
2484#: builtin/mv.c:171
2485msgid "not under version control"
2486msgstr ""
2487
2488#: builtin/mv.c:173
2489msgid "destination exists"
2490msgstr ""
2491
2492#: builtin/mv.c:181
2493#, c-format
2494msgid "overwriting '%s'"
2495msgstr ""
2496
2497#: builtin/mv.c:184
2498msgid "Cannot overwrite"
2499msgstr ""
2500
2501#: builtin/mv.c:187
2502msgid "multiple sources for the same target"
2503msgstr ""
2504
2505#: builtin/mv.c:202
2506#, c-format
2507msgid "%s, source=%s, destination=%s"
2508msgstr ""
2509
2510#: builtin/mv.c:212
2511#, c-format
2512msgid "Renaming %s to %s\n"
2513msgstr ""
2514
2515#: builtin/mv.c:215
2516#, c-format
2517msgid "renaming '%s' failed"
2518msgstr ""
2519
2520#: builtin/notes.c:139
2521#, c-format
2522msgid "unable to start 'show' for object '%s'"
2523msgstr ""
2524
2525#: builtin/notes.c:145
2526msgid "can't fdopen 'show' output fd"
2527msgstr ""
2528
2529#: builtin/notes.c:155
2530#, c-format
2531msgid "failed to close pipe to 'show' for object '%s'"
2532msgstr ""
2533
2534#: builtin/notes.c:158
2535#, c-format
2536msgid "failed to finish 'show' for object '%s'"
2537msgstr ""
2538
2539#: builtin/notes.c:175 builtin/tag.c:343
2540#, c-format
2541msgid "could not create file '%s'"
2542msgstr ""
2543
2544#: builtin/notes.c:189
2545msgid "Please supply the note contents using either -m or -F option"
2546msgstr ""
2547
2548#: builtin/notes.c:210 builtin/notes.c:973
2549#, c-format
2550msgid "Removing note for object %s\n"
2551msgstr ""
2552
2553#: builtin/notes.c:215
2554msgid "unable to write note object"
2555msgstr ""
2556
2557#: builtin/notes.c:217
2558#, c-format
2559msgid "The note contents has been left in %s"
2560msgstr ""
2561
2562#: builtin/notes.c:251 builtin/tag.c:521
2563#, c-format
2564msgid "cannot read '%s'"
2565msgstr ""
2566
2567#: builtin/notes.c:253 builtin/tag.c:524
2568#, c-format
2569msgid "could not open or read '%s'"
2570msgstr ""
2571
2572#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
2573#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
2574#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
2575#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:537
2576#, c-format
2577msgid "Failed to resolve '%s' as a valid ref."
2578msgstr ""
2579
2580#: builtin/notes.c:275
2581#, c-format
2582msgid "Failed to read object '%s'."
2583msgstr ""
2584
2585#: builtin/notes.c:299
2586msgid "Cannot commit uninitialized/unreferenced notes tree"
2587msgstr ""
2588
2589#: builtin/notes.c:340
2590#, c-format
2591msgid "Bad notes.rewriteMode value: '%s'"
2592msgstr ""
2593
2594#: builtin/notes.c:350
2595#, c-format
2596msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2597msgstr ""
2598
2599#. TRANSLATORS: The first %s is the name of the
2600#. environment variable, the second %s is its value
2601#: builtin/notes.c:377
2602#, c-format
2603msgid "Bad %s value: '%s'"
2604msgstr ""
2605
2606#: builtin/notes.c:441
2607#, c-format
2608msgid "Malformed input line: '%s'."
2609msgstr ""
2610
2611#: builtin/notes.c:456
2612#, c-format
2613msgid "Failed to copy notes from '%s' to '%s'"
2614msgstr ""
2615
2616#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
2617#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
2618#: builtin/notes.c:1033
2619msgid "too many parameters"
2620msgstr ""
2621
2622#: builtin/notes.c:513 builtin/notes.c:772
2623#, c-format
2624msgid "No note found for object %s."
2625msgstr ""
2626
2627#: builtin/notes.c:580
2628#, c-format
2629msgid ""
2630"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
2631"existing notes"
2632msgstr ""
2633
2634#: builtin/notes.c:585 builtin/notes.c:662
2635#, c-format
2636msgid "Overwriting existing notes for object %s\n"
2637msgstr ""
2638
2639#: builtin/notes.c:635
2640msgid "too few parameters"
2641msgstr ""
2642
2643#: builtin/notes.c:656
2644#, c-format
2645msgid ""
2646"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
2647"existing notes"
2648msgstr ""
2649
2650#: builtin/notes.c:668
2651#, c-format
2652msgid "Missing notes on source object %s. Cannot copy."
2653msgstr ""
2654
2655#: builtin/notes.c:717
2656#, c-format
2657msgid ""
2658"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
2659"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
2660msgstr ""
2661
2662#: builtin/notes.c:971
2663#, c-format
2664msgid "Object %s has no note\n"
2665msgstr ""
2666
2667#: builtin/notes.c:1103
2668#, c-format
2669msgid "Unknown subcommand: %s"
2670msgstr ""
2671
2672#: builtin/pack-objects.c:2310
2673#, c-format
2674msgid "unsupported index version %s"
2675msgstr ""
2676
2677#: builtin/pack-objects.c:2314
2678#, c-format
2679msgid "bad index version '%s'"
2680msgstr ""
2681
2682#: builtin/pack-objects.c:2322
2683#, c-format
2684msgid "option %s does not accept negative form"
2685msgstr ""
2686
2687#: builtin/pack-objects.c:2326
2688#, c-format
2689msgid "unable to parse value '%s' for option %s"
2690msgstr ""
2691
2692#: builtin/push.c:44
2693msgid "tag shorthand without <tag>"
2694msgstr ""
2695
2696#: builtin/push.c:63
2697msgid "--delete only accepts plain target ref names"
2698msgstr ""
2699
2700#: builtin/push.c:83
2701#, c-format
2702msgid ""
2703"You are not currently on a branch.\n"
2704"To push the history leading to the current (detached HEAD)\n"
2705"state now, use\n"
2706"\n"
2707"    git push %s HEAD:<name-of-remote-branch>\n"
2708msgstr ""
2709
2710#: builtin/push.c:90
2711#, c-format
2712msgid ""
2713"The current branch %s has no upstream branch.\n"
2714"To push the current branch and set the remote as upstream, use\n"
2715"\n"
2716"    git push --set-upstream %s %s\n"
2717msgstr ""
2718
2719#: builtin/push.c:98
2720#, c-format
2721msgid "The current branch %s has multiple upstream branches, refusing to push."
2722msgstr ""
2723
2724#: builtin/push.c:101
2725#, c-format
2726msgid ""
2727"You are pushing to remote '%s', which is not the upstream of\n"
2728"your current branch '%s', without telling me what to push\n"
2729"to update which remote branch."
2730msgstr ""
2731
2732#: builtin/push.c:127
2733msgid ""
2734"You didn't specify any refspecs to push, and push.default is \"nothing\"."
2735msgstr ""
2736
2737#: builtin/push.c:147
2738#, c-format
2739msgid "Pushing to %s\n"
2740msgstr ""
2741
2742#: builtin/push.c:151
2743#, c-format
2744msgid "failed to push some refs to '%s'"
2745msgstr ""
2746
2747#: builtin/push.c:159
2748#, c-format
2749msgid ""
2750"To prevent you from losing history, non-fast-forward updates were rejected\n"
2751"Merge the remote changes (e.g. 'git pull') before pushing again.  See the\n"
2752"'Note about fast-forwards' section of 'git push --help' for details.\n"
2753msgstr ""
2754
2755#: builtin/push.c:176
2756#, c-format
2757msgid "bad repository '%s'"
2758msgstr ""
2759
2760#: builtin/push.c:177
2761msgid ""
2762"No configured push destination.\n"
2763"Either specify the URL from the command-line or configure a remote "
2764"repository using\n"
2765"\n"
2766"    git remote add <name> <url>\n"
2767"\n"
2768"and then push using the remote name\n"
2769"\n"
2770"    git push <name>\n"
2771msgstr ""
2772
2773#: builtin/push.c:192
2774msgid "--all and --tags are incompatible"
2775msgstr ""
2776
2777#: builtin/push.c:193
2778msgid "--all can't be combined with refspecs"
2779msgstr ""
2780
2781#: builtin/push.c:198
2782msgid "--mirror and --tags are incompatible"
2783msgstr ""
2784
2785#: builtin/push.c:199
2786msgid "--mirror can't be combined with refspecs"
2787msgstr ""
2788
2789#: builtin/push.c:204
2790msgid "--all and --mirror are incompatible"
2791msgstr ""
2792
2793#: builtin/push.c:284
2794msgid "--delete is incompatible with --all, --mirror and --tags"
2795msgstr ""
2796
2797#: builtin/push.c:286
2798msgid "--delete doesn't make sense without any refs"
2799msgstr ""
2800
2801#: builtin/reset.c:33
2802msgid "mixed"
2803msgstr ""
2804
2805#: builtin/reset.c:33
2806msgid "soft"
2807msgstr ""
2808
2809#: builtin/reset.c:33
2810msgid "hard"
2811msgstr ""
2812
2813#: builtin/reset.c:33
2814msgid "keep"
2815msgstr ""
2816
2817#: builtin/reset.c:77
2818msgid "You do not have a valid HEAD."
2819msgstr ""
2820
2821#: builtin/reset.c:79
2822msgid "Failed to find tree of HEAD."
2823msgstr ""
2824
2825#: builtin/reset.c:85
2826#, c-format
2827msgid "Failed to find tree of %s."
2828msgstr ""
2829
2830#: builtin/reset.c:96
2831msgid "Could not write new index file."
2832msgstr ""
2833
2834#: builtin/reset.c:106
2835#, c-format
2836msgid "HEAD is now at %s"
2837msgstr ""
2838
2839#: builtin/reset.c:130
2840msgid "Could not read index"
2841msgstr ""
2842
2843#: builtin/reset.c:133
2844msgid "Unstaged changes after reset:"
2845msgstr ""
2846
2847#: builtin/reset.c:223
2848#, c-format
2849msgid "Cannot do a %s reset in the middle of a merge."
2850msgstr ""
2851
2852#: builtin/reset.c:297
2853#, c-format
2854msgid "Could not parse object '%s'."
2855msgstr ""
2856
2857#: builtin/reset.c:302
2858msgid "--patch is incompatible with --{hard,mixed,soft}"
2859msgstr ""
2860
2861#: builtin/reset.c:311
2862msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
2863msgstr ""
2864
2865#: builtin/reset.c:313
2866#, c-format
2867msgid "Cannot do %s reset with paths."
2868msgstr ""
2869
2870#: builtin/reset.c:325
2871#, c-format
2872msgid "%s reset is not allowed in a bare repository"
2873msgstr ""
2874
2875#: builtin/reset.c:341
2876#, c-format
2877msgid "Could not reset index file to revision '%s'."
2878msgstr ""
2879
2880#: builtin/revert.c:70 builtin/revert.c:91
2881#, c-format
2882msgid "%s: %s cannot be used with %s"
2883msgstr ""
2884
2885#: builtin/revert.c:126
2886msgid "program error"
2887msgstr ""
2888
2889#: builtin/revert.c:209
2890msgid "revert failed"
2891msgstr ""
2892
2893#: builtin/revert.c:224
2894msgid "cherry-pick failed"
2895msgstr ""
2896
2897#: builtin/rm.c:109
2898#, c-format
2899msgid ""
2900"'%s' has staged content different from both the file and the HEAD\n"
2901"(use -f to force removal)"
2902msgstr ""
2903
2904#: builtin/rm.c:115
2905#, c-format
2906msgid ""
2907"'%s' has changes staged in the index\n"
2908"(use --cached to keep the file, or -f to force removal)"
2909msgstr ""
2910
2911#: builtin/rm.c:119
2912#, c-format
2913msgid ""
2914"'%s' has local modifications\n"
2915"(use --cached to keep the file, or -f to force removal)"
2916msgstr ""
2917
2918#: builtin/rm.c:194
2919#, c-format
2920msgid "not removing '%s' recursively without -r"
2921msgstr ""
2922
2923#: builtin/rm.c:230
2924#, c-format
2925msgid "git rm: unable to remove %s"
2926msgstr ""
2927
2928#: builtin/shortlog.c:157
2929#, c-format
2930msgid "Missing author: %s"
2931msgstr ""
2932
2933#: builtin/tag.c:58
2934#, c-format
2935msgid "malformed object at '%s'"
2936msgstr ""
2937
2938#: builtin/tag.c:205
2939#, c-format
2940msgid "tag name too long: %.*s..."
2941msgstr ""
2942
2943#: builtin/tag.c:210
2944#, c-format
2945msgid "tag '%s' not found."
2946msgstr ""
2947
2948#: builtin/tag.c:225
2949#, c-format
2950msgid "Deleted tag '%s' (was %s)\n"
2951msgstr ""
2952
2953#: builtin/tag.c:237
2954#, c-format
2955msgid "could not verify the tag '%s'"
2956msgstr ""
2957
2958#: builtin/tag.c:247
2959msgid ""
2960"\n"
2961"#\n"
2962"# Write a tag message\n"
2963"# Lines starting with '#' will be ignored.\n"
2964"#\n"
2965msgstr ""
2966
2967#: builtin/tag.c:254
2968msgid ""
2969"\n"
2970"#\n"
2971"# Write a tag message\n"
2972"# Lines starting with '#' will be kept; you may remove them yourself if you "
2973"want to.\n"
2974"#\n"
2975msgstr ""
2976
2977#: builtin/tag.c:294
2978msgid "unable to sign the tag"
2979msgstr ""
2980
2981#: builtin/tag.c:296
2982msgid "unable to write tag file"
2983msgstr ""
2984
2985#: builtin/tag.c:321
2986msgid "bad object type."
2987msgstr ""
2988
2989#: builtin/tag.c:334
2990msgid "tag header too big."
2991msgstr ""
2992
2993#: builtin/tag.c:366
2994msgid "no tag message?"
2995msgstr ""
2996
2997#: builtin/tag.c:372
2998#, c-format
2999msgid "The tag message has been left in %s\n"
3000msgstr ""
3001
3002#: builtin/tag.c:421
3003msgid "switch 'points-at' requires an object"
3004msgstr ""
3005
3006#: builtin/tag.c:423
3007#, c-format
3008msgid "malformed object name '%s'"
3009msgstr ""
3010
3011#: builtin/tag.c:502
3012msgid "-n option is only allowed with -l."
3013msgstr ""
3014
3015#: builtin/tag.c:504
3016msgid "--contains option is only allowed with -l."
3017msgstr ""
3018
3019#: builtin/tag.c:506
3020msgid "--points-at option is only allowed with -l."
3021msgstr ""
3022
3023#: builtin/tag.c:514
3024msgid "only one -F or -m option is allowed."
3025msgstr ""
3026
3027#: builtin/tag.c:534
3028msgid "too many params"
3029msgstr ""
3030
3031#: builtin/tag.c:540
3032#, c-format
3033msgid "'%s' is not a valid tag name."
3034msgstr ""
3035
3036#: builtin/tag.c:545
3037#, c-format
3038msgid "tag '%s' already exists"
3039msgstr ""
3040
3041#: builtin/tag.c:563
3042#, c-format
3043msgid "%s: cannot lock the ref"
3044msgstr ""
3045
3046#: builtin/tag.c:565
3047#, c-format
3048msgid "%s: cannot update the ref"
3049msgstr ""
3050
3051#: builtin/tag.c:567
3052#, c-format
3053msgid "Updated tag '%s' (was %s)\n"
3054msgstr ""
3055
3056#: git-am.sh:49
3057msgid "You need to set your committer info first"
3058msgstr ""
3059
3060#: git-am.sh:136
3061msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3062msgstr ""
3063
3064#: git-am.sh:147
3065msgid ""
3066"Did you hand edit your patch?\n"
3067"It does not apply to blobs recorded in its index."
3068msgstr ""
3069
3070#: git-am.sh:156
3071msgid "Falling back to patching base and 3-way merge..."
3072msgstr ""
3073
3074#: git-am.sh:268
3075msgid "Only one StGIT patch series can be applied at once"
3076msgstr ""
3077
3078#: git-am.sh:355
3079#, sh-format
3080msgid "Patch format $patch_format is not supported."
3081msgstr ""
3082
3083#: git-am.sh:357
3084msgid "Patch format detection failed."
3085msgstr ""
3086
3087#: git-am.sh:411
3088msgid "-d option is no longer supported.  Do not use."
3089msgstr ""
3090
3091#: git-am.sh:474
3092#, sh-format
3093msgid "previous rebase directory $dotest still exists but mbox given."
3094msgstr ""
3095
3096#: git-am.sh:479
3097msgid "Please make up your mind. --skip or --abort?"
3098msgstr ""
3099
3100#: git-am.sh:506
3101msgid "Resolve operation not in progress, we are not resuming."
3102msgstr ""
3103
3104#: git-am.sh:572
3105#, sh-format
3106msgid "Dirty index: cannot apply patches (dirty: $files)"
3107msgstr ""
3108
3109#: git-am.sh:748
3110msgid "cannot be interactive without stdin connected to a terminal."
3111msgstr ""
3112
3113#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3114#. in your translation. The program will only accept English
3115#. input at this point.
3116#: git-am.sh:759
3117msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
3118msgstr ""
3119
3120#: git-am.sh:795
3121#, sh-format
3122msgid "Applying: $FIRSTLINE"
3123msgstr ""
3124
3125#: git-am.sh:840
3126msgid "No changes -- Patch already applied."
3127msgstr ""
3128
3129#: git-am.sh:866
3130msgid "applying to an empty history"
3131msgstr ""
3132
3133#. TRANSLATORS: Make sure to include [Y] and [n] in your
3134#. translation. The program will only accept English input
3135#. at this point.
3136#: git-bisect.sh:54
3137msgid "Do you want me to do it for you [Y/n]? "
3138msgstr ""
3139
3140#: git-bisect.sh:95
3141#, sh-format
3142msgid "unrecognised option: '$arg'"
3143msgstr ""
3144
3145#: git-bisect.sh:99
3146#, sh-format
3147msgid "'$arg' does not appear to be a valid revision"
3148msgstr ""
3149
3150#: git-bisect.sh:117
3151msgid "Bad HEAD - I need a HEAD"
3152msgstr ""
3153
3154#: git-bisect.sh:130
3155#, sh-format
3156msgid ""
3157"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
3158msgstr ""
3159
3160#: git-bisect.sh:140
3161msgid "won't bisect on seeked tree"
3162msgstr ""
3163
3164#: git-bisect.sh:144
3165msgid "Bad HEAD - strange symbolic ref"
3166msgstr ""
3167
3168#: git-bisect.sh:189
3169#, sh-format
3170msgid "Bad bisect_write argument: $state"
3171msgstr ""
3172
3173#: git-bisect.sh:218
3174#, sh-format
3175msgid "Bad rev input: $arg"
3176msgstr ""
3177
3178#: git-bisect.sh:232
3179msgid "Please call 'bisect_state' with at least one argument."
3180msgstr ""
3181
3182#: git-bisect.sh:244
3183#, sh-format
3184msgid "Bad rev input: $rev"
3185msgstr ""
3186
3187#: git-bisect.sh:250
3188msgid "'git bisect bad' can take only one argument."
3189msgstr ""
3190
3191#. TRANSLATORS: Make sure to include [Y] and [n] in your
3192#. translation. The program will only accept English input
3193#. at this point.
3194#: git-bisect.sh:279
3195msgid "Are you sure [Y/n]? "
3196msgstr ""
3197
3198#: git-bisect.sh:354
3199#, sh-format
3200msgid "'$invalid' is not a valid commit"
3201msgstr ""
3202
3203#: git-bisect.sh:363
3204#, sh-format
3205msgid ""
3206"Could not check out original HEAD '$branch'.\n"
3207"Try 'git bisect reset <commit>'."
3208msgstr ""
3209
3210#: git-bisect.sh:390
3211msgid "No logfile given"
3212msgstr ""
3213
3214#: git-bisect.sh:391
3215#, sh-format
3216msgid "cannot read $file for replaying"
3217msgstr ""
3218
3219#: git-bisect.sh:408
3220msgid "?? what are you talking about?"
3221msgstr ""
3222
3223#: git-bisect.sh:474
3224msgid "We are not bisecting."
3225msgstr ""
3226
3227#: git-pull.sh:21
3228msgid ""
3229"Pull is not possible because you have unmerged files.\n"
3230"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
3231"as appropriate to mark resolution, or use 'git commit -a'."
3232msgstr ""
3233
3234#: git-pull.sh:25
3235msgid "Pull is not possible because you have unmerged files."
3236msgstr ""
3237
3238#: git-pull.sh:197
3239msgid "updating an unborn branch with changes added to the index"
3240msgstr ""
3241
3242#: git-pull.sh:253
3243msgid "Cannot merge multiple branches into empty head"
3244msgstr ""
3245
3246#: git-pull.sh:257
3247msgid "Cannot rebase onto multiple branches"
3248msgstr ""
3249
3250#: git-stash.sh:51
3251msgid "git stash clear with parameters is unimplemented"
3252msgstr ""
3253
3254#: git-stash.sh:74
3255msgid "You do not have the initial commit yet"
3256msgstr ""
3257
3258#: git-stash.sh:89
3259msgid "Cannot save the current index state"
3260msgstr ""
3261
3262#: git-stash.sh:123 git-stash.sh:136
3263msgid "Cannot save the current worktree state"
3264msgstr ""
3265
3266#: git-stash.sh:140
3267msgid "No changes selected"
3268msgstr ""
3269
3270#: git-stash.sh:143
3271msgid "Cannot remove temporary index (can't happen)"
3272msgstr ""
3273
3274#: git-stash.sh:156
3275msgid "Cannot record working tree state"
3276msgstr ""
3277
3278#: git-stash.sh:223
3279msgid "No local changes to save"
3280msgstr ""
3281
3282#: git-stash.sh:227
3283msgid "Cannot initialize stash"
3284msgstr ""
3285
3286#: git-stash.sh:235
3287msgid "Cannot save the current status"
3288msgstr ""
3289
3290#: git-stash.sh:253
3291msgid "Cannot remove worktree changes"
3292msgstr ""
3293
3294#: git-stash.sh:352
3295msgid "No stash found."
3296msgstr ""
3297
3298#: git-stash.sh:359
3299#, sh-format
3300msgid "Too many revisions specified: $REV"
3301msgstr ""
3302
3303#: git-stash.sh:365
3304#, sh-format
3305msgid "$reference is not valid reference"
3306msgstr ""
3307
3308#: git-stash.sh:393
3309#, sh-format
3310msgid "'$args' is not a stash-like commit"
3311msgstr ""
3312
3313#: git-stash.sh:404
3314#, sh-format
3315msgid "'$args' is not a stash reference"
3316msgstr ""
3317
3318#: git-stash.sh:412
3319msgid "unable to refresh index"
3320msgstr ""
3321
3322#: git-stash.sh:416
3323msgid "Cannot apply a stash in the middle of a merge"
3324msgstr ""
3325
3326#: git-stash.sh:424
3327msgid "Conflicts in index. Try without --index."
3328msgstr ""
3329
3330#: git-stash.sh:426
3331msgid "Could not save index tree"
3332msgstr ""
3333
3334#: git-stash.sh:460
3335msgid "Cannot unstage modified files"
3336msgstr ""
3337
3338#: git-stash.sh:491
3339#, sh-format
3340msgid "Dropped ${REV} ($s)"
3341msgstr ""
3342
3343#: git-stash.sh:492
3344#, sh-format
3345msgid "${REV}: Could not drop stash entry"
3346msgstr ""
3347
3348#: git-stash.sh:499
3349msgid "No branch name specified"
3350msgstr ""
3351
3352#: git-stash.sh:570
3353msgid "(To restore them type \"git stash apply\")"
3354msgstr ""
3355
3356#: git-submodule.sh:56
3357#, sh-format
3358msgid "cannot strip one component off url '$remoteurl'"
3359msgstr ""
3360
3361#: git-submodule.sh:108
3362#, sh-format
3363msgid "No submodule mapping found in .gitmodules for path '$path'"
3364msgstr ""
3365
3366#: git-submodule.sh:149
3367#, sh-format
3368msgid "Clone of '$url' into submodule path '$path' failed"
3369msgstr ""
3370
3371#: git-submodule.sh:159
3372#, sh-format
3373msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
3374msgstr ""
3375
3376#: git-submodule.sh:247
3377#, sh-format
3378msgid "repo URL: '$repo' must be absolute or begin with ./|../"
3379msgstr ""
3380
3381#: git-submodule.sh:264
3382#, sh-format
3383msgid "'$path' already exists in the index"
3384msgstr ""
3385
3386#: git-submodule.sh:281
3387#, sh-format
3388msgid "'$path' already exists and is not a valid git repo"
3389msgstr ""
3390
3391#: git-submodule.sh:295
3392#, sh-format
3393msgid "Unable to checkout submodule '$path'"
3394msgstr ""
3395
3396#: git-submodule.sh:300
3397#, sh-format
3398msgid "Failed to add submodule '$path'"
3399msgstr ""
3400
3401#: git-submodule.sh:305
3402#, sh-format
3403msgid "Failed to register submodule '$path'"
3404msgstr ""
3405
3406#: git-submodule.sh:347
3407#, sh-format
3408msgid "Entering '$prefix$path'"
3409msgstr ""
3410
3411#: git-submodule.sh:359
3412#, sh-format
3413msgid "Stopping at '$path'; script returned non-zero status."
3414msgstr ""
3415
3416#: git-submodule.sh:401
3417#, sh-format
3418msgid "No url found for submodule path '$path' in .gitmodules"
3419msgstr ""
3420
3421#: git-submodule.sh:410
3422#, sh-format
3423msgid "Failed to register url for submodule path '$path'"
3424msgstr ""
3425
3426#: git-submodule.sh:418
3427#, sh-format
3428msgid "Failed to register update mode for submodule path '$path'"
3429msgstr ""
3430
3431#: git-submodule.sh:420
3432#, sh-format
3433msgid "Submodule '$name' ($url) registered for path '$path'"
3434msgstr ""
3435
3436#: git-submodule.sh:519
3437#, sh-format
3438msgid ""
3439"Submodule path '$path' not initialized\n"
3440"Maybe you want to use 'update --init'?"
3441msgstr ""
3442
3443#: git-submodule.sh:532
3444#, sh-format
3445msgid "Unable to find current revision in submodule path '$path'"
3446msgstr ""
3447
3448#: git-submodule.sh:551
3449#, sh-format
3450msgid "Unable to fetch in submodule path '$path'"
3451msgstr ""
3452
3453#: git-submodule.sh:565
3454#, sh-format
3455msgid "Unable to rebase '$sha1' in submodule path '$path'"
3456msgstr ""
3457
3458#: git-submodule.sh:566
3459#, sh-format
3460msgid "Submodule path '$path': rebased into '$sha1'"
3461msgstr ""
3462
3463#: git-submodule.sh:571
3464#, sh-format
3465msgid "Unable to merge '$sha1' in submodule path '$path'"
3466msgstr ""
3467
3468#: git-submodule.sh:572
3469#, sh-format
3470msgid "Submodule path '$path': merged in '$sha1'"
3471msgstr ""
3472
3473#: git-submodule.sh:577
3474#, sh-format
3475msgid "Unable to checkout '$sha1' in submodule path '$path'"
3476msgstr ""
3477
3478#: git-submodule.sh:578
3479#, sh-format
3480msgid "Submodule path '$path': checked out '$sha1'"
3481msgstr ""
3482
3483#: git-submodule.sh:600 git-submodule.sh:923
3484#, sh-format
3485msgid "Failed to recurse into submodule path '$path'"
3486msgstr ""
3487
3488#: git-submodule.sh:708
3489msgid "--"
3490msgstr ""
3491
3492#: git-submodule.sh:766
3493#, sh-format
3494msgid "  Warn: $name doesn't contain commit $sha1_src"
3495msgstr ""
3496
3497#: git-submodule.sh:769
3498#, sh-format
3499msgid "  Warn: $name doesn't contain commit $sha1_dst"
3500msgstr ""
3501
3502#: git-submodule.sh:772
3503#, sh-format
3504msgid "  Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
3505msgstr ""
3506
3507#: git-submodule.sh:797
3508msgid "blob"
3509msgstr ""
3510
3511#: git-submodule.sh:798
3512msgid "submodule"
3513msgstr ""
3514
3515#: git-submodule.sh:969
3516#, sh-format
3517msgid "Synchronizing submodule url for '$name'"
3518msgstr ""