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